$ 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, String[], Type, QueryBuildingParameters, ResultSetProcessorResolver) - Constructor for class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable, SessionFactoryImplementor, EntityLoadQueryDetails, Type, QueryBuildingParameters) - Constructor for class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable, SessionFactoryImplementor, EntityLoadQueryDetails, Type, QueryBuildingParameters, ResultSetProcessorResolver) - 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.boot.jaxb.mapping.spi.JaxbBasic
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
 
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.
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 - Annotation Type in org.hibernate.annotations
Deprecated.
Use AttributeAccessor instead; renamed to avoid confusion with the JPA AccessType enum.
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.
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 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter1
 
Adapter10 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter10() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter10
 
Adapter2 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter2 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter2
 
Adapter3 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter3 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter3
 
Adapter4 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter4 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter4
 
Adapter5 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter5 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter5
 
Adapter6 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter6 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter6
 
Adapter7 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter7 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter7
 
Adapter8 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter8 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter8
 
Adapter9 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter9 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.mapping.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(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(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
 
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
 
addAssociationKey(AssociationKey) - Method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
Add association key to indicate the association is being visited.
addAttribute(PersistentAttributeDescriptor<J, ?>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor.InFlightAccess
 
addAttributeBinding(Property) - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
Adds an 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
 
addAttributeNode(String) - Method in interface org.hibernate.graph.Graph
Add an AttributeNode (with no associated SubGraphNodes) to this container by attribute name
addAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(Attribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Add an AttributeNode (with no associated SubGraphNode) to this container by Attribute reference
addAttributeNode(Attribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(Attribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addAttributeNode(AttributeNodeImplementor<?>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(PersistentAttributeDescriptor<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNodes(String...) - Method in interface org.hibernate.graph.RootGraph
 
addAttributeNodes(String...) - Method in interface org.hibernate.graph.SubGraph
 
addAttributeNodes(Attribute<J, ?>...) - Method in interface org.hibernate.graph.RootGraph
 
addAttributeNodes(Attribute<J, ?>...) - Method in interface org.hibernate.graph.SubGraph
 
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
 
addBasicTypeRegistrationContributions(List<BasicTypeRegistration>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
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.
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
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.PersistentClass
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.Property
 
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.
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.
addCollectionByKey(CollectionKey, PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Adds a collection in the collections-by-key map.
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
Deprecated.
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.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
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
 
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.id.insert.InsertSelectIdentityInsert
 
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(Function<SqlStringGenerationContext, InitCommand>) - Method in class org.hibernate.mapping.Table
 
addInitCommand(InitCommand) - Method in class org.hibernate.boot.model.relational.Database
 
addInitCommand(InitCommand) - Method in class org.hibernate.mapping.Table
Deprecated.
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
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubGraph(Class<S>, SubGraph<S>) - Method in interface org.hibernate.graph.AttributeNode
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(Attribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(Attribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(Attribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(Attribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttributeDescriptor<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttributeDescriptor<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttributeDescriptor<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
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
 
addMapResource(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
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(String, RootGraphImplementor<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
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
 
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
 
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 an 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
 
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
 
addSubclassSubgraph(Class<? extends T1>) - Method in interface org.hibernate.graph.RootGraph
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
addSubclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
addSubgraph(String) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(String) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubGraph(Class<S>, SubGraph<S>) - Method in interface org.hibernate.graph.AttributeNode
 
addSubGraph(String) - Method in interface org.hibernate.graph.Graph
Create a (mutable) SubGraphNode associated with the named AttributeNode.
addSubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
 
addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(Attribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Create a (mutable) SubGraphNode associated with the AttributeNode for the given Attribute.
addSubGraph(Attribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(Attribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.Graph
 
addSubGraph(Attribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttributeDescriptor<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttributeDescriptor<? extends J, AJ>, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
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.
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
addXmlBinding(Binding<?>) - Method in class org.hibernate.boot.MetadataSources
Add XML mapping bindings created from an arbitrary source by the binder.
addXmlMapping(Binding<?>) - Method in class org.hibernate.cfg.Configuration
Read mappings that were parsed using Configuration.getXmlMappingBinderAccess().
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_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.
afterCompletion(boolean, boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the last phase of transaction completion.
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
 
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
 
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.
afterStatementPartNewline() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
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(boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Performs cleanup of any held cache soft locks.
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.
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
Deprecated.
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 - Variable in class org.hibernate.sql.SimpleSelect
 
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 column span of the foreign key and the primary key 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 - 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
allMatch(DoublePredicate) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
allMatch(IntPredicate) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
allMatch(LongPredicate) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
allMatch(Predicate<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
allocationSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
allocationSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
ALLOW_ENHANCEMENT_AS_PROXY - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
(as of 5.5) with no replacement. When using enhancement based lazy loading using the enhanced class as proxy is always used when appropriate.
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
Deprecated.
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
 
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.
and(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Return the conjunction of multiple expressions
and(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the conjunction of two expressions
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(JavaXMember) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
 
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.
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
 
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
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(Type, Type, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated.
Get the AnyType with the specified parameters.
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
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.
anyMatch(DoublePredicate) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
anyMatch(IntPredicate) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
anyMatch(LongPredicate) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
anyMatch(Predicate<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
AnyMetaDef - Annotation Type in org.hibernate.annotations
Deprecated.
To be removed in 6.0
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Deprecated.
To be removed in 6.0
AnyType - Class in org.hibernate.type
Handles "any" mappings
AnyType(TypeFactory.TypeScope, Type, Type, boolean) - 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
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()
appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
 
appendIdentitySelectToInsert(String, String) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Provided we IdentityColumnSupport.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.
appendIndexColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendJoined(String, String[], StringBuilder) - Static method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
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 appended 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
 
AppliedGraph - Interface in org.hibernate.graph.spi
Contract for anything a fetch/load graph can be applied
appliesTo() - Method in annotation type org.hibernate.annotations.Table
name of the targeted table.
appliesTo(Class) - Method in interface org.hibernate.graph.RootGraph
 
appliesTo(Class<? super J>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
appliesTo(String) - Method in interface org.hibernate.graph.RootGraph
 
appliesTo(EntityTypeDescriptor<? super J>) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
appliesTo(ManagedTypeDescriptor<? super J>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
appliesTo(ManagedTypeDescriptor<? super J>) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
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
Deprecated.
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_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
 
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.
applyConfiguredGraph(Map<String, ?>) - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
Apply a graph and semantic based on configuration properties or hints based on GraphSemantic.getJpaHintName() for GraphSemantic.LOAD or GraphSemantic.FETCH.
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
 
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
 
applyEventToListener(T, U, X) - Method in interface org.hibernate.event.service.spi.EventActionWithParameter
 
applyFetchGraph(RootGraph) - Method in interface org.hibernate.query.Query
Apply the given graph using fetch semantics
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.
applyGraph(RootGraph, GraphSemantic) - Method in interface org.hibernate.query.Query
Apply the given graph using the given semantic
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
Apply the graph and semantic.
applyIdAttribute(SingularPersistentAttribute<X, ?>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor.InFlightAccess
 
applyIdClassAttributes(Set<SingularPersistentAttribute<? super X, ?>>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor.InFlightAccess
 
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
 
applyLoadGraph(RootGraph) - Method in interface org.hibernate.query.Query
Apply the given graph using load semantics
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
 
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
 
applyVersionAttribute(SingularPersistentAttribute<X, ?>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor.InFlightAccess
 
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
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(Map<Class, Subgraph>, Map<Class, Subgraph>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity subgraph maps and returns true if they are equal, ignoring order.
areEqual(AttributeNode<?>, AttributeNode<?>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity graph attribute node and returns true if they are equal, ignoring subgraph attribute order.
areEqual(EntityGraph<T>, EntityGraph<T>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity graphs and returns true if they are equal, ignoring attribute order.
areEqual(Subgraph, Subgraph) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity subgraphs and returns true if they are equal, ignoring attribute order.
areEqual(J, J) - Method in interface org.hibernate.metamodel.model.domain.BasicDomainType
 
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.
areJPACallbacksEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
areJPACallbacksEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
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 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(String, String, Class) - Constructor for class org.hibernate.type.ArrayType
 
ArrayType(TypeFactory.TypeScope, String, String, Class) - Constructor for class org.hibernate.type.ArrayType
Deprecated.
Use the other constructor
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.
asc() - Method in class org.hibernate.criterion.Property
Creates an ascending ordering for this property
asc(String) - Static method in class org.hibernate.criterion.Order
Ascending order
asc(Expression<?>, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an ordering by the ascending value of the expression.
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
 
asDoubleStream() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
asDoubleStream() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
asLongStream() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
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.
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.
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
 
assignments - Variable in class org.hibernate.sql.Update
 
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 an association defining what is to be fetched.
AssociationAttribute - Interface in org.hibernate.boot.jaxb.mapping.spi
 
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.boot.jaxb.mapping.spi.JaxbElementCollection
 
associationOverride - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
 
associationOverride - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
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
 
AST_LOGGER - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
AST_LOGGER - Static variable in class org.hibernate.tool.schema.SchemaToolingLogging
 
AST_LOGGER_NAME - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
AST_LOGGER_NAME - Static variable in class org.hibernate.tool.schema.SchemaToolingLogging
 
AST_TRACE_ENABLED - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
AST_TRACE_ENABLED - Static variable in class org.hibernate.tool.schema.SchemaToolingLogging
 
attemptToStartAlreadyStartedCacheProvider() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
attemptToStartAlreadyStartedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
attemptToStartAlreadyStartedCacheProvider$str() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
attemptToStopAlreadyStoppedCacheProvider() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
attemptToStopAlreadyStoppedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
attemptToStopAlreadyStoppedCacheProvider$str() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
Attribute - Interface in org.hibernate.tuple
Contract for attributes
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 approach 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.
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.boot.jaxb.mapping.spi.JaxbConvert
 
AttributeNode<J> - Interface in org.hibernate.graph
Hibernate extension to the JPA entity-graph AttributeNode contract.
AttributeNodeImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the AttributeNode contract
attributeNumber() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
attributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
attributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
 
attributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
 
attributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
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.boot.jaxb.mapping.spi.JaxbEmbeddable
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
AttributesContainer - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for JAXB bindings which are containers of 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.
augmentIdTableDefinition(Table) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
augmentIdTableDefinition(Table) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
 
augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.H2Dialect
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.PostgreSQL10Dialect
An SQL Dialect for PostgreSQL 10 and later.
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.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.boot.jaxb.mapping.spi.JaxbConverter
 
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
Deprecated.
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
Deprecated.
Use AvailableSettings instead. Will be removed in 6.0
average() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
average() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
average() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
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 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
 
BagPersistentAttribute<D,​E> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA CollectionAttribute descriptor
BagType - Class in org.hibernate.type
 
BagType(String, String) - Constructor for class org.hibernate.type.BagType
 
BagType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.BagType
Deprecated.
Use the other constructor
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
 
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
 
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
 
basic - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
basic - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
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 - 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
 
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
BasicDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA BasicType contract.
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
 
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.
BasicTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA BasicType descriptor
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 expecting 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.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.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
 
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_TRANSACTION_COMPLETION - org.hibernate.ConnectionReleaseMode
Indicates that JDBC connections should be released before each transaction commits/rollbacks (works with both JTA-registered synch and HibernateTransaction API).
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
 
beforeCompletion() - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the initial phase of transaction completion.
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 beginning 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.
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.jdbc.spi.LogicalConnectionImplementor
Notification indicating a transaction is about to be completed, so to trigger releasing of the connection if needed (ConnectionReleaseMode.BEFORE_TRANSACTION_COMPLETION is enabled)
beforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
A before-completion callback from the coordinator to its owner.
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
BetweenExpression - Class in org.hibernate.criterion
Constrains a property to between two values
BetweenExpression(String, Object, Object) - Constructor for class org.hibernate.criterion.BetweenExpression
 
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
 
bindFetchProfilesForClass(XClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindFetchProfilesForPackage(ClassLoaderService, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindFk(PersistentClass, PersistentClass, Ejb3JoinColumn[], SimpleValue, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
bindForeignKeyNameAndDefinition(SimpleValue, XProperty, ForeignKey, JoinColumn, JoinColumns, MetadataBuildingContext) - 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.CockroachDB192Dialect
 
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<String, PersistentClass>, Ejb3JoinColumn[], XClass, boolean, NotFoundAction, MetadataBuildingContext, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindPackage(ClassLoaderService, 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.
bindPreparedStatement(PreparedStatement, QueryParameters, LimitHandler, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
 
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<String, PersistentClass>, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, NotFoundAction, 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, NotFoundAction, 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
 
blankSpacesToSkip() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
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 representing Blob objects.
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
 
BLOCK_COMMENT - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
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.
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.
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.
boxed() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
boxed() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
boxed() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
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(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, 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, 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
buildAttributeConversionInfoMap(XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
buildBaseline() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
buildBaselineList() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
buildBasicProxyFactory(Class) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBasicProxyFactory(Class, Class[]) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
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.plan.DynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.PaddedBatchingEntityLoaderBuilder
 
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.plan.DynamicBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
buildBatchingLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.PaddedBatchingEntityLoaderBuilder
 
buildBidirectionalEntityReference(AssociationAttributeDefinition, FetchStrategy, EntityReference) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a bidirectional entity reference for an entity attribute.
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, Class, CallbackBuilder.CallbackRegistrar) - Method in interface org.hibernate.jpa.event.spi.CallbackBuilder
Deprecated.
 
buildCallbacksForEntity(Class, CallbackBuilder.CallbackRegistrar) - Method in interface org.hibernate.jpa.event.spi.CallbackBuilder
Deprecated.
 
buildCollectionAttributeFetch(AssociationAttributeDefinition, FetchStrategy) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Builds a fetch for a collection attribute.
buildColumnFromAnnotation(Column[], Formula, Comment, Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(Column[], Formula, Comment, 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
 
buildDatabaseStructure(Type, Properties, JdbcEnvironment, boolean, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Build the database structure.
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.
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
 
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, PersisterCreationContext) - 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
 
buildErrorMessage() - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
 
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.
 
buildHolderInstantiator(ResultTransformer) - Method in class org.hibernate.loader.hql.QueryLoader
 
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.CockroachDB192Dialect
 
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.
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.MariaDBDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.MySQLDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.SQLServerDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.SybaseDialect
 
buildIdTableCreateStatement(Table, MetadataImplementor, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildIdTableDropStatement(Table, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, CT, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, PreparationContextImpl, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, PreparationContextImpl, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
buildIdTableInfo(PersistentClass, Table, JdbcServices, MetadataImplementor, PreparationContextImpl, SqlStringGenerationContext) - 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(String, SqlStringGenerationContext) - 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
 
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[], Comment, 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[], Comment, 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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
buildMergeCascadeEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.plan.MultiEntityLoadingSupport
 
buildNamedQueryRepository(SessionFactoryImpl) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildNamedQueryRepository(SessionFactoryImpl) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
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.local.LocalTemporaryTableBulkIdStrategy
 
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
build 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.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
 
buildRefreshCascadeEntityLoader(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
buildSelectQuery(String, SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSequence(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
buildSequenceStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
buildServiceRegistry(SessionFactoryImplementor, 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(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(SqlStringGenerationContext, String, Table, Iterator<Column>, Map<Column, String>, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(SqlStringGenerationContext, String, Table, Iterator<Column>, Map<Column, String>, boolean, Metadata) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, String, Iterator<Column>, Map<Column, String>, boolean) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(SqlStringGenerationContext, 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.CockroachDB192Dialect
 
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.
buildStandardProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
buildStatistics(SessionFactoryImplementor) - Method in interface org.hibernate.stat.spi.StatisticsFactory
 
buildTableStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
buildTargetDescriptor(EnumSet<TargetType>, String, boolean, ServiceRegistry) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
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
buildUnloadedProxy(Class<?>, Class<?>[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
buildUnloadedProxy(TypePool, TypeDefinition, Collection<? extends TypeDefinition>) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
Do not remove: used by Quarkus
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(String, SqlStringGenerationContext) - 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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
 
BYTECODE_PROVIDER_NAME_NONE - 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
 
ByteCodeHelper - Class in org.hibernate.bytecode.spi
A helper for reading byte code from various input sources.
BytecodeInterceptorLogging - Interface in org.hibernate.bytecode.enhance.spi.interceptor
Logging related to bytecode enhancement interceptors
BytecodeInterceptorLogging_$logger - Class in org.hibernate.bytecode.enhance.spi.interceptor
Warning this class consists of generated code.
BytecodeInterceptorLogging_$logger(Logger) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging_$logger
 
BytecodeLazyAttributeInterceptor - Interface in org.hibernate.bytecode.enhance.spi.interceptor
 
BytecodeLogging - Interface in org.hibernate.bytecode
 
BytecodeProvider - Interface in org.hibernate.bytecode.spi
Contract for providers of bytecode services to Hibernate.
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_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.boot.jaxb.mapping.spi.JaxbEntity
 
cacheable - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
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.
CacheEntityLoaderHelper - Class in org.hibernate.loader.entity
 
CacheEntityLoaderHelper.EntityStatus - Enum in org.hibernate.loader.entity
 
CacheEntityLoaderHelper.PersistenceContextEntry - Class in org.hibernate.loader.entity
 
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
 
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
 
CALL - org.hibernate.sql.ast.Clause
 
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
 
CallbackBuilder - Interface in org.hibernate.jpa.event.spi
Deprecated.
This SPI has never been functional and is no longer used. It will eventually be removed.
CallbackBuilder.CallbackRegistrar - Interface in org.hibernate.jpa.event.spi
Deprecated.
Use CallbackRegistrar instead.
CallbackDefinition - Interface in org.hibernate.jpa.event.spi
 
CallbackException - Exception in org.hibernate
Intended to be thrown from Lifecycle and Interceptor callbacks.
CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given underlying cause.
CallbackException(String) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message.
CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message and underlying cause.
CallbackRegistrar - Interface in org.hibernate.jpa.event.spi
 
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
 
CamelCaseToUnderscoresNamingStrategy - Class in org.hibernate.boot.model.naming
Originally copied from Spring Boot as this strategy is popular there (original name is SpringPhysicalNamingStrategy).
CamelCaseToUnderscoresNamingStrategy() - Constructor for class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
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.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
 
cancel() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Cancel the building processing.
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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.CockroachDB192Dialect
 
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.
 
canCreateSchema() - Method in class org.hibernate.dialect.SybaseDialect
 
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.
canIdentityInsertBeDelayed() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
Since 5.4.1, this is no longer used.
canJoinsBeRequired() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
 
CannotBecomeEntityGraphException - Exception in org.hibernate.graph
Indicates an illegal attempt to make a Graph become an EntityGraph via Graph.makeRootGraph(String, boolean).
CannotBecomeEntityGraphException(String) - Constructor for exception org.hibernate.graph.CannotBecomeEntityGraphException
 
CannotContainSubGraphException - Exception in org.hibernate.graph
Indicates an attempt was made to add a (key)? sub-graph to an attribute type that does not support (key)? sub-graphs.
CannotContainSubGraphException(String) - Constructor for exception org.hibernate.graph.CannotContainSubGraphException
 
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
 
canOmitSuperclassTableJoin() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
If true, persister can omit superclass tables during joining if they are not needed in the query.
canOmitSuperclassTableJoin() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
canOmitSuperclassTableJoin() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
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?
canRollback() - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
canUseCachedReferences() - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer.LifecycleOptions
 
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.boot.jaxb.mapping.spi.JaxbManyToMany
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
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.boot.jaxb.mapping.spi.JaxbCascadeType
 
cascadeDeleteEnabled - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
cascadeDetach - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
 
CascadeEntityJoinWalker - Class in org.hibernate.loader.entity
 
CascadeEntityJoinWalker(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
CascadeEntityLoader - Class in org.hibernate.loader.entity
 
CascadeEntityLoader(OuterJoinLoadable, CascadingAction, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.entity.CascadeEntityLoader
 
cascadeMerge - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
 
cascadeNow(CascadePoint) - Method in enum org.hibernate.type.ForeignKeyDirection
Should we cascade at this cascade point?
cascadePersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
 
cascadePersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
 
cascadeRefresh - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
 
cascadeRemove - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
 
CascadeStyle - Interface in org.hibernate.engine.spi
A contract for defining the aspects of cascading various persistence actions.
CascadeStyles - Class in org.hibernate.engine.spi
 
CascadeStyles.BaseCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyles.MultipleCascadeStyle - Class in org.hibernate.engine.spi
 
CascadeStyleSource - Interface in org.hibernate.boot.model.source.spi
Describes sources which define cascading.
CascadeType - Enum in org.hibernate.annotations
Cascade types (can override default JPA cascades).
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
 
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.boot.jaxb.mapping.spi.JaxbCollectionTable
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
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?
catalogWithDefault(Identifier) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
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
 
CFG_FILE - Static variable in interface org.hibernate.jpa.AvailableSettings
CFG_XML_FILE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify a Hibernate cfg.xml config file
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 - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
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, String) - 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
 
checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
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
 
checkQuery(QueryParameters) - Method in class org.hibernate.loader.hql.QueryLoader
 
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.cfg.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_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
CLASS_NAME - Static variable in class org.hibernate.type.SerializableToBlobType
 
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
 
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
 
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
 
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
 
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.
ClassLoadingStrategyHelper - Class in org.hibernate.bytecode.spi
 
ClassLoadingStrategyHelper() - Constructor for class org.hibernate.bytecode.spi.ClassLoadingStrategyHelper
 
ClassMetadata - Interface in org.hibernate.metadata
Exposes entity class metadata to the application
ClassPropertyHolder - Class in org.hibernate.cfg
 
ClassPropertyHolder(PersistentClass, XClass, Map<String, Join>, 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
 
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
 
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.
Clause - Enum in org.hibernate.sql.ast
Used to indicate which query clause we are currently processing
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.boot.jaxb.mapping.spi.JaxbColumnResult
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdClass
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClass
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
 
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() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
cleanupFromSynchronizations() - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
cleanUpRows(String, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.persistent.Helper
 
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.EffectiveEntityGraph
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
clear() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Deprecated.
likely want to use EventListenerGroup.clearListeners() instead, which doesn't also reset the registered DuplicationStrategy(ies).
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 - 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
clearCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove all state of the collections-by-key map.
clearDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Clear the dirty flag, after flushing changes to the database.
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
 
clearListeners() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Removes all registered listeners
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
close() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
close() - Method in interface org.hibernate.query.spi.CloseableIterator
 
close() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
close() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
close() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
close() - Method in class org.hibernate.query.spi.StreamDecorator
 
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.
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.
CockroachDB1920IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
CockroachDB1920IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.CockroachDB1920IdentityColumnSupport
 
CockroachDB192Dialect - Class in org.hibernate.dialect
An SQL dialect for CockroachDB 19.2 and later.
CockroachDB192Dialect() - Constructor for class org.hibernate.dialect.CockroachDB192Dialect
 
CockroachDB201Dialect - Class in org.hibernate.dialect
An SQL dialect for CockroachDB 20.1 and later.
CockroachDB201Dialect() - Constructor for class org.hibernate.dialect.CockroachDB201Dialect
 
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
 
collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
collect(Supplier<R1>, BiConsumer<R1, ? super R>, BiConsumer<R1, R1>) - Method in class org.hibernate.query.spi.StreamDecorator
 
collect(Collector<? super R, A, R1>) - Method in class org.hibernate.query.spi.StreamDecorator
 
collectAllParameters() - Method in interface org.hibernate.query.ParameterMetadata
 
collectAllParametersJpa() - Method in interface org.hibernate.query.ParameterMetadata
 
collectIdClassAttributes(Set<SingularPersistentAttribute<? super J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
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_CACHE_PREFIX - Static variable in interface org.hibernate.cfg.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_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
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.
CollectionAttribute - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for Jaxb bindings that represent persistent collection attributes.
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
 
CollectionDomainType<C,​E> - Interface in org.hibernate.metamodel.model.domain
Descriptor for persistent collections.
CollectionDomainType.Element<E> - Interface in org.hibernate.metamodel.model.domain
 
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
 
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.boot.jaxb.mapping.spi.JaxbElementCollection
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name, not the best strategy but a backward compatible one
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
 
collectionTableName(String, String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
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
Deprecated.
Custom handling for "collection types" will be handled differently in 6.0
CollectionType(String, String) - Constructor for class org.hibernate.type.CollectionType
 
CollectionType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.CollectionType
Deprecated.
Use the other constructor
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.boot.jaxb.mapping.spi.JaxbAttributeOverride
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
 
column() - Method in annotation type org.hibernate.annotations.CollectionId
 
column() - Method in annotation type org.hibernate.annotations.JoinColumnOrFormula
The column to use in joining.
Column - Class in org.hibernate.mapping
A column of a relational database table
Column() - Constructor for class org.hibernate.mapping.Column
 
Column(String) - Constructor for class org.hibernate.mapping.Column
 
COLUMN - 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.boot.jaxb.mapping.spi.JaxbColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
 
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
Deprecated.
(Since 6.0) use Constraint.getColumnIterator() instead.
ColumnIterator(ExportableColumn) - Constructor for class org.hibernate.id.ExportableColumn.ColumnIterator
 
columnList - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
 
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.boot.jaxb.mapping.spi.JaxbUniqueConstraint
 
columnName - Variable in class org.hibernate.sql.InFragment
 
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
Deprecated.
(since 5.5) Scheduled for removal in 6.0 as ResultSet wrapping is no longer needed
ColumnNameCache(int) - Constructor for class org.hibernate.engine.jdbc.ColumnNameCache
Deprecated.
Constructs a ColumnNameCache
columnNames - Variable in class org.hibernate.sql.InsertSelect
 
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.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
columns - Variable in class org.hibernate.cfg.FkSecondPass
 
columns - Variable in class org.hibernate.sql.Insert
 
columns - Variable in class org.hibernate.sql.SimpleSelect
 
columns - Variable in class org.hibernate.sql.Update
 
columns() - Method in annotation type org.hibernate.annotations.CollectionId
Deprecated.
Only basic (single column) collection-ids are supported. Use CollectionId.column() instead
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 - Variable in class org.hibernate.sql.Delete
 
comment - Variable in class org.hibernate.sql.Insert
 
comment - Variable in class org.hibernate.sql.InsertSelect
 
comment - Variable in class org.hibernate.sql.Select
 
comment - Variable in class org.hibernate.sql.SimpleSelect
 
comment - Variable in class org.hibernate.sql.Update
 
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 - Annotation Type in org.hibernate.annotations
SQL column comment which can be defined at property level.
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 - 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(ComponentMetamodel) - Constructor for class org.hibernate.type.ComponentType
 
ComponentType(TypeFactory.TypeScope, ComponentMetamodel) - Constructor for class org.hibernate.type.ComponentType
Deprecated.
Use the other constructor
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
 
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.
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.
ConfigParameterContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
 
configParameters - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
 
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
Deprecated.
All methods are already defined in IdentifierGenerator. Just implement IdentifierGenerator.
Configurable - Interface in org.hibernate.service.spi
Allows the service to request access to the configuration properties for configuring itself.
Configuration - Class in org.hibernate.cfg
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(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(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Configures this structure with the given arguments.
configure(Optimizer) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.Configurable
Deprecated.
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 interface org.hibernate.id.IdentifierGenerator
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.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.
configureListeners(EventType<T>, Consumer<EventListenerGroup<T>>) - Method in interface org.hibernate.event.spi.EventEngineContributions
Perform an action against the listener group for the specified event-type
configureService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
ConfigXsdSupport - Class in org.hibernate.boot.xsd
Support for XSD handling related to Hibernate's `cfg.xml` and JPA's `persistence.xml`.
ConfigXsdSupport() - Constructor for class org.hibernate.boot.xsd.ConfigXsdSupport
 
conjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...).
conjunction(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single conjunction (A and B and C...).
Conjunction - 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_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.
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.
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.
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.
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
 
constraintMode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
 
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
 
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 an instance of the default tuplizer for the given entity-mode.
constructorResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
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
 
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(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.engine.spi.SessionLazyDelegator
 
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, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
contains(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
contains(String, Object) - Method in interface org.hibernate.Session
Check if this entity is associated with this Session.
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
 
containsNullifiableEntityKey(Supplier<EntityKey>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Checks if a certain EntityKey was registered as nullifiable on this PersistenceContext.
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
 
contextId - Variable in class org.hibernate.boot.JaccPermissionDefinition
 
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(InFlightMetadataCollector, IndexView) - Method in interface org.hibernate.boot.spi.MetadataContributor
Perform the contributions.
contribute(EventEngineContributions) - Method in interface org.hibernate.event.spi.EventEngineContributor
Apply the contributions
contribute(SessionFactoryServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.SessionFactoryServiceContributor
Contribute services to the indicated registry builder.
contributeEventType(String, Class<T>) - Method in interface org.hibernate.event.spi.EventEngineContributions
Register a custom event type.
contributeEventType(String, Class<T>, T...) - Method in interface org.hibernate.event.spi.EventEngineContributions
Register a custom event type with a default listener.
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.CockroachDB192Dialect
 
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
 
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.boot.jaxb.mapping.spi.JaxbBasic
 
convert - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
convert - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
 
convert - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
convert(Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService.Converter
Convert an untyped Object reference to the Converter's type.
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 specification 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 specification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
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.boot.jaxb.mapping.spi.JaxbConvert
 
converter - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
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é definition of a convert function.
ConvertFunction() - Constructor for class org.hibernate.dialect.function.ConvertFunction
 
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
 
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 interface org.hibernate.event.service.spi.EventListenerGroup
 
count() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
count() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
count() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
count() - Method in class org.hibernate.query.spi.StreamDecorator
 
count(String) - Static method in class org.hibernate.criterion.Projections
A property value count projection
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(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
CountFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
 
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?
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(String, Class<T>, int) - Static method in class org.hibernate.event.spi.EventType
 
create(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
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.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.boot.SchemaAutoTooling
Create the schema on SessionFactory startup.
CREATE_ONLY - org.hibernate.tool.schema.Action
Database creation will be generated.
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
 
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.
createCacheableResultTransformer(QueryParameters) - Method in class org.hibernate.loader.Loader
 
createCallback(ManagedBeanRegistry) - Method in interface org.hibernate.jpa.event.spi.CallbackDefinition
 
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.
createComponent(PropertyHolder, PropertyData, boolean, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createCopyUsing(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
createCriteria(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createCriteria(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
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 class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
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 class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
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 class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
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.
createDelete() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createDelete() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createDenormalizedTable(Identifier, boolean, Table) - Method in class org.hibernate.boot.model.relational.Namespace
 
createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
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
 
createEntityCopyObserver() - Method in interface org.hibernate.event.spi.EntityCopyObserverFactory
 
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(Class<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.Session
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(String) - Method in interface org.hibernate.Session
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
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
createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createExtractionContext(ServiceRegistry, JdbcEnvironment, SqlStringGenerationContext, DdlTransactionIsolator, ExtractionContext.DatabaseObjectAccess) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
 
createFilter(Object, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createFilter(Object, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
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.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<Column>, String, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List<Column>, String, String, List<Column>) - 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
 
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
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, 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.
createInformation() - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
createInformationExtractor(ExtractionContext) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
 
createInsert() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createIsolationDelegate() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Retrieve an isolation delegate appropriate for this transaction strategy.
createJaxbAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbAssociationOverride
createJaxbAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbAttributeOverride
createJaxbAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbAttributes
createJaxbBasic() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbBasic
createJaxbCascadeType() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbCascadeType
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
createJaxbCollectionTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbCollectionTable
createJaxbColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbColumn
createJaxbColumnResult() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbColumnResult
createJaxbConstructorResult() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbConstructorResult
createJaxbConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbConvert
createJaxbConverter() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbConverter
createJaxbDiscriminatorColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbDiscriminatorColumn
createJaxbElementCollection() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbElementCollection
createJaxbEmbeddable() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEmbeddable
createJaxbEmbeddableAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEmbeddableAttributes
createJaxbEmbedded() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEmbedded
createJaxbEmbeddedId() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEmbeddedId
createJaxbEmptyType() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEmptyType
createJaxbEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntity
createJaxbEntityListener() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntityListener
createJaxbEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntityListeners
createJaxbEntityMappings() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntityMappings
createJaxbEntityResult() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntityResult
createJaxbFieldResult() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbFieldResult
createJaxbForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbForeignKey
createJaxbGeneratedValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbGeneratedValue
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
createJaxbId() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbId
createJaxbIdClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbIdClass
createJaxbIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbIndex
createJaxbInheritance() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbInheritance
createJaxbJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbJoinColumn
createJaxbJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbJoinTable
createJaxbLob() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbLob
createJaxbManyToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbManyToMany
createJaxbManyToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbManyToOne
createJaxbMapKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMapKey
createJaxbMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMapKeyClass
createJaxbMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMapKeyColumn
createJaxbMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMapKeyJoinColumn
createJaxbMappedSuperclass() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMappedSuperclass
createJaxbNamedAttributeNode() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedAttributeNode
createJaxbNamedEntityGraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedEntityGraph
createJaxbNamedNativeQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedNativeQuery
createJaxbNamedQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedQuery
createJaxbNamedStoredProcedureQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedStoredProcedureQuery
createJaxbNamedSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedSubgraph
createJaxbOneToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbOneToMany
createJaxbOneToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbOneToOne
createJaxbOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbOrderColumn
createJaxbPersistenceUnitDefaults() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPersistenceUnitDefaults
createJaxbPersistenceUnitMetadata() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPersistenceUnitMetadata
createJaxbPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPostLoad
createJaxbPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPostPersist
createJaxbPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPostRemove
createJaxbPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPostUpdate
createJaxbPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPrePersist
createJaxbPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPreRemove
createJaxbPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPreUpdate
createJaxbPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPrimaryKeyJoinColumn
createJaxbQueryHint() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbQueryHint
createJaxbSecondaryTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbSecondaryTable
createJaxbSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbSequenceGenerator
createJaxbSqlResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbSqlResultSetMapping
createJaxbStoredProcedureParameter() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbStoredProcedureParameter
createJaxbTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbTable
createJaxbTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbTableGenerator
createJaxbTransient() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbTransient
createJaxbUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbUniqueConstraint
createJaxbVersion() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbVersion
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
 
createJoin(String, boolean, boolean, Set<String>, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
createNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
 
createNaturalIdLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.
createOnly(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
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
 
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
 
createProxy(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(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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.engine.spi.SharedSessionContractImplementor
Deprecated.
(since 5.2) - see deprecation note on org.hibernate.jpa.spi.HibernateEntityManagerImplementor#createQuery(java.lang.String, java.lang.Class, javax.persistence.criteria.Selection, org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions)
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(CriteriaDelete) - Method in interface org.hibernate.query.QueryProducer
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(CriteriaQuery<T>) - Method in interface org.hibernate.query.QueryProducer
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(CriteriaUpdate) - Method in interface org.hibernate.query.QueryProducer
 
createQuery(CriteriaUpdate) - Method in interface org.hibernate.Session
 
createQueryLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createQueryPlan(String, boolean, Map<String, Filter>, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.QueryPlanCache.QueryPlanCreator
 
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
 
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
 
createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createSequence(Identifier, int, int) - Method in class org.hibernate.boot.model.relational.Namespace
 
createSessionFactoryBuilder(MetadataImpl, BootstrapContext) - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderService
 
createSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureCall(String, String...) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure with specific result set entity mappings.
createStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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
 
createSubselects(List, QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
 
createSyntheticPropertyReference(Ejb3JoinColumn[], PersistentClass, PersistentClass, Value, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
createTable(Identifier, boolean) - Method in class org.hibernate.boot.model.relational.Namespace
Creates a mapping Table instance.
createTempTable(IdTableInfoImpl, TempTableDdlTransactionHandling, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.local.Helper
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createTransactionContext(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
createTransactionContext(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.RegionFactory
 
createUniqueConstraint(Value) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
createUniqueKey(List<Column>) - Method in class org.hibernate.mapping.Table
 
createUniqueKeyLoader(Type, String[], LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createUniqueKeyLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createUpdate() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createUpdate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.
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(Class, String, String) - Constructor for class org.hibernate.type.CustomCollectionType
 
CustomCollectionType(TypeFactory.TypeScope, Class, String, String) - Constructor for class org.hibernate.type.CustomCollectionType
Deprecated.
Use the other constructor
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
CustomEntityDirtinessStrategy - Interface in org.hibernate
During a flush cycle, Hibernate needs to determine which of the entities associated with a Session.
CustomEntityDirtinessStrategy.AttributeChecker - Interface in org.hibernate
Responsible for identifying when attributes are dirty.
CustomEntityDirtinessStrategy.AttributeInformation - Interface in org.hibernate
Provides CustomEntityDirtinessStrategy.AttributeChecker with meta information about the attributes being checked.
CustomEntityDirtinessStrategy.DirtyCheckContext - Interface in org.hibernate
A callback to drive dirty checking.
CustomizableColumns - Class in org.hibernate.cfg.annotations
 
CustomizableColumns(Column[]) - Constructor for class org.hibernate.cfg.annotations.CustomizableColumns
 
CustomLoader - Class in org.hibernate.loader.custom
Extension point for loaders which use a SQL result set with "unexpected" column aliases.
CustomLoader(CustomQuery, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.CustomLoader
 
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.
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

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 database 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
 
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
 
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
 
DB2400V7R3Dialect - Class in org.hibernate.dialect
An SQL dialect for i.
DB2400V7R3Dialect() - Constructor for class org.hibernate.dialect.DB2400V7R3Dialect
 
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
DB2IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
DB2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
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.BytecodeLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
DEBUG_ENABLED - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
DEBUG_ENABLED - Static variable in class org.hibernate.tool.schema.SchemaToolingLogging
 
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.loader.entity.NaturalIdType
 
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 - 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 interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessorResolver
 
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_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_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_QUERY_STATISTICS_MAX_SIZE - Static variable in interface org.hibernate.stat.Statistics
 
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_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
 
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
 
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.loader.entity.NaturalIdType
 
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).
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
DELAY_CDI_ACCESS - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
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.
DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released before commit/rollback.
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, QualifiedName) - 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.
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 - org.hibernate.sql.ast.Clause
Not used in 5.x.
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.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
 
DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributePath
 
DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributeRole
 
DELIMITER - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
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
DEPRECATED_EXTRA_PHYSICAL_TABLE_TYPES - Static variable in interface org.hibernate.cfg.AvailableSettings
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(String) - Static method in class org.hibernate.criterion.Order
Descending order.
desc(Expression<?>, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an ordering by the descending value of the expression.
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.boot.jaxb.mapping.spi.JaxbAssociationOverride
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
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
 
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.
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(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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
 
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.
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
 
determineAutoSettingImpliedAction(Map<?, ?>, Action) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
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(SqlStringGenerationContext) - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Return the select expression fragment, if any, that generates the identifier values.
determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Return the select expression fragment, if any, that generates the identifier values.
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
 
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.
determinePkByNaturalIdQuery(boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
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
 
determineSubclassTableJoinType(int, boolean, boolean, Set<String>, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableName(Table) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
determineTableName(Table) - 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.
 
determineValueNullness(Object[]) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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_RESOLVERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names any additional DialectResolver implementations to register with the standard DialectFactory.
DialectFactory - Interface in org.hibernate.engine.jdbc.dialect.spi
A factory for generating Dialect instances.
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.loader.entity.NaturalIdType
 
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.
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.
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.boot.jaxb.mapping.spi.JaxbConvert
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
disableFetchProfile(String) - Method in interface org.hibernate.Session
Disable a particular fetch profile on this session.
disableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
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.cfg.AvailableSettings
Whether to discard persistent context on SharedSessionContract.close() / EntityManager.close().
DISCARD_PC_ON_CLOSE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
disconnect() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disconnect() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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.boot.jaxb.mapping.spi.JaxbEntity
 
discriminatorColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
 
DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Used to apply a Hibernate formula (derived value) as the inheritance discriminator "column".
DiscriminatorMetadata - Interface in org.hibernate.persister.entity
Provides the information needed to properly handle type discrimination in HQL queries, either by 'something.class' or 'type(something)' references.
DiscriminatorOptions - Annotation Type in org.hibernate.annotations
Optional annotation to express Hibernate specific discriminator 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.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
 
DiscriminatorType - Class in org.hibernate.persister.entity
TODO : javadoc
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.boot.jaxb.mapping.spi.JaxbEntity
 
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.
 
disjunction() - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...).
disjunction(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Group expressions together in a single disjunction (A or B or C...).
Disjunction - 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
 
distinct() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
distinct() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
distinct() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
distinct() - Method in class org.hibernate.query.spi.StreamDecorator
 
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.
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.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
 
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
 
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
 
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.
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DB2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is READ_COMMITTED isolation implemented by forcing readers to wait for write locks to be released?
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.H2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.HSQLDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Ingres9Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.TeradataDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is REPEATABLE_READ isolation implemented by forcing writers to wait for read locks to be released?
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.HSQLDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Ingres9Dialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.SQLServerDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.TeradataDialect
 
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
 
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
Perform the extraction.
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
 
doList(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.loader.Loader
Actually execute a query, ignoring the query cache
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
DomainModelHelper - Class in org.hibernate.metamodel.model.domain.spi
Helper containing utilities useful for domain model handling
DomainModelHelper() - Constructor for class org.hibernate.metamodel.model.domain.spi.DomainModelHelper
 
DomainType<J> - Interface in org.hibernate.metamodel.model.domain
Base contract for Hibernate's extension of the JPA type system.
DomainTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
doReturningWork(ReturningWork<T>) - Method in interface org.hibernate.SharedSessionContract
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.
DoubleStreamDecorator - Class in org.hibernate.query.spi
The DoubleStreamDecorator wraps a Java DoubleStream and registers a closeHandler which is passed further to any resulting Stream.
DoubleStreamDecorator(DoubleStream, Runnable) - Constructor for class org.hibernate.query.spi.DoubleStreamDecorator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
doWork(Work) - Method in interface org.hibernate.SharedSessionContract
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
drop - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
drop(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
DROP - org.hibernate.boot.SchemaAutoTooling
Drop the schema and don't recreate it.
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.local.LocalTemporaryTableBulkIdStrategy
 
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.CockroachDB192Dialect
 
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.HSQLDialect
 
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
 
dropWhile(Predicate<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
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
 
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 - Class in org.hibernate.loader.entity.plan
Batching entity loader using dynamic where-clause
DynamicBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.plan.DynamicBatchingEntityLoader
 
DynamicBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity.plan
A walking/plan based BatchingEntityLoaderBuilder that builds entity-loader instances capable of dynamically building its batch-fetch SQL based on the actual number of entity ids waiting to be batch fetched.
DynamicBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.plan.DynamicBatchingEntityLoaderBuilder
 
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 - Static variable in enum org.hibernate.FetchMode
Deprecated.
use FetchMode.JOIN
EffectiveEntityGraph - Class in org.hibernate.engine.spi
Think of this as the composite modeling of a graph and the semantic.
EffectiveEntityGraph() - Constructor for class org.hibernate.engine.spi.EffectiveEntityGraph
 
EffectiveEntityGraph(boolean) - Constructor for class org.hibernate.engine.spi.EffectiveEntityGraph
 
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
 
elementClass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
elementCollection - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
elementCollection - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
elementColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsGettable - 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.boot.jaxb.mapping.spi.JaxbEntityMappings
 
embeddable(Class<X>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
EMBEDDABLE - org.hibernate.cfg.AnnotatedClassType
has an @Embeddable annotation
EMBEDDABLE_SUPERCLASS - org.hibernate.cfg.AnnotatedClassType
has @EmbeddedSuperclass annotation
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.boot.jaxb.mapping.spi.JaxbAttributes
 
embedded - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
EMBEDDED - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
EMBEDDED - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
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(ComponentMetamodel) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
EmbeddedComponentType(TypeFactory.TypeScope, ComponentMetamodel) - Constructor for class org.hibernate.type.EmbeddedComponentType
Deprecated.
Use the other constructor
EmbeddedDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA EntityType contract.
embeddedId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
EmbeddedTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA EmbeddableType descriptor
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
 
EMF_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
EntityManagerFactory name.
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
EmptyExtractionContext() - Constructor for class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
EmptyInterceptor - Class in org.hibernate
An interceptor that does nothing.
EmptyInterceptor() - Constructor for class org.hibernate.EmptyInterceptor
 
ENABLE_LAZY_LOAD_NO_TRANS - Static variable in interface org.hibernate.cfg.AvailableSettings
 
ENABLE_SYNONYMS - Static variable in interface org.hibernate.cfg.AvailableSettings
If enabled, allows 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 class org.hibernate.engine.spi.SessionLazyDelegator
 
enableFetchProfile(String) - Method in interface org.hibernate.Session
Enable a particular fetch profile on this session.
enableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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
Deprecated.
with no replacement. See AvailableSettings.PROCEDURE_NULL_PARAM_PASSING for details
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 the first-level cache 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 __row__ column.
end() - Method in class org.hibernate.BaseSessionEventListener
 
end() - Method in interface org.hibernate.SessionEventListener
 
END - org.hibernate.criterion.MatchMode
Match the end of the string to the pattern
endCollectionLoad(Object, SharedSessionContractImplementor, CollectionPersister) - Method in class org.hibernate.loader.Loader
 
endLoading(ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.CollectionReferenceInitializer
 
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.
EnhancedEntity - Interface in org.hibernate.engine.spi
This is a special marker interface designed to represent the union of several traits: - ManagedEntity - Managed - PersistentAttributeInterceptable - SelfDirtinessTracker The need for such a "union" isn't natural in the Java language, but represents a technicality we need to bypass performance issues caused by https://bugs.openjdk.org/browse/JDK-8180450
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 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
 
EnhancementHelper.InheritanceChecker - Interface in org.hibernate.bytecode.enhance.spi.interceptor
 
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
Deprecated.
Enable association management feature in runtime bytecode enhancement
ENHANCER_ENABLE_DIRTY_TRACKING - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
Enable dirty tracking feature in runtime bytecode enhancement
ENHANCER_ENABLE_LAZY_INITIALIZATION - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
Enable lazy loading feature in runtime bytecode enhancement
EnhancerConstants - Class in org.hibernate.bytecode.enhance.spi
Constants used during enhancement.
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.boot.jaxb.mapping.spi.JaxbEntityMappings
 
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(Class<X>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
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.metamodel.spi.MetamodelImplementor
 
entity(String) - Method in interface org.hibernate.TypeHelper
Retrieve a type representing the given entity.
Entity - Annotation Type in org.hibernate.annotations
Deprecated.
See individual attributes for intended replacements. To be removed in 4.1
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 interface org.hibernate.usertype.DynamicParameterizedType
 
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 of 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
Deprecated.
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
 
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.
entityClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
 
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.
EntityCopyObserverFactory - Interface in org.hibernate.event.spi
 
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
EntityDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Extension to the JPA EntityType contract
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
Specifically a fetch return that refers to an entity association.
EntityFetchReturn(String, EntityAliases, NonScalarReturn, String, LockMode) - Constructor for class org.hibernate.loader.custom.EntityFetchReturn
 
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
 
EntityGraphQueryHint(RootGraphImplementor<?>, GraphSemantic) - Constructor for class org.hibernate.engine.query.spi.EntityGraphQueryHint
 
EntityGraphs - Class in org.hibernate.graph
A collection of EntityGraph utilities.
EntityGraphs() - Constructor for class org.hibernate.graph.EntityGraphs
 
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, boolean[], 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.boot.jaxb.mapping.spi.JaxbEntityListeners
 
entityListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
entityListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
entityListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
 
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, boolean[], int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
EntityLoader(OuterJoinLoadable, String[], Type, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.EntityLoader
 
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.
EntityMetamodel - Class in org.hibernate.tuple.entity
Centralizes metamodel information about an entity.
EntityMetamodel(PersistentClass, EntityPersister, PersisterCreationContext) - 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.
EntityOrMappedSuperclass - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for JAXB bindings representing entities and mapped-superclasses.
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.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
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
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 regarding 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
EntityTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA EntityType descriptor
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.boot.jaxb.mapping.spi.JaxbBasic
 
enumerated - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
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() - 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
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
 
EOF - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
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, 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, 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
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, String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to two properties
eqProperty(Property) - Method in class org.hibernate.criterion.Property
Creates an equality restriction between 2 properties
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.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.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.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.AnyType.ObjectTypeCacheEntry
 
equals(Object) - Method in class org.hibernate.type.CustomType
 
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
 
equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the current state exactly match the snapshot?
equivalentTypes(int, int) - Method in class org.hibernate.dialect.Dialect
Do the given JDBC type codes, as defined in Types represent essentially the same type in this dialect of SQL? The default implementation treats NUMERIC and DECIMAL as the same type, and FLOAT, REAL, and DOUBLE as essentially the same type, since the ANSI SQL specification fails to meaningfully distinguish them.
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
 
ESCAPE_PATTERN_REPLACEMENT - Static variable in class org.hibernate.dialect.MySQLDialect
 
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
 
ESCqs - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
event - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
EVENT_LISTENER_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Event configuration should follow the following pattern hibernate.event.listener.[eventType] f.q.c.n.EventListener1, f.q.c.n.EventListener12 ...
EVENT_LISTENER_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
EventActionWithParameter<T,​U,​X> - Interface in org.hibernate.event.service.spi
 
EventEngine - Class in org.hibernate.event.spi
Composite for the things related to Hibernate's event system.
EventEngine(MetadataImplementor, SessionFactoryImplementor) - Constructor for class org.hibernate.event.spi.EventEngine
 
EventEngineContributions - Interface in org.hibernate.event.spi
EventEngineContributor - Interface in org.hibernate.event.spi
Integration contract for contributing event types and listeners to the Hibernate event system.
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.
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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(Object) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Remove the entry regardless of transaction/locking
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
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
Throw an exception when the association is not found (default and recommended).
EXCEPTION - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
EXCEPTION - org.hibernate.id.SequenceMismatchStrategy
When detecting a mismatch, Hibernate throws a MappingException indicating the sequence whose entity mapping configuration conflict with the one found in the database.
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).
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.boot.jaxb.mapping.spi.JaxbEntity
 
excludeDefaultListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
excludeEmpty() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
Should empty rows be excluded?
excludeEmpty() - Method in class org.hibernate.criterion.EmptyExpression
 
excludeEmpty() - Method in class org.hibernate.criterion.NotEmptyExpression
 
excludeNone() - Method in class org.hibernate.criterion.Example
Include all properties.
excludeProperty(String) - Method in class org.hibernate.criterion.Example
Exclude a particular property by name.
excludeSuperclassListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
excludeSuperclassListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
excludeZeroes() - Method in class org.hibernate.criterion.Example
Exclude zero-valued properties.
Executable - Interface in org.hibernate.action.spi
An operation which may be scheduled for later execution.
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.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(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(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.
 
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
 
executeIdTableCreationStatements(List<String>, JdbcServices, JdbcConnectionAccess, ServiceRegistry) - Method in class org.hibernate.hql.spi.id.IdTableHelper
 
executeIdTableDropStatements(String[], JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.IdTableHelper
 
executeIdTableDropStatements(String[], JdbcServices, JdbcConnectionAccess, ServiceRegistry) - 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.
executeList(Query, EntityGraph) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the Query using the given EntityGraph
executeList(Query, EntityGraph, String) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the Query, applying the given EntityGraph using the named semantic using JPA's "hint name" - see GraphSemantic.fromJpaHintName(java.lang.String)
executeList(Query, EntityGraph, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the Query, applying the given EntityGraph using the specified semantic
executeList(TypedQuery<R>, EntityGraph<R>) - Static method in class org.hibernate.graph.EntityGraphs
executeList(TypedQuery<R>, EntityGraph<R>, String) - Static method in class org.hibernate.graph.EntityGraphs
executeList(TypedQuery<R>, EntityGraph<R>, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
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)
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
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
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.
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
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.
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.
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
 
extractCommands(Reader) - Static method in class org.hibernate.tool.schema.ast.SqlScriptParser
 
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
 
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.
ExtractionContext.EmptyExtractionContext - Class in org.hibernate.tool.schema.extract.spi
 
ExtractionContext.ResultSetProcessor<T> - Interface in org.hibernate.tool.schema.extract.spi
 
ExtractionTool - Interface in org.hibernate.tool.schema.spi
Encapsulates the functionality for extracting database metadata used by SchemaManagementTool.
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.
extractMetadata(ExtractionContext) - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformationExtractor
Get the information about sequences.
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, 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.
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_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.
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.boot.jaxb.mapping.spi.JaxbBasic
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
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 - org.hibernate.graph.GraphSemantic
Indicates a "fetch graph" EntityGraph.
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
FetchableAttribute - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for JAXB bindings that represent attributes with laziness and fetch style.
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
Deprecated.
FetchMode - Enum in org.hibernate.annotations
Defines how the association should be fetched, compared to FetchType which defines when it should be fetched
FetchMode - Enum in org.hibernate
Represents an association fetching strategy.
FetchNotFoundException - Exception in org.hibernate
FetchNotFoundException(String, Object) - Constructor for exception org.hibernate.FetchNotFoundException
 
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.
FIELD - org.hibernate.cfg.AccessType
Access to value via field
FIELD - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
fieldResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
 
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
 
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(DoublePredicate) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
filter(IntPredicate) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
filter(LongPredicate) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
filter(Predicate<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
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.
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) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
findAny() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
findAny() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
findAny() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
findAny() - Method in class org.hibernate.query.spi.StreamDecorator
 
findAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
findAttributeNode(String) - Method in interface org.hibernate.graph.Graph
Find an already existing AttributeNode by attributeName within this container
findAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findAttributeNode(Attribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Find an already existing AttributeNode by corresponding attribute reference, within this container
findAttributeNode(Attribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findAttributeNode(PersistentAttributeDescriptor<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
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.
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.
findDeclaredAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
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.
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
 
findEntityGraphsByJavaType(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
findEntityGraphsByJavaType(Class<T>) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
findEntityGraphsByJavaType(Class<T>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
findEntityGraphsByType(Class<T>) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
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.
findEventType(String) - Method in interface org.hibernate.event.spi.EventEngineContributions
Return the EventType by name, if one
findFirst() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
findFirst() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
findFirst() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
findFirst() - Method in class org.hibernate.query.spi.StreamDecorator
 
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.
findOrCreateAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findOrCreateAttributeNode(PersistentAttributeDescriptor<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
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 IdentifierProperty 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.
findRegisteredEventType(String) - Method in class org.hibernate.event.spi.EventEngine
 
findSQLFunction(String) - Method in class org.hibernate.dialect.function.SQLFunctionRegistry
Find a SQLFunction by name
findSubType(Class<S>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
findSubType(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
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.local.LocalTemporaryTableBulkIdStrategy
 
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() - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor.InFlightAccess
Called when configuration of the managed-type is complete
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
 
fireEventOnEachListener(U, BiConsumer<T, U>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar as EventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer) except it doesn't use a {Supplier}: useful when there is no need to lazily initialize the event.
fireEventOnEachListener(U, Function<RL, Function<U, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireEventOnEachListener(Object, Function), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns a CompletionStage of type R.
fireEventOnEachListener(U, X, Function<RL, BiFunction<U, X, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireEventOnEachListener(Object, Object, Function), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns a CompletionStage of type R.
fireEventOnEachListener(U, X, EventActionWithParameter<T, U, X>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireEventOnEachListener(Object, BiConsumer), but allows passing a third parameter to the consumer; our code based occasionally needs a third parameter: having this additional variant allows using the optimal iteration more extensively and reduce allocations.
fireLazyEventOnEachListener(Supplier<U>, BiConsumer<T, U>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Fires an event on each registered event listener of this group.
fireLazyEventOnEachListener(Supplier<U>, Function<RL, Function<U, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns a CompletionStage of type R.
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
 
FIX - org.hibernate.id.SequenceMismatchStrategy
When detecting a mismatch, Hibernate tries to fix it by overriding the entity sequence mapping using the one found in the database.
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
 
flatMap(DoubleFunction<? extends DoubleStream>) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.hibernate.query.spi.StreamDecorator
 
flatMap(IntFunction<? extends IntStream>) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
flatMap(LongFunction<? extends LongStream>) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in class org.hibernate.query.spi.StreamDecorator
 
flatMapToInt(Function<? super R, ? extends IntStream>) - Method in class org.hibernate.query.spi.StreamDecorator
 
flatMapToLong(Function<? super R, ? extends LongStream>) - Method in class org.hibernate.query.spi.StreamDecorator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
Deprecated.
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.LazyInitializable
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
 
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(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.
forEach(Consumer<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
forEach(DoubleConsumer) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
forEach(IntConsumer) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
forEach(LongConsumer) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
forEachBean(Consumer<ContainedBeanImplementor<?>>) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
forEachCollectionEntry(BiConsumer<PersistentCollection, CollectionEntry>, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Execute some action on each entry of the collectionEntries map, optionally iterating on a defensive copy.
forEachOrdered(Consumer<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
forEachOrdered(DoubleConsumer) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
forEachOrdered(IntConsumer) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
forEachOrdered(LongConsumer) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
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.boot.jaxb.mapping.spi.JaxbAssociationOverride
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
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.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.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.boot.jaxb.mapping.spi.JaxbForeignKey
 
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
 
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.
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) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted non-table and non-sequence qualified name
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) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted sequence name
format(QualifiedSequenceName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted sequence name
format(QualifiedTableName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted a table 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
formatIdTableName(QualifiedTableName, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
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
 
formatWithoutCatalog(QualifiedSequenceName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted sequence name, without the catalog (even the default one).
formatWithoutDefaults(QualifiedTableName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted a table name, ignoring the default catalog/schema.
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.
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
 
free() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
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(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, PersisterCreationContext) - 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, PersisterCreationContext) - 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 - org.hibernate.sql.ast.Clause
 
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.
fromClause - Variable in class org.hibernate.sql.Select
 
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)
fromJoinFragment(String, boolean, boolean, Set<String>, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>, Set<String>) - Method in interface org.hibernate.persister.entity.Joinable
Get the from clause part of any joins (optional operation)
fromJpaHintName(String) - Static method in enum org.hibernate.graph.GraphSemantic
 
fromName(String) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
fromOrdinal(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
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
 
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
 
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_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.
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.
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

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
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
 
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
 
GeneratedSqlScriptParser - Class in org.hibernate.tool.schema.ast
Lexer and parser used to extract single statements from import SQL script.
GeneratedSqlScriptParser(ParserSharedInputState) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
GeneratedSqlScriptParser(TokenBuffer) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
GeneratedSqlScriptParser(TokenBuffer, int) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
GeneratedSqlScriptParser(TokenStream) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
GeneratedSqlScriptParser(TokenStream, int) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
GeneratedSqlScriptParserTokenTypes - Interface in org.hibernate.tool.schema.ast
 
generatedValue - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
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(SqlStringGenerationContext, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Used to generate an insert 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, String, Dialect, Queryable) - Static method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
generateIdSubselect(String, Queryable, AbstractCollectionPersister) - Method in class org.hibernate.hql.spi.id.cte.AbstractCteValuesListBulkIdHandler
 
generateIdSubselect(String, Queryable, AbstractCollectionPersister) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsDeleteHandlerImpl
 
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
 
generateIdSubselect(Queryable, AbstractCollectionPersister, IdTableInfo) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
generateIdSubselect(Queryable, AbstractCollectionPersister, IdTableInfo) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
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.
generateInsertGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertInitCommand(SqlStringGenerationContext) - 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 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
Deprecated.
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.
generateQueryKey(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.loader.Loader
 
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
 
generateSQLDeleteStrings(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
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.boot.jaxb.mapping.spi.JaxbGeneratedValue
 
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
Deprecated.
generatorKey() - Method in class org.hibernate.id.enhanced.TableGenerator
Deprecated.
generatorKey() - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
generatorKey() - Method in interface org.hibernate.id.PersistentIdentifierGenerator
Deprecated.
No longer necessary.
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
 
geProperty(String) - Method in class org.hibernate.criterion.Property
Creates a greater-than-or-equal-to restriction between 2 properties
geProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than or equal" constraint to two properties
geProperty(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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Serializable) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 appropriate row) and wrp it in the appropriate Java numeric type.
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 - 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.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Gets the value of the access property.
getAccess() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
getAccess() - Method in interface org.hibernate.boot.jaxb.mapping.spi.PersistentAttribute
 
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
 
getAcquisitionMode() - Method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
getAction() - Method in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
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.CockroachDB192Dialect
 
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 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(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
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.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Gets the value of the allocationSize property.
getAllocationSize() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the allocationSize property.
getAllSqlForTests() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Deprecated.
Exposed for tests only.
getAllSqlForTests() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getAllSqlForTests() - Method in class org.hibernate.id.enhanced.TableGenerator
Deprecated.
Exposed for tests only.
getAllSqlForTests() - Method in class org.hibernate.id.enhanced.TableStructure
 
getAllSqlForTests() - Method in class org.hibernate.id.IncrementGenerator
Deprecated.
Exposed for tests only.
getAllSqlForTests() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
Exposed for tests only.
getAlterTableString(String) - Method in class org.hibernate.dialect.Dialect
Command used to alter a table.
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.InformixUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - 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 interface org.hibernate.dialect.unique.UniqueDelegate
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.
getAnnotatedClasses() - Method in class org.hibernate.boot.MetadataSources
 
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
 
getAnnotation() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getAnnotationsMethod() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
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
 
getAppropriateUniqueKeyLoader(String, 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
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.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
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(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
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
getAttributeDefinition() - Method in interface org.hibernate.persister.walking.spi.EncapsulatedEntityIdentifierDefinition
 
getAttributeDescriptor() - Method in interface org.hibernate.graph.AttributeNode
 
getAttributeDescriptor() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
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.boot.jaxb.mapping.spi.JaxbConvert
Gets the value of the attributeName property.
getAttributeName() - Method in class org.hibernate.cfg.AttributeConversionInfo
 
getAttributeNodeImplementors() - Method in interface org.hibernate.graph.spi.GraphImplementor
 
getAttributeNodeList() - Method in interface org.hibernate.graph.Graph
Get a list of all existing AttributeNodes within this container
getAttributeNodeList() - Method in interface org.hibernate.graph.spi.GraphImplementor
 
getAttributeNodes() - Method in interface org.hibernate.graph.RootGraph
 
getAttributeNodes() - Method in interface org.hibernate.graph.SubGraph
 
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
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 interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the attributes property.
getAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
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
Deprecated.
This method is not being used and as such will be removed
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
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
 
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 interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
 
getBasic() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the basic property.
getBasic() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
Gets the value of the basic property.
getBasicSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
Allows access to the basic Dialect.getSelectClauseNullString(int) implementation...
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
Batch size to use when loading entities from the database.
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[]).
getBinaryStream() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
getBinaryStream(long, long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
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.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
 
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
 
getBootstrapJdbcConnectionAccess() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain a JdbcConnectionAccess usable from bootstrap actions (hbm2ddl.auto, Dialect resolution, etc).
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 interface org.hibernate.boot.spi.MetadataBuildingContext
Access to the options specified by the MetadataBuilder
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.
getBytes(long, int) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
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(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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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.
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
 
getCachingTimestamp() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
What is the start time of this context object?
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
 
getCallbackDefinitions() - Method in class org.hibernate.mapping.PersistentClass
 
getCallbackDefinitions() - Method in class org.hibernate.mapping.Property
 
getCallbackMethod(Class<? extends Annotation>) - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
getCallbackRegistry() - Method in class org.hibernate.event.spi.EventEngine
 
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 interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
 
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.mapping.Property
 
getCascadeAll() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
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.CockroachDB192Dialect
 
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.H2Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.HSQLDialect
 
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.boot.jaxb.mapping.spi.JaxbCascadeType
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.boot.jaxb.mapping.spi.JaxbCascadeType
Gets the value of the cascadeMerge property.
getCascadePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Gets the value of the cascadePersist property.
getCascadePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Gets the value of the cascadePersist property.
getCascadeRefresh() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Gets the value of the cascadeRefresh property.
getCascadeRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
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.CockroachDB192Dialect
 
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.jaxb.mapping.spi.JaxbCollectionTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the catalog property.
getCatalog() - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
 
getCatalog() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
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
 
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
 
getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Deprecated.
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.
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() - Method in interface org.hibernate.graph.SubGraph
 
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 class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Gets the value of the clazz property.
getClazz() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
getClazz() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
getClazz() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getClazz() - Method in class org.hibernate.cfg.InheritanceState
 
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(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getCollection(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
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 all known 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.
getCollectionEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
getCollectionEntriesSize() - Method in interface org.hibernate.engine.spi.PersistenceContext
The size of the internal map storing all collection entries.
getCollectionEntry(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a persistent collection
getCollectionEntryOrNull(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.
getCollectionFetchCount() - Method in 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
Deprecated.
this method should be removed; alternative methods are available that better express the intent, allowing for better optimisations. Not aggressively removing this as it's an SPI, but also useful for testing and other contexts which are not performance sensitive. N.B. This might return an immutable map: do not use for mutations!
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.boot.jaxb.mapping.spi.JaxbElementCollection
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.boot.jaxb.mapping.spi.JaxbAttributeOverride
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
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.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinitionUniquenessFragment(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - 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.boot.jaxb.mapping.spi.JaxbIndex
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.boot.jaxb.mapping.spi.JaxbUniqueConstraint
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
 
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.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
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.loader.entity.NaturalIdType
 
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.cfg.Ejb3Column
 
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
 
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.
getConfigurationSettings() - Method in interface org.hibernate.type.spi.TypeBootstrapContext
 
getConfigurationSettings() - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
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 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.
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
 
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
 
getConstraintMode() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
Gets the value of the constraintMode property.
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.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
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
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.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the convert property.
getConverter() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
Gets the value of the converter property.
getConverter() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
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
 
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.CockroachDB192Dialect
 
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.CockroachDB192Dialect
 
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.MariaDB103Dialect
 
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.HANACloudColumnStoreDialect
 
getCreateTableString() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getCreateTableString() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getCreateTemporaryTableColumnAnnotation(int) - Method in class org.hibernate.dialect.Dialect
Annotation to be appended to the end of each COLUMN clause for temporary tables.
getCreateTemporaryTableColumnAnnotation(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
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
 
getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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.DerbyTenSixDialect
 
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
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
 
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.PostgreSQL81Dialect
 
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
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.CockroachDB192Dialect
 
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
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
 
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 class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
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(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a Date.
getDdlTransactionIsolator(JdbcServices, JdbcConnectionAccess, ServiceRegistry) - Method in class org.hibernate.hql.spi.id.IdTableHelper
 
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
getDeclaredAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredCollection(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredCollection(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
getDeclaredList(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredList(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredMap(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredMap(String, Class<K>, Class<V>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.Join
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredSet(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredSet(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getDeclaredSingularAttribute(String, Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
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
 
getDeclaredVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
getDeclaringClass() - Method in interface org.hibernate.cfg.PropertyData
Return the Class the property is declared on If the property is declared on a @MappedSuperclass, this class will be different than the PersistentClass's class
getDeclaringClass() - Method in class org.hibernate.cfg.PropertyInferredData
 
getDeclaringClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getDeclaringClass() - Method in class org.hibernate.cfg.WrappedInferredData
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.spi.BagPersistentAttribute
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute
 
getDefault() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the default property.
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
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 interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
getDefaultCatalog() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultCatalog() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The default catalog to use in generated SQL when a catalog wasn't specified in the mapping, neither explicitly nor implicitly (see the concept of implicit catalog in XML mapping).
getDefaultCatalog() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultCatalog() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
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
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
 
getDefaultGraph() - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
The default graph for this type.
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.CockroachDB192Dialect
 
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.HANACloudColumnStoreDialect
 
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.
 
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.
getDefaultSchema() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
getDefaultSchema() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultSchema() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The default schema to use in generated SQL when a catalog wasn't specified in the mapping, neither explicitly nor implicitly (see the concept of implicit schema in XML mapping).
getDefaultSchema() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDefaultSchema() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
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().
getDelegate() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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'.
getDeleteResultCheckStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get all the elements that need deleting
getDelimitedIdentifiers() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
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.boot.jaxb.mapping.spi.JaxbAssociationOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the description property.
getDescription() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
getDescription() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
getDescription() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
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 interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
getDialect() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDialect() - Static method in class org.hibernate.dialect.Dialect
Deprecated.
this static method will be removed.
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(Properties) - Static method in class org.hibernate.dialect.Dialect
Deprecated.
this static method will be removed.
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 an 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.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the discriminatorColumn property.
getDiscriminatorColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
Gets the value of the discriminatorColumn property.
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getDiscriminatorColumnName() - Method in class org.hibernate.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.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
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.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorValue() - Method in interface org.hibernate.persister.entity.Loadable
Get the discriminator value
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
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
 
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?
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.DB2Dialect
 
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
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.SQLServer2016Dialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
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.SQLServer2016Dialect
 
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
 
getDynamicInstantiationResultType() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getDynamicInstantiationResultType() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
getEffectiveEntityGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
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.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 interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
 
getElementCollection() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the elementCollection property.
getElementCollection() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
Gets the value of the elementCollection property.
getElementColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's element column aliases, based on the given suffix.
getElementColumnNames() - 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
 
getElementDescriptor() - Method in interface org.hibernate.metamodel.model.domain.CollectionDomainType
 
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*.
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 interface org.hibernate.metamodel.model.domain.spi.BagPersistentAttribute
 
getElementType() - Method in interface org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute
 
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
getEmbeddable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
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 interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
 
getEmbedded() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the embedded property.
getEmbedded() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
Gets the value of the embedded property.
getEmbeddedId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
Deprecated.
this will be removed: it provides too wide access, making it hard to optimise the internals for specific access needs. Consider using #iterateEntities instead.
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 class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
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
Retrieves the entity involved in the database operation.
getEntity() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntity() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getEntity() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntity() - Method in interface org.hibernate.id.insert.Binder
 
getEntity() - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper.PersistenceContextEntry
 
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
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 all known 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 data to be stored in this region
getEntityClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
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
getEntityEagerPerPropertyFetches() - Method in class org.hibernate.loader.hql.QueryLoader
 
getEntityEagerPerPropertyFetches() - Method in class org.hibernate.loader.Loader
An array indicating for each entity which specific properties must have eager fetching enabled.
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 for all of their properties.
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
 
getEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityGraph(String) - Method in interface org.hibernate.Session
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityGraphs(Class<T>) - Method in interface org.hibernate.Session
 
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.boot.jaxb.mapping.spi.JaxbEntityListeners
Gets the value of the entityListener property.
getEntityListeners() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
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() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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 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 exception org.hibernate.FetchNotFoundException
 
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.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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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(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 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 class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
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
getEntityPersister(EntityType) - Method in class org.hibernate.loader.Loader
 
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.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
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
getEntityTypeByName(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
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.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the enumerated property.
getEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
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.
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.
getEventEngine() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEventEngine() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the EventEngine associated with this SessionFactory
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
The converter associated to a Session might be lazily initialized: only invoke this getter when there is actual need to use it.
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 interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getExcludeDefaultListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the excludeDefaultListeners property.
getExcludeDefaultListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the excludeDefaultListeners property.
getExcludedPropertyNames() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExcludeSuperclassListeners() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getExcludeSuperclassListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the excludeSuperclassListeners property.
getExcludeSuperclassListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the excludeSuperclassListeners property.
getExecutableCriteria(Session) - Method in class org.hibernate.criterion.DetachedCriteria
Get an executable instance of Criteria to actually run the query.
getExecutionAvgTime() - Method in 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 expecting 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 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
 
getExternalHbm2ddlName() - Method in enum org.hibernate.tool.schema.Action
 
getExternalJpaName() - Method in enum org.hibernate.tool.schema.Action
 
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.
 
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.
getExtractionTool() - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
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.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
 
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
 
getFastSessionServices() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getFastSessionServices() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
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 interface org.hibernate.boot.jaxb.mapping.spi.FetchableAttribute
 
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
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
Deprecated.
(since 5.4) LoadQueryInfluencers.getFetchGraph(), LoadQueryInfluencers.getLoadGraph(), LoadQueryInfluencers.setFetchGraph(javax.persistence.EntityGraph) and LoadQueryInfluencers.setLoadGraph(javax.persistence.EntityGraph) (as well as JPA itself honestly) all make it very unclear that there can be only one graph applied at any one time and that graph is *either* a load or a fetch graph. These have all been replaced with LoadQueryInfluencers.getEffectiveEntityGraph().
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
 
getFieldResult() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
Gets the value of the fieldResult property.
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
 
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 operations executed (either manual or automatic).
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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.boot.jaxb.mapping.spi.JaxbAssociationOverride
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
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.boot.jaxb.mapping.spi.JaxbForeignKey
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.CockroachDB192Dialect
 
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.CockroachDB192Dialect
 
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.CockroachDB192Dialect
 
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.CockroachDB192Dialect
 
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.CockroachDB192Dialect
 
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.CockroachDB192Dialect
 
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.CockroachDB192Dialect
 
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.
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(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
 
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.
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.boot.jaxb.mapping.spi.JaxbId
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.boot.jaxb.mapping.spi.JaxbGeneratedValue
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.
getGraph() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
 
getGraph() - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
 
getGraph() - Method in interface org.hibernate.graph.spi.AppliedGraph
The applied graph
getGraphAttributeNodes() - Method in interface org.hibernate.graph.Graph
Ultimately only needed for implementing EntityGraph.getAttributeNodes() and Subgraph.getAttributeNodes()
getGraphedType() - Method in interface org.hibernate.graph.Graph
Graphs apply only to ManagedTypes.
getGraphedType() - Method in interface org.hibernate.graph.spi.GraphImplementor
 
getGraphSemantic() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
Deprecated.
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".
getHibernateFetchMode() - Method in enum org.hibernate.annotations.FetchMode
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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.metamodel.model.domain.spi.EmbeddedTypeDescriptor
 
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.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
Gets the value of the hint property.
getHint() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
getHintName() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
Deprecated.
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'.
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 class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the id property.
getId() - Method in interface org.hibernate.engine.spi.EntityEntry
 
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.proxy.AbstractSerializableProxy
 
getId() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
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 interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getIdClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the idClass property.
getIdClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
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
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 exception org.hibernate.FetchNotFoundException
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
 
getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
Get an identifier for the specified details.
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.mapping.SimpleValue
Returns the cached identifierGenerator.
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
 
getIdentifierGetterMethodName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getIdentifierHelper() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
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
 
getIdentifierSetterMethodName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getIdentifierSetterMethodParams() - Method in class org.hibernate.proxy.pojo.bytebuddy.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.CockroachDB1920IdentityColumnSupport
 
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.PostgreSQL10IdentityColumnSupport
 
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.CockroachDB192Dialect
 
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.DB2400V7R3Dialect
 
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.PostgreSQL10Dialect
 
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
 
getIdentityDelegate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
Exposed for tests only
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.Oracle12cIdentityColumnSupport
 
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.CockroachDB1920IdentityColumnSupport
 
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.PostgreSQL10IdentityColumnSupport
 
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.
getIdType() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
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
Deprecated.
getIncrementValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted increment value 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.boot.jaxb.mapping.spi.JaxbCollectionTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
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
Deprecated.
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.DB2Dialect
 
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
 
getInFlightAccess() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
getInFlightAccess() - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
In-flight access to the managed type.
getInheritance() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
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(SqlStringGenerationContext) - 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.jaxb.mapping.spi.JaxbSequenceGenerator
Gets the value of the initialValue property.
getInitialValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the initialValue property.
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
 
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.
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.
 
getInsertResultCheckStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
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.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the inverseForeignKey property.
getInverseJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the inverseJoinColumn property.
getIP() - Method in class org.hibernate.id.AbstractUUIDGenerator
Unique in a local network
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
getJakartaGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
getJakartaJpaHintName() - Method in enum org.hibernate.graph.GraphSemantic
 
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.
getJar() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the jar property.
getJarFileUrls() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
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.
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 interface org.hibernate.metamodel.model.domain.CollectionDomainType.Element
The Java type of the collection elements.
getJavaType() - Method in interface org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute
 
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
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
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 class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
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.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
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 interface org.hibernate.type.descriptor.java.BasicJavaDescriptor
Obtain the "recommended" SQL type descriptor for this Java type.
getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
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.
getJdbcToHibernateTypeContributionMap() - Method in class org.hibernate.type.spi.TypeConfiguration
 
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.boot.jaxb.mapping.spi.JaxbAssociationOverride
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
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 interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
 
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
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
 
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
 
getJpaHintName() - Method in enum org.hibernate.graph.GraphSemantic
 
getJpaTempClassLoader() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access the temporary ClassLoader passed to us as defined by PersistenceUnitInfo.getNewTempClassLoader(), if any.
getJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
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 quarter 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
getKeyColumnNames(Queryable, AbstractCollectionPersister) - Static method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
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
 
getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
 
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.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
Gets the value of the keySubgraph property.
getKeySubGraphMap() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getKeySubgraphs() - Method in interface org.hibernate.graph.AttributeNode
 
getKeySubgraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getKeySubGraphs() - Method in interface org.hibernate.graph.AttributeNode
 
getKeySubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
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 interface org.hibernate.metamodel.model.domain.spi.MapPersistentAttribute
 
getKeyType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "key" type (the type of the foreign key)
getKeywords() - Method in class org.hibernate.dialect.Dialect
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 within the lazy attributes of the persister
getLazyPropertyColumnAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getLazyPropertyNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getLazyPropertyNumbers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getLazyPropertyTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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 class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
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.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.CockroachDB192Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2390Dialect
 
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.CockroachDB192Dialect
 
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.DB2400V7R3Dialect
 
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
 
getLinkedSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
getLinkedSession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
getList(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getList(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
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.
getListenerRegistry() - Method in class org.hibernate.event.spi.EventEngine
 
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
 
getLoadGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Deprecated.
(since 5.4) LoadQueryInfluencers.getFetchGraph(), LoadQueryInfluencers.getLoadGraph(), LoadQueryInfluencers.setFetchGraph(javax.persistence.EntityGraph) and LoadQueryInfluencers.setLoadGraph(javax.persistence.EntityGraph) (as well as JPA itself honestly) all make it very unclear that there can be only one graph applied at any one time and that graph is *either* a load or a fetch graph. These have all been replaced with LoadQueryInfluencers.getEffectiveEntityGraph().
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.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the lob property.
getLob() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
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(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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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.boot.jaxb.mapping.spi.JaxbNamedQuery
Gets the value of the lockMode property.
getLockMode() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
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.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(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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
Specify the lock options applied during loading.
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
 
getLoggingLocale() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging_$logger
 
getLoggingLocale() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
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
 
getLogSlowQuery() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
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
 
getManagedFlushChecker() - Method in interface org.hibernate.engine.spi.SessionOwner
Deprecated.
 
getManagementBean() - Method in interface org.hibernate.service.spi.Manageable
Deprecated.
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.
getManagementServiceType() - Method in interface org.hibernate.service.spi.Manageable
Deprecated.
Allows the service to specify a special 'serviceType' portion of the object name.
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 interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
 
getManyToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
Gets the value of the manyToMany property.
getManyToManyFilterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getManyToManyFilterFragment(String, Map) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getManyToManyFilters() - Method in class org.hibernate.mapping.Collection
 
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 interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
 
getManyToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the manyToOne property.
getManyToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
Gets the value of the manyToOne property.
getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getMap(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getMap(String, Class<K>, Class<V>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getMapKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mapKey property.
getMapKey() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getMapKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the mapKey property.
getMapKeyAttributeOverride() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getMapKeyAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyClass() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the mapKeyClass property.
getMapKeyColumn() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the mapKeyColumn property.
getMapKeyConvert() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getMapKeyConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the mapKeyConvert property.
getMapKeyEnumerated() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getMapKeyEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyForeignKey() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getMapKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyJoinColumn() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
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 interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getMapKeyTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the mapKeyTemporal property.
getMappedBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the mappedBy property.
getMappedBy() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getMappedBy() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
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.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the mappedSuperclass property.
getMappedSuperclass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedSuperclass() - Method in interface org.hibernate.persister.entity.Queryable
Get the class that this class is mapped as a subclass of - not necessarily the direct superclass
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.
getMappingDefinedDiscriminatorMappings() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Access to discriminator mappings explicitly defined in the mapping metadata.
getMappingFileNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getMappingReferences() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getMapResources() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getMapsId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the mapsId property.
getMapsId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
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.
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).
getMaxResults() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getMaxRows() - Method in class org.hibernate.engine.spi.RowSelection
 
getMaxValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted maximum value defined for the sequence.
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
 
getMessage() - Method in exception org.hibernate.boot.MappingException
 
getMessage() - Method in exception org.hibernate.InstantiationException
 
getMessage() - Method in exception org.hibernate.NonUniqueObjectException
 
getMessage() - Method in exception org.hibernate.PropertyAccessException
 
getMessage() - Method in exception org.hibernate.PropertyValueException
 
getMessage() - Method in exception org.hibernate.QueryException
 
getMessage() - Method in exception org.hibernate.StaleObjectStateException
 
getMessage() - Method in exception org.hibernate.TransientPropertyValueException
 
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
getMetadataCollector() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to the collector of metadata as we build it.
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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.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
 
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
Gets the value of the methodName property.
getMethodName() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallback
 
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
 
getMinValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted minimum value defined for the sequence.
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 class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Gets the value of the mode property.
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 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
 
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.
getMutablePropertiesIndexes() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
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.mapping.spi.JaxbAssociationOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKey
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Gets the value of the name property.
getName() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
getName() - Method in interface org.hibernate.boot.jaxb.mapping.spi.PersistentAttribute
 
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
Deprecated.
getName() - Method in class org.hibernate.id.enhanced.SequenceStructure
Deprecated.
getName() - Method in class org.hibernate.id.enhanced.TableStructure
Deprecated.
getName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the persistence unit name,
getName() - Method in class org.hibernate.loader.entity.NaturalIdType
 
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 interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
The Hibernate "type name" ("entity name" - for non-POJO representations)
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.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.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
Gets the value of the namedAttributeNode property.
getNamedAttributeNode() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
Gets the value of the namedAttributeNode property.
getNamedEntityGraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
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.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the namedNativeQuery property.
getNamedNativeQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the namedQuery property.
getNamedQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
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.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the namedStoredProcedureQuery property.
getNamedStoredProcedureQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
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.CockroachDB192Dialect
 
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.dialect.MySQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.SybaseDialect
 
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.
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.CockroachDB192Dialect
 
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
Get the entity for the maximum natural id query time
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
 
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.CockroachDB192Dialect
 
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
 
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.
getNotFoundAction() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getNotFoundAction() - Method in class org.hibernate.mapping.ManyToOne
 
getNotFoundAction() - Method in class org.hibernate.mapping.OneToMany
 
getNotFoundAction() - Method in class org.hibernate.type.EntityType
 
getNotFoundAction() - Method in class org.hibernate.type.ManyToOneType
 
getNotFoundAction() - Method in class org.hibernate.type.OneToOneType
 
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
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 deleted.
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.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
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 interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
 
getOneToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
Gets the value of the oneToMany property.
getOneToOne() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
 
getOneToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the oneToOne property.
getOneToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
Gets the value of the oneToOne property.
getOp() - Method in class org.hibernate.criterion.LogicalExpression
 
getOp() - Method in class org.hibernate.criterion.PropertyExpression
 
getOp() - Method in class org.hibernate.criterion.SimpleExpression
 
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 Hibernate StaleObjectStateExceptions or JPA OptimisticLockExceptions 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
 
getOptionalObjectKey(QueryParameters, SharedSessionContractImplementor) - Static method in class org.hibernate.loader.Loader
 
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 interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getOrderBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getOrderBy() - Method in class org.hibernate.mapping.Collection
 
getOrderColumn() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
getOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
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
Deprecated.
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.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the package property.
getParameter() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
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() - Method in interface org.hibernate.metamodel.model.domain.spi.EmbeddedTypeDescriptor
 
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
 
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.
getPassDistinctThrough() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getPassDistinctThrough(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
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
 
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.
getPersistenceContextInternal() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getPersistenceContextInternal() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
This is similar to SharedSessionContractImplementor.getPersistenceContext(), with two main differences: a) this version performs better as it allows for inlining and probably better prediction b) see SessionImplSharedSessionContractImplementor.getPersistenceContext() : it does some checks on the current state of the Session.
getPersistenceType() - Method in interface org.hibernate.metamodel.model.domain.BasicDomainType
 
getPersistenceUnitDefaults() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
Gets the value of the persistenceUnitDefaults property.
getPersistenceUnitMetadata() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the persistenceUnitMetadata property.
getPersistenceUnitRootUrl() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the root url for the persistence unit.
getPersistenceUnitUtil() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
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
 
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
 
getPhysicalImplicitNamespaceName() - Method in class org.hibernate.boot.model.relational.Database
 
getPhysicalJdbcTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
 
getPhysicalName() - Method in class org.hibernate.boot.model.relational.Namespace
 
getPhysicalName() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The physical name of the database structure (table or sequence).
getPhysicalName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getPhysicalName() - Method in class org.hibernate.id.enhanced.TableStructure
 
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
 
getPhysicalSequenceName() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
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.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the pkColumnName property.
getPkColumnValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the pkColumnValue property.
getPlanCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of query plans successfully fetched from the cache.
getPlanCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of query plans *not* fetched from the cache.
getPlanCompilationTotalMicroseconds() - Method in interface org.hibernate.stat.QueryStatistics
The overall time spent to compile the plan for this particular query.
getPluralAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
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 interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the postLoad property.
getPostLoad() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
getPostLoadEvent() - Method in class org.hibernate.event.spi.LoadEvent
 
getPostPersist() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the postPersist property.
getPostPersist() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
getPostRemove() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the postRemove property.
getPostRemove() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
getPostUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the postUpdate property.
getPostUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
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 class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
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.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 interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the prePersist property.
getPrePersist() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
getPreRemove() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the preRemove property.
getPreRemove() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
getPreUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the preUpdate property.
getPreUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
getPrimaryFromClauseTables() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
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.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
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.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
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.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
Gets the value of the procedureName property.
getProcedureName() - Method in class org.hibernate.cfg.annotations.NamedProcedureCallDefinition
 
getProcedureName() - Method in interface org.hibernate.procedure.ProcedureCall
Get the name of the stored procedure to be called.
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
getProperties() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
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.loader.PropertyPath
 
getProperty(int) - Method in class org.hibernate.mapping.Component
Returns the Property at the specified position in this Component.
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.id.ForeignGenerator
Getter for property 'propertyName'.
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) - 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.
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 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(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Table
 
getQualifiedObjectNameFormatter() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Deprecated.
Use a provided SqlStringGenerationContext instead.
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.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Gets the value of the query property.
getQuery() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
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.
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
getQueryPlanCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of query plans successfully retrieved from cache
getQueryPlanCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of query plans lookups *not* found in cache
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
getQueryResults(String, Object[], ExtractionContext.ResultSetProcessor<T>) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
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.CockroachDB192Dialect
 
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.DB2400V7R3Dialect
 
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)
getQueryStatisticsMaxSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getQueryStatisticsMaxSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
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.
 
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.CockroachDB192Dialect
 
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.CockroachDB192Dialect
 
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
 
getReadOnly() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getReadOnly() - Method in class org.hibernate.event.spi.LoadEvent
 
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(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getReference(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, assuming that the instance exists.
getReference(T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getReference(T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getReference(T) - Method in interface org.hibernate.Session
Return a reference to the persistent instance with the same identity as the given instance, which might be detached, making the assumption that the instance is still persistent in the database.
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 class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
Gets the value of the referencedColumnName property.
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
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.CopyIdentifierComponentSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.FkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
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.
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
 
getRegisteredEventTypes() - Method in class org.hibernate.event.spi.EventEngine
 
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.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
 
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.
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.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Gets the value of the resultClass property.
getResultClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
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.
getResultFromQueryCache(SharedSessionContractImplementor, QueryParameters, Set<Serializable>, Type[], QueryResultsCache, QueryKey) - Method in class org.hibernate.loader.Loader
 
getResultId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
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.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Gets the value of the resultSetMapping property.
getResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
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.
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.loader.entity.NaturalIdType
 
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.
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.
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
 
getRowsFromResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<Object>, List<EntityKey[]>) - Method in class org.hibernate.loader.Loader
 
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 class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
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.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.
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.
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.
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.jaxb.mapping.spi.JaxbCollectionTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the schema property.
getSchema() - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
 
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.mapping.Table
 
getSchema() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
getSchema() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getSchemaAutoTooling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSchemaAutoTooling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getSchemaCharset() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
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
 
getSearchability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getSecondaryTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
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, NotFoundAction, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, NotFoundAction, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.ListBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, NotFoundAction, 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 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.CockroachDB192Dialect
 
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.CockroachDB192Dialect
 
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.
getSemantic() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
 
getSemantic() - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
 
getSemantic() - Method in interface org.hibernate.graph.spi.AppliedGraph
The semantic (fetch/load) under which the graph should be applied
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
 
getSequenceExporter() - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
getSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
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.AbstractHANADialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.CUBRIDDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.DB2Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.H2Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.HSQLDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.InformixDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.IngresDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.InterbaseDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.MariaDB103Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.MimerSQLDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.SAPDBDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.TimesTenDialect
 
getSequenceInformationList() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the list of SequenceInformation objects which describe the underlying database sequences.
getSequenceName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Gets the value of the sequenceName property.
getSequenceName() - Method in class org.hibernate.boot.model.relational.QualifiedSequenceName
 
getSequenceName() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
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.CockroachDB192Dialect
 
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.
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.model.relational.Database
 
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.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
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.engine.spi.SessionLazyDelegator
 
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
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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
getSet(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getSet(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
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
 
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
 
getShort(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a short.
getShowSqlEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getSimpleValueBinder() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
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.
getSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
getSingularAttribute(String, Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
 
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.
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
Deprecated.
Will be removed in favor of the variant accepting SqlStringGenerationContext
getSqlCreateStrings(T, Metadata, SqlStringGenerationContext) - 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
Deprecated.
Will be removed in favor of the variant accepting SqlStringGenerationContext
getSqlDropStrings(T, Metadata, SqlStringGenerationContext) - 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.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
 
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.
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.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMappings() - Method in class org.hibernate.cfg.Configuration
 
getSQLSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLState() - Method in exception org.hibernate.JDBCException
Get the 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.
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
 
getSqlStringGenerationContext() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSqlStringGenerationContext() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSqlStringGenerationContext() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getSqlStringGenerationContext() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getSqlStrings() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
This method should only be called for debugging purposes as it regenerates a new array every time.
getSqlText() - Method in enum org.hibernate.sql.JoinType
 
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.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.CockroachDB192Dialect
 
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.SybaseAnywhereDialect
 
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.
getStartValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted start value defined for the sequence.
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.
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
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
getStatistics() - Method in interface org.hibernate.Session
Get the statistics for this session.
getStatistics() - Method in interface org.hibernate.SessionFactory
Retrieve the statistics for this factory.
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 class org.hibernate.loader.entity.CacheEntityLoaderHelper.PersistenceContextEntry
 
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.jaxb.mapping.spi.JaxbGeneratedValue
Gets the value of the strategy property.
getStrategy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
Gets the value of the strategy property.
getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
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.
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
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.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
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.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
Gets the value of the subgraph property.
getSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
Gets the value of the subgraph property.
getSubGraphMap() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getSubgraphs() - Method in interface org.hibernate.graph.AttributeNode
 
getSubgraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getSubGraphs() - Method in interface org.hibernate.graph.AttributeNode
 
getSubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
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 columns 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 columns 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 columns 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
 
getSuperMappedSuperclass() - Method in class org.hibernate.mapping.MappedSuperclass
Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @Entity
getSuperMappedSuperclass() - Method in class org.hibernate.mapping.PersistentClass
 
getSuperPersistentClass() - Method in class org.hibernate.mapping.MappedSuperclass
Returns the PersistentClass of the first superclass marked as @Entity or null if none exists
getSupertype() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
getSuperType() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
 
getSuperType() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
getSuperType() - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
Get this ManagedType's super type descriptor.
getSynchronize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSynchronizedQuerySpaces() - Method in interface org.hibernate.result.spi.ResultContext
 
getSynchronizedQuerySpaces() - Method in interface org.hibernate.SynchronizeableQuery
Obtain the list of query spaces the query is synchronized on.
getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain any additional table names on which to synchronize (auto flushing) this entity.
getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
Obtain any additional table names on which to synchronize (auto flushing) this entity.
getSynchronizedTables() - Method in class org.hibernate.mapping.Collection
 
getSynchronizedTables() - Method in class org.hibernate.mapping.PersistentClass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.RootClass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.Subclass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.UnionSubclass
 
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the table property.
getTable() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the table property.
getTable() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getTable() - Method in class org.hibernate.cfg.Ejb3Column
Find appropriate table of the column.
getTable() - Method in interface org.hibernate.cfg.PropertyHolder
 
getTable() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getTable() - Method in class org.hibernate.mapping.Collection
 
getTable() - Method in class org.hibernate.mapping.Constraint
 
getTable() - Method in class org.hibernate.mapping.Index
 
getTable() - Method in class org.hibernate.mapping.Join
 
getTable() - Method in class org.hibernate.mapping.JoinedSubclass
 
getTable() - Method in class org.hibernate.mapping.OneToMany
Table of the owner entity (the "one" side)
getTable() - Method in class org.hibernate.mapping.PersistentClass
 
getTable() - Method in class org.hibernate.mapping.RootClass
 
getTable() - Method in class org.hibernate.mapping.SimpleValue
 
getTable() - Method in class org.hibernate.mapping.Subclass
 
getTable() - Method in class org.hibernate.mapping.UnionSubclass
 
getTable() - Method in interface org.hibernate.mapping.Value
 
getTable() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getTable(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Look for a matching table.
getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
Getter for property 'tableAccessCount'.
getTableAlias() - Method in interface org.hibernate.loader.plan.exec.spi.EntityReferenceAliases
Obtain the table alias used for referencing the table of the EntityReference.
getTableAliasForColumn(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableAliasForColumn(String, String) - Method in interface org.hibernate.persister.entity.Loadable
Given a column name and the root table alias in use for the entity hierarchy, determine the proper table alias for the table in that hierarchy that contains said column.
getTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getTableClosureIterator() - Method in class org.hibernate.mapping.RootClass
 
getTableClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getTableComment(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getTableComment(String) - Method in class org.hibernate.dialect.Dialect
Get the comment into a form supported for table definition.
getTableComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getTableCreationUniqueConstraintsFragment(Table) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
getTableCreationUniqueConstraintsFragment(Table, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getTableCreationUniqueConstraintsFragment(Table, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the fragment that can be used to apply unique constraints as part of table creation.
getTableExporter() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getTableExporter() - Method in class org.hibernate.dialect.Dialect
 
getTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Gets the value of the tableGenerator property.
getTableHasColumns() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableId(String, String[]) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableInformation(String) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
getTableInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(Table) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
getTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
getTableName() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
 
getTableName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the table in which we store this generator's persistent state.
getTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getTableName() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getTableName() - Method in interface org.hibernate.persister.entity.Joinable
The table to join to.
getTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.sql.Update
 
getTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableNameForLogging(Column) - Method in class org.hibernate.mapping.PrimaryKey
 
getTableNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTables() - Method in class org.hibernate.boot.model.relational.Namespace
 
getTables(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract all the tables information.
getTablesInformation(Namespace) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to all the TableInformation for a given Namespace
getTableSource() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the table being joined to.
getTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableTypeString() - Method in class org.hibernate.dialect.Dialect
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQLDialect
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
Deprecated.
 
getTableTypeString() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
getTableTypeString(String) - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
getTableTypeString(String) - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
getTableTypeString(String) - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
getTableUpdateNeeded(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Decide which tables need to be updated.
getTarget() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'target'.
getTargetClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
Gets the value of the targetClass property.
getTargetClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the targetClass property.
getTargetClass() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
 
getTargetClass() - Method in class org.hibernate.loader.custom.ConstructorReturn
 
getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.AbstractIdsBulkIdHandler
 
getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
getTargetedQueryable() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.DeleteHandler
 
getTargetedQueryable() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.UpdateHandler
 
getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
getTargetEntity() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
 
getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the targetEntity property.
getTargetEntity(PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.cfg.ToOneBinder
 
getTargetEntityReference() - Method in interface org.hibernate.loader.plan.spi.BidirectionalEntityReference
Get the targeted EntityReference
getTargetTypes() - Method in interface org.hibernate.tool.schema.spi.TargetDescriptor
The target type described here.
getTempClassLoader() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getTempClassLoader() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
getTempClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getTemplate() - Method in class org.hibernate.dialect.function.TemplateRenderer
 
getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Column
 
getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Formula
 
getTemplate(Dialect, SQLFunctionRegistry) - Method in interface org.hibernate.mapping.Selectable
 
getTemplateFromString(String, SessionFactoryImplementor) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Gets the value of the temporal property.
getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getTempTableDdlTransactionHandling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getTenantIdentifier() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
The multi-tenancy tenant identifier, if one.
getTenantIdentifier() - Method in interface org.hibernate.id.enhanced.AccessCallback
Obtain the tenant identifier (multi-tenancy), if one, associated with this callback.
getTenantIdentifier() - Method in interface org.hibernate.SharedSessionContract
Obtain the tenant identifier associated with this session.
Getter - Interface in org.hibernate.property.access.spi
The contract for getting value for a persistent property from its container/owner
GetterFieldImpl - Class in org.hibernate.property.access.spi
Field-based implementation of Getter
GetterFieldImpl(Class, String, Field) - Constructor for class org.hibernate.property.access.spi.GetterFieldImpl
 
GetterMethodImpl - Class in org.hibernate.property.access.spi
 
GetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.GetterMethodImpl
 
getters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getText() - Method in class org.hibernate.boot.model.naming.Identifier
Get the identifiers name (text)
getText() - Method in class org.hibernate.mapping.Column
 
getText() - Method in class org.hibernate.mapping.Formula
 
getText() - Method in interface org.hibernate.mapping.Selectable
 
getText() - Method in interface org.hibernate.sql.ordering.antlr.Node
Get the intrinsic text of this node.
getText(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a String using streaming.
getText(Dialect) - Method in class org.hibernate.mapping.Column
 
getText(Dialect) - Method in class org.hibernate.mapping.Formula
 
getText(Dialect) - Method in interface org.hibernate.mapping.Selectable
 
getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
Returns a specific implementation.
getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
Returns a specific implementation.
getThis() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
getThis() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
getTimeout() - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Obtain the query timeout in seconds.
getTimeout() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the timeout property.
getTimeout() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the timeout property.
getTimeout() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
getTimeout() - Method in interface org.hibernate.cache.spi.RegionFactory
 
getTimeout() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
getTimeout() - Method in class org.hibernate.engine.spi.RowSelection
 
getTimeout() - Method in interface org.hibernate.Query
Deprecated.
Obtain the query timeout in seconds.
getTimeout() - Method in interface org.hibernate.Transaction
Retrieve the transaction timeout set for this transaction.
getTimeout(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getTimeOut() - Method in class org.hibernate.LockOptions
Retrieve the current timeout setting.
getTimeOut() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
getTimeOut() - Method in interface org.hibernate.Session.LockRequest
Get the timeout setting.
getTimesAccessed() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
How many times has this structure been accessed through this reference?
getTimesAccessed() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getTimesAccessed() - Method in class org.hibernate.id.enhanced.TableStructure
 
getTimestamp() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the timestamp property.
getTimestamp() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTimestamp() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
getTimestampsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
Find the cache data access strategy for Hibernate's timestamps cache.
getTimestampsCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
Find the cache data access strategy for Hibernate's timestamps cache.
getTimestampsCacheFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getTimestampsCacheFactory() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getTimestampsCacheFactory() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
getTimeZone(int) - Method in interface org.hibernate.ScrollableResults
Convenience method to read a TimeZone.
getTiming() - Method in class org.hibernate.engine.FetchStrategy
 
getToolingHint(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
getToolingHintContext() - Method in interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
 
getToolingHints() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
Gets the value of the toolingHints property.
getToolingHints() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
 
getToolingHints() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
getTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getTransaction() - Method in interface org.hibernate.SharedSessionContract
Get the Transaction instance associated with this session.
getTransactionCompletionProcesses() - Method in class org.hibernate.engine.spi.ActionQueue
 
getTransactionCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransactionCoordinator() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Obtain the builder for TransactionCoordinator instances
getTransactionCoordinatorBuilder() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Access to the builder that generated this coordinator
getTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have completed
getTransactionDriverControl() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Get the delegate used by the local transaction driver to control the underlying transaction
getTransactionIdentifier(Transaction) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionStartTimestamp() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransactionStartTimestamp() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated.
no longer supported, when the Second Level Cache is enabled {CacheTransactionSynchronization.getCachingTimestamp()} can be used.
getTransactionType() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getTransient() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
 
getTransient() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the transient property.
getTransient() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
Gets the value of the transient property.
getTransientEntityName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the entity name for the transient entity.
getTranslators() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Access to the underlying translators associated with this query
getTrimCharacter() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
getTrimSpecification() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
getTruncateIdTableCommand() - Method in class org.hibernate.dialect.TeradataDialect
 
getTruncateIdTableCommand() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
 
getTruncateIdTableCommand() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
getTuplizer() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getTuplizer() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getTuplizerClassMap() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
getTuplizerClassMap() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the named custom tuplizer classes to be used.
getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Component
 
getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.PersistentClass
 
getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Subclass
 
getTuplizerMap() - Method in class org.hibernate.mapping.Component
 
getTuplizerMap() - Method in class org.hibernate.mapping.PersistentClass
 
getTuplizerMap() - Method in class org.hibernate.mapping.Subclass
 
getType() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
getType() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the type property.
getType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SimpleValueTypeInfo
 
getType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TypeContainer
 
getType() - Method in class org.hibernate.boot.jaxb.Origin
Retrieve the type of origin.
getType() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the attribute's type
getType() - Method in enum org.hibernate.cfg.AccessType
Retrieves the external name for this access type
getType() - Method in class org.hibernate.cfg.InheritanceState
 
getType() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the mapping type of this attribute.
getType() - Method in class org.hibernate.dialect.function.StandardSQLFunction
Function static return type accessor.
getType() - Method in exception org.hibernate.DuplicateMappingException
 
getType() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
getType() - Method in class org.hibernate.engine.spi.TypedValue
 
getType() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getType() - Method in exception org.hibernate.InvalidMappingException
 
getType() - Method in class org.hibernate.jpa.TypedParameterValue
The specific Hibernate type to use to bind the value.
getType() - Method in class org.hibernate.loader.custom.ScalarReturn
 
getType() - Method in interface org.hibernate.loader.plan.spi.ScalarReturn
Gets the type of the scalar return.
getType() - Method in class org.hibernate.mapping.Any
 
getType() - Method in class org.hibernate.mapping.Collection
 
getType() - Method in class org.hibernate.mapping.Component
 
getType() - Method in class org.hibernate.mapping.DependantValue
 
getType() - Method in class org.hibernate.mapping.ManyToOne
 
getType() - Method in class org.hibernate.mapping.OneToMany
 
getType() - Method in class org.hibernate.mapping.OneToOne
 
getType() - Method in class org.hibernate.mapping.Property
 
getType() - Method in class org.hibernate.mapping.SimpleValue
 
getType() - Method in class org.hibernate.mapping.ToOne
 
getType() - Method in interface org.hibernate.mapping.Value
 
getType() - Method in exception org.hibernate.MappingNotFoundException
Deprecated.
 
getType() - Method in interface org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute
 
getType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getType() - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
getType() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
 
getType() - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
getType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getType() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
getType() - Method in interface org.hibernate.persister.entity.PropertyMapping
Get the type of the thing containing the properties
getType() - Method in interface org.hibernate.persister.entity.SQLLoadable
Get the type
getType() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Access to the mapping's AnyType
getType() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
getType() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
 
getType() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
Returns the collection element type.
getType() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
Returns the collection index type.
getType() - Method in interface org.hibernate.persister.walking.spi.CompositionDefinition
 
getType() - Method in interface org.hibernate.procedure.ParameterRegistration
Deprecated.
getType() - Method in class org.hibernate.tuple.AbstractAttribute
 
getType() - Method in interface org.hibernate.tuple.Attribute
 
getType() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
getType() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
getType() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
getType(int) - Method in interface org.hibernate.ScrollableResults
Get the type of the ith column of results.
getType(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the type of a property path.
getType(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SimpleValueTypeInfo
 
getTypeAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TypeContainer
 
getTypeClass() - Method in class org.hibernate.mapping.TypeDef
 
getTypeCode() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getTypeCode() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
Deprecated.
 
getTypeCode() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The JDBC type-code.
getTypeCodes() - Method in enum org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
 
getTypeConfiguration() - Method in interface org.hibernate.boot.model.TypeContributions
 
getTypeConfiguration() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getTypeConfiguration() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getTypeConfiguration() - Method in interface org.hibernate.boot.spi.MetadataImplementor
Access to the TypeConfiguration
getTypeConfiguration() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Access to the TypeConfiguration in effect for this SessionFactory/Metamodel
getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
Provides access to the TypeConfiguration for access to various type-system registries.
getTypeConfiguration() - Method in class org.hibernate.type.EnumType
 
getTypeConfiguration() - Method in interface org.hibernate.type.spi.TypeConfigurationAware
 
getTypeConfiguration() - Method in interface org.hibernate.type.TypeFactory.TypeScope
Deprecated.
 
getTypeContributors() - Method in interface org.hibernate.jpa.boot.spi.TypeContributorList
 
getTypedef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the typedef property.
getTypeDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieve a type definition by name.
getTypeDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getTypeDescriptor() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
getTypedIdentifierValue(Criteria, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
Build a TypedValue for the given identifier value.
getTypedIdentifierValue(Criteria, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getTypeDiscriminatorMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTypeDiscriminatorMetadata() - Method in interface org.hibernate.persister.entity.Queryable
Retrieve the information needed to properly deal with this entity's discriminator in a query.
getTypedValue(Criteria, String, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
Build a typed-value for the property/value combo.
getTypedValue(Criteria, String, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
Get the typed value for the given property value.
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.BetweenExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Criterion
Return typed values for all parameters in the rendered SQL fragment
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ForeignKeyExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ForeignKeyNullExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierEqExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IlikeExpression
Deprecated.
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.InExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Junction
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LikeExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LogicalExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NaturalIdentifier
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotNullExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NullExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleSubqueryExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SizeExpression
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLCriterion
 
getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
 
getTypeFactory() - Method in class org.hibernate.type.TypeResolver
Deprecated.
 
getTypeHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTypeHelper() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getTypeHelper() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getTypeHelper() - Method in interface org.hibernate.Session
Convenience access to the TypeHelper associated with this session's SessionFactory.
getTypeHelper() - Method in interface org.hibernate.SessionFactory
Retrieve this factory's TypeHelper.
getTypeImplementorClass() - Method in class org.hibernate.boot.model.TypeDefinition
 
getTypeIndex() - Method in class org.hibernate.mapping.Column
 
getTypeInfoForJdbcCode(int) - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Deprecated.
This is currently not implemented an will likely be removed (A default method is provided to facilitate removal from implementors)
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain information about the Hibernate type (Type) for this attribute.
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain information about the Hibernate type (Type) for the collection id
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
Obtain information about the Hibernate index type (Type) for this plural attribute index.
getTypeName() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSource
Decode the name that we should expect to be used elsewhere to reference the modeled entity by decoding the entity-name/class-name combo.
getTypeName() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Get the name of this type.
getTypeName() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getTypeName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself
getTypeName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getTypeName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getTypeName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getTypeName() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getTypeName() - Method in class org.hibernate.mapping.Collection
 
getTypeName() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeName() - Method in interface org.hibernate.metamodel.model.domain.DomainType
The name of the type - this is Hibernate notion of the type name including non-pojo mappings, etc.
getTypeName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
Deprecated.
 
getTypeName() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The database specific type name.
getTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given Types typecode.
getTypeName(int, int, int, int) - Method in class org.hibernate.dialect.Teradata14Dialect
Get the name of the database type associated with the given java.sql.Types typecode.
getTypeName(int, int, int, int) - Method in class org.hibernate.dialect.TeradataDialect
Get the name of the database type associated with the given java.sql.Types typecode.
getTypeName(int, long, int, int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given Types typecode with the given storage specification parameters.
getTypeName(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
Get the type name as in the static field names defined on Types.
getTypeParameters() - Method in class org.hibernate.mapping.Collection
 
getTypeParameters() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeResolver() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
getTypeResolver() - Method in interface org.hibernate.boot.spi.MetadataImplementor
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
getTypeResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
getTypeResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
(since 5.2) No replacement, access to and handling of Types will be much different in 6.0
getTypeResolver() - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
getTypeResolver() - Method in class org.hibernate.type.spi.TypeConfiguration
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
getTypes() - Method in class org.hibernate.criterion.SubqueryExpression
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getTypes(String, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Get the return types for a particular user-visible alias.
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ForeingKeyProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
 
getTypes(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Types returned by the rendered SQL fragment.
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
 
getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
 
getTypeUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
Get the type of a property path.
getTypeUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getUid() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
The uid/alias which uniquely identifies this QuerySpace.
getUnderlyingMember(JavaXMember) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
 
getUnderlyingMember(XProperty) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.BlobImplementer
Gets access to the data underlying this BLOB.
getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.ClobImplementer
Gets access to the data underlying this CLOB.
getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getUninstantiatableClass() - Method in exception org.hibernate.InstantiationException
Returns the Class we were attempting to instantiate.
getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the unionSubclass property.
getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the unionSubclass property.
getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the unionSubclass property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the uniqueConstraint property.
getUniqueCounter() - Method in class org.hibernate.cfg.FkSecondPass
 
getUniqueDelegate() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.Dialect
Get the UniqueDelegate supported by this dialect
getUniqueDelegate() - Method in class org.hibernate.dialect.InformixDialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.MySQLDialect
 
getUniqueInteger() - Method in class org.hibernate.mapping.Table
 
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the uniqueKey property.
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the uniqueKey property.
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the uniqueKey property.
getUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getUniqueKeyConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
 
getUniqueKeyExporter() - Method in class org.hibernate.dialect.Dialect
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.Table
 
getUniqueKeyName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getUnjoinedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Build an iterator over the properties defined on this class which are not defined as part of a join.
getUnknownSqlResultSetMappingName() - Method in exception org.hibernate.procedure.UnknownSqlResultSetMappingException
 
getUnquotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
Returns the "unsaved" entity identifier value.
getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.VersionAttributeSource
 
getUnsavedValue() - Method in class org.hibernate.tuple.entity.VersionProperty
 
getUnsavedValue() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
getUnsavedValue() - Method in class org.hibernate.tuple.IdentifierProperty
 
getUpdateCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getUpdateCount() - Method in interface org.hibernate.result.UpdateCountOutput
Retrieve the associated update count
getUpdateCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been updated
getUpdateCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been updated
getUpdateResultCheckStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getUpdateStrings(boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getUpdateTimestampsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
Deprecated.
getUpdateTimestampsCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
getUpdateTimestampsCacheHitCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of timestamps successfully retrieved from cache
getUpdateTimestampsCacheMissCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of timestamp requests that were not found in the cache
getUpdateTimestampsCachePutCount() - Method in interface org.hibernate.stat.Statistics
Get the global number of timestamps put in cache
getURLFromPath(String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
getURLFromPath(String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Deprecated.
Not used!
getUsage() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getUsage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the usage property.
getUsage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the usage property.
getUsage() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the usage property.
getUserAliases() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getUserProvidedIdentifier() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
getUserType() - Method in class org.hibernate.type.CompositeCustomType
 
getUserType() - Method in class org.hibernate.type.CustomCollectionType
 
getUserType() - Method in class org.hibernate.type.CustomType
 
getUserWhereClauseFragment() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
getUtilizedFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
getUuid() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getUuid() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the UUID unique to this SessionFactoryOptions.
getUuid() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getUuid() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the UUID for this SessionFactory.
getUuid() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getUUID() - Method in interface org.hibernate.boot.Metadata
Gets the UUID for this metamodel.
getUUID() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getValidateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaValidator processing
getValidationMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getValidationModes() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the requested validation mode(s).
getValidatorFactoryReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getValidatorFactoryReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getValue() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
getValue() - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Returns the enclosed value.
getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
getValue() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
getValue() - Method in class org.hibernate.cfg.FkSecondPass
 
getValue() - Method in interface org.hibernate.collection.spi.PersistentCollection
Return the user-visible collection (or array) instance
getValue() - Method in class org.hibernate.criterion.SimpleExpression
 
getValue() - Method in class org.hibernate.engine.spi.TypedValue
 
getValue() - Method in interface org.hibernate.jpa.spi.ParameterBind
Access the bound value
getValue() - Method in class org.hibernate.jpa.TypedParameterValue
The value to bind
getValue() - Method in class org.hibernate.mapping.Column
 
getValue() - Method in class org.hibernate.mapping.MetaAttribute
 
getValue() - Method in class org.hibernate.mapping.Property
 
getValue() - Method in interface org.hibernate.procedure.ParameterBind
Retrieves the bound value.
getValueColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the valueColumnName property.
getValueColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store our persistent generator value.
getValueGenerationStrategy() - Method in class org.hibernate.mapping.Property
 
getValueGenerationStrategy() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getValueGenerationStrategy() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getValueGenerationStrategy() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getValueGenerator() - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
getValueGenerator() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
getValueGenerator() - Method in interface org.hibernate.tuple.InMemoryValueGenerationStrategy
Obtain the in-VM value generator.
getValueGenerator() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
getValueGenerator() - Method in interface org.hibernate.tuple.ValueGeneration
Obtain the in-VM value generator.
getValueGenerator() - Method in class org.hibernate.tuple.VmValueGeneration
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.BagPersistentAttribute
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute
For a singular attribute, the value type is defined as the attribute type
getValueHandlers() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions
Deprecated.
Get the conversions for the individual tuples in the query results.
getValueMappings() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getValueMappingSources() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Gets the value of the valueMappingSources property.
getValueMappingSources() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingBindingDefinition
Get the JAXB mappings for each defined value return in the ResultSet mapping.
getValuePosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getValues() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getValues() - Method in class org.hibernate.mapping.MetaAttribute
 
getVersion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the version property.
getVersion() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the version property.
getVersion() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the version property.
getVersion() - Method in class org.hibernate.boot.xsd.XsdDescriptor
 
getVersion() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Retrieves the version (optimistic locking) associated with this cache entry.
getVersion() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getVersion() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getVersion() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getVersion() - Method in class org.hibernate.mapping.MappedSuperclass
 
getVersion() - Method in class org.hibernate.mapping.PersistentClass
 
getVersion() - Method in class org.hibernate.mapping.RootClass
 
getVersion() - Method in class org.hibernate.mapping.Subclass
 
getVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
getVersion(Object) - Method in interface org.hibernate.metadata.ClassMetadata
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersion(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersion(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersion(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getVersion(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Extract the value of the version property from the given entity.
getVersionAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the source information about the attribute used for optimistic locking.
getVersionColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionColumnName() - Method in interface org.hibernate.persister.entity.Lockable
For versioned entities, get the name of the column (again, expected on the root table) used to store the version values.
getVersionComparator() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
getVersionComparator() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
getVersionComparator() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
getVersionComparator() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getVersionComparator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionComparatorAccess() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
Access to the comparator to be used with the entity's version.
getVersionedTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionGetter() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getVersionGetter() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Retrieve the getter for the version property.
getVersionProperty() - Method in interface org.hibernate.metadata.ClassMetadata
Get the index of the version property
getVersionProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
If EntityPersister.isVersioned(), then what is the index of the property holding the locking value.
getVersionProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getVersionPropertyIndex() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getVersionSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionString() - Static method in class org.hibernate.Version
Access to the Hibernate ORM version.
getVersionType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionType() - Method in interface org.hibernate.persister.entity.EntityPersister
If EntityPersister.isVersioned(), then what is the type of the property holding the locking value.
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Cache71Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.H2Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.HSQLDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.InformixDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.MySQL5Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle8iDialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Teradata14Dialect
 
getViolatedConstraintNameExtracter() - Method in interface org.hibernate.exception.spi.ConversionContext
 
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the where property.
getWhere() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getWhere() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the specified extra where condition to be applied to this entity.
getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getWhere() - Method in class org.hibernate.mapping.Collection
 
getWhere() - Method in class org.hibernate.mapping.PersistentClass
 
getWhere() - Method in class org.hibernate.mapping.RootClass
 
getWhere() - Method in class org.hibernate.mapping.Subclass
 
getWhereCondition() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getWhereFragment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
getWhereFragment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
Use the discriminator, to narrow the select to instances of the queried subclass, also applying any filters.
getWithClause(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
getWithClause(PropertyPath) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
getWithClause(PropertyPath) - Method in class org.hibernate.loader.JoinWalker
 
getWrappedBlob() - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Access to the wrapped Blob reference
getWrappedBlob() - Method in interface org.hibernate.engine.jdbc.WrappedBlob
Retrieve the wrapped Blob reference
getWrappedClob() - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
Access to the wrapped Clob reference
getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedClob
Retrieve the wrapped Blob reference
getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedNClob
Deprecated.
getWrappedNClob() - Method in interface org.hibernate.engine.jdbc.WrappedNClob
Retrieve the wrapped Blob reference
getWrappedObject() - Method in interface org.hibernate.engine.jdbc.spi.JdbcWrapper
Retrieve the wrapped JDBC object.
getWrapperOptions() - Method in interface org.hibernate.type.descriptor.WrapperOptionsContext
Deprecated.
(since 5.2) Just directly implement WrapperOptions
getWrite() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the write property.
getWriteExpr() - Method in class org.hibernate.mapping.Column
 
getWriteFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
A SQL fragment to apply to the column value on write.
getWriteLockString(int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire WRITE locks for this dialect.
getWriteLockString(int) - Method in class org.hibernate.dialect.MariaDB103Dialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.MySQL8Dialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Teradata14Dialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire WRITE locks for this dialect given the aliases of the columns to be write locked.
getWriteLockString(String, int) - Method in class org.hibernate.dialect.MySQL8Dialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.Oracle10gDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
 
getXmlBindings() - Method in class org.hibernate.boot.MetadataSources
 
getXmlMappingBinderAccess() - Method in class org.hibernate.boot.MetadataSources
 
getXmlMappingBinderAccess() - Method in class org.hibernate.cfg.Configuration
 
getXmlMappingBindings() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to binding for all known XML mapping files.
getXmlMappingMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
Gets the value of the xmlMappingMetadataComplete property.
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
This is only useful to log warnings when these deprecated attributes are populated.
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
 
GLOBALLY_QUOTED_IDENTIFIERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Should all database identifiers be quoted.
GLOBALLY_QUOTED_IDENTIFIERS_SKIP_COLUMN_DEFINITIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Assuming AvailableSettings.GLOBALLY_QUOTED_IDENTIFIERS, this allows such global quoting to skip column-definitions as defined by Column, JoinColumn, etc.
GlobalTemporaryTableBulkIdStrategy - Class in org.hibernate.hql.spi.id.global
Strategy based on ANSI SQL's definition of a "global temporary table".
GlobalTemporaryTableBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
GlobalTemporaryTableBulkIdStrategy(IdTableSupport, AfterUseAction) - Constructor for class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
GlobalTemporaryTableBulkIdStrategy(AfterUseAction) - Constructor for class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
GONE - org.hibernate.engine.spi.Status
 
goToNext() - Method in interface org.hibernate.result.Outputs
Go to the next Output object (if any), returning an indication of whether there was another (aka, will the next call to Outputs.getCurrent() return null?
grant - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
GrantedPermission - Class in org.hibernate.secure.spi
Deprecated.
Support for JACC will be removed in 6.0
GrantedPermission(String, String, String) - Constructor for class org.hibernate.secure.spi.GrantedPermission
Deprecated.
 
Graph<J> - Interface in org.hibernate.graph
A container for AttributeNodes.
GraphHelper - Class in org.hibernate.graph.spi
Helper containing utilities useful for graph handling
GraphHelper() - Constructor for class org.hibernate.graph.spi.GraphHelper
 
GraphImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the Graph contract
GraphNode<J> - Interface in org.hibernate.graph
Commonality between AttributeNode and Graph.
GraphNodeImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the GraphNode contract
GraphParser - Class in org.hibernate.graph
Parser for string representations of JPA EntityGraph (RootGraph) and Subgraph (SubGraph), using a simple syntax defined by the `graph.g` Antlr grammar.
GraphParser() - Constructor for class org.hibernate.graph.GraphParser
 
GraphSemantic - Enum in org.hibernate.graph
JPA defines 2 distinct semantics for applying an EntityGraph.
greaterThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is more restrictive than the given lock mode.
group() - Method in class org.hibernate.criterion.Property
Creates a projection for this property as a group expression
GROUP - org.hibernate.sql.ast.Clause
 
groupByClause - Variable in class org.hibernate.sql.Select
 
GROUPED - org.hibernate.tool.schema.JdbcMetadaAccessStrategy
The SchemaMigrator and SchemaValidator execute a single DatabaseMetaData.getTables(String, String, String, String[]) call to retrieve all the database table in order to determine all the Entity have a mapped database tables.
groupProperty(String) - Static method in class org.hibernate.criterion.Projections
A grouping property value projection
GroupsPerOperation - Class in org.hibernate.cfg.beanvalidation
 
GroupsPerOperation.Operation - Enum in org.hibernate.cfg.beanvalidation
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gt(Object) - Method in class org.hibernate.criterion.Property
Create a greater-than restriction based on this property
gt(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 the value in the subquery result.
gt(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than" constraint to the named property
gt(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query greater-than expression for this property
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gtAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than ALL the values in the subquery result.
gtAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-all sub-query expression for this property.
gtProperty(String) - Method in class org.hibernate.criterion.Property
Creates a greater-than restriction between 2 properties
gtProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "greater than" constraint to two properties
gtProperty(Property) - Method in class org.hibernate.criterion.Property
Creates a greater-than restriction between 2 properties
gtSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is greater-than SOME of the values in the subquery result.
gtSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a greater-than-some sub-query expression for this property.
guessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
guessEntityName(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
The guessed entity name for an entity not in an association
guessResultSize(RowSelection) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
If we're able to guess a likely size of the results we can optimize allocation of our data structures.
GUIDGenerator - Class in org.hibernate.id
Generates string values using the SQL Server NEWID() function.
GUIDGenerator() - Constructor for class org.hibernate.id.GUIDGenerator
 

H

H2 - org.hibernate.dialect.Database
 
H2Dialect - Class in org.hibernate.dialect
A dialect compatible with the H2 database.
H2Dialect() - Constructor for class org.hibernate.dialect.H2Dialect
Constructs a H2Dialect
H2FinalTableIdentityColumnSupport - Class in org.hibernate.dialect.identity
Identity column support for H2 2+ versions
H2IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
H2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
HANA - org.hibernate.dialect.Database
 
HANABlobTypeDescriptor(int) - Constructor for class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
HANACloudColumnStoreDialect - Class in org.hibernate.dialect
An SQL dialect for the SAP HANA Cloud column store.
HANACloudColumnStoreDialect() - Constructor for class org.hibernate.dialect.HANACloudColumnStoreDialect
 
HANAColumnStoreDialect - Class in org.hibernate.dialect
An SQL dialect for the SAP HANA column store.
HANAColumnStoreDialect() - Constructor for class org.hibernate.dialect.HANAColumnStoreDialect
 
HANAIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
HANAIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.HANAIdentityColumnSupport
 
HANARowStoreDialect - Class in org.hibernate.dialect
An SQL dialect for the SAP HANA row store.
HANARowStoreDialect() - Constructor for class org.hibernate.dialect.HANARowStoreDialect
 
handleAddedParametersOnDelete(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
handleAddedParametersOnDelete(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
handleAddedParametersOnUpdate(PreparedStatement, SharedSessionContractImplementor, int) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
handleAddedParametersOnUpdate(PreparedStatement, SharedSessionContractImplementor, int) - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
handleAndClearWarnings(Connection, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
General purpose handling of warnings associated with a JDBC Connection.
handleAndClearWarnings(Statement, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
General purpose handling of warnings associated with a JDBC Statement.
handleEmptyCollections(Serializable[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
If this is a collection initializer, we need to tell the session that a collection is being initialized, to account for the possibility of the collection having no elements (hence no rows in the result set).
handleEntityNotFound(String, Serializable) - Method in interface org.hibernate.proxy.EntityNotFoundDelegate
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.spi.ClassFileArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in interface org.hibernate.boot.archive.spi.ArchiveEntryHandler
Handle the entry
handleEviction(Object, EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Called on Session.evict(java.lang.Object) to give a chance to clean up natural-id cross refs.
handleException(CommandAcceptanceException) - Method in interface org.hibernate.tool.schema.spi.ExceptionHandler
Handle the CommandAcceptanceException error
handleExplicitName(String, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
Called when the user has supplied an explicit name for the database object.
handleLockExpiry(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.Lockable) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
handlePrependedParametersOnIdSelection(PreparedStatement, SharedSessionContractImplementor, int) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
handlePrependedParametersOnIdSelection(PreparedStatement, SharedSessionContractImplementor, int) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
handlePrependedParametersOnIdSelection(PreparedStatement, SharedSessionContractImplementor, int) - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
handlePrependedParametersOnIdSelection(PreparedStatement, SharedSessionContractImplementor, int) - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
handleRead(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
Handle the case of reading an attribute.
handleRead(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
handleRead(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
handleSynchronization(EntityPersister, Serializable, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Part of the "load synchronization process".
handleWarning(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Handle an individual warning in the stack.
handleWarning(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
 
handleWrite(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
Handle the case of writing an attribute.
handleWrite(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
handleWrite(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
HARD_QUOTE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
HARD_QUOTE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
hasAfterTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasAliasSpecificLockModes() - Method in class org.hibernate.LockOptions
Does this LockOptions object define alias-specific lock modes?
hasAlterTable() - Method in class org.hibernate.dialect.Cache71Dialect
 
hasAlterTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the ALTER TABLE syntax?
hasAlterTable() - Method in class org.hibernate.dialect.ProgressDialect
 
hasAnnotation(Class<? extends Annotation>) - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedClass
 
hasAnnotation(Class<? extends Annotation>) - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedField
 
hasAnyQueuedActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasAnyScalarReturns() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
Convenient form of checking LoadPlan.getReturns() for scalar root returns.
hasAnyUninitializedAttributes() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
 
hasAnyUninitializedAttributes() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
hasAnyUninitializedAttributes() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
hasArguments() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.CastFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.CharIndexFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.ConvertFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.DerbyConcatFunction
Does this function have any arguments?
hasArguments() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.NvlFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
hasArguments() - Method in interface org.hibernate.dialect.function.SQLFunction
Does this function have any arguments?
hasArguments() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
hasArguments() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
hasArguments() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
hasArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
hasAutoDiscoverScalarTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
hasBeforeTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasBidirectionalEntityReferences() - Method in interface org.hibernate.loader.plan.spi.EntityIdentifierDescription
Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any bidirectional entity references?
hasCache() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasCache() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection role cacheable
hasCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCache() - Method in interface org.hibernate.persister.entity.EntityPersister
hasCascades() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCascades() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity has any non-none cascading.
hasCascades() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasCheckConstraint() - Method in class org.hibernate.mapping.Column
 
hasCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity contains references to persistent collections.
hasCollections() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasCorrespondingLobCode(int) - Method in class org.hibernate.type.descriptor.sql.LobTypeMappings
hasCustomAccessors - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
hasCustomAccessors - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
hasCustomRead() - Method in class org.hibernate.mapping.Column
 
hasDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.Chache71IdentityColumnSupport
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.CockroachDB1920IdentityColumnSupport
 
hasDataTypeInIdentityColumn() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Whether this dialect have an Identity clause added to the data type or a completely separate identity data type
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.InformixIdentityColumnSupport
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.Ingres10IdentityColumnSupport
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.PostgreSQL10IdentityColumnSupport
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport
 
hasDenormalizedTables() - Method in class org.hibernate.mapping.Table
 
hasDirtyCollection() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasEmbeddedCompositeIdentifier() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.RootClass
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.Subclass
 
hasEnabledFetchProfiles() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasFetches() - Method in interface org.hibernate.loader.plan.spi.EntityIdentifierDescription
Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any fetches?
hasFilterCondition() - Method in class org.hibernate.sql.JoinFragment
True if the where fragment is from a filter condition.
hasFirstRow(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
Is a first row limit indicated?
hasFormula() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
hasFormula() - Method in class org.hibernate.mapping.Collection
 
hasFormula() - Method in class org.hibernate.mapping.OneToMany
 
hasFormula() - Method in class org.hibernate.mapping.SimpleValue
 
hasFormula() - Method in interface org.hibernate.mapping.Value
 
hasFormulaProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasFunction(String) - Method in class org.hibernate.dialect.function.SQLFunctionRegistry
Does this registry contain the named function
hashCode() - Method in class org.hibernate.boot.jaxb.Origin
 
hashCode() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
hashCode() - Method in class org.hibernate.boot.model.naming.Identifier
 
hashCode() - Method in class org.hibernate.boot.model.relational.Namespace
 
hashCode() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
hashCode() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
hashCode() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
hashCode() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
hashCode() - Method in class org.hibernate.boot.model.TypeDefinition
 
hashCode() - Method in class org.hibernate.cache.spi.FilterKey
 
hashCode() - Method in class org.hibernate.cache.spi.QueryKey
 
hashCode() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
hashCode() - Method in class org.hibernate.cfg.FkSecondPass
 
hashCode() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
hashCode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
hashCode() - Method in class org.hibernate.engine.spi.AssociationKey
 
hashCode() - Method in class org.hibernate.engine.spi.CollectionKey
 
hashCode() - Method in class org.hibernate.engine.spi.EntityKey
 
hashCode() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
hashCode() - Method in class org.hibernate.engine.spi.TypedValue
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
hashCode() - Method in class org.hibernate.mapping.Column
 
hashCode() - Method in class org.hibernate.mapping.FetchProfile
 
hashCode() - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
hashCode() - Method in class org.hibernate.mapping.Table
 
hashCode() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
hashCode() - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
hashCode() - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Define our hashCode by our defined constructor's hasCode.
hashCode() - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
hashCode() - Method in class org.hibernate.transform.CacheableResultTransformer
 
hashCode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
hashCode() - Method in class org.hibernate.type.AnyType.ObjectTypeCacheEntry
 
hashCode() - Method in class org.hibernate.type.CustomType
 
hashCode(Object) - Method in class org.hibernate.type.EnumType
 
hashCode(Object) - Method in interface org.hibernate.usertype.CompositeUserType
Get a hashcode for the instance, consistent with persistence "equality"
hashCode(Object) - Method in interface org.hibernate.usertype.UserType
Get a hashcode for the instance, consistent with persistence "equality"
hashedName(String) - Method in class org.hibernate.boot.model.naming.NamingHelper
Hash a constraint name using MD5.
hashedName(String) - Static method in class org.hibernate.mapping.Constraint
Hash a constraint name using MD5.
hasHolder() - Method in class org.hibernate.type.ArrayType
 
hasHolder() - Method in class org.hibernate.type.CollectionType
 
hasIdClass() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
hasIdClassOrEmbeddedId() - Method in class org.hibernate.cfg.InheritanceState
 
hasIdentifier - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
hasIdentifierMapper() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
hasIdentifierMapper() - Method in class org.hibernate.tuple.IdentifierProperty
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
hasIdentifierProperty() - Method in interface org.hibernate.metadata.ClassMetadata
Does this class have an identifier property?
hasIdentifierProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasIdentifierProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the entity has a particular property holding the identifier value.
hasImmutableNaturalId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasIndex - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in interface org.hibernate.metadata.CollectionMetadata
Is this collection indexed?
hasIndex() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an "indexed" collection? (list or map)
hasInsertGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasInsertGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on insert?
hasInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasLazyAttributes() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
hasLazyLoadableAttributes(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
hasLazyLoadableAttributes(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class define any lazy loadable attributes?
hasLazyLoadableAttributes(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
hasLazyProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasLazyProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity defines any lazy properties (ala bytecode instrumentation).
hasLazyProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasManyToManyOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasManyToManyOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
hasMaxRows(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
Is a max row limit indicated?
hasMutableProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasMutableProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether any properties of this entity are considered mutable.
hasMutableProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNamedParameters() - Method in interface org.hibernate.query.ParameterMetadata
Does this parameter set contain any named parameters?
hasNaturalId() - Method in class org.hibernate.mapping.PersistentClass
 
hasNaturalIdCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasNaturalIdCache() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this class have a natural id cache
hasNaturalIdentifier() - Method in interface org.hibernate.metadata.ClassMetadata
Does this entity declare a natural id?
hasNaturalIdentifier() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasNaturalIdentifier() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity defines a natural identifier.
hasNaturalIdentifier() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNext() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
hasNonIdentifierPropertyNamedId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasNonReadOnlyEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
hasNotFoundAction() - Method in class org.hibernate.type.EntityType
 
hasNotNullProperty() - Method in class org.hibernate.type.AnyType
 
hasNotNullProperty() - Method in class org.hibernate.type.ComponentType
 
hasNotNullProperty() - Method in class org.hibernate.type.CompositeCustomType
 
hasNotNullProperty() - Method in interface org.hibernate.type.CompositeType
Convenience method to quickly check CompositeType.getPropertyNullability() for any non-nullable sub-properties.
hasOddDstBehavior() - Method in class org.hibernate.dialect.H2Dialect
 
hasOrder() - Method in class org.hibernate.mapping.Collection
 
hasOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an ordered collection? (An ordered collection is ordered by the initialization operation, not by sorting that happens in memory, as in the case of a sorted collection.)
hasOrphanDelete() - Method in interface org.hibernate.engine.spi.CascadeStyle
Do we need to delete orphaned collection elements?
hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
hasOrphanDelete() - Method in class org.hibernate.mapping.Collection
 
hasOrphanDelete() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasOrphanDelete() - Method in interface org.hibernate.persister.collection.CollectionPersister
Does this collection implement "orphan delete"?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.CastFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.CharIndexFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.ConvertFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.DerbyConcatFunction
If there are no arguments, are parentheses required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.NvlFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
hasParenthesesIfNoArguments() - Method in interface org.hibernate.dialect.function.SQLFunction
If there are no arguments, are parentheses required?
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
hasParenthesesIfNoArguments() - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
hasParentProperty() - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
hasParentProperty() - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Does the component managed by this tuplizer contain a parent property?
hasParentProperty() - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
hasParents() - Method in class org.hibernate.cfg.InheritanceState
 
hasPojoRepresentation() - Method in class org.hibernate.mapping.Component
 
hasPojoRepresentation() - Method in class org.hibernate.mapping.PersistentClass
 
hasPositionalParameters() - Method in interface org.hibernate.query.ParameterMetadata
Does this parameter set contain any positional parameters?
hasPostCreateCallbacks(Class) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
hasPostRemoveCallbacks(Class) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
hasPostUpdateCallbacks(Class) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
hasPreInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasPreUpdateGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasPrimaryKey() - Method in class org.hibernate.mapping.Table
 
hasProjection() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
hasProperty(String) - Method in class org.hibernate.mapping.MappedSuperclass
Check to see if this MappedSuperclass defines a property with the given name.
hasProperty(String) - Method in class org.hibernate.mapping.PersistentClass
Check to see if this PersistentClass defines a property with the given name.
hasProxy() - Method in interface org.hibernate.metadata.ClassMetadata
Does this class support dynamic proxies?
hasProxy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasProxy() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity supports dynamic proxies.
hasProxy() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
hasProxy() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Does this entity, for this mode, present a possibility for proxying?
hasQueuedOperations() - Method in interface org.hibernate.collection.spi.PersistentCollection
Does this instance have any "queued" operations?
hasRegisteredCallbacks(Class, Class) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
hasRegisteredCallbacks(Class, CallbackType) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
Do we have any registered callbacks of the given type for the given entity?
hasRegisteredResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Does this registry currently have any registered resources?
hasRestriction() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
hasRestriction(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
hasRestriction(PropertyPath) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
hasRestriction(PropertyPath) - Method in class org.hibernate.loader.JoinWalker
 
hasRowId() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasRowId() - Method in interface org.hibernate.persister.entity.Loadable
Does the result set contain rowids?
hasRowSelection() - Method in class org.hibernate.engine.spi.QueryParameters
 
hasSelectBeforeUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
hasSelectNew() - Method in class org.hibernate.loader.hql.QueryLoader
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.Cache71Dialect
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.Dialect
Does the database/driver have bug in deleting rows that refer to other rows being deleted in the same query?
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MySQLDialect
 
hasSelfReferentialForeignKeyBug() - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
hasSequentialSelect() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSequentialSelect() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
hasSiblings() - Method in class org.hibernate.cfg.InheritanceState
 
hasSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
hasSubclasses() - Method in interface org.hibernate.metadata.ClassMetadata
Does this entity have mapped subclasses?
hasSubclasses() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSubclasses() - Method in interface org.hibernate.persister.entity.Loadable
Does this persistent class have subclasses?
hasSubclasses() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasSubclasses(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper.InheritanceChecker
 
hasSubselectLoadableCollections() - Method in class org.hibernate.loader.Loader
 
hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.PersistentClass
 
hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.Subclass
 
hasSubselectLoadableCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSubselectLoadableCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity contains references to persistent collections which are fetchable by subselect?
hasThetaJoins() - Method in class org.hibernate.sql.JoinFragment
Determine if the join fragment contained any theta-joins.
hasUnFetchedAttributes(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
hasUnFetchedAttributes(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
hasUnFetchedAttributes(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
hasUninitializedLazyProperties(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasUninitializedLazyProperties(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Does the given instance have any uninitialized lazy properties?
hasUnresolvedEntityInsertActions() - Method in class org.hibernate.engine.spi.ActionQueue
Are there unresolved entity insert actions that depend on non-nullable associations with a transient entity?
hasUpdateGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasUpdateGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on update?
hasUpdateGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasWhere - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasWhere() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasWhere() - Method in interface org.hibernate.persister.collection.QueryableCollection
Does this collection role have a where clause filter?
hasWhere() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasWrittenFieldNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
HAVING - org.hibernate.sql.ast.Clause
 
HBM - org.hibernate.cfg.MetadataSourceType
Indicates metadata coming from hbm.xml files
HBM - org.hibernate.mapping.MetadataSource
 
HBM_XML_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
 
HBM2DDL_AUTO - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to perform SchemaManagementTool actions automatically as part of the SessionFactory lifecycle.
HBM2DDL_CHARSET_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
The name of the charset used by the schema generation resource.
HBM2DDL_CONNECTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Allows passing a specific Connection instance to be used by SchemaManagementTool.
HBM2DDL_CREATE_NAMESPACES - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether to automatically create also the database schema/catalog.
HBM2DDL_CREATE_SCHEMAS - Static variable in interface org.hibernate.cfg.AvailableSettings
HBM2DDL_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the CREATE script file as either a Reader configured for reading of the DDL script file or a string designating a file URL for the DDL script.
HBM2DDL_CREATE_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether schema generation commands for schema creation are to be determined based on object/relational mapping metadata, DDL scripts, or a combination of the two.
HBM2DDL_DATABASE_ACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to perform SchemaManagementTool actions against the database directly via JDBC automatically as part of the SessionFactory lifecycle.
HBM2DDL_DB_MAJOR_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the major version of the underlying database, as would be returned by DatabaseMetaData.getDatabaseMajorVersion() for the target database.
HBM2DDL_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the minor version of the underlying database, as would be returned by DatabaseMetaData.getDatabaseMinorVersion() for the target database.
HBM2DDL_DB_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the name of the database provider in cases where a Connection to the underlying database is not available (aka, mainly in generating scripts).
HBM2DDL_DEFAULT_CONSTRAINT_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
This setting is used when you use ConstraintMode.PROVIDER_DEFAULT strategy for foreign key mapping.
HBM2DDL_DELIMITER - Static variable in interface org.hibernate.cfg.AvailableSettings
Identifies the delimiter to use to separate schema management statements in script outputs.
HBM2DDL_DROP_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the DROP script file as either a Reader configured for reading of the DDL script file or a string designating a file URL for the DDL script.
HBM2DDL_DROP_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether schema generation commands for schema dropping are to be determined based on object/relational mapping metadata, DDL scripts, or a combination of the two.
HBM2DDL_FILTER_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify the SchemaFilterProvider to be used by create, drop, migrate and validate operations on the database schema.
HBM2DDL_HALT_ON_ERROR - Static variable in interface org.hibernate.cfg.AvailableSettings
Whether the schema migration tool should halt on error, therefore terminating the bootstrap process.
HBM2DDL_IMPORT_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
Comma-separated names of the optional files containing SQL DML statements executed during the SessionFactory creation.
HBM2DDL_IMPORT_FILES_SQL_EXTRACTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
HBM2DDL_JDBC_METADATA_EXTRACTOR_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to choose the strategy used to access the JDBC Metadata.
HBM2DDL_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
HBM2DDL_SCRIPTS_ACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to perform SchemaManagementTool actions writing the commands into a DDL script file.
HBM2DDL_SCRIPTS_CREATE_APPEND - Static variable in interface org.hibernate.cfg.AvailableSettings
For cases where the "javax.persistence.schema-generation.scripts.action" value indicates that schema commands should be written to DDL script file, specifies if schema commands should be appended to the end of the file rather than written at the beginning of the file.
HBM2DDL_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.cfg.AvailableSettings
For cases where the "javax.persistence.schema-generation.scripts.action" value indicates that schema creation commands should be written to DDL script file, "javax.persistence.schema-generation.scripts.create-target" specifies either a Writer configured for output of the DDL script or a string specifying the file URL for the DDL script.
HBM2DDL_SCRIPTS_DROP_TARGET - Static variable in interface org.hibernate.cfg.AvailableSettings
For cases where the "javax.persistence.schema-generation.scripts.action" value indicates that schema drop commands should be written to DDL script file, "javax.persistence.schema-generation.scripts.drop-target" specifies either a Writer configured for output of the DDL script or a string specifying the file URL for the DDL script.
HBM2DLL_CREATE_NAMESPACES - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated. 
HBM2DLL_CREATE_SCHEMAS - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Use AvailableSettings.HBM2DDL_CREATE_SCHEMAS instead: this variable name had a typo.
hbmXsd() - Method in class org.hibernate.boot.xsd.MappingXsdSupport
 
HBXML_FILES - Static variable in interface org.hibernate.jpa.AvailableSettings
HCANNHelper - Class in org.hibernate.cfg.annotations
Manage the various fun-ness of dealing with HCANN...
HCANNHelper() - Constructor for class org.hibernate.cfg.annotations.HCANNHelper
 
Helper - Class in org.hibernate.hql.spi.id.local
 
Helper - Class in org.hibernate.hql.spi.id.persistent
 
Helper - Class in org.hibernate.id.uuid
TODO : javadoc
heuristicType(String) - Method in class org.hibernate.type.TypeResolver
Deprecated.
heuristicType(String) - Method in interface org.hibernate.TypeHelper
Uses heuristics to deduce the proper Type given a string naming the type or Java class.
heuristicType(String, Properties) - Method in class org.hibernate.type.TypeResolver
Deprecated.
Uses heuristics to deduce the proper Type given a string naming the type or Java class.
HEX_DIGIT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
HEX_DIGIT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Hibernate - Class in org.hibernate
Provides access to the full range of Hibernate built-in types.
HIBERNATE_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
HibernateCriteriaBuilder - Interface in org.hibernate.query.criteria
Hibernate extensions to the JPA CriteriaBuilder.
HibernateEntityManager - Interface in org.hibernate.ejb
Deprecated.
HibernateEntityManager - Interface in org.hibernate.jpa
Deprecated.
(since 5.2) Use Session (or SessionImplementor), as it now extends EntityManager directly
HibernateEntityManagerFactory - Interface in org.hibernate.ejb
Deprecated.
HibernateEntityManagerFactory - Interface in org.hibernate.jpa
Deprecated.
(since 5.2) Use SessionFactory (or SessionFactoryImplementor) as it now extends EntityManagerFactory directly
HibernateEntityManagerFactoryAware - Interface in org.hibernate.jpa.spi
Deprecated.
(since 5.2) Why do we need an over-arching access to HibernateEntityManagerFactory across multiple contract hierarchies?
HibernateEntityManagerImplementor - Interface in org.hibernate.jpa.spi
Deprecated.
(since 5.2) move these methods to SessionImplementor
HibernateEntityManagerImplementor.QueryOptions - Interface in org.hibernate.jpa.spi
Deprecated.
 
HibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator - Interface in org.hibernate.jpa.spi
Deprecated.
 
HibernateError - Exception in org.hibernate
Marks a group of exceptions that generally indicate an internal Hibernate error or bug.
HibernateError(String) - Constructor for exception org.hibernate.HibernateError
Constructs HibernateError with the condition message.
HibernateError(String, Throwable) - Constructor for exception org.hibernate.HibernateError
Constructs HibernateError with the condition message and cause.
HibernateException - Exception in org.hibernate
The base exception type for Hibernate exceptions.
HibernateException(String) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given exception message.
HibernateException(String, Throwable) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given message and underlying cause.
HibernateException(Throwable) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given message and underlying cause.
HibernateIterator - Interface in org.hibernate.engine
Hibernate-specific iterator that may be closed
HibernatePersistenceProvider - Class in org.hibernate.jpa
The Hibernate PersistenceProvider implementation
HibernatePersistenceProvider() - Constructor for class org.hibernate.jpa.HibernatePersistenceProvider
 
hibernateProviderNamesContain(String) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Is the requested provider name one of the recognized Hibernate provider names?
HibernateProxy - Interface in org.hibernate.proxy
Marker interface for entity proxies
HibernateProxyHelper - Class in org.hibernate.proxy
Utility methods for working with proxies.
HibernateQuery - Interface in org.hibernate.ejb
Deprecated.
Use HibernateQuery instead
HibernateQuery - Interface in org.hibernate.jpa
Marker interface for Hibernate generated JPA queries so that we can access the underlying Hibernate query objects.
HibernateTraversableResolver - Class in org.hibernate.cfg.beanvalidation
Use Hibernate metadata to ignore cascade on entities.
HibernateTraversableResolver(EntityPersister, ConcurrentHashMap<EntityPersister, Set<String>>, SessionFactoryImplementor) - Constructor for class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
HibernateTypeSource - Interface in org.hibernate.boot.model.source.spi
Source-agnostic descriptor for explicit user-supplied Hibernate type information
HIGHLIGHT_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable highlighting of SQL logged to the console using ANSI escape codes
HILO - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for using a custom "hilo" algorithm optimization
HILO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
HiLoOptimizer - Class in org.hibernate.id.enhanced
Optimizer which applies a 'hilo' algorithm in memory to achieve optimization.
HiLoOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.HiLoOptimizer
Constructs a HiLoOptimizer
hint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
 
hint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
 
hint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
HINT_CACHE_MODE - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying the cache mode (CacheMode) to be in effect for the execution of the hinted query.
HINT_CACHE_REGION - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying the name of the cache region (within Hibernate's query result cache region) to use for storing the query results.
HINT_CACHEABLE - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying whether the query results should be cached for the next (cached) execution of the "same query".
HINT_COMMENT - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying a comment which is to be embedded into the SQL sent to the database.
HINT_FETCH_SIZE - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying a JDBC fetch size, used when executing the resulting SQL.
HINT_FETCHGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Hint providing a "fetchgraph" EntityGraph.
HINT_FLUSH_MODE - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying the flush mode (FlushMode) to be in effect for the execution of the hinted query.
HINT_FOLLOW_ON_LOCKING - Static variable in class org.hibernate.jpa.QueryHints
 
HINT_LOADGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Hint providing a "loadgraph" EntityGraph.
HINT_NATIVE_LOCKMODE - Static variable in class org.hibernate.jpa.QueryHints
 
HINT_NATIVE_SPACES - Static variable in class org.hibernate.jpa.QueryHints
 
HINT_PASS_DISTINCT_THROUGH - Static variable in class org.hibernate.jpa.QueryHints
 
HINT_READONLY - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying that objects loaded into the persistence context as a result of this query execution should be associated with the persistence context as read-only.
HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
HQL_BULK_ID_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
 
HQLQueryPlan - Class in org.hibernate.engine.query.spi
Defines a query execution plan for an HQL query (or filter).
HQLQueryPlan(String, boolean, Map<String, Filter>, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.query.spi.HQLQueryPlan
Constructs a HQLQueryPlan
HQLQueryPlan(String, boolean, Map<String, Filter>, SessionFactoryImplementor, EntityGraphQueryHint) - Constructor for class org.hibernate.engine.query.spi.HQLQueryPlan
 
HQLQueryPlan(String, String, boolean, Map<String, Filter>, SessionFactoryImplementor, EntityGraphQueryHint) - Constructor for class org.hibernate.engine.query.spi.HQLQueryPlan
 
HqlTupleElementImpl(int, String, Type) - Constructor for class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleElementImpl
 
HqlTupleImpl(Object[]) - Constructor for class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
 
HSQL - org.hibernate.dialect.Database
 
HSQLCaseFragment - Class in org.hibernate.sql
The HSQL CASEWHEN function.
HSQLCaseFragment() - Constructor for class org.hibernate.sql.HSQLCaseFragment
 
HSQLDialect - Class in org.hibernate.dialect
An SQL dialect compatible with HSQLDB (HyperSQL).
HSQLDialect() - Constructor for class org.hibernate.dialect.HSQLDialect
Constructs a HSQLDialect
HSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
HSQLIdentityColumnSupport(int) - Constructor for class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
hydrate(ResultSet, Serializable, Object, Loadable, String[][], boolean, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Unmarshal the fields of a persistent instance from a result set, without resolving associations or collections.
hydrate(ResultSet, Serializable, Object, Loadable, String[][], boolean, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.Loadable
Retrieve property values from one row of a result set
hydrate(ResultSet, Serializable, Object, Loadable, String[][], boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.Loadable
Retrieve property values from one row of a result set
hydrate(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
hydrate(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
hydrate(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
hydrate(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
hydrate(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
hydrate(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
hydrate(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
hydrate(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
hydrate(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Extract a value from the JDBC result set.
HydratedCompoundValueHandler - Interface in org.hibernate.persister.spi
Where to begin...
hydrateEntityState(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 
hydrateIdentifier(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 

I

id - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
id - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
id - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
id - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
id() - Static method in class org.hibernate.criterion.Projections
An identifier value projection.
ID_BAG - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ID_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
idbag(String, String) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
IdBagBinder - Class in org.hibernate.cfg.annotations
 
IdBagBinder() - Constructor for class org.hibernate.cfg.annotations.IdBagBinder
 
idClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
idClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
IdentifiableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Extension to the JPA IdentifiableType contract
IdentifiableTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA IdentifiableType descriptor
IdentifiableTypeDescriptor.InFlightAccess<X> - Interface in org.hibernate.metamodel.model.domain.spi
 
IdentifiableTypeSource - Interface in org.hibernate.boot.model.source.spi
Common contract between Entity and MappedSuperclass sources.
Identifier - Class in org.hibernate.boot.model.naming
Models an identifier (name), which may or may not be quoted.
Identifier(String) - Constructor for class org.hibernate.boot.model.naming.Identifier
Constructs an unquoted identifier instance.
Identifier(String, boolean) - Constructor for class org.hibernate.boot.model.naming.Identifier
Constructs an identifier instance.
IDENTIFIER_GENERATOR_STRATEGY_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
with no replacement. Hooking in to Hibernate's id-generator determination will be done very differently in Hibernate 6
IDENTIFIER_GENERATOR_STRATEGY_PROVIDER - Static variable in interface org.hibernate.jpa.AvailableSettings
IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.loader.PropertyPath
 
IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.metamodel.model.domain.NavigableRole
 
IDENTIFIER_NORMALIZER - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The key under which to find the ObjectNameNormalizer in the config param map.
IdentifierAttribute - Interface in org.hibernate.tuple
 
IdentifierBag - Class in org.hibernate.mapping
An IdentifierBag has a primary key consisting of just the identifier column
IdentifierBag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
 
IdentifierBag(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
IdentifierBagType - Class in org.hibernate.type
 
IdentifierBagType(String, String) - Constructor for class org.hibernate.type.IdentifierBagType
 
IdentifierBagType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.IdentifierBagType
Deprecated.
Use the other constructor
IdentifierCaseStrategy - Enum in org.hibernate.engine.jdbc.env.spi
An enumeration of the way DatabaseMetaData might store and return identifiers
IdentifierCollection - Class in org.hibernate.mapping
A collection with a synthetic "identifier" column
IdentifierCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
 
IdentifierCollection(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
identifierColumnName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IdentifierEqExpression - Class in org.hibernate.criterion
An identifier constraint
IdentifierEqExpression(Object) - Constructor for class org.hibernate.criterion.IdentifierEqExpression
Constructs an IdentifierEqExpression
IdentifierGeneratingInsert - Class in org.hibernate.id.insert
Nothing more than a distinguishing subclass of Insert used to indicate intent.
IdentifierGeneratingInsert(Dialect) - Constructor for class org.hibernate.id.insert.IdentifierGeneratingInsert
 
IdentifierGenerationException - Exception in org.hibernate.id
Thrown by IdentifierGenerator implementation class when ID generation fails.
IdentifierGenerationException(String) - Constructor for exception org.hibernate.id.IdentifierGenerationException
 
IdentifierGenerationException(String, Throwable) - Constructor for exception org.hibernate.id.IdentifierGenerationException
 
identifierGenerator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
IdentifierGenerator - Interface in org.hibernate.id
The general contract between a class that generates unique identifiers and the Session.
IdentifierGeneratorAggregator - Interface in org.hibernate.id
Identifies generators which potentially aggregate other PersistentIdentifierGenerator generators.
IdentifierGeneratorDefinition - Class in org.hibernate.boot.model
Identifier generator definition, should be immutable.
IdentifierGeneratorDefinition(String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition.Builder - Class in org.hibernate.boot.model
 
IdentifierGeneratorFactory - Interface in org.hibernate.id.factory
Contract for a factory of IdentifierGenerator instances.
IdentifierGeneratorHelper - Class in org.hibernate.id
Factory and helper methods for IdentifierGenerator framework.
IdentifierGeneratorHelper.BasicHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigDecimalHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigIntegerHolder - Class in org.hibernate.id
 
IdentifierGeneratorStrategyProvider - Interface in org.hibernate.jpa.spi
Provide a set of IdentifierGenerator strategies allowing to override the Hibernate Core default ones
IdentifierHelper - Interface in org.hibernate.engine.jdbc.env.spi
Helper for handling Identifier instances.
IdentifierHelperBuilder - Class in org.hibernate.engine.jdbc.env.spi
Builder for IdentifierHelper instances.
IdentifierLoadAccess<T> - Interface in org.hibernate
Loads an entity by its primary identifier.
IdentifierProjection - Class in org.hibernate.criterion
A property value, or grouped property value
IdentifierProjection() - Constructor for class org.hibernate.criterion.IdentifierProjection
Constructs a non-grouped identifier projection
IdentifierProperty - Class in org.hibernate.tuple
Represents a defined entity identifier property within the Hibernate runtime-metamodel.
IdentifierProperty(String, Type, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Construct a non-virtual identifier property.
IdentifierProperty(Type, boolean, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Construct a virtual IdentifierProperty.
identifierSelectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
identifierSelectFragment(String, String) - Method in interface org.hibernate.persister.entity.Queryable
Given a query alias and an identifying suffix, render the identifier select fragment.
IdentifierSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of identifier information for the entity.
IdentifierSourceAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
Additional contract describing the source of an identifier mapping whose nature is EntityIdentifierNature.AGGREGATED_COMPOSITE.
IdentifierSourceNonAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
Additional contract describing the source of an identifier mapping whose nature is EntityIdentifierNature.NON_AGGREGATED_COMPOSITE.
IdentifierSourceSimple - Interface in org.hibernate.boot.model.source.spi
Additional contract describing the source of an identifier mapping whose nature is simple.
IdentifierType<T> - Interface in org.hibernate.type
Additional contract for a Type may be used for a discriminator.
IdentifierValue - Class in org.hibernate.engine.spi
A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.
IdentifierValue() - Constructor for class org.hibernate.engine.spi.IdentifierValue
 
IdentifierValue(Serializable) - Constructor for class org.hibernate.engine.spi.IdentifierValue
Assume the transient instance is newly instantiated if its identifier is null or equal to value
identityColumnName - Variable in class org.hibernate.id.insert.InsertSelectIdentityInsert
 
IdentityColumnSupport - Interface in org.hibernate.dialect.identity
Represents a support for the Dialect identity key generation
IdentityColumnSupportImpl - Class in org.hibernate.dialect.identity
 
IdentityColumnSupportImpl() - Constructor for class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
IdentityGenerator - Class in org.hibernate.id
A generator for use with ANSI-SQL IDENTITY columns used as the primary key.
IdentityGenerator() - Constructor for class org.hibernate.id.IdentityGenerator
 
IdentityGenerator.BasicDelegate - Class in org.hibernate.id
Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value
IdentityGenerator.InsertSelectDelegate - Class in org.hibernate.id
Delegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.
idEq(Object) - Static method in class org.hibernate.criterion.Restrictions
Apply an "equal" constraint to the identifier property
IdGenerator - Class in org.hibernate.mapping
Identifier generator container, Useful to keep named generator in annotations
IdGenerator() - Constructor for class org.hibernate.mapping.IdGenerator
 
IdGeneratorResolverSecondPass - Class in org.hibernate.cfg
 
IdGeneratorResolverSecondPass(SimpleValue, XProperty, String, String, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IdGeneratorResolverSecondPass
 
IdGeneratorResolverSecondPass(SimpleValue, XProperty, String, String, MetadataBuildingContext, IdentifierGeneratorDefinition) - Constructor for class org.hibernate.cfg.IdGeneratorResolverSecondPass
 
IdGeneratorStrategyInterpreter - Interface in org.hibernate.boot.model
Strategy for interpreting identifier generator related information.
IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext - Interface in org.hibernate.boot.model
 
IdsClauseBuilder - Class in org.hibernate.hql.spi.id.inline
Builds the where clause that wraps the identifiers to be updated/deleted.
IdsClauseBuilder(Dialect, Type, TypeConfiguration, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
 
IdsClauseBuilder(Dialect, Type, TypeResolver, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
IdTableHelper - Class in org.hibernate.hql.spi.id
 
IdTableInfo - Interface in org.hibernate.hql.spi.id
 
IdTableInfoImpl - Class in org.hibernate.hql.spi.id.local
 
IdTableInfoImpl(String, String, String) - Constructor for class org.hibernate.hql.spi.id.local.IdTableInfoImpl
 
IdTableSupport - Interface in org.hibernate.hql.spi.id
 
IdTableSupportStandardImpl - Class in org.hibernate.hql.spi.id
 
IdTableSupportStandardImpl() - Constructor for class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
 
idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
idType() - Method in annotation type org.hibernate.annotations.AnyMetaDef
Deprecated.
Names the identifier Hibernate Type for the entity associated through this Any/ManyToAny mapping.
IGNORE - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.IGNORE.
IGNORE - org.hibernate.annotations.NotFoundAction
Ignore the association when not found in database.
IGNORE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
IGNORE - org.hibernate.CacheMode
The session will never interact with the cache, except to invalidate cache items when updates occur.
IGNORE - org.hibernate.ReplicationMode
Ignore replicated entities when a row already exists.
IGNORE_EXPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
The legacy behavior of Hibernate is to not use discriminators for joined inheritance (Hibernate does not need the discriminator...).
ignoreCase() - Method in class org.hibernate.criterion.Example
Ignore case for all string-valued properties
ignoreCase() - Method in class org.hibernate.criterion.Order
Should this ordering ignore case? Has no effect on non-character properties.
ignoreCase() - Method in class org.hibernate.criterion.SimpleExpression
Make case insensitive.
ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether explicit discriminator declarations should be ignored for joined subclass style inheritance.
ilike(String, Object) - Static method in class org.hibernate.criterion.Restrictions
A case-insensitive "like" (similar to Postgres ilike operator)
ilike(String, String, MatchMode) - Static method in class org.hibernate.criterion.Restrictions
A case-insensitive "like" (similar to Postgres ilike operator) using the provided match mode
IlikeExpression - Class in org.hibernate.criterion
Deprecated.
Prefer LikeExpression which now has case-insensitivity capability.
IlikeExpression(String, Object) - Constructor for class org.hibernate.criterion.IlikeExpression
Deprecated.
 
IlikeExpression(String, String, MatchMode) - Constructor for class org.hibernate.criterion.IlikeExpression
Deprecated.
 
IllegalIdentifierException - Exception in org.hibernate.boot.model.naming
Indicates an attempted use of a name that was deemed illegal
IllegalIdentifierException(String) - Constructor for exception org.hibernate.boot.model.naming.IllegalIdentifierException
 
IMAGE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC LONGVARBINARY.
ImageType - Class in org.hibernate.type
A type that maps between LONGVARBINARY and byte[]
ImageType() - Constructor for class org.hibernate.type.ImageType
 
IMMEDIATE - org.hibernate.engine.FetchTiming
Perform fetching immediately.
IMMEDIATE_ACQUISITION_AND_HOLD - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as the Session is opened and held until the Session is closed.
IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
immediateLoad(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
immediateLoad(String, Serializable) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Load an instance immediately.
IMMEDIATELY - org.hibernate.ConnectionAcquisitionMode
The Connection will be acquired as soon as the Hibernate Session is opened.
Immutable - Annotation Type in org.hibernate.annotations
Mark an Entity, a Collection, or an Attribute type as immutable.
IMMUTABLE - org.hibernate.boot.model.source.spi.NaturalIdMutability
The attribute is part of a immutable natural id
IMMUTABLE_ENTITY_UPDATE_QUERY_HANDLING_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
This setting defines how Immutable entities are handled when executing a bulk update Query.
immutableCopy() - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
ImmutableEntityUpdateQueryHandlingMode - Enum in org.hibernate.query
This enum defines how Immutable entities are handled when executing a bulk update statement.
ImmutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Mutability plan for immutable objects
ImmutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
impl() - Method in annotation type org.hibernate.annotations.Persister
The custom persister class.
impl() - Method in annotation type org.hibernate.annotations.Tuplizer
Tuplizer implementation.
implementsLifecycle() - Method in interface org.hibernate.metadata.ClassMetadata
Does the class implement the Lifecycle interface?
implementsLifecycle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
implementsLifecycle() - Method in interface org.hibernate.persister.entity.EntityPersister
Does the class implement the Lifecycle interface.
IMPLICIT - org.hibernate.annotations.PolymorphismType
This entity is retrieved if any of its super entity are retrieved.
IMPLICIT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
IMPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
The legacy behavior of Hibernate is to not use discriminators for joined inheritance (Hibernate does not need the discriminator...).
IMPLICIT_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify the ImplicitNamingStrategy class to use.
ImplicitAnyDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for an ANY mapping's discriminator column.
ImplicitAnyKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for an ANY mapping's key column.
ImplicitBasicColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name related to basic values.
ImplicitCollectionTableNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for a collection table.
ImplicitConstraintNameSource - Interface in org.hibernate.boot.model.naming
Common implicit name source traits for all constraint naming: FK, UK, index
ImplicitDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's discriminator column.
ImplicitEntityNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's primary table
ImplicitForeignKeyNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitIdentifierColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's identifier column.
ImplicitIndexColumnNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitIndexNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of a "join column" (think JoinColumn).
ImplicitJoinColumnNameSource.Nature - Enum in org.hibernate.boot.model.naming
 
ImplicitJoinTableNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for a join table.
ImplicitMapKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of a column used to back the key of a Map.
ImplicitNameSource - Interface in org.hibernate.boot.model.naming
Common contract for all implicit naming sources
ImplicitNamingStrategy - Interface in org.hibernate.boot.model.naming
Pluggable strategy for applying implicit naming rules when an explicit name is not given.
ImplicitNamingStrategyComponentPathImpl - Class in org.hibernate.boot.model.naming
An ImplicitNamingStrategy implementation which uses full composite paths extracted from AttributePath, as opposed to just the terminal property part.
ImplicitNamingStrategyComponentPathImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
ImplicitNamingStrategyJpaCompliantImpl - Class in org.hibernate.boot.model.naming
Implementation of the ImplicitNamingStrategy contract, generally preferring to conform to JPA standards.
ImplicitNamingStrategyJpaCompliantImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
ImplicitNamingStrategyLegacyHbmImpl - Class in org.hibernate.boot.model.naming
Implements the original legacy naming behavior.
ImplicitNamingStrategyLegacyHbmImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
ImplicitNamingStrategyLegacyJpaImpl - Class in org.hibernate.boot.model.naming
Implementation of the ImplicitNamingStrategy contract which conforms to the naming rules initially implemented by Hibernate for JPA 1.0, prior to many things being clarified.
ImplicitNamingStrategyLegacyJpaImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
ImplicitPrimaryKeyJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
Used to help determine the implicit name of columns which are part of a primary-key, well simultaneously being part of a foreign-key (join).
ImplicitTenantIdColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's tenant identifier column.
ImplicitUniqueKeyNameSource - Interface in org.hibernate.boot.model.naming
 
ImportScriptException - Exception in org.hibernate.tool.hbm2ddl
Deprecated.
Everything in this package has been replaced with SchemaManagementTool and friends.
ImportScriptException(String) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
Deprecated.
 
ImportScriptException(String, Throwable) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
Deprecated.
 
ImportSqlCommandExtractor - Interface in org.hibernate.tool.hbm2ddl
Contract for extracting statements from source/import/init scripts.
ImportSqlCommandExtractorInitiator - Class in org.hibernate.tool.hbm2ddl
Instantiates and configures an appropriate ImportSqlCommandExtractor.
ImportSqlCommandExtractorInitiator() - Constructor for class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
ImprovedNamingStrategy - Class in org.hibernate.cfg
An improved naming strategy that prefers embedded underscores to mixed case names
ImprovedNamingStrategy() - Constructor for class org.hibernate.cfg.ImprovedNamingStrategy
 
in(Object...) - Method in class org.hibernate.criterion.Property
Creates an IN restriction for this property based on the given list of literals
in(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is IN the values in the subquery result.
in(String, Object...) - Static method in class org.hibernate.criterion.Restrictions
Apply an "in" constraint to the named property.
in(String, Collection) - Static method in class org.hibernate.criterion.Restrictions
Apply an "in" constraint to the named property.
in(Collection) - Method in class org.hibernate.criterion.Property
Creates an IN restriction for this property based on the given list of literals
in(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query IN expression for this property.
IN_CLAUSE_PARAMETER_PADDING - Static variable in interface org.hibernate.cfg.AvailableSettings
By default, the IN clause expands to include all bind parameter values.
inClauseParameterPaddingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
inClauseParameterPaddingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
include - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
include - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
include() - Method in annotation type org.hibernate.annotations.Cache
How lazy properties are included in the second level cache.
include(Object, String, Type) - Method in class org.hibernate.criterion.Example.AllPropertySelector
 
include(Object, String, Type) - Method in class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector
 
include(Object, String, Type) - Method in class org.hibernate.criterion.Example.NotNullPropertySelector
 
include(Object, String, Type) - Method in interface org.hibernate.criterion.Example.PropertySelector
Determine whether the given property should be used in the criteria.
includeAllAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
 
includeInBaseFetchGroup(Property, boolean, EnhancementHelper.InheritanceChecker, boolean) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
Should the given property be included in the owner's base fetch group?
includeInResultRow() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
 
includeInResultRow() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
includeInResultRow() - Method in class org.hibernate.loader.custom.CustomLoader
 
includeInResultRow() - Method in class org.hibernate.loader.hql.QueryLoader
 
includeInResultRow() - Method in class org.hibernate.loader.Loader
 
includeInTransform(String[], int) - Method in class org.hibernate.transform.AliasedTupleSubsetResultTransformer
 
includeInTransform(String[], int) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
includeInTransform(String[], int) - Method in class org.hibernate.transform.PassThroughResultTransformer
 
includeInTransform(String[], int) - Method in class org.hibernate.transform.RootEntityResultTransformer
 
includeInTransform(String[], int) - Method in interface org.hibernate.transform.TupleSubsetResultTransformer
Returns an array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value.
includeNamespace(Namespace) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
Should the given namespace (catalog+schema) be included? If true, the namespace will be further processed; if false, processing will skip this namespace.
includeProperty(int) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.InclusionChecker
 
includeSequence(Sequence) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
Should the given sequence be included? If true, the sequence will be further processed; if false, processing will skip this sequence.
includesInsert() - Method in enum org.hibernate.tuple.GenerationTiming
 
includesUpdate() - Method in enum org.hibernate.tuple.GenerationTiming
 
includeTable(Table) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
Should the given table be included? If true, the table will be further processed; if false, processing will skip this table.
IncomparableComparator - Class in org.hibernate.type.descriptor.java
Comparator for things that cannot be compared (in a way we know about).
IncomparableComparator() - Constructor for class org.hibernate.type.descriptor.java.IncomparableComparator
 
INCONSISTENT_RTN_CLASS_MARKER - org.hibernate.loader.entity.CacheEntityLoaderHelper.EntityStatus
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
increment() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Equivalent to a ++ operation
INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the increment size to use.
INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Indicates the increment size to use.
incrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before cascading
IncrementGenerator - Class in org.hibernate.id
increment

An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value at startup.
IncrementGenerator() - Constructor for class org.hibernate.id.IncrementGenerator
 
incrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
incrementSize - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
 
Incubating - Annotation Type in org.hibernate
Marks (recursively) certain of Hibernate's packages, types and methods as incubating.
InDatabaseValueGenerationStrategy - Interface in org.hibernate.tuple
Strategy for describing values which are generated in the database.
INDENTATION - Static variable in class org.hibernate.loader.plan.build.spi.TreePrinterHelper
The number of characters to indent.
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
 
index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
Index - Class in org.hibernate.mapping
A relational table index
Index - Annotation Type in org.hibernate.annotations
Deprecated.
Using Index instead.
Index() - Constructor for class org.hibernate.mapping.Index
 
IndexBackref - Class in org.hibernate.mapping
 
IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
 
indexColumn - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
IndexColumn - Class in org.hibernate.cfg
index column
IndexColumn - Annotation Type in org.hibernate.annotations
Deprecated.
Prefer the standard JPA OrderColumn annotation and the Hibernate specific ListIndexBase (for replacing IndexColumn.base()).
IndexColumn(boolean, String, int, int, int, String, boolean, boolean, boolean, boolean, String, Map<String, Join>, PropertyHolder, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexColumn
 
indexColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnIsGettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexContainsFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IndexedCollection - Class in org.hibernate.mapping
Indexed collections include Lists, Maps, arrays and primitive arrays.
IndexedCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
 
IndexedCollection(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
indexes() - Method in annotation type org.hibernate.annotations.Table
Indexes.
indexExists(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexExists(Serializable, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
indexFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IndexInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing index in the database
indexManyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
indexManyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
IndexMetadata - Class in org.hibernate.tool.hbm2ddl
Deprecated.
Everything in this package has been replaced with SchemaManagementTool and friends.
indexOf(Object, Object) - Method in class org.hibernate.type.ArrayType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CustomCollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.ListType
 
indexOf(Object, Object) - Method in class org.hibernate.type.MapType
 
indexOf(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
IndexOrUniqueKeySecondPass - Class in org.hibernate.cfg
 
IndexOrUniqueKeySecondPass(String, Ejb3Column, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
IndexOrUniqueKeySecondPass(String, Ejb3Column, MetadataBuildingContext, boolean) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index if unique is false or a Unique Key if unique is true
IndexOrUniqueKeySecondPass(Table, String, String[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
IndexQueryHintHandler - Class in org.hibernate.dialect.hint
Adds an INDEX query hint as follows: SELECT * FROM TEST USE INDEX (hint1, hint2) WHERE X=1
IndexQueryHintHandler() - Constructor for class org.hibernate.dialect.hint.IndexQueryHintHandler
 
INDIVIDUALLY - org.hibernate.tool.schema.JdbcMetadaAccessStrategy
The SchemaMigrator and SchemaValidator execute one DatabaseMetaData.getTables(String, String, String, String[]) call for each Entity in order to determine if a corresponding database table exists.
InExpression - Class in org.hibernate.criterion
Constrains the property to a specified list of values
InExpression(String, Object[]) - Constructor for class org.hibernate.criterion.InExpression
Constructs an InExpression
InFlightMetadataCollector - Interface in org.hibernate.boot.spi
An in-flight representation of Metadata while Metadata is being built.
InFlightMetadataCollector.DelayedPropertyReferenceHandler - Interface in org.hibernate.boot.spi
 
InFlightMetadataCollector.DuplicateSecondaryTableException - Exception in org.hibernate.boot.spi
 
InFlightMetadataCollector.EntityTableXref - Interface in org.hibernate.boot.spi
 
InformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
Contract for extracting information about objects in the database schema(s).
INFORMIX - org.hibernate.dialect.Database
 
Informix10Dialect - Class in org.hibernate.dialect
Since version 10.00.xC3 Informix has limit/offset support which was introduced in July 2005.
Informix10Dialect() - Constructor for class org.hibernate.dialect.Informix10Dialect
 
Informix10LimitHandler - Class in org.hibernate.dialect.pagination
 
InformixDialect - Class in org.hibernate.dialect
Informix dialect.

Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3.
InformixDialect() - Constructor for class org.hibernate.dialect.InformixDialect
Creates new InformixDialect instance.
InformixIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
InformixIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.InformixIdentityColumnSupport
 
InformixUniqueDelegate - Class in org.hibernate.dialect.unique
Informix requires the constraint name to come last on the alter table.
InformixUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.InformixUniqueDelegate
 
infoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity, based on the given entityName and id.
infoString(String, String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a given property value for an entity.
infoString(EntityPersister) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to given entity persister.
infoString(EntityPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of entities.
infoString(EntityPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity.
infoString(EntityPersister, Object, Type, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity,.
InFragment - Class in org.hibernate.sql
An SQL IN expression.
InFragment() - Constructor for class org.hibernate.sql.InFragment
 
INGRES - org.hibernate.dialect.Database
 
Ingres10Dialect - Class in org.hibernate.dialect
A SQL dialect for Ingres 10 and later versions.
Ingres10Dialect() - Constructor for class org.hibernate.dialect.Ingres10Dialect
Constructs a Ingres10Dialect
Ingres10IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
Ingres10IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.Ingres10IdentityColumnSupport
 
Ingres9Dialect - Class in org.hibernate.dialect
A SQL dialect for Ingres 9.3 and later versions.
Ingres9Dialect() - Constructor for class org.hibernate.dialect.Ingres9Dialect
Constructs a Ingres9Dialect
Ingres9IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
Ingres9IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.Ingres9IdentityColumnSupport
 
IngresDialect - Class in org.hibernate.dialect
An SQL dialect for Ingres 9.2.
IngresDialect() - Constructor for class org.hibernate.dialect.IngresDialect
Constructs a IngresDialect
inheritable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
inheritance - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
InheritanceState - Class in org.hibernate.cfg
Some extra data to the inheritance position of a class.
InheritanceState(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.InheritanceState
 
inheritanceStatePerClass - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
InheritanceType - Enum in org.hibernate.boot.model.source.spi
The inheritance type for a given entity hierarchy
INIT_COLLECTION - Static variable in class org.hibernate.event.spi.EventType
 
INIT_QUEUE_LIST_SIZE - Static variable in class org.hibernate.engine.spi.ExecutableList
 
initAll(String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initAll(String, String, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initCollectionPropertyMap() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
InitCommand - Class in org.hibernate.boot.model.relational
A general SQL command to be used while initializing a schema.
InitCommand(String...) - Constructor for class org.hibernate.boot.model.relational.InitCommand
 
initComponentPropertyPaths(String, CompositeType, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initFromWalker(JoinWalker) - Method in class org.hibernate.loader.OuterJoinLoader
 
INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the initial value to use.
INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Indicates the initial value to use.
initialize() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
initialize() - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy, fetching the target entity if necessary.
initialize() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
Allow the container to force initialize the lifecycle-generated bean
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given primitive long.
initialize(A, Class<?>) - Method in interface org.hibernate.tuple.AnnotationValueGeneration
Initializes this generation strategy for the given annotation instance.
initialize(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.collection.CollectionInitializer
Initialize the given collection
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.CollectionLoader
 
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer
 
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
 
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.SubselectCollectionLoader
 
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.SubselectOneToManyLoader
 
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
initialize(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Initialize the given collection with the given key TODO: add owner argument!!
initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.NamedQueryCollectionInitializer
 
initialize(Object) - Static method in class org.hibernate.Hibernate
Force initialization of a proxy or persistent collection.
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(ResultSet, long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given result set, using the specified default value if we could not get a value from the result set (aka result was null).
initialize(Map, ClassLoaderService) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
initialize(CreationTimestamp, Class<?>) - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
initialize(Generated, Class<?>) - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
initialize(GeneratorType, Class<?>) - Method in class org.hibernate.tuple.VmValueGeneration
 
initialize(UpdateTimestamp, Class<?>) - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Initializes this instance, in particular pre-generates SQL as necessary.
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Initializes this structure, in particular pre-generates SQL as necessary.
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableStructure
 
initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.IdentifierGenerator
Initializes this instance, in particular pre-generates SQL as necessary.
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.IncrementGenerator
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
Configure ourselves.
initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
initialize(Size) - Method in class org.hibernate.engine.jdbc.Size
 
initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
initializeCollection(PersistentCollection, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Initialize the collection (if not already initialized)
InitializeCollectionEvent - Class in org.hibernate.event.spi
An event that occurs when a collection wants to be initialized
InitializeCollectionEvent(PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.InitializeCollectionEvent
 
InitializeCollectionEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of collection initialization events generated by a session.
initializeEnhancedEntityUsedAsProxy(Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeEnhancedEntityUsedAsProxy(Object, String, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called from EnhancementAsProxyLazinessInterceptor to trigger load of the entity's non-lazy state as well as the named attribute we are accessing if it is still uninitialized after fetching non-lazy state
initializeFromCache(CollectionPersister, Serializable, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Read the state of the collection from a disassembled cached value
initializeImmediately() - Method in class org.hibernate.type.ArrayType
 
initializeImmediately() - Method in class org.hibernate.type.CollectionType
 
initializeLazyPropertiesFromCache(String, Object, SharedSessionContractImplementor, EntityEntry, CacheEntry) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeLazyPropertiesFromDatastore(String, Object, SharedSessionContractImplementor, Serializable, EntityEntry) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeLazyProperty(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
Initialize the property, and return its new value.
initializeLazyProperty(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeLazyProperty(String, Object, SharedSessionContractImplementor, EntityEntry, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeNonLazyCollections() - Method in interface org.hibernate.engine.spi.PersistenceContext
Force initialization of all non-lazy collections encountered during the current two-phase load (actually, this is a no-op, unless this is the "outermost" load)
initializeWithoutLoadIfPossible() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Attempt to initialize the proxy without loading anything from the database.
initialValue - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
initialValue - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
InitialValueAwareOptimizer - Interface in org.hibernate.id.enhanced
Marker interface for optimizer which wishes to know the user-specified initial value.
initiateService(Map, ServiceRegistryImplementor) - Method in interface org.hibernate.boot.registry.StandardServiceInitiator
Initiates the managed service.
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.engine.spi.CacheInitiator
 
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
initiateService(ServiceInitiator<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
initiateService(SessionFactoryServiceInitiatorContext) - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
initiateService(SessionFactoryServiceInitiatorContext) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
Initiates the managed service.
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initMappingColumn(String, String, int, int, int, boolean, String, boolean, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
initPersisters(List, LockMode) - Method in class org.hibernate.loader.JoinWalker
 
initPersisters(List, LockOptions) - Method in class org.hibernate.loader.JoinWalker
 
initPersisters(List, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.JoinWalker
 
initProjection(String, String, String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
initPropertyPaths(String, Type, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initPropertyPaths(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
initSessionFactory(SessionFactoryImplementor) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
initSubclassPropertyAliasesMap(PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Must be called by subclasses, at the end of their constructors
inject(Object, Object) - Method in interface org.hibernate.persister.spi.HydratedCompoundValueHandler
 
injectAliases(OrderByAliasResolver) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator.StandardOrderByTranslationImpl
 
injectAliases(OrderByAliasResolver) - Method in interface org.hibernate.sql.ordering.antlr.OrderByTranslation
Inject table aliases into the translated fragment to properly qualify column references, using the given 'aliasResolver' to determine the the proper table alias to use for each column reference.
injectCallbackRegistry(CallbackRegistry) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistryConsumer
Injection of the CallbackRegistry
injectDependencies(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
injectInitialValue(long) - Method in interface org.hibernate.id.enhanced.InitialValueAwareOptimizer
Reports the user specified initial value to the optimizer.
injectInitialValue(long) - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
Build and inject an interceptor instance into the enhanced entity.
injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
injectParameters(Object, Properties) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
 
InjectService - Annotation Type in org.hibernate.service.spi
Annotation to allow services to request injection of other services
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
injectServices(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryAwareService
Callback to inject the registry.
INLINE - org.hibernate.query.criteria.LiteralHandlingMode
 
InlineIdsIdsInClauseDeleteHandlerImpl - Class in org.hibernate.hql.spi.id.inline
Inline bulk-id delete handler that uses an IN clause.
InlineIdsIdsInClauseDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsIdsInClauseDeleteHandlerImpl
 
InlineIdsIdsOrClauseDeleteHandlerImpl - Class in org.hibernate.hql.spi.id.inline
Inline bulk-id delete handler that uses multiple identifier OR clauses.
InlineIdsIdsOrClauseDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsIdsOrClauseDeleteHandlerImpl
 
InlineIdsInClauseBuilder - Class in org.hibernate.hql.spi.id.inline
Builds the where IN clause that wraps the identifiers to be updated/deleted.
InlineIdsInClauseBuilder(Dialect, Type, TypeResolver, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBuilder
 
InlineIdsInClauseBulkIdStrategy - Class in org.hibernate.hql.spi.id.inline
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted using an IN clause:
InlineIdsInClauseBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBulkIdStrategy
 
InlineIdsInClauseUpdateHandlerImpl - Class in org.hibernate.hql.spi.id.inline
Inline bulk-id update handler that uses an IN clause.
InlineIdsInClauseUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsInClauseUpdateHandlerImpl
 
InlineIdsOrClauseBuilder - Class in org.hibernate.hql.spi.id.inline
Builds the where clause using OR expressions for the identifiers to be updated/deleted.
InlineIdsOrClauseBuilder(Dialect, Type, TypeResolver, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBuilder
 
InlineIdsOrClauseBulkIdStrategy - Class in org.hibernate.hql.spi.id.inline
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted using multiple identifier OR clauses.
InlineIdsOrClauseBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBulkIdStrategy
 
InlineIdsOrClauseUpdateHandlerImpl - Class in org.hibernate.hql.spi.id.inline
Inline bulk-id update handler that uses multiple identifier OR clauses.
InlineIdsOrClauseUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseUpdateHandlerImpl
 
InlineIdsSubSelectValueListBulkIdStrategy - Class in org.hibernate.hql.spi.id.inline
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted in a subselect using a VALUES list:
InlineIdsSubSelectValueListBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValueListBulkIdStrategy
 
InlineIdsSubSelectValuesListBuilder - Class in org.hibernate.hql.spi.id.inline
Builds the where SELECT FROM VALUES clause that wraps the identifiers to be updated/deleted.
InlineIdsSubSelectValuesListBuilder(Dialect, Type, TypeResolver, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListBuilder
 
InlineIdsSubSelectValuesListDeleteHandlerImpl - Class in org.hibernate.hql.spi.id.inline
Inline bulk-id delete handler that uses a subselect with a VALUES clause.
InlineIdsSubSelectValuesListDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListDeleteHandlerImpl
 
InlineIdsSubSelectValuesListUpdateHandlerImpl - Class in org.hibernate.hql.spi.id.inline
Inline bulk-id update handler that uses a subselect with a VALUES clause.
InlineIdsSubSelectValuesListUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListUpdateHandlerImpl
 
inlineLiteral(String) - Method in class org.hibernate.dialect.Dialect
Inline String literal.
InLineViewSource - Interface in org.hibernate.boot.model.source.spi
Describes in-line view source information.
InMemoryValueGenerationStrategy - Interface in org.hibernate.tuple
 
INNER_JOIN - org.hibernate.sql.JoinType
 
INNER_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Deprecated.
INNER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
use JoinType.INNER_JOIN instead.
InnoDBStorageEngine - Class in org.hibernate.dialect
Represents the InnoDB storage engine.
InnoDBStorageEngine() - Constructor for class org.hibernate.dialect.InnoDBStorageEngine
 
INPUT_STREAM - org.hibernate.boot.jaxb.SourceType
 
InputStreamAccess - Interface in org.hibernate.boot.archive.spi
Contract for building InputStreams, especially in on-demand situations
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
insert() - Method in annotation type org.hibernate.annotations.DiscriminatorOptions
Set this to false if your discriminator column is also part of a mapped composite identifier.
insert(Serializable, Object[], boolean[], int, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL INSERT.
insert(Serializable, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Serializable, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance
insert(Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insert(Object[], boolean[], String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL INSERT, and then retrieve a generated identifier.
insert(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance, using a natively generated identifier (optional operation)
insert(String, Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insert(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been inserted (beforeQuery the transaction completes), instead of calling evict().
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been inserted (beforeQuery the transaction completes), instead of calling evict().
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
Insert - Class in org.hibernate.sql
An SQL INSERT statement
Insert(Dialect) - Constructor for class org.hibernate.sql.Insert
 
INSERT - org.hibernate.annotations.GenerationTime
Indicates the value is generated on insert.
INSERT - org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
INSERT - org.hibernate.engine.spi.CachedNaturalIdValueSource
 
INSERT - org.hibernate.secure.spi.PermissibleAction
Deprecated.
 
INSERT - org.hibernate.sql.ast.Clause
The insert values clause
INSERT - org.hibernate.tuple.GenerationTiming
 
INSERT - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are generated by the database on insert.
insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
 
insertable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
insertable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
insertCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
insertEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being inserted
InsertGeneratedIdentifierDelegate - Interface in org.hibernate.id.insert
Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing: building the sql insert statement determination of the generated identifier value
insertResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
insertRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
insertRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Insert the persistent state of any new collection elements
insertRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
InsertSelect - Class in org.hibernate.sql
Implementation of InsertSelect.
InsertSelect(Dialect) - Constructor for class org.hibernate.sql.InsertSelect
 
InsertSelectDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
InsertSelectIdentityInsert - Class in org.hibernate.id.insert
Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values to the end of the insert statement.
InsertSelectIdentityInsert(Dialect) - Constructor for class org.hibernate.id.insert.InsertSelectIdentityInsert
 
inspect(String) - Method in interface org.hibernate.resource.jdbc.spi.StatementInspector
Inspect the given SQL, possibly returning a different SQL to be used instead.
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.NamingHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.relational.QualifiedNameParser
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
Access to the singleton reference.
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
Access to the singleton reference
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
Access to the singleton instance.
INSTANCE - Static variable in class org.hibernate.cache.spi.QuerySpacesHelper
Singleton access
INSTANCE - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
INSTANCE - Static variable in class org.hibernate.cache.spi.support.RegionNameQualifier
Singleton access
INSTANCE - Static variable in class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
Singleton access
INSTANCE - Static variable in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
 
INSTANCE - Static variable in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
INSTANCE - Static variable in class org.hibernate.cfg.DefaultNamingStrategy
The singleton instance
INSTANCE - Static variable in class org.hibernate.cfg.EJB3DTDEntityResolver
 
INSTANCE - Static variable in class org.hibernate.cfg.EJB3NamingStrategy
 
INSTANCE - Static variable in class org.hibernate.cfg.ImprovedNamingStrategy
A convenient singleton instance
INSTANCE - Static variable in class org.hibernate.criterion.Example.AllPropertySelector
Singleton access
INSTANCE - Static variable in class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector
Singleton access
INSTANCE - Static variable in class org.hibernate.criterion.Example.NotNullPropertySelector
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.CastFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MinFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.hint.IndexQueryHintHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.InnoDBStorageEngine
 
INSTANCE - Static variable in class org.hibernate.dialect.MyISAMStorageEngine
 
INSTANCE - Static variable in class org.hibernate.dialect.OracleTypesHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.pagination.CUBRIDLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.FirstLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.Informix10LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.NoopLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.SQL2008StandardLimitHandler
 
INSTANCE - Static variable in class org.hibernate.EmptyInterceptor
The singleton reference.
INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.NonContextualLobCreator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.spi.CacheInitiator
 
INSTANCE - Static variable in class org.hibernate.hql.spi.id.cte.CteValuesListBulkIdStrategy
 
INSTANCE - Static variable in class org.hibernate.hql.spi.id.IdTableHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBulkIdStrategy
 
INSTANCE - Static variable in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBulkIdStrategy
 
INSTANCE - Static variable in class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValueListBulkIdStrategy
 
INSTANCE - Static variable in class org.hibernate.hql.spi.id.local.Helper
Singleton access
INSTANCE - Static variable in class org.hibernate.hql.spi.id.persistent.Helper
Singleton access
INSTANCE - Static variable in class org.hibernate.id.uuid.StandardRandomStrategy
 
INSTANCE - Static variable in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.entity.CacheEntityLoaderHelper
 
INSTANCE - Static variable in class org.hibernate.loader.entity.plan.DynamicBatchingEntityLoaderBuilder
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
INSTANCE - Static variable in class org.hibernate.loader.entity.plan.PaddedBatchingEntityLoaderBuilder
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.TreePrinterHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.query.spi.QueryParameterBindingValidator
 
INSTANCE - Static variable in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.Template.NoOpColumnMapper
 
INSTANCE - Static variable in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
 
INSTANCE - Static variable in class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.transform.AliasToEntityMapResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.DistinctResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.PassThroughResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.RootEntityResultTransformer
 
INSTANCE - Static variable in class org.hibernate.transform.ToListResultTransformer
 
INSTANCE - Static variable in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
INSTANCE - Static variable in class org.hibernate.type.BigDecimalType
 
INSTANCE - Static variable in class org.hibernate.type.BigIntegerType
 
INSTANCE - Static variable in class org.hibernate.type.BinaryType
 
INSTANCE - Static variable in class org.hibernate.type.BlobType
 
INSTANCE - Static variable in class org.hibernate.type.BooleanType
 
INSTANCE - Static variable in class org.hibernate.type.ByteType
 
INSTANCE - Static variable in class org.hibernate.type.CalendarDateType
 
INSTANCE - Static variable in class org.hibernate.type.CalendarTimeType
 
INSTANCE - Static variable in class org.hibernate.type.CalendarType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterArrayClobType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterArrayNClobType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterArrayType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterNCharType
 
INSTANCE - Static variable in class org.hibernate.type.CharacterType
 
INSTANCE - Static variable in class org.hibernate.type.CharArrayType
 
INSTANCE - Static variable in class org.hibernate.type.ClassType
 
INSTANCE - Static variable in class org.hibernate.type.ClobType
 
INSTANCE - Static variable in class org.hibernate.type.CurrencyType
 
INSTANCE - Static variable in class org.hibernate.type.DateType
 
INSTANCE - Static variable in class org.hibernate.type.DbTimestampType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IncomparableComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.spi.RegistryHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.CharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LobTypeMappings
Deprecated.
use the static method helpers instead.
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NationalizedTypeMappings
Deprecated.
use the static methods instead
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
Deprecated.
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.DoubleType
 
INSTANCE - Static variable in class org.hibernate.type.DurationType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.FloatType
 
INSTANCE - Static variable in class org.hibernate.type.ImageType
 
INSTANCE - Static variable in class org.hibernate.type.InstantType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.IntegerType
 
INSTANCE - Static variable in class org.hibernate.type.LocalDateTimeType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.LocalDateType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.LocaleType
 
INSTANCE - Static variable in class org.hibernate.type.LocalTimeType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.LongType
 
INSTANCE - Static variable in class org.hibernate.type.MaterializedBlobType
 
INSTANCE - Static variable in class org.hibernate.type.MaterializedClobType
 
INSTANCE - Static variable in class org.hibernate.type.MaterializedNClobType
 
INSTANCE - Static variable in class org.hibernate.type.NClobType
 
INSTANCE - Static variable in class org.hibernate.type.NTextType
 
INSTANCE - Static variable in class org.hibernate.type.NumericBooleanType
 
INSTANCE - Static variable in class org.hibernate.type.ObjectType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.OffsetDateTimeType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.OffsetTimeType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType
 
INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.PrimitiveCharacterArrayClobType
 
INSTANCE - Static variable in class org.hibernate.type.PrimitiveCharacterArrayNClobType
 
INSTANCE - Static variable in class org.hibernate.type.RowVersionType
 
INSTANCE - Static variable in class org.hibernate.type.SerializableType
 
INSTANCE - Static variable in class org.hibernate.type.ShortType
 
INSTANCE - Static variable in class org.hibernate.type.StringNVarcharType
 
INSTANCE - Static variable in class org.hibernate.type.StringType
 
INSTANCE - Static variable in class org.hibernate.type.TextType
 
INSTANCE - Static variable in class org.hibernate.type.TimestampType
 
INSTANCE - Static variable in class org.hibernate.type.TimeType
 
INSTANCE - Static variable in class org.hibernate.type.TimeZoneType
 
INSTANCE - Static variable in class org.hibernate.type.TrueFalseType
 
INSTANCE - Static variable in class org.hibernate.type.UrlType
 
INSTANCE - Static variable in class org.hibernate.type.UUIDBinaryType
 
INSTANCE - Static variable in class org.hibernate.type.UUIDCharType
 
INSTANCE - Static variable in class org.hibernate.type.WrappedMaterializedBlobType
 
INSTANCE - Static variable in class org.hibernate.type.WrapperBinaryType
 
INSTANCE - Static variable in class org.hibernate.type.YesNoType
 
INSTANCE - Static variable in class org.hibernate.type.ZonedDateTimeType
Singleton access
instanceAlreadyLoaded(ResultSet, int, Loadable, EntityKey, Object, LockMode, List, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
The entity instance is already in the session cache
instanceNotYetLoaded(ResultSet, int, Loadable, String, EntityKey, LockMode, EntityKey, Object, List, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
The entity instance is not in the session cache
instantiate() - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
This method does not populate the component parent
instantiate() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate() - Method in interface org.hibernate.tuple.Instantiator
Perform the requested instantiation.
instantiate() - Method in class org.hibernate.tuple.PojoInstantiator
 
instantiate() - Method in interface org.hibernate.tuple.Tuplizer
Generate a new, empty entity.
instantiate(int) - Method in class org.hibernate.type.ArrayType
 
instantiate(int) - Method in class org.hibernate.type.BagType
 
instantiate(int) - Method in class org.hibernate.type.CollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(int) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(int) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(int) - Method in class org.hibernate.type.ListType
 
instantiate(int) - Method in class org.hibernate.type.MapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedMapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedSetType
 
instantiate(int) - Method in class org.hibernate.type.SetType
 
instantiate(int) - Method in class org.hibernate.type.SortedMapType
 
instantiate(int) - Method in class org.hibernate.type.SortedSetType
 
instantiate(int) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(Serializable) - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate(Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate(Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
instantiate(Serializable) - Method in interface org.hibernate.tuple.Instantiator
Perform the requested entity instantiation.
instantiate(Serializable) - Method in class org.hibernate.tuple.PojoInstantiator
 
instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
(since 5.3) Use the form accepting SharedSessionContractImplementor instead
instantiate(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Create a class instance initialized with the given identifier
instantiate(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
instantiate(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a class instance initialized with the given identifier
instantiate(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Create an entity instance initialized with the given identifier.
instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EmbeddedComponentType
 
instantiate(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(String, Serializable) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Instantiate the entity class, initializing with the given identifier
instantiate(String, EntityMode, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
instantiate(String, EntityMode, Serializable) - Method in interface org.hibernate.Interceptor
Instantiate the entity class.
instantiate(SharedSessionContractImplementor, CollectionPersister) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an uninitialized instance of the collection wrapper
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ArrayType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.BagType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CollectionType
Instantiate an uninitialized collection wrapper or holder.
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ListType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.MapType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SetType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedMapType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedSetType
 
instantiate(EntityMode) - Method in class org.hibernate.type.ComponentType
This method does not populate the component parent
instantiate(EntityPersister, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Instantiate the entity class of an EntityPersister, initializing with the given identifier.
instantiate(EntityPersister, Serializable) - Method in interface org.hibernate.event.spi.EventSource
Instantiate an entity instance, using either an interceptor, or the given persister
instantiateResult(Object) - Method in class org.hibernate.type.ArrayType
 
instantiateResult(Object) - Method in class org.hibernate.type.CollectionType
Instantiate a new "underlying" collection exhibiting the same capacity characteristics and the passed "original".
InstantiationException - Exception in org.hibernate
Thrown if Hibernate can't instantiate a class at runtime.
InstantiationException(String, Class) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
InstantiationException(String, Class, Exception) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
InstantiationException(String, Class, Throwable) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
instantiator - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
Instantiator - Interface in org.hibernate.tuple
Contract for implementors responsible for instantiating entity/component instances.
InstantJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
InstantJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
InstantType - Class in org.hibernate.type
A type that maps between TIMESTAMP and LocalDateTime.
InstantType() - Constructor for class org.hibernate.type.InstantType
 
InstrumentedClassLoader - Class in org.hibernate.bytecode.spi
A specialized ClassLoader which performs bytecode enhancement on class definitions as they are loaded into the ClassLoader scope.
InstrumentedClassLoader(ClassLoader, ClassTransformer) - Constructor for class org.hibernate.bytecode.spi.InstrumentedClassLoader
Constructs an InstrumentedClassLoader.
INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Integer to JDBC INTEGER.
IntegerType - Class in org.hibernate.type
A type that maps between INTEGER and @link Integer}
IntegerType() - Constructor for class org.hibernate.type.IntegerType
 
IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Integer handling.
IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for INTEGER handling.
IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
 
IntegralDataTypeHolder - Interface in org.hibernate.id
Defines a common api for dealing with data of integral data type.
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Perform integration.
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.secure.spi.JaccIntegrator
Deprecated.
 
IntegrationException - Exception in org.hibernate.cfg.beanvalidation
Indicates a problem integrating Hibernate and the Bean Validation spec.
IntegrationException - Exception in org.hibernate.secure.spi
 
IntegrationException(String) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
IntegrationException(String) - Constructor for exception org.hibernate.secure.spi.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception org.hibernate.secure.spi.IntegrationException
 
Integrator - Interface in org.hibernate.integrator.spi
Contract for stuff that integrates with Hibernate.
IntegratorProvider - Interface in org.hibernate.jpa.boot.spi
 
IntegratorService - Interface in org.hibernate.integrator.spi
 
INTERBASE - org.hibernate.dialect.Database
 
InterbaseDialect - Class in org.hibernate.dialect
An SQL dialect for Interbase.
InterbaseDialect() - Constructor for class org.hibernate.dialect.InterbaseDialect
Constructs an InterbaseDialect
intercept(Object, Method, Object[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
 
intercept(Object, Method, Object[]) - Method in interface org.hibernate.proxy.ProxyConfiguration.Interceptor
Intercepts a method call to a proxy.
intercept(Object, Method, Object[], Object, ProxyConfiguration.Interceptor) - Static method in class org.hibernate.proxy.ProxyConfiguration.InterceptorDispatcher
Intercepts a method call to a proxy.
interceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
interceptor() - Method in interface org.hibernate.SharedSessionBuilder
Signifies the interceptor from the original session should be used to create the new session.
interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
interceptor(Interceptor) - Method in interface org.hibernate.SessionBuilder
Adds a specific interceptor to the session options.
interceptor(Interceptor) - Method in interface org.hibernate.SharedSessionBuilder
 
Interceptor - Interface in org.hibernate
Allows user code to inspect and/or change property values.
INTERCEPTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a Interceptor implementation to be applied to the SessionFactory and propagated to each Session created from the SessionFactory.
INTERCEPTOR - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.INTERCEPTOR instead
INTERCEPTOR_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to store the PersistentAttributeInterceptable.
INTERCEPTOR_FIELD_NAME - Static variable in interface org.hibernate.proxy.ProxyConfiguration
The canonical field name for an interceptor object stored in a proxied object.
INTERCEPTOR_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the interceptor
INTERCEPTOR_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the interceptor
InterceptorDispatcher() - Constructor for class org.hibernate.proxy.ProxyConfiguration.InterceptorDispatcher
 
INTERNAL_LOAD_EAGER - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
INTERNAL_LOAD_LAZY - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
INTERNAL_LOAD_NULLABLE - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
internalLoad(String, Serializable, boolean, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Load an instance without checking if it was deleted.
interpret(boolean, boolean) - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
 
interpret(boolean, boolean) - Static method in enum org.hibernate.tool.hbm2ddl.Target
 
interpret(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the NULLABLE column, return the appropriate enum.
interpret(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the SEARCHABLE column, return the appropriate enum.
interpret(Object) - Static method in enum org.hibernate.ConnectionAcquisitionMode
 
interpret(Object) - Static method in enum org.hibernate.ConnectionReleaseMode
 
interpret(Object) - Static method in enum org.hibernate.id.SequenceMismatchStrategy
Interpret the configured SequenceMismatchStrategy value.
interpret(Object) - Static method in enum org.hibernate.loader.BatchFetchStyle
 
interpret(Object) - Static method in enum org.hibernate.query.criteria.LiteralHandlingMode
Interpret the configured literalHandlingMode value.
interpret(Object) - Static method in enum org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
Interpret the configured ImmutableEntityUpdateQueryHandlingMode value.
interpret(Object) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
interpret(Object) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
 
interpret(Object, SourceType) - Static method in enum org.hibernate.tool.schema.SourceType
Used when processing JPA configuration to interpret the user config value
interpret(String) - Static method in enum org.hibernate.boot.SchemaAutoTooling
 
interpret(String) - Static method in enum org.hibernate.ConnectionAcquisitionMode
 
interpret(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
interpret(String) - Static method in enum org.hibernate.secure.spi.PermissibleAction
Deprecated.
 
interpret(Map) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
interpret(ConnectionAcquisitionMode, ConnectionReleaseMode) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
interpret(LockMode) - Static method in class org.hibernate.LockOptions
 
interpretExternalSetting(String) - Static method in enum org.hibernate.CacheMode
Used to interpret externalized forms of this enum.
interpretExternalSetting(String) - Static method in enum org.hibernate.FlushMode
Interprets an external representation of the flush mode.
interpretHbm2ddlSetting(Object) - Static method in enum org.hibernate.tool.schema.Action
Used to interpret the value of AvailableSettings.HBM2DDL_AUTO
interpretHbm2ddlSetting(Object) - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
 
interpretJpaSetting(Object) - Static method in enum org.hibernate.tool.schema.Action
Used when processing JPA configuration to interpret the user config values.
interpretOldCode(int) - Static method in enum org.hibernate.engine.OptimisticLockStyle
Given an old code (one of the int constants from Cascade), interpret it as one of the new enums.
interpretReportedSQLStateType(int) - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
 
interpretSequenceGenerator(SequenceGenerator, IdentifierGeneratorDefinition.Builder) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
Extract the IdentifierGeneratorDefinition related to the given SequenceGenerator annotation
interpretSetting(Map) - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
 
interpretTableGenerator(TableGenerator, IdentifierGeneratorDefinition.Builder) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
IntStreamDecorator - Class in org.hibernate.query.spi
The IntStreamDecorator wraps a Java IntStream and registers a closeHandler which is passed further to any resulting Stream.
IntStreamDecorator(IntStream, Runnable) - Constructor for class org.hibernate.query.spi.IntStreamDecorator
 
INVALID_NATURAL_ID_REFERENCE - Static variable in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
 
InvalidatableWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Specialized JdbcWrapper contract for wrapped objects that can additioanlly be invalidated
invalidate() - Method in interface org.hibernate.engine.jdbc.spi.InvalidatableWrapper
Make the wrapper invalid for further usage.
invalidate() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Deprecated.
(since 5.2) as part of effort to consolidate support for JPA and Hibernate SessionFactory, Session, etc natively, support for local Transaction delegates to remain "valid" after they are committed or rolled-back (and to a degree after the owning Session is closed) to more closely comply with the JPA spec natively in terms of allowing that extended access after Session is closed. Hibernate impls have all been changed to no-op here.
invalidate() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
invalidate(Serializable[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
 
invalidate(Serializable[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.UpdateTimestampsCache
Deprecated.
Perform invalidation.
invalidate(String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
Perform invalidation of the passed spaces (table names) against the timestamps region data
InvalidGraphException - Exception in org.hibernate.graph
Thrown by GraphParser to indicate textual entity graph representation parsing errors.
InvalidGraphException(String) - Constructor for exception org.hibernate.graph.InvalidGraphException
 
InvalidMappingException - Exception in org.hibernate.boot
 
InvalidMappingException - Exception in org.hibernate
Thrown when a mapping is found to be invalid.
InvalidMappingException(String, String, String) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, Origin) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(Origin) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
InvalidMappingException(Origin, Throwable) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
inverse() - Method in annotation type org.hibernate.annotations.Table
If true, Hibernate will not try to insert or update the properties defined by this join.
inverseForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
inverseJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
inverseName() - Method in annotation type org.hibernate.annotations.ForeignKey
Deprecated.
Used for the non-owning side of a ManyToMany relationship.
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ClobProxy
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
Deprecated.
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
 
invoke(Method, Object[], Object) - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
INVOKE_IMPLEMENTATION - Static variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
IRRELEVANT - org.hibernate.sql.ast.Clause
Again, not used in 5.x.
IS_DYNAMIC - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
IS_PRIMARY_KEY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
isAbstract() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isAbstract() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the abstract property.
isAbstract() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Is the entity abstract?
isAbstract() - Method in class org.hibernate.mapping.PersistentClass
 
isAbstract() - Method in class org.hibernate.mapping.Table
 
isAbstract() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAbstract() - Method in interface org.hibernate.persister.entity.Loadable
 
isAbstract() - Method in interface org.hibernate.persister.entity.Queryable
Is this an abstract class?
isAbstract() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isAbstractUnionTable() - Method in class org.hibernate.mapping.Table
 
isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Is this transaction still active?
isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Is the TransactionCoordinator owner considered active?
isActive(boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Indicate whether a resource transaction is in progress.
isActive(boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
 
isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAll() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isAllNull(Object[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAllOrDirty() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isAllOrDirtyOptLocking() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAllowLoadOutsideTransaction() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get whether the proxy can load data even if it's not attached to a session with an ongoing transaction.
isAllowLoadOutsideTransaction() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
isAllowNulls() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isAllowOutOfTransactionUpdateOperations() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAllowOutOfTransactionUpdateOperations() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAllowProxyCreation() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isAllowRefreshDetachedEntity() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAllowRefreshDetachedEntity() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAlternateUniqueKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.Collection
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.OneToMany
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.SimpleValue
 
isAlternateUniqueKey() - Method in interface org.hibernate.mapping.Value
 
isAlwaysDirtyChecked() - Method in class org.hibernate.type.AnyType
 
isAlwaysDirtyChecked() - Method in interface org.hibernate.type.AssociationType
Do we dirty check this association, even when there are no columns to be updated?
isAlwaysDirtyChecked() - Method in class org.hibernate.type.CollectionType
We always need to dirty check the collection because we sometimes need to increment version number of owner and also because of how assemble/disassemble is implemented for uks
isAlwaysDirtyChecked() - Method in class org.hibernate.type.ManyToOneType
 
isAlwaysDirtyChecked() - Method in class org.hibernate.type.OneToOneType
We don't need to dirty check one-to-one because of how assemble/disassemble is implemented and because a one-to-one association is never dirty
isAnyType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isAnyType() - Method in class org.hibernate.type.AbstractType
 
isAnyType() - Method in class org.hibernate.type.AnyType
 
isAnyType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to AnyType.
isArray() - Method in class org.hibernate.mapping.Array
 
isArray() - Method in class org.hibernate.mapping.Collection
 
isArray() - Method in interface org.hibernate.metadata.CollectionMetadata
Is the collection an array?
isArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an array?
isArrayType() - Method in class org.hibernate.type.ArrayType
 
isArrayType() - Method in class org.hibernate.type.CollectionType
 
isAscending() - Method in class org.hibernate.criterion.Order
 
isAssociation() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
 
isAssociationFetch() - Method in class org.hibernate.event.spi.LoadEvent
 
isAssociationType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isAssociationType() - Method in class org.hibernate.type.AbstractType
 
isAssociationType() - Method in class org.hibernate.type.AnyType
 
isAssociationType() - Method in class org.hibernate.type.CollectionType
Note: return true because this type is castable to AssociationType.
isAssociationType() - Method in class org.hibernate.type.EntityType
An entity type is a type of association type
isAssociationType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to AssociationType.
isAttributeLoaded(Object, String) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
isAttributeLoaded(Object, String) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
isAttributeLoaded(Object, String) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
isAttributeLoaded(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
 
isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
isAutoApply() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
Gets the value of the autoApply property.
isAutoApply() - Method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
isAutoCreateSchema() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoDropSchema() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoEvictCollectionCache() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAutoEvictCollectionCache() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAutoEvictCollectionCache() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoImport() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the autoImport property.
isAutoImportEnabled() - Method in interface org.hibernate.boot.spi.MappingDefaults
Is auto-importing of entity (short) names enabled?
isAutoUpdateSchema() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isAutoValidateSchema() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isBackRef() - Method in class org.hibernate.mapping.Backref
 
isBackRef() - Method in class org.hibernate.mapping.IndexBackref
 
isBackRef() - Method in class org.hibernate.mapping.Property
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Backref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.IndexBackref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Property
 
isBatchable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isBatchLoadable() - Method in class org.hibernate.engine.spi.EntityKey
 
isBatchLoadable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isBatchLoadable() - Method in interface org.hibernate.persister.entity.EntityPersister
Is batch loading enabled?
isBeingReplicated() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isBindable() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
Can we bind (set) values on this parameter? Generally this is true, but would not be in the case of parameters with OUT or REF_CURSOR mode.
isBindAsParam() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the bindAsParam property.
isBound() - Method in interface org.hibernate.query.spi.QueryParameterBinding
 
isBound(QueryParameter) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
isBytecodeLazy() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Should the attribute be lazily loaded by bytecode enhancement?
isCacheable() - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Are the results of this query eligible for second level query caching? This is different than second level caching of any returned entities and collections.
isCacheable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
isCacheable() - Method in class org.hibernate.engine.spi.QueryParameters
 
isCacheable() - Method in interface org.hibernate.Query
Deprecated.
Are the results of this query eligible for second level query caching? This is different than second level caching of any returned entities and collections.
isCached() - Method in class org.hibernate.mapping.PersistentClass
 
isCacheInvalidationRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
We can't immediately add to the cache if we have formulas which must be evaluated, or if we have the possibility of two concurrent updates to the same item being merged on the database.
isCacheInvalidationRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
Should we always invalidate the cache instead of recaching updated state
isCacheLazy() - Method in class org.hibernate.boot.CacheRegionDefinition
 
isCacheLazyProperties() - Method in class org.hibernate.boot.model.Caching
 
isCachingExplicitlyRequested() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
isCallable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.boot.model.CustomSql
 
isCallable() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
isCallable() - Method in class org.hibernate.engine.spi.QueryParameters
 
isCallable() - Method in interface org.hibernate.query.NativeQuery
 
isCallable() - Method in interface org.hibernate.SQLQuery
Deprecated.
Is this native-SQL query known to be callable?
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
isCascadeable() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Is "cascade delete" enabled for the foreign key? In other words, if a record in the parent (referenced) table is deleted, should the corresponding records in the child table automatically be deleted?
isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isCascadeDeleteEnabled() - Method in class org.hibernate.event.spi.DeleteEvent
 
isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.ForeignKey
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.mapping.KeyValue
 
isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.SimpleValue
 
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is cascade delete handled by the database-level foreign key constraint definition?
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isCaseInsensitive(JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
Specify whether the database is case sensitive.
isCaseSensitive() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isCatalogQuoted() - Method in class org.hibernate.mapping.Table
 
isCheckable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isCheckDeleted() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isCheckNullability() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCheckNullability() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCheckNullability() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
isClosed() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isClosed() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
isClosed() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Checks whether the session is closed.
isClosed() - Method in interface org.hibernate.query.spi.ScrollableResultsImplementor
 
isClosed() - Method in interface org.hibernate.SessionFactory
Is this factory already closed?
isCollection() - Method in class org.hibernate.loader.OuterJoinableAssociation
 
isCollection() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isCollection() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isCollection() - Method in interface org.hibernate.persister.entity.Joinable
Is this instance actually a CollectionPersister?
isCollectionElement() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
Is the basic column the "element column" for a collection?
isCollectionElement() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Does this part represent a collection-element reference?
isCollectionJoinSubqueryRewriteEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCollectionJoinSubqueryRewriteEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCollectionsInDefaultFetchGroupEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCollectionsInDefaultFetchGroupEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCollectionType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isCollectionType() - Method in class org.hibernate.type.AbstractType
 
isCollectionType() - Method in class org.hibernate.type.CollectionType
 
isCollectionType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to CollectionType.
isCommentsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCommentsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCommentsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isComponent() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isComponent() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isComponent() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isComponent() - Method in interface org.hibernate.cfg.PropertyHolder
 
isComponentType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isComponentType() - Method in class org.hibernate.type.AbstractType
 
isComponentType() - Method in class org.hibernate.type.AnyType
 
isComponentType() - Method in class org.hibernate.type.ComponentType
 
isComponentType() - Method in class org.hibernate.type.CompositeCustomType
 
isComponentType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to CompositeType.
isComposite() - Method in class org.hibernate.mapping.Property
 
isCompositeClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Embeddable annotation
isCompositeClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class name represent an embeddable/component class?
isCompositeClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isConnected() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isConnected() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isConnected() - Method in interface org.hibernate.SharedSessionContract
Check if the session is currently connected.
isConnectedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'connectedToSession'.
isConstrained() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the constrained property.
isConstrained() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
 
isConstrained() - Method in class org.hibernate.mapping.OneToOne
Returns the constrained.
isContainsJoinFetchedBag() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'containsJoinFetchedBag', which flags whether this fetch profile contained any bag join fetches
isContainsJoinFetchedCollection() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'containsJoinFetchedCollection', which flags whether this fetch profile contained any collection join fetches.
isConventionalJavaConstants() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isConventionalJavaConstants() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isConversionDisabled() - Method in class org.hibernate.cfg.AttributeConversionInfo
 
isCreateEmptyCompositesEnabled() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
isCreationEnabled() - Method in class org.hibernate.mapping.ForeignKey
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.AbstractHANADialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.CUBRIDDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DB2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Dialect
Should the value returned by Dialect.getCurrentTimestampSelectString() be treated as callable.
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.FrontBaseDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.H2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.HSQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InformixDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Ingres9Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InterbaseDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.MySQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle8iDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.TimesTenDialect
 
isCustomDeleteAllCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.Join
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.Join
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.Join
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isDeepCopyNeeded() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
After assembly, is a copy of the array needed?
isDefault(XClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
isDefaultLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultLazy property.
isDefaultReadOnly() - Method in interface org.hibernate.engine.spi.PersistenceContext
Will entities and proxies that are loaded into this persistence context be made read-only by default? To determine the read-only/modifiable setting for a particular entity or proxy:
isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isDefaultReadOnly() - Method in interface org.hibernate.Session
Will entities and proxies that are loaded into this session be made read-only by default? To determine the read-only/modifiable setting for a particular entity or proxy:
isDefinedOnSubclass(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isDefinedOnSubclass(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Is this property defined on a subclass of the mapped class.
isDelayBatchFetchLoaderCreationsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isDelayBatchFetchLoaderCreationsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isDeleteAllCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isDeleteCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isDeleteCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isDirectlyAccessible() - Method in interface org.hibernate.collection.spi.PersistentCollection
Could the application possibly have a direct reference to the underlying collection implementation?
isDirectlyProvidedCollection(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Was collection provided directly to this PersistentCollection (i.e., provided as an argument to a constructor)?
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isDirectReferenceCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.
isDirty() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isDirty() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDirty() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isDirty() - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
isDirty() - Method in interface org.hibernate.Session
Does this session contain any changes which must be synchronized with the database? In other words, would any DML operations be executed if we flushed this session?
isDirty(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.NaturalIdType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
The callback used by Hibernate to determine if the given entity is dirty.
isDirty(CustomEntityDirtinessStrategy.AttributeInformation) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
Do the attribute dirty check.
isDirtyCheckable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isDirtyCheckable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isDirtyCheckable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isDirtyCheckable(boolean) - Method in interface org.hibernate.tuple.NonIdentifierAttribute
isDirtyCheckHandledByInterceptor() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDirtyCheckPossible() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDisableConversion() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
Gets the value of the disableConversion property.
isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.PersistentClass
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.RootClass
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.Subclass
 
isDiscriminatorValueNotNull() - Method in class org.hibernate.mapping.PersistentClass
 
isDiscriminatorValueNull() - Method in class org.hibernate.mapping.PersistentClass
 
isDorecreate() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDoremove() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDoupdate() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.collection.OneToManyJoinWalker
 
isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.JoinWalker
Used to detect circularities in the joined graph, note that this method is side-effecty
isDuplicateAssociation(String, String[], AssociationType) - Method in class org.hibernate.loader.JoinWalker
Used to detect circularities in the joined graph, note that this method is side-effecty
isDuplicateAssociationKey(AssociationKey) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
isDuplicateAssociationKey(AssociationKey) - Method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
Has an association with the specified key been visited already?
isDynamic() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
Indicates whether this embeddable/component is dynamic (represented as a Map), or whether a dedicated class for it is available.
isDynamic() - Method in class org.hibernate.mapping.Component
 
isDynamicInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isDynamicInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the dynamicInsert property.
isDynamicInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Did the source specify dynamic inserts?
isDynamicInsert() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isDynamicUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isDynamicUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the dynamicUpdate property.
isDynamicUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Did the source specify dynamic updates?
isDynamicUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isEager(Boolean) - Method in class org.hibernate.type.EntityType
Would an entity be eagerly loaded given the value provided for overridingEager?
isElementRemoved() - Method in interface org.hibernate.collection.spi.PersistentCollection
 
isEmbeddableSuperclass() - Method in class org.hibernate.cfg.InheritanceState
 
isEmbedded() - Method in class org.hibernate.mapping.Component
 
isEmbedded() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
isEmbedded() - Method in class org.hibernate.tuple.IdentifierProperty
 
isEmbedded() - Method in class org.hibernate.type.AnyType
 
isEmbedded() - Method in class org.hibernate.type.ComponentType
 
isEmbedded() - Method in class org.hibernate.type.CompositeCustomType
 
isEmbedded() - Method in interface org.hibernate.type.CompositeType
Is this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its owner
isEmbedded() - Method in class org.hibernate.type.EmbeddedComponentType
 
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the embedXml property.
isEmbedXml() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
isEmpty() - Method in class org.hibernate.criterion.Property
Creates a restriction to check that a collection is empty
isEmpty() - Method in class org.hibernate.engine.spi.ExecutableList
 
isEmpty() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Are there no listeners registered?
isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
 
isEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property to be empty
isEmptyAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
 
isEmptyOrNullAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
 
isEncapsulated() - Method in interface org.hibernate.persister.walking.spi.EntityIdentifierDefinition
Is the entity identifier encapsulated? Meaning, is it represented by a single attribute?
isEnforcingFetchGraph() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
isEnhancedForLazyLoading() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
Has the entity class been bytecode enhanced for lazy loading?
isEnhancedForLazyLoading() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
isEnhancedForLazyLoading() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
isEnhancementAsProxyEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isEnhancementAsProxyEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Deprecated.
(since 5.5) use of enhanced proxies is always enabled
isEntity() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isEntity() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isEntity() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isEntity() - Method in interface org.hibernate.cfg.PropertyHolder
 
isEntityClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Entity annotation
isEntityClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class descriptor represent an entity class?
isEntityClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isEntityType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEntityType() - Method in class org.hibernate.type.AbstractType
 
isEntityType() - Method in class org.hibernate.type.EntityType
Explicitly, an entity type is an entity type ;)
isEntityType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to EntityType.
isEntryFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is there an EntityEntry registration for this entity instance?
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CollectionType
 
isEqual(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CompositeCustomType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
 
isEqual(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEventSource() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isEventSource() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
isExcludeUnlistedClasses() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Essentially should scanning for classes be performed? If not, the list of classes available is limited to: classes listed in PersistenceUnitDescriptor.getManagedClassNames() classes named in all PersistenceUnitDescriptor.getMappingFileNames() classes discovered in PersistenceUnitDescriptor.getJarFileUrls()
isExistsInDatabase() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isExpectedServiceRegistryType(ServiceRegistry) - Static method in class org.hibernate.boot.MetadataSources
 
isExplicitPolymorphism() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Should explicit polymorphism (querying) be applied to this entity?
isExplicitPolymorphism() - Method in class org.hibernate.mapping.PersistentClass
 
isExplicitPolymorphism() - Method in class org.hibernate.mapping.RootClass
 
isExplicitPolymorphism() - Method in class org.hibernate.mapping.Subclass
 
isExplicitPolymorphism() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isExplicitPolymorphism() - Method in interface org.hibernate.persister.entity.Queryable
Is this class explicit polymorphism only?
isExplicitPolymorphism() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isExtraLazy() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
 
isExtraLazy() - Method in class org.hibernate.mapping.Collection
 
isExtraLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isExtraLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isFailOnPaginationOverCollectionFetchEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isFailOnPaginationOverCollectionFetchEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isFetchProfileEnabled(String) - Method in interface org.hibernate.Session
Is a particular fetch profile enabled on this session?
isFirst() - Method in interface org.hibernate.ScrollableResults
Is this the first result?
isFixedPrecisionScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
(since 5.2) use Session.getHibernateFlushMode() instead.
isFlushing() - Method in interface org.hibernate.engine.spi.PersistenceContext
Is a flush cycle currently in process?
isFlushRequired() - Method in class org.hibernate.event.spi.AutoFlushEvent
 
isForce() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the force property.
isForced() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
"Forces" Hibernate to specify the allowed discriminator values, even when retrieving all instances of the root class.
isForceDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
isFormat() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
isFormula() - Method in class org.hibernate.cfg.Ejb3Column
 
isFormula() - Method in class org.hibernate.mapping.Column
 
isFormula() - Method in class org.hibernate.mapping.Formula
 
isFormula() - Method in interface org.hibernate.mapping.Selectable
 
isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
A check to see if the text of the given node represents a known function name.
isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
isGenerated(Dialect) - Method in class org.hibernate.mapping.Constraint
 
isGetEnabled() - Method in enum org.hibernate.CacheMode
Does this cache mode indicate that reads are allowed?
isGetGeneratedKeysEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isGetGeneratedKeysEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isGetGeneratedKeysEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isGlobalGeneratorScopeEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Should the the scope of TableGenerator.name() and SequenceGenerator.name() be considered globally or locally defined?
isGloballyQuoteIdentifiers() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
isGrouped() - Method in class org.hibernate.criterion.AliasedProjection
 
isGrouped() - Method in class org.hibernate.criterion.Distinct
 
isGrouped() - Method in class org.hibernate.criterion.ForeingKeyProjection
 
isGrouped() - Method in class org.hibernate.criterion.IdentifierProjection
 
isGrouped() - Method in interface org.hibernate.criterion.Projection
Is this projection fragment (SELECT clause) also part of the GROUP BY
isGrouped() - Method in class org.hibernate.criterion.ProjectionList
 
isGrouped() - Method in class org.hibernate.criterion.PropertyProjection
 
isGrouped() - Method in class org.hibernate.criterion.SimpleProjection
 
isGrouped() - Method in class org.hibernate.criterion.SQLProjection
 
isHaltOnError() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
isHibernateExtensionMapping() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
isId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the id property.
isId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the id property.
isIdentified() - Method in class org.hibernate.mapping.Collection
 
isIdentified() - Method in class org.hibernate.mapping.IdentifierCollection
 
isIdentifierAssignedByInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isIdentifierAssignedByInsert() - Method in interface org.hibernate.persister.entity.EntityPersister
Are identifiers of this entity assigned known before the insert execution? Or, are they generated (in the database) by the insert execution.
isIdentifierAssignedByInsert() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
isIdentifierAssignedByInsert() - Method in class org.hibernate.tuple.IdentifierProperty
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isIdentifierRollbackEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in interface org.hibernate.mapping.KeyValue
 
isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in class org.hibernate.mapping.SimpleValue
 
isIgnore() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isIgnoreCase() - Method in class org.hibernate.criterion.Order
 
isIgnoreIdAnnotations() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.ManyToOne
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.OneToMany
 
isImplicit() - Method in class org.hibernate.cfg.Ejb3Column
 
isIncludeAllAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
Gets the value of the includeAllAttributes property.
isIncludedInOptimisticLocking() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
If the containing entity is using optimistic locking, should this attribute participate in that locking? Meaning, should changes in the value of this attribute at runtime indicate that the entity is now dirty in terms of optimistic locking?
isIndexed() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
 
isIndexed() - Method in class org.hibernate.mapping.Collection
 
isIndexed() - Method in class org.hibernate.mapping.IndexedCollection
 
isInheritable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the inheritable property.
isInheritable() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
isInherited() - Method in class org.hibernate.mapping.PersistentClass
 
isInherited() - Method in class org.hibernate.mapping.RootClass
 
isInherited() - Method in class org.hibernate.mapping.Subclass
 
isInherited() - Method in interface org.hibernate.metadata.ClassMetadata
Does this entity extend a mapped superclass?
isInherited() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInherited() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the entity is inherited one or more other entities.
isInherited() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isInIdClass() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
isInIdClass() - Method in interface org.hibernate.cfg.PropertyHolder
 
isInitialized() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
isInitialized(Object) - Static method in class org.hibernate.Hibernate
Check if the proxy or persistent collection is initialized.
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
isInPrimaryKey() - Method in class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.FkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
isInSecondPass() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the insert property.
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Gets the value of the insertable property.
isInsertable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Did the mapping specify that the given attribute value(s) should be inserted into the database?
isInsertable() - Method in class org.hibernate.cfg.Ejb3Column
 
isInsertable() - Method in class org.hibernate.mapping.Property
 
isInsertable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isInsertable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isInsertable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isInsertCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInsertCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInserted() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Set this to false, if your discriminator column is also part of a mapped composite identifier.
isInstance(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstance(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Is the given object an instance of this entity?
isInstance(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
isInstance(Object) - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
isInstance(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
isInstance(Object) - Method in class org.hibernate.tuple.entity.PojoEntityInstantiator
 
isInstance(Object) - Method in interface org.hibernate.tuple.Instantiator
Performs check to see if the given object is an instance of the entity or component which this Instantiator instantiates.
isInstance(Object) - Method in class org.hibernate.tuple.PojoInstantiator
 
isInstance(Object) - Method in interface org.hibernate.tuple.Tuplizer
Is the given object considered an instance of the the entity (accounting for entity-mode) managed by this tuplizer.
isInstrumented() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstrumented() - Method in interface org.hibernate.persister.entity.EntityPersister
Has the class actually been bytecode instrumented?
isInstrumented() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Whether or not this class can be lazy (ie intercepted)
isInverse - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the inverse property.
isInverse() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
isInverse() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
isInverse() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isInverse() - Method in class org.hibernate.mapping.Collection
 
isInverse() - Method in class org.hibernate.mapping.Join
 
isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection "inverse", so state changes are not propagated to the database.
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isJdbcBatchVersionedData() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJdbcBatchVersionedData() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isJdbcBatchVersionedData() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.Dialect
Does the fetching JDBC statement warning for logging is enabled by default
isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.MySQLDialect
 
isJoin(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
isJoinable(JoinType, Set, String, String[], AssociationType, int) - Method in class org.hibernate.loader.JoinWalker
Should we join this association?
isJoined() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Determine if there is an active transaction that this coordinator is already joined to.
isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
The superclass deliberately excludes collections
isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
Override on subclasses to enable or suppress joining of certain association types
isJoinedFetchEnabledInMapping(FetchMode, AssociationType) - Method in class org.hibernate.loader.JoinWalker
Does the mapping, and Hibernate default semantics, specify that this association should be fetched by outer joining
isJoinedSubclass() - Method in class org.hibernate.mapping.PersistentClass
 
isJoinedSubclass() - Method in class org.hibernate.mapping.RootClass
 
isJoinedSubclass() - Method in class org.hibernate.mapping.Subclass
 
isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isJoinFetchEnabledByProfile(OuterJoinLoadable, PropertyPath, int) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
isJpaBootstrap() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJpaBootstrap() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
isJpaBootstrap() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Was building of the SessionFactory initiated through JPA bootstrapping, or through Hibernate's native bootstrapping?
isJpaCacheComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Should Hibernate comply with all aspects of caching as defined by JPA? Or can it deviate to perform things it believes will be "better"?
isJpaClosedComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
JPA defines specific exceptions on specific methods when called on EntityManager and EntityManagerFactory when those objects have been closed.
isJpaListComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Controls how Hibernate interprets a mapped List without an "order columns" specified.
isJpaPositionalParameter() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
JPA has a different definition of positional parameters than what legacy Hibernate HQL had.
isJpaProxyComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
JPA spec says that an EntityNotFoundException should be thrown when accessing an entity Proxy which does not have an associated table row in the database.
isJpaQueryComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Controls whether Hibernate's handling of JPA's Query (JPQL, Criteria and native-query) should strictly follow the JPA spec.
isJpaTransactionComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Indicates that Hibernate's Transaction should behave as defined by the spec for JPA's EntityTransaction since it extends the JPA one.
isJta() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
 
isJtaTrackByThread() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJtaTrackByThread() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isJtaTrackByThread() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isJtaTransactionAccessEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJtaTransactionAccessEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isKey() - Method in class org.hibernate.mapping.Component
 
isKey() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
isKey() - Method in class org.hibernate.type.ComponentType
 
isLast() - Method in interface org.hibernate.ScrollableResults
Is this the last result?
isLazy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the lazy property.
isLazy() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
 
isLazy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Is this entity lazy (proxyable)?
isLazy() - Method in class org.hibernate.mapping.Any
 
isLazy() - Method in class org.hibernate.mapping.Collection
 
isLazy() - Method in interface org.hibernate.mapping.Fetchable
 
isLazy() - Method in class org.hibernate.mapping.Join
 
isLazy() - Method in class org.hibernate.mapping.PersistentClass
 
isLazy() - Method in class org.hibernate.mapping.Property
Is this property lazy in the "bytecode" sense? Lazy here means whether we should push *something* to the entity instance for this field in its "base fetch group".
isLazy() - Method in class org.hibernate.mapping.ToOne
 
isLazy() - Method in interface org.hibernate.metadata.CollectionMetadata
Is the collection lazily initialized?
isLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection lazyily initialized?
isLazy() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
Was the mapping defined as lazy?
isLazy() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isLazy() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isLazy() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isLazy() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isLazyAttribute(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
isLazyLoadable(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
isLazyLoadable(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Determine if a field is lazy loadable.
isLazyLoadable(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.RootClass
 
isLazyPropertiesCacheable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isLazyPropertiesCacheable() - Method in interface org.hibernate.persister.entity.EntityPersister
Should lazy properties of this entity be cached?
isLegacyLimitHandlerBehaviorEnabled() - Method in class org.hibernate.dialect.Dialect
 
isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
isLifecycleImplementor() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Does the class managed by this tuplizer implement the Lifecycle interface.
isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
isList() - Method in class org.hibernate.mapping.IndexedCollection
 
isList() - Method in class org.hibernate.mapping.List
 
isListener() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
isLoadFinished() - Method in interface org.hibernate.engine.spi.PersistenceContext
Is in a two-phase load?
isLob() - Method in class org.hibernate.mapping.Property
 
isLob() - Method in class org.hibernate.mapping.SimpleValue
 
isLob() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
Was LOB datatype requested for the given Java type?
isLockTimeoutParameterized() - Method in class org.hibernate.dialect.Dialect
If this dialect supports specifying lock timeouts, are those timeouts rendered into the SQL string as parameters.
isLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
 
isLogicalOneToOne() - Method in class org.hibernate.type.EntityType
Is the association modeled here a 1-1 according to the logical model?
isLogicalOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isLogSessionMetrics() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
isLogToStdout() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Are we currently logging to stdout?
isManaged() - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper.PersistenceContextEntry
 
isManipulationStatement() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
isManualFlushMode(FlushMode) - Static method in enum org.hibernate.FlushMode
Deprecated.
Just use equality check against FlushMode.MANUAL. Legacy from before this was an enum
isManyToMany() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isManyToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isManyToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this a many-to-many association? Note that this is mainly a convenience feature as the single persister does not contain all the information needed to handle a many-to-many itself, as internally it is looked at as two many-to-ones.
isManyToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isManyToManyWith(OuterJoinableAssociation) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
isMap() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
isMap() - Method in class org.hibernate.cfg.annotations.MapBinder
 
isMap() - Method in class org.hibernate.mapping.Collection
 
isMap() - Method in class org.hibernate.mapping.Map
 
isMapEmpty(Expression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a predicate that tests whether a Map is empty.
isMapNotEmpty(Expression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a predicate that tests whether a Map is not empty.
isMapped() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the mapped property.
isMappedBy() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
isMappedCollection(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @OneToMany, @ManyToMany and @ElementCollection annotations
isMappedCollection(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
 
isMappedCollection(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isMappedSuperclassClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @MappedSuperclass annotation
isMappedSuperclassClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class name represent a MappedSuperclass class?
isMappedSuperclassClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isMappedToKnownLobCode(int) - Static method in class org.hibernate.type.descriptor.sql.LobTypeMappings
 
isMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
isMethodOf(Method) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
isMethodOf(Method) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Is the given method available via the managed component as a property getter?
isMethodOf(Method) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
isMethodOf(Method) - Method in class org.hibernate.type.AnyType
 
isMethodOf(Method) - Method in class org.hibernate.type.ComponentType
 
isMethodOf(Method) - Method in class org.hibernate.type.CompositeCustomType
 
isMethodOf(Method) - Method in interface org.hibernate.type.CompositeType
Is the given method a member of this component's class?
isMethodOf(Method) - Method in class org.hibernate.type.EmbeddedComponentType
 
isMinimalPutsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isMinimalPutsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isMinimalPutsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.spi.RegionFactory
By default should we perform "minimal puts" when using this second level cache implementation?
isMissingIdentifier() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
isModifiableEntity() - Method in interface org.hibernate.engine.spi.EntityEntry
Can the entity be modified? The entity is modifiable if all of the following are true: the entity class is mutable the entity is not read-only if the current status is Status.DELETED, then the entity was not read-only when it was deleted
isModifiableEntity(EntityEntry) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Has the value been modified compared to the current database state? The difference between this and the Type.isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor) methods is that here we need to account for "partially" built values.
isMultiTable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isMultiTable() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isMultiTable() - Method in interface org.hibernate.persister.entity.Queryable
Is the inheritance hierarchy described by this persister contained across multiple tables?
isMultiTable() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isMultiTable() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isMultiValued() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
isMultiValued() - Method in class org.hibernate.mapping.MetaAttribute
 
isMultiValuedBinding(QueryParameter) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Deprecated.
expect a different approach to org.hibernate.engine.spi.QueryParameters in 6.0
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the mutable property.
isMutable() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isMutable() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Is this root entity mutable?
isMutable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
isMutable() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
Is the data marked as being mutable?
isMutable() - Method in interface org.hibernate.graph.GraphNode
 
isMutable() - Method in class org.hibernate.loader.entity.NaturalIdType
 
isMutable() - Method in class org.hibernate.mapping.Collection
 
isMutable() - Method in class org.hibernate.mapping.PersistentClass
 
isMutable() - Method in class org.hibernate.mapping.RootClass
 
isMutable() - Method in class org.hibernate.mapping.Subclass
 
isMutable() - Method in interface org.hibernate.metadata.ClassMetadata
Are instances of this class mutable?
isMutable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isMutable() - Method in interface org.hibernate.persister.collection.CollectionPersister
Can the elements of this collection change?
isMutable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isMutable() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
isMutable() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether instances of this entity are considered mutable.
isMutable() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isMutable() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isMutable() - Method in class org.hibernate.type.AnyType
 
isMutable() - Method in class org.hibernate.type.CollectionType
 
isMutable() - Method in class org.hibernate.type.ComponentType
 
isMutable() - Method in class org.hibernate.type.CompositeCustomType
 
isMutable() - Method in class org.hibernate.type.CustomType
 
isMutable() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
isMutable() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Can the internal state of instances of T be changed?
isMutable() - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.EntityType
 
isMutable() - Method in class org.hibernate.type.EnumType
 
isMutable() - Method in class org.hibernate.type.MetaType
 
isMutable() - Method in interface org.hibernate.type.Type
Are objects of this type mutable.
isMutable() - Method in interface org.hibernate.usertype.CompositeUserType
Check if objects of this type mutable.
isMutable() - Method in interface org.hibernate.usertype.UserType
Are objects of this type mutable?
isNakedEntityReturned() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isNameDeferred() - Method in class org.hibernate.cfg.Ejb3Column
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isNamedQueryStartupCheckingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isNationalized() - Method in class org.hibernate.mapping.SimpleValue
 
isNationalized() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
Was nationalized character datatype requested for the given Java type?
isNaturalIdentifier() - Method in class org.hibernate.mapping.Property
 
isNaturalIdentifierCached() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isNaturalIdentifierInsertGenerated() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isNaturalIdNonNullable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNaturalKeyLookup() - Method in class org.hibernate.engine.spi.QueryParameters
 
isNClob(Class) - Static method in class org.hibernate.type.descriptor.java.DataHelper
 
isNClob(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
Deprecated.
ORM baselines on JDK 1.6, so optional support for NClob (JDK 1,6 addition) is no longer needed.
isNewlyInstantiated() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection newly instantiated?
isNoConstraintByDefault() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isNoConstraintByDefault() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Should we create constraint by default?
isNone() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isNotEmpty() - Method in class org.hibernate.criterion.Property
Creates a restriction to check that a collection is not empty
isNotEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property to be non-empty
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.criterion.Property
Creates a NOT NULL restriction
isNotNull(String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "is not null" constraint to the named property
isNotOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
isNull() - Method in class org.hibernate.criterion.Property
Creates a NULL restriction
isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isNull(String) - Static method in class org.hibernate.criterion.Restrictions
Apply an "is null" constraint to the named property
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Gets the value of the nullable property.
isNullable() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Is this column nullable?
isNullable() - Method in class org.hibernate.cfg.Ejb3Column
 
isNullable() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isNullable() - Method in interface org.hibernate.loader.plan.spi.Fetch
Is this fetch nullable?
isNullable() - Method in class org.hibernate.mapping.Collection
 
isNullable() - Method in class org.hibernate.mapping.Column
 
isNullable() - Method in class org.hibernate.mapping.DependantValue
 
isNullable() - Method in class org.hibernate.mapping.OneToMany
 
isNullable() - Method in class org.hibernate.mapping.OneToOne
 
isNullable() - Method in class org.hibernate.mapping.SimpleValue
 
isNullable() - Method in interface org.hibernate.mapping.Value
 
isNullable() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
 
isNullable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isNullable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isNullable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isNullable() - Method in class org.hibernate.type.EntityType
The nullability of the property.
isNullable() - Method in class org.hibernate.type.ManyToOneType
 
isNullable() - Method in class org.hibernate.type.OneToOneType
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isNullifiable(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.spi.EntityEntry
 
isNullifiableEntityKeysEmpty() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
ISOLATE - org.hibernate.boot.TempTableDdlTransactionHandling
Execution of the DDL must be isolated from any ongoing transaction
ISOLATE_AND_TRANSACT - org.hibernate.boot.TempTableDdlTransactionHandling
As with TempTableDdlTransactionHandling.ISOLATE the execution of the DDL must be isolated from any ongoing transaction.
ISOLATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC transaction isolation level
IsolationDelegate - Interface in org.hibernate.engine.transaction.spi
Contract for performing work in a manner that isolates it from any current transaction.
isolationLevelToString(int) - Static method in class org.hibernate.cfg.Environment
Deprecated.
Use ConnectionProviderInitiator.toIsolationNiceName(java.lang.Integer) instead
isOmitJoinOfSuperclassTablesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isOmitJoinOfSuperclassTablesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
isOneToMany() - Method in class org.hibernate.mapping.Collection
 
isOneToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isOneToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this a one-to-many association?
isOneToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isOneToOne() - Method in class org.hibernate.type.EntityType
Is the association modeled here defined as a 1-1 in the database (physical model)?
isOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isOneToOne() - Method in class org.hibernate.type.OneToOneType
 
isOpen() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isOpen() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
isOpen() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isOpen() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Is this (logical) JDBC Connection still open/active.
isOpen() - Method in interface org.hibernate.SharedSessionContract
Check if the session is still open.
isOpenOrWaitingForAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isOpenOrWaitingForAutoClose() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Checks whether the session is open or is waiting for auto-close
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isOptimisticLocked() - Method in class org.hibernate.mapping.Collection
 
isOptimisticLocked() - Method in class org.hibernate.mapping.Property
 
isOptional() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the optional property.
isOptional() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isOptional() - Method in class org.hibernate.mapping.Join
 
isOptional() - Method in class org.hibernate.mapping.Property
 
isOrdered() - Method in interface org.hibernate.boot.model.source.spi.Orderable
If the source of plural attribute is supposed to be applied the ORDER BY when loading.
isOrderInsertsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isOrderInsertsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isOrderInsertsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isOrderReturnEnabled() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
Should the entities be returned in the same order as their associated entity identifiers were provided.
isOrderUpdatesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isOrderUpdatesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isOrderUpdatesEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isOrdinal() - Method in class org.hibernate.type.EnumType
 
isOrphanRemoval() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the orphanRemoval property.
isOrphanRemoval() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the orphanRemoval property.
isOrphanRemovalBeforeUpdates() - Method in class org.hibernate.event.spi.DeleteEvent
 
isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isOrWithinEmbeddedId() - Method in interface org.hibernate.cfg.PropertyHolder
Return true if this component is or is embedded in a @EmbeddedId
isParallel() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
isParallel() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
isParallel() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
isParallel() - Method in class org.hibernate.query.spi.StreamDecorator
 
isPartOfCollectionElement() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Does any part represent a collection-element reference?
isPassDistinctThrough() - Method in class org.hibernate.engine.spi.QueryParameters
Check if this query should pass the distinct to the database.
isPassNullsEnabled() - Method in interface org.hibernate.jpa.spi.StoredProcedureQueryParameterRegistration
How will an unbound value be handled in terms of the JDBC parameter?
isPassNullsEnabled() - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
If no value is bound for this parameter registration, is the passing of NULL to the JDBC CallableStatement for that parameter enabled? This effectively controls whether default values for the argument as defined in the database are applied or not.
isPassNullsEnabled() - Method in interface org.hibernate.query.procedure.ProcedureParameter
How will an unbound value be handled in terms of the JDBC parameter?
isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Transient annotation
isPersistentField(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the field represent persistent state? Persistent fields will be "enhanced".
isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isPhysicalConstraint() - Method in class org.hibernate.mapping.ForeignKey
 
isPhysicallyConnected() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Is this JdbcSession currently physically connected (meaning does it currently hold a JDBC Connection)?
isPhysicalSequence() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Is the structure physically a sequence?
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.TableStructure
 
isPhysicalSequence(JdbcEnvironment, boolean) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
isPhysicalTable() - Method in class org.hibernate.mapping.Table
 
isPhysicalTable() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Does this information describe a physical table as opposed to a view, etc?
isPolymorphic() - Method in class org.hibernate.mapping.PersistentClass
 
isPolymorphic() - Method in class org.hibernate.mapping.RootClass
 
isPolymorphic() - Method in class org.hibernate.mapping.Subclass
 
isPolymorphic() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPolymorphic() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isPooled() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
isPooledOptimizer(String) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Does the given optimizer name represent a pooled strategy?
isPostInsertIdentifierDelayableEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Deprecated.
Since 5.4.1, this is no longer used.
isPreferUserTransaction() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isPreferUserTransaction() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isPreferUserTransaction() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isPrimaryKey() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
isPrimitive(Class) - Method in class org.hibernate.mapping.Property
 
isPrimitiveArray() - Method in class org.hibernate.mapping.Collection
 
isPrimitiveArray() - Method in class org.hibernate.mapping.PrimitiveArray
 
isPrimitiveArray() - Method in interface org.hibernate.metadata.CollectionMetadata
Is the collection a primitive array?
isPrimitiveArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isPrimitiveArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an array or primitive values?
isProcedureParameterNullPassingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isProcedureParameterNullPassingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Deprecated.
with no replacement. See AvailableSettings.PROCEDURE_NULL_PARAM_PASSING for details
isProcessed() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.MappedSuperclass
Check to see if a property with the given name exists in this MappedSuperclass or in any of its super hierarchy.
isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
Check to see if a property with the given name exists in this PersistentClass or in any of its super hierarchy.
isPropertyDefinedInSuperHierarchy(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
For the most part, this is a simple delegation to PersistentClass.isPropertyDefinedInHierarchy(java.lang.String), after verifying that PersistentClass is indeed set here.
isPropertyDefinedInSuperHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
Check to see if a property with the given name exists in the super hierarchy of this PersistentClass.
isPropertyInitialized(Object, String) - Static method in class org.hibernate.Hibernate
Check if the property is initialized.
isPropertyNull(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the association property belonging to the keyed entity null?
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isProvider(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Does the descriptor and/or integration request Hibernate as the PersistenceProvider? Note that in the case of no requested provider being named we assume we are the provider (the calls got to us somehow...)
isPutEnabled() - Method in enum org.hibernate.CacheMode
Does this cache mode indicate that writes are allowed?
isQualified(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
isQualified(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
isQueryCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isQueryCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isQueryCacheEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isQueryParametersValidationEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isQueryParametersValidationEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isQueryParametersValidationEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isQueryParametersValidationEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
isQuiet() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
Deprecated.
 
isQuoted() - Method in class org.hibernate.boot.model.naming.Identifier
Is this a quoted identifier?
isQuoted() - Method in class org.hibernate.mapping.Column
 
isQuoted() - Method in class org.hibernate.mapping.Table
 
isQuoted(String) - Static method in class org.hibernate.boot.model.naming.Identifier
Is the given identifier text considered quoted.
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
isReached() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isReadable(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
isReadable(long) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Returns true if the enclosed value can be read by a transaction started at the given time.
isReadable(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
isReadOnly() - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Should entities and proxies loaded by this Query be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the readOnly property.
isReadOnly() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the readOnly property.
isReadOnly() - Method in interface org.hibernate.Criteria
Should entities and proxies loaded by this Criteria be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isReadOnly() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
isReadOnly() - Method in class org.hibernate.engine.spi.QueryParameters
Should entities and proxies loaded by the Query be put in read-only mode? The read-only/modifiable setting must be initialized via QueryParameters#setReadOnly(boolean) before calling this method.
isReadOnly() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isReadOnly() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy read-only? The read-only/modifiable setting is not available when the proxy is detached or its associated session is closed.
isReadOnly() - Method in interface org.hibernate.Query
Deprecated.
Should entities and proxies loaded by this Query be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnly(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the entity or proxy read-only?
isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isReadOnly(Object) - Method in interface org.hibernate.Session
Is the specified entity or proxy read-only? To get the default read-only/modifiable setting used for entities and proxies that are loaded into the session:
isReadOnly(SharedSessionContractImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
Should entities and proxies loaded by the Query be put in read-only mode? If the read-only/modifiable setting was not initialized (i.e., QueryParameters#isReadOnlyInitialized() == false), then the default read-only/modifiable setting for the persistence context is returned instead.
isReadOnlyBeforeAttachedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get the read-only/modifiable setting that should be put in affect when it is attached to a session.
isReadOnlyInitialized() - Method in interface org.hibernate.Criteria
Was the read-only/modifiable mode explicitly initialized?
isReadOnlyInitialized() - Method in class org.hibernate.engine.spi.QueryParameters
Has the read-only/modifiable mode been explicitly set?
isReadOnlySettingAvailable() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isReadOnlySettingAvailable() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy's read-only/modifiable setting available?
isReadyForSerialization() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Can this coordinator be serialized?
isReferencedEntityAttribute() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
Is this plural attribute index source for an attribute of the referenced entity (relevant only for one-to-many and many-to-many associations)? If this method returns true, then this object can safely be cast to PluralAttributeMapKeySourceEntityAttribute.
isReferenceEntry() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Does this entry represent a direct entity reference (rather than disassembled state)?
isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
isReferenceToIdentifierProperty() - Method in class org.hibernate.type.EntityType
 
isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ForeignKey
Does this foreignkey reference the primary key of the reference table
isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ToOne
 
isReferenceToPrimaryKey() - Method in class org.hibernate.type.AnyType
 
isReferenceToPrimaryKey() - Method in class org.hibernate.type.EntityType
Does this association foreign key reference the primary key of the other table? Otherwise, it references a property-ref.
isReleaseResourcesOnCloseEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isReleaseResourcesOnCloseEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isReservedWord(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Check whether the given word represents a reserved word.
isResolved() - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
Persistence.xml has been resolved locally
isResultSet() - Method in interface org.hibernate.result.Output
Determine if this return is a result (castable to ResultSetOutput).
isReturnOfDeletedEntitiesEnabled() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
Should we returned entities that are scheduled for deletion.
isRightHandSideRequired() - Method in interface org.hibernate.loader.plan.spi.Join
Indicates if the joined attribute is required to be non-null.
isRoot - Variable in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
isRoot() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Does this part represent a root.
isRoot() - Method in class org.hibernate.loader.PropertyPath
 
isRoot() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
isRootEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
isRootUrl() - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
isRootUrl() - Method in interface org.hibernate.boot.archive.spi.ArchiveContext
Is the archive described (and being visited) the root url for the persistence-unit?
isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isRowInsertEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isRowInsertEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isRowUpdatePossible() - Method in interface org.hibernate.collection.spi.PersistentCollection
Can each element in the collection be mapped unequivocally to a single row in the database? Generally bags and sets are the only collections that cannot be.
isSame(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isSame(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isSame(Object, Object) - Method in class org.hibernate.type.AnyType
 
isSame(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isSame(Object, Object) - Method in class org.hibernate.type.EntityType
Two entities are considered the same when their instances are the same.
isSame(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state) taking a shortcut for entity references.
isSame(Any) - Method in class org.hibernate.mapping.Any
 
isSame(Collection) - Method in class org.hibernate.mapping.Collection
 
isSame(Collection) - Method in class org.hibernate.mapping.IdentifierCollection
 
isSame(Collection) - Method in class org.hibernate.mapping.IndexedCollection
 
isSame(Component) - Method in class org.hibernate.mapping.Component
 
isSame(DependantValue) - Method in class org.hibernate.mapping.DependantValue
 
isSame(IdentifierCollection) - Method in class org.hibernate.mapping.IdentifierCollection
 
isSame(IndexedCollection) - Method in class org.hibernate.mapping.IndexedCollection
 
isSame(OneToMany) - Method in class org.hibernate.mapping.OneToMany
 
isSame(OneToOne) - Method in class org.hibernate.mapping.OneToOne
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.Any
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.Component
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.DependantValue
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.ToOne
 
isSame(ToOne) - Method in class org.hibernate.mapping.OneToOne
 
isSame(ToOne) - Method in class org.hibernate.mapping.ToOne
 
isSame(Value) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isSame(Value) - Method in class org.hibernate.mapping.Collection
 
isSame(Value) - Method in class org.hibernate.mapping.OneToMany
 
isSame(Value) - Method in class org.hibernate.mapping.SimpleValue
 
isSame(Value) - Method in interface org.hibernate.mapping.Value
 
isSame(Value, Value) - Static method in class org.hibernate.mapping.Collection
 
isSame(Value, Value) - Static method in class org.hibernate.mapping.SimpleValue
 
isSchemaQuoted() - Method in class org.hibernate.mapping.Table
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isScrollableResultSetsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isScrollableResultSetsEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isSecondary() - Method in class org.hibernate.cfg.Ejb3Column
 
isSecondLevelCacheCheckingEnabled() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
Check the second-level cache first, and only if the entity is not found in the cache should Hibernate hit the database.
isSecondLevelCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isSecondLevelCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isSelect() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
isSelectable() - Method in class org.hibernate.mapping.Property
 
isSelectBeforeUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isSelectBeforeUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the selectBeforeUpdate property.
isSelectBeforeUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Did the source specify to perform selects to decide whether to perform (detached) updates?
isSelectBeforeUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isSelectBeforeUpdateRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSelectBeforeUpdateRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
Is select snapshot before update enabled?
isSequentialSelect() - Method in class org.hibernate.mapping.Join
 
isSessionCheckingEnabled() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
Check the first-level cache first, and only if the entity is not found in the cache should Hibernate hit the database.
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isSessionFactoryNameAlsoJndiName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Is the SesssionFactory name also a JNDI name, indicating we should bind it into JNDI?
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isSet() - Method in class org.hibernate.mapping.Collection
 
isSet() - Method in class org.hibernate.mapping.Set
 
isShallow() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
isShared() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the shared property.
isShared() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
 
isSimpleValue() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isSimpleValue() - Method in class org.hibernate.mapping.Collection
 
isSimpleValue() - Method in class org.hibernate.mapping.OneToMany
 
isSimpleValue() - Method in class org.hibernate.mapping.SimpleValue
 
isSimpleValue() - Method in interface org.hibernate.mapping.Value
 
isSingleRowLoader() - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
isSingleRowLoader() - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
isSingleRowLoader() - Method in class org.hibernate.loader.entity.EntityLoader
 
isSingleRowLoader() - Method in class org.hibernate.loader.Loader
Return false is this loader is a batch entity loader
isSingular() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Attributes are (coarsely speaking) either singular or plural.
isSkipGlobalQuotingForColumnDefinitions() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
isSnapshotEmpty(Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the snapshot empty?
isSnapshotEmpty(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
isSorted() - Method in interface org.hibernate.boot.model.source.spi.Sortable
If the source of plural attribute is supposed to be sorted.
isSorted() - Method in class org.hibernate.mapping.Collection
 
isSpecjProprietarySyntaxEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isSpecjProprietarySyntaxEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
isStandardEvent() - Method in class org.hibernate.event.spi.EventType
Is this event-type one of the standard event-types?
isStandardTypeCode(int) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
Determine whether the given JDBC type code represents a standard JDBC type ("standard" being those defined on Types).
isStandardTypeCode(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
isStarted() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
isStateless() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
isStatisticsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isStatisticsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isStatisticsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isStatisticsEnabled() - Method in interface org.hibernate.stat.Statistics
Are statistics enabled
isStrictJPAQLCompliance() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isStrictJpaQueryLanguageCompliance() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isStructuredCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isSubclassEntityName(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassEntityName(String) - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the given name represents a subclass entity (or this entity itself) of the entity mapped by this persister.
isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isSubclassPropertyNullable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassPropertyNullable(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Is the numbered property of the class of subclass nullable?
isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isSubselect() - Method in class org.hibernate.mapping.Table
 
isSubselectLoadable() - Method in class org.hibernate.mapping.Collection
 
isSubselectLoadable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.collection.CollectionLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.hql.QueryLoader
 
isSubselectLoadingEnabled() - Method in class org.hibernate.loader.Loader
 
isSynthetic() - Method in class org.hibernate.mapping.Backref
 
isSynthetic() - Method in class org.hibernate.mapping.IndexBackref
 
isSynthetic() - Method in class org.hibernate.mapping.Property
Does this property represent a synthetic property? A synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity.
isSynthetic() - Method in class org.hibernate.mapping.SyntheticProperty
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isTooDeep(int) - Method in class org.hibernate.loader.JoinWalker
 
isTooManyCollections() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
 
isTooManyCollections() - Method in class org.hibernate.loader.JoinWalker
 
isTransactionActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
isTransactionActive(boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
isTransactionInProgress() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isTransactionInProgress() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Does this Session have an active Hibernate transaction or is there a JTA transaction in progress?
isTransactionInProgress() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Deprecated.
Provides access to whether a transaction is currently in progress.
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.PassThroughResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.RootEntityResultTransformer
 
isTransformedValueATupleElement(String[], int) - Method in interface org.hibernate.transform.TupleSubsetResultTransformer
When a tuple is transformed, is the result a single element of the tuple?
isTransient(Object) - Method in class org.hibernate.EmptyInterceptor
 
isTransient(Object) - Method in interface org.hibernate.Interceptor
Called to distinguish between transient and detached entities.
isTransient(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isTransient(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Is this a new transient instance?
isTypeNameRegistered(String) - Method in class org.hibernate.dialect.Dialect
Whether or not the given type name has been registered for this dialect (including both hibernate type names and custom-registered type names).
isTypeSpecified() - Method in class org.hibernate.mapping.SimpleValue
 
isTypeSpecified() - Method in class org.hibernate.mapping.ToOne
 
isUninitialized() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isUninitialized() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy uninitialized?
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Gets the value of the unique property.
isUnique() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Is this column unique?
isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
isUnique() - Method in class org.hibernate.cfg.Ejb3Column
 
isUnique() - Method in class org.hibernate.cfg.JPAIndexHolder
 
isUnique() - Method in class org.hibernate.mapping.Column
 
isUnlockable(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
isUnlockable(SoftLock) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Returns true if the given lock can be unlocked using the given SoftLock instance as a handle.
isUnlockable(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
isUnqualified(String, SessionFactoryOptions) - Static method in class org.hibernate.cache.spi.support.CacheUtils
 
isUnreferenced() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection unreferenced?
isUnsaved(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
Does the given identifier belong to a new instance?
isUnsaved(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Make the transient/detached determination
isUnsaved(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
isUnsigned() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isUnwrap() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isUnwrap() - Method in interface org.hibernate.proxy.LazyInitializer
 
isUnwrappableAs(Class) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
isUnwrappableAs(Class) - Method in interface org.hibernate.service.spi.Wrapped
Can this wrapped service be unwrapped as the indicated type?
isUnwrapProxies() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsSingularAssociation
 
isUnwrapProxy() - Method in class org.hibernate.mapping.ToOne
 
isUnwrapProxyImplicit - Variable in class org.hibernate.mapping.ToOne
 
isUnwrapProxyImplicit() - Method in class org.hibernate.mapping.ToOne
 
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Gets the value of the updatable property.
isUpdatable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Did the mapping specify that the given attribute value(s) should be updated in the database?
isUpdatable() - Method in class org.hibernate.cfg.Ejb3Column
 
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
 
isUpdateable() - Method in class org.hibernate.mapping.DependantValue
 
isUpdateable() - Method in interface org.hibernate.mapping.KeyValue
 
isUpdateable() - Method in class org.hibernate.mapping.Property
 
isUpdateable() - Method in class org.hibernate.mapping.SimpleValue
 
isUpdateable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isUpdateable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isUpdateable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isUpdateCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isUpdateCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isUpdateStatement() - Method in interface org.hibernate.hql.spi.QueryTranslator
 
isUpToDate(String[], Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
Perform an up-to-date check for the given set of query spaces as part of verifying the validity of cached query results.
isUpToDate(Set<Serializable>, Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
 
isUpToDate(Set<Serializable>, Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.UpdateTimestampsCache
Deprecated.
Perform an up-to-date check for the given set of query spaces.
isUseQuotedIdentifiers() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Is the use of quoted identifiers in effect for this whole persistence unit?
isUseUnicodeStringTypes() - Method in class org.hibernate.dialect.AbstractHANADialect
 
isUseUnicodeStringTypes() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
 
isValid(Mapping) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isValid(Mapping) - Method in class org.hibernate.mapping.Collection
 
isValid(Mapping) - Method in class org.hibernate.mapping.OneToMany
 
isValid(Mapping) - Method in class org.hibernate.mapping.Property
 
isValid(Mapping) - Method in class org.hibernate.mapping.SimpleValue
 
isValid(Mapping) - Method in class org.hibernate.mapping.ToOne
 
isValid(Mapping) - Method in interface org.hibernate.mapping.Value
 
isValidJpaVersion(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
isValueGenerationRequired(NonIdentifierAttribute, GenerationTiming) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersion() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
isVersion() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isVersion() - Method in class org.hibernate.mapping.SimpleValue
 
isVersion2() - Method in class org.hibernate.dialect.H2Dialect
 
isVersionable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isVersionable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isVersionable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isVersioned() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
Is the data to be cached considered versioned?
isVersioned() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
Mainly here to allow optimization of not having to know the actual comparator instance to use here yet.
isVersioned() - Method in class org.hibernate.mapping.MappedSuperclass
 
isVersioned() - Method in class org.hibernate.mapping.PersistentClass
 
isVersioned() - Method in class org.hibernate.mapping.RootClass
 
isVersioned() - Method in class org.hibernate.mapping.Subclass
 
isVersioned() - Method in interface org.hibernate.metadata.ClassMetadata
Are instances of this class versioned by a timestamp or version number column?
isVersioned() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isVersioned() - Method in interface org.hibernate.persister.collection.CollectionPersister
Does this collection cause version increment of the owning entity?
isVersioned() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersioned() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether optimistic locking by column is enabled for this entity.
isVersioned() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isVersionGenerated() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isVersionPropertyGenerated() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionPropertyGenerated() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity contain a version property that is defined to be database generated?
isVersionPropertyInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionPropertyInsertable() - Method in interface org.hibernate.persister.entity.Queryable
Is the version property included in insert statements?
isVirtual() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
isVirtual() - Method in class org.hibernate.tuple.IdentifierProperty
 
isVirtualAttribute() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Determine whether this is a virtual attribute or whether it physically exists on the users domain model.
isWithinElementCollection() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
isWithinElementCollection() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
isWithinElementCollection() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
isWithinElementCollection() - Method in interface org.hibernate.cfg.PropertyHolder
Return true if this component is within an @ElementCollection.
isWrapper(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this the wrapper for the given collection instance?
isWrapResultSetsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isWrapResultSetsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Deprecated.
(since 5.5) Scheduled for removal in 6.0 as ResultSet wrapping is no longer needed
isWrapResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
Deprecated.
 
isWriteable(long, Object, Comparator) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
isWriteable(long, Object, Comparator) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Returns true if the enclosed value can be replaced with one of the given version by a transaction started at the given time.
isWriteable(long, Object, Comparator) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
isXMLElement() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isXmlMappingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isXmlMappingEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
iterate() - Method in interface org.hibernate.Query
Deprecated.
Return the query results as an Iterator.
iterate(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
iterate(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute an iterate() query
iterate(QueryParameters, EventSource) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform an iterate operation given the underlying query definition.
iterate(QueryParameters, EventSource) - Method in class org.hibernate.loader.hql.QueryLoader
 
iterateEntityNameResolvers() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
iterateEntityNameResolvers() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
iterateFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Iterate a filter
iterator() - Method in class org.hibernate.engine.spi.ExecutableList
Returns an iterator for the list.
iterator() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
iterator() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
iterator() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
iterator() - Method in class org.hibernate.query.spi.StreamDecorator
 

J

JACC_CONTEXT_ID - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Support for JACC will be removed in 6.0
JACC_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Support for JACC will be removed in 6.0
JACC_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Support for JACC will be removed in 6.0
JaccIntegrator - Class in org.hibernate.secure.spi
Deprecated.
Support for JACC will be removed in 6.0
JaccIntegrator() - Constructor for class org.hibernate.secure.spi.JaccIntegrator
Deprecated.
 
JaccPermissionDeclarations - Class in org.hibernate.secure.spi
Deprecated.
Support for JACC will be removed in 6.0
JaccPermissionDeclarations(String) - Constructor for class org.hibernate.secure.spi.JaccPermissionDeclarations
Deprecated.
 
JaccPermissionDefinition - Class in org.hibernate.boot
 
JaccPermissionDefinition(String, String, String, String) - Constructor for class org.hibernate.boot.JaccPermissionDefinition
 
JaccService - Interface in org.hibernate.secure.spi
Deprecated.
Support for JACC will be removed in 6.0
JAKARTA_BV_CHECK_CLASS - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
JAKARTA_CDI_BEAN_MANAGER - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to pass along the CDI BeanManager, if any, to be used.
JAKARTA_HBM2DDL_CONNECTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Allows passing a specific Connection instance to be used by SchemaManagementTool.
JAKARTA_HBM2DDL_CREATE_SCHEMAS - Static variable in interface org.hibernate.cfg.AvailableSettings
JAKARTA_HBM2DDL_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the CREATE script file as either a Reader configured for reading of the DDL script file or a string designating a file URL for the DDL script.
JAKARTA_HBM2DDL_CREATE_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether schema generation commands for schema creation are to be determined based on object/relational mapping metadata, DDL scripts, or a combination of the two.
JAKARTA_HBM2DDL_DATABASE_ACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to perform SchemaManagementTool actions against the database directly via JDBC automatically as part of the SessionFactory lifecycle.
JAKARTA_HBM2DDL_DB_MAJOR_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the major version of the underlying database, as would be returned by DatabaseMetaData.getDatabaseMajorVersion() for the target database.
JAKARTA_HBM2DDL_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the minor version of the underlying database, as would be returned by DatabaseMetaData.getDatabaseMinorVersion() for the target database.
JAKARTA_HBM2DDL_DB_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the name of the database provider in cases where a Connection to the underlying database is not available (aka, mainly in generating scripts).
JAKARTA_HBM2DDL_DROP_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the DROP script file as either a Reader configured for reading of the DDL script file or a string designating a file URL for the DDL script.
JAKARTA_HBM2DDL_DROP_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether schema generation commands for schema dropping are to be determined based on object/relational mapping metadata, DDL scripts, or a combination of the two.
JAKARTA_HBM2DDL_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
JAKARTA_HBM2DDL_SCRIPTS_ACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to perform SchemaManagementTool actions writing the commands into a DDL script file.
JAKARTA_HBM2DDL_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.cfg.AvailableSettings
For cases where the "javax.persistence.schema-generation.scripts.action" value indicates that schema creation commands should be written to DDL script file, "javax.persistence.schema-generation.scripts.create-target" specifies either a Writer configured for output of the DDL script or a string specifying the file URL for the DDL script.
JAKARTA_HBM2DDL_SCRIPTS_DROP_TARGET - Static variable in interface org.hibernate.cfg.AvailableSettings
For cases where the "javax.persistence.schema-generation.scripts.action" value indicates that schema drop commands should be written to DDL script file, "javax.persistence.schema-generation.scripts.drop-target" specifies either a Writer configured for output of the DDL script or a string specifying the file URL for the DDL script.
JAKARTA_HINT_FETCHGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Hint providing a "fetchgraph" EntityGraph.
JAKARTA_HINT_LOADGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Hint providing a "loadgraph" EntityGraph.
JAKARTA_JPA_JDBC_DRIVER - Static variable in interface org.hibernate.cfg.AvailableSettings
The name of a JDBC driver to use to connect to the database.
JAKARTA_JPA_JDBC_PASSWORD - Static variable in interface org.hibernate.cfg.AvailableSettings
The JDBC connection password.
JAKARTA_JPA_JDBC_URL - Static variable in interface org.hibernate.cfg.AvailableSettings
The JDBC connection url to use to connect to the database.
JAKARTA_JPA_JDBC_USER - Static variable in interface org.hibernate.cfg.AvailableSettings
The JDBC connection user name.
JAKARTA_JPA_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
The JNDI name of a JTA DataSource.
JAKARTA_JPA_LOCK_SCOPE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to request (hint) a pessimistic lock scope.
JAKARTA_JPA_LOCK_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to request (hint) a pessimistic lock timeout (in milliseconds).
JAKARTA_JPA_NON_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
The JNDI name of a non-JTA DataSource.
JAKARTA_JPA_PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators
JAKARTA_JPA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
The name of the PersistenceProvider implementor
JAKARTA_JPA_REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators
JAKARTA_JPA_SHARED_CACHE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to indicate whether second-level (what JPA terms shared cache) caching is enabled as per the rules defined in JPA 2 section 3.1.7.
JAKARTA_JPA_SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
NOTE : Not a valid EMF property...
JAKARTA_JPA_SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
NOTE : Not a valid EMF property...
JAKARTA_JPA_TRANSACTION_TYPE - Static variable in interface org.hibernate.cfg.AvailableSettings
The type of transactions supported by the entity managers.
JAKARTA_JPA_UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators
JAKARTA_JPA_VALIDATION_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to pass along any discovered validator factory.
JAKARTA_JPA_VALIDATION_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to indicate what form of automatic validation is in effect as per rules defined in JPA 2 section 3.6.1.1
JAKARTA_MODE_PROPERTY - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
JAKARTA_SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying a query timeout per JPA, which defines the timeout in milliseconds
jar - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
JAR - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
JAR - org.hibernate.boot.jaxb.SourceType
 
JarFileEntryUrlAdjuster - Interface in org.hibernate.boot.archive.spi
Optional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust <jar-file/> URL's defined in persistence.xml files.
JavaTypeDescriptor - Interface in org.hibernate.boot.model
 
JavaTypeDescriptor<T> - Interface in org.hibernate.type.descriptor.java
Descriptor for the Java side of a value mapping.
JavaTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.java
Deprecated.
Use (5.3) Use JavaTypeDescriptorRegistry instead
JavaTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.java.spi
Basically a map from Class -> JavaTypeDescriptor
JavaTypeDescriptorRegistry() - Constructor for class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
Deprecated.
 
JavaTypeDescriptorRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor<T> - Class in org.hibernate.type.descriptor.java
Deprecated.
 
JavaTypeDescriptorResolvable - Interface in org.hibernate.boot.model.source.spi
 
JaxbAssociationOverride - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbAssociationOverride() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
 
JaxbAttributeOverride - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbAttributeOverride() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
 
JaxbAttributes - Class in org.hibernate.boot.jaxb.mapping.spi
This element contains the entity field or property mappings.
JaxbAttributes() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
JaxbBasic - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbBasic() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
 
JaxbCascadeType - Class in org.hibernate.boot.jaxb.mapping.spi
public enum CascadeType { ALL, PERSIST, MERGE, REMOVE, REFRESH, DETACH};
JaxbCascadeType() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
 
JaxbCfgCacheUsageEnum - Enum in org.hibernate.boot.jaxb.cfg.spi
Java class for CacheUsageEnum.
JaxbCfgCollectionCacheType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for CollectionCacheType complex type.
JaxbCfgCollectionCacheType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
JaxbCfgConfigPropertyType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for ConfigPropertyType complex type.
JaxbCfgConfigPropertyType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
JaxbCfgEntityCacheType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for EntityCacheType complex type.
JaxbCfgEntityCacheType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
JaxbCfgEventListenerGroupType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for EventListenerGroupType complex type.
JaxbCfgEventListenerGroupType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
JaxbCfgEventListenerType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for EventListenerType complex type.
JaxbCfgEventListenerType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
JaxbCfgEventTypeEnum - Enum in org.hibernate.boot.jaxb.cfg.spi
Java class for EventTypeEnum.
JaxbCfgGrant() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
JaxbCfgHibernateConfiguration - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgHibernateConfiguration() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
JaxbCfgHibernateConfiguration.JaxbCfgSecurity - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgMappingReferenceType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for MappingReferenceType complex type.
JaxbCfgMappingReferenceType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
JaxbCfgSecurity() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
JaxbCfgSessionFactory() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
JaxbCollectionTable - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbCollectionTable() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
JaxbColumn - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
JaxbColumnResult - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbColumnResult() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
 
JaxbConstructorResult - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbConstructorResult() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
 
JaxbConvert - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbConvert() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
 
JaxbConverter - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbConverter() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
 
JaxbDiscriminatorColumn - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbDiscriminatorColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
 
JaxbElementCollection - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbElementCollection() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
JaxbEmbeddable - Class in org.hibernate.boot.jaxb.mapping.spi
Defines the settings and mappings for embeddable objects.
JaxbEmbeddable() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
 
JaxbEmbeddableAttributes - Class in org.hibernate.boot.jaxb.mapping.spi
Java class for embeddable-attributes complex type.
JaxbEmbeddableAttributes() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
JaxbEmbedded - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbEmbedded() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
 
JaxbEmbeddedId - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbEmbeddedId() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
 
JaxbEmptyType - Class in org.hibernate.boot.jaxb.mapping.spi
Java class for emptyType complex type.
JaxbEmptyType() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEmptyType
 
JaxbEntity - Class in org.hibernate.boot.jaxb.mapping.spi
Defines the settings and mappings for an entity.
JaxbEntity() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
JaxbEntityListener - Class in org.hibernate.boot.jaxb.mapping.spi
Defines an entity listener to be invoked at lifecycle events for the entities that list this listener.
JaxbEntityListener() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
JaxbEntityListeners - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbEntityListeners() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListeners
 
JaxbEntityMappings - Class in org.hibernate.boot.jaxb.mapping.spi
The entity-mappings element is the root element of a mapping file.
JaxbEntityMappings() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
JaxbEntityResult - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbEntityResult() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
 
JaxbFieldResult - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbFieldResult() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
 
JaxbForeignKey - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbForeignKey() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
 
JaxbGeneratedValue - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbGeneratedValue() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
 
JaxbHbmAnyAssociationType - Class in org.hibernate.boot.jaxb.hbm.spi
A discriminated association where the discriminator is part of the association, not the associated entity (compared to discriminator subclass)
JaxbHbmAnyAssociationType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
JaxbHbmAnyValueMappingType - Class in org.hibernate.boot.jaxb.hbm.spi
Defines the mapping of a discriminator value to a concrete entity in an any or any-to-many mapping.
JaxbHbmAnyValueMappingType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
JaxbHbmArrayType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ArrayType complex type.
JaxbHbmArrayType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
JaxbHbmAuxiliaryDatabaseObjectType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for AuxiliaryDatabaseObjectType complex type.
JaxbHbmAuxiliaryDatabaseObjectType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmBagCollectionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for BagCollectionType complex type.
JaxbHbmBagCollectionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
JaxbHbmBaseVersionAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Type definition that acts as a base for concrete definitions of mapped attributes that can function as the basis of optimistic locking.
JaxbHbmBaseVersionAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
JaxbHbmBasicAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for BasicAttributeType complex type.
JaxbHbmBasicAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
JaxbHbmBasicCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the element type of a collection where the element is of basic type
JaxbHbmBasicCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
JaxbHbmCacheInclusionEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for CacheInclusionEnum.
JaxbHbmCacheType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for CacheType complex type.
JaxbHbmCacheType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
JaxbHbmClassRenameType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ClassRenameType complex type.
JaxbHbmClassRenameType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
JaxbHbmCollectionIdType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for CollectionIdType complex type.
JaxbHbmCollectionIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
JaxbHbmColumnType - Class in org.hibernate.boot.jaxb.hbm.spi
The column element is an alternative to column attributes and required for mapping associations to classes with composite ids.
JaxbHbmColumnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
JaxbHbmCompositeAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
A component is a user-defined class, persisted along with its containing entity to the table of the entity class.
JaxbHbmCompositeAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
JaxbHbmCompositeCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
A composite element allows a collection to hold instances of an arbitrary class, without the requirement of joining to an entity table.
JaxbHbmCompositeCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
JaxbHbmCompositeIdType - Class in org.hibernate.boot.jaxb.hbm.spi
A composite key may be modelled by a java class with a property for each key column.
JaxbHbmCompositeIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
JaxbHbmCompositeIndexType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map which is a composite.
JaxbHbmCompositeIndexType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
JaxbHbmCompositeKeyBasicAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
A property embedded in a composite identifier or map index (always not-null).
JaxbHbmCompositeKeyBasicAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
JaxbHbmCompositeKeyManyToOneType - Class in org.hibernate.boot.jaxb.hbm.spi
A many-to-one association embedded in a composite identifier or map index (always not-null, never cascade).
JaxbHbmCompositeKeyManyToOneType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
JaxbHbmConfigParameterContainer - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ConfigParameterContainer complex type.
JaxbHbmConfigParameterContainer() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
 
JaxbHbmConfigParameterType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ConfigParameterType complex type.
JaxbHbmConfigParameterType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
JaxbHbmCustomSqlDmlType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for CustomSqlDmlType complex type.
JaxbHbmCustomSqlDmlType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
JaxbHbmDefinition() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
 
JaxbHbmDialectScopeType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for DialectScopeType complex type.
JaxbHbmDialectScopeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
JaxbHbmDiscriminatorSubclassEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Subclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.
JaxbHbmDiscriminatorSubclassEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
JaxbHbmDynamicComponentType - Class in org.hibernate.boot.jaxb.hbm.spi
A dynamic-component maps columns of the database entity to a java.util.Map at the Java level
JaxbHbmDynamicComponentType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
JaxbHbmEntityBaseDefinition - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for EntityBaseDefinition complex type.
JaxbHbmEntityBaseDefinition() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
JaxbHbmEntityDiscriminatorType - Class in org.hibernate.boot.jaxb.hbm.spi
Polymorphic data requires a column holding a class discriminator value.
JaxbHbmEntityDiscriminatorType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
JaxbHbmFetch() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
JaxbHbmFetchProfileType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for FetchProfileType complex type.
JaxbHbmFetchProfileType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
JaxbHbmFetchProfileType.JaxbHbmFetch - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmFetchStyleEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for FetchStyleEnum.
JaxbHbmFetchStyleWithSubselectEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for FetchStyleWithSubselectEnum.
JaxbHbmFilterAliasMappingType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for filter-alias-mapping-type complex type.
JaxbHbmFilterAliasMappingType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
JaxbHbmFilterDefinitionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for FilterDefinitionType complex type.
JaxbHbmFilterDefinitionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
JaxbHbmFilterParameterType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for FilterParameterType complex type.
JaxbHbmFilterParameterType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
JaxbHbmFilterType - Class in org.hibernate.boot.jaxb.hbm.spi
FILTER element; used to apply a filter.
JaxbHbmFilterType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
JaxbHbmGeneratorSpecificationType - Class in org.hibernate.boot.jaxb.hbm.spi
Generators generate unique identifiers.
JaxbHbmGeneratorSpecificationType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
 
JaxbHbmHibernateMapping - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmHibernateMapping() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
JaxbHbmIdBagCollectionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for IdBagCollectionType complex type.
JaxbHbmIdBagCollectionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
JaxbHbmIdentifierGeneratorDefinitionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for IdentifierGeneratorDefinitionType complex type.
JaxbHbmIdentifierGeneratorDefinitionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
JaxbHbmIndexManyToAnyType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for index-many-to-any-type complex type.
JaxbHbmIndexManyToAnyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
JaxbHbmIndexManyToManyType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map which is an FK-association.
JaxbHbmIndexManyToManyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
JaxbHbmIndexType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the index of an indexed collection.
JaxbHbmIndexType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
JaxbHbmJoinedSubclassEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Joined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regarding vs.
JaxbHbmJoinedSubclassEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
JaxbHbmKeyType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the column name of a foreign key.
JaxbHbmKeyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
JaxbHbmLazyEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for LazyEnum.
JaxbHbmLazyWithExtraEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for LazyWithExtraEnum.
JaxbHbmLazyWithNoProxyEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for LazyWithNoProxyEnum.
JaxbHbmListIndexType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ListIndexType complex type.
JaxbHbmListIndexType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
JaxbHbmListType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ListType complex type.
JaxbHbmListType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
JaxbHbmLoaderType - Class in org.hibernate.boot.jaxb.hbm.spi
The loader element allows specification of a named query to be used for fetching an entity or collection
JaxbHbmLoaderType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
 
JaxbHbmManyToAnyCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
A "many to any" defines a polymorphic association to any table with the given identifier type.
JaxbHbmManyToAnyCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
JaxbHbmManyToManyCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ManyToManyCollectionElementType complex type.
JaxbHbmManyToManyCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
JaxbHbmManyToOneType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ManyToOneType complex type.
JaxbHbmManyToOneType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
JaxbHbmMapKeyBasicType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map where the key is a basic (JPA term) type
JaxbHbmMapKeyBasicType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
JaxbHbmMapKeyCompositeType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map where the key is a composite type
JaxbHbmMapKeyCompositeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
JaxbHbmMapKeyManyToManyType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map where the key is an association (FK)
JaxbHbmMapKeyManyToManyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
JaxbHbmMapType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for MapType complex type.
JaxbHbmMapType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
JaxbHbmMultiTenancyType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for multi-tenancy-type complex type.
JaxbHbmMultiTenancyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
JaxbHbmNamedNativeQueryType - Class in org.hibernate.boot.jaxb.hbm.spi
The sql-query element declares a named SQL query string
JaxbHbmNamedNativeQueryType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
JaxbHbmNamedQueryType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NamedQueryType complex type.
JaxbHbmNamedQueryType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
JaxbHbmNativeQueryCollectionLoadReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryCollectionLoadReturnType complex type.
JaxbHbmNativeQueryCollectionLoadReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
JaxbHbmNativeQueryJoinReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryJoinReturnType complex type.
JaxbHbmNativeQueryJoinReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
JaxbHbmNativeQueryPropertyReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryPropertyReturnType complex type.
JaxbHbmNativeQueryPropertyReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmNativeQueryReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Defines a return component for a sql-query.
JaxbHbmNativeQueryReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmNativeQueryScalarReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryScalarReturnType complex type.
JaxbHbmNativeQueryScalarReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
JaxbHbmNaturalIdCacheType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NaturalIdCacheType complex type.
JaxbHbmNaturalIdCacheType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
 
JaxbHbmNaturalIdType - Class in org.hibernate.boot.jaxb.hbm.spi
A natural-id element allows declaration of the unique business key
JaxbHbmNaturalIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
JaxbHbmNestedCompositeElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for nested-composite-element-type complex type.
JaxbHbmNestedCompositeElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
JaxbHbmNotFoundEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for NotFoundEnum.
JaxbHbmOnDeleteEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for OnDeleteEnum.
JaxbHbmOneToManyCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for OneToManyCollectionElementType complex type.
JaxbHbmOneToManyCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
JaxbHbmOneToOneType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for OneToOneType complex type.
JaxbHbmOneToOneType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
JaxbHbmOuterJoinEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for OuterJoinEnum.
JaxbHbmParentType - Class in org.hibernate.boot.jaxb.hbm.spi
The parent element maps a property of the component class as a pointer back to the owning entity.
JaxbHbmParentType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
 
JaxbHbmPolymorphismEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for PolymorphismEnum.
JaxbHbmPrimitiveArrayType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for PrimitiveArrayType complex type.
JaxbHbmPrimitiveArrayType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
JaxbHbmPropertiesType - Class in org.hibernate.boot.jaxb.hbm.spi
properties declares that the contained properties form an alternate key.
JaxbHbmPropertiesType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
JaxbHbmQueryParamType - Class in org.hibernate.boot.jaxb.hbm.spi
The query-param element is used only by tools that generate finder methods for named queries
JaxbHbmQueryParamType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
JaxbHbmResultSetMappingType - Class in org.hibernate.boot.jaxb.hbm.spi
The resultset element declares a named resultset mapping definition for SQL queries
JaxbHbmResultSetMappingType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
JaxbHbmReturnColumn() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
 
JaxbHbmReturnDiscriminator() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
 
JaxbHbmRootEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Root entity mapping.
JaxbHbmRootEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
JaxbHbmSecondaryTableType - Class in org.hibernate.boot.jaxb.hbm.spi
A join allows some properties of a class to be persisted to a second table
JaxbHbmSecondaryTableType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
JaxbHbmSetType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for SetType complex type.
JaxbHbmSetType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
JaxbHbmSimpleIdType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the id type, column and generation algorithm for an entity class.
JaxbHbmSimpleIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
JaxbHbmSubclassEntityBaseDefinition - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for SubclassEntityBaseDefinition complex type.
JaxbHbmSubclassEntityBaseDefinition() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
 
JaxbHbmSynchronizeType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for synchronize-type complex type.
JaxbHbmSynchronizeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
 
JaxbHbmTimestampAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Optimistic locking attribute based on a (last-updated) timestamp.
JaxbHbmTimestampAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
JaxbHbmTimestampSourceEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for TimestampSourceEnum.
JaxbHbmToolingHintContainer - Class in org.hibernate.boot.jaxb.hbm.spi
Describes an XSD base type for any complex type that can contain "tooling hints".
JaxbHbmToolingHintContainer() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
 
JaxbHbmToolingHintType - Class in org.hibernate.boot.jaxb.hbm.spi
is used to assign meta-level attributes to a class or property.
JaxbHbmToolingHintType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
JaxbHbmTuplizerType - Class in org.hibernate.boot.jaxb.hbm.spi
TUPLIZER element; defines tuplizer to use for a component/entity for a given entity-mode
JaxbHbmTuplizerType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
JaxbHbmTypeDefinitionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for TypeDefinitionType complex type.
JaxbHbmTypeDefinitionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
JaxbHbmTypeSpecificationType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the type of the containing property (overrides an eventually existing type attribute of the property).
JaxbHbmTypeSpecificationType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
 
JaxbHbmUnionSubclassEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Union subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regarding vs.
JaxbHbmUnionSubclassEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
JaxbHbmUnsavedValueCompositeIdEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for UnsavedValueCompositeIdEnum.
JaxbHbmUnsavedValueTimestampEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for UnsavedValueTimestampEnum.
JaxbHbmUnsavedValueVersionEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for UnsavedValueVersionEnum.
JaxbHbmVersionAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Optimistic locking attribute based on an incrementing value.
JaxbHbmVersionAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
JaxbId - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbId() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
JaxbIdClass - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbIdClass() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbIdClass
 
JaxbIndex - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbIndex() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
 
JaxbInheritance - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbInheritance() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
 
JaxbJoinColumn - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbJoinColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
JaxbJoinTable - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbJoinTable() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
JaxbLob - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbLob() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbLob
 
JaxbManyToMany - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbManyToMany() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
JaxbManyToOne - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbManyToOne() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
JaxbMapKey - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbMapKey() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKey
 
JaxbMapKeyClass - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbMapKeyClass() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClass
 
JaxbMapKeyColumn - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbMapKeyColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
JaxbMapKeyJoinColumn - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbMapKeyJoinColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
JaxbMappedSuperclass - Class in org.hibernate.boot.jaxb.mapping.spi
Defines the settings and mappings for a mapped superclass.
JaxbMappedSuperclass() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
JaxbNamedAttributeNode - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbNamedAttributeNode() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
 
JaxbNamedEntityGraph - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbNamedEntityGraph() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
 
JaxbNamedNativeQuery - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbNamedNativeQuery() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
 
JaxbNamedQuery - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbNamedQuery() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
 
JaxbNamedStoredProcedureQuery - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbNamedStoredProcedureQuery() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
JaxbNamedSubgraph - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbNamedSubgraph() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
 
JaxbOneToMany - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbOneToMany() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
JaxbOneToOne - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbOneToOne() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
JaxbOrderColumn - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbOrderColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
 
JaxbPersistenceUnitDefaults - Class in org.hibernate.boot.jaxb.mapping.spi
These defaults are applied to the persistence unit as a whole unless they are overridden by local annotation or XML element settings.
JaxbPersistenceUnitDefaults() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
 
JaxbPersistenceUnitMetadata - Class in org.hibernate.boot.jaxb.mapping.spi
Metadata that applies to the persistence unit and not just to the mapping file in which it is contained.
JaxbPersistenceUnitMetadata() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
 
JaxbPostLoad - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbPostLoad() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
 
JaxbPostPersist - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbPostPersist() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
 
JaxbPostRemove - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbPostRemove() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
 
JaxbPostUpdate - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbPostUpdate() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
 
JaxbPrePersist - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbPrePersist() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
 
JaxbPreRemove - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbPreRemove() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
 
JaxbPreUpdate - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbPreUpdate() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
 
JaxbPrimaryKeyJoinColumn - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbPrimaryKeyJoinColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
 
JaxbQueryHint - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbQueryHint() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
 
JaxbSecondaryTable - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbSecondaryTable() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
JaxbSequenceGenerator - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbSequenceGenerator() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
JaxbSqlResultSetMapping - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbSqlResultSetMapping() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
JaxbStoredProcedureParameter - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbStoredProcedureParameter() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
 
JaxbTable - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbTable() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
 
JaxbTableGenerator - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbTableGenerator() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
JaxbTransient - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbTransient() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
 
JaxbUniqueConstraint - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbUniqueConstraint() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
 
JaxbVersion - Class in org.hibernate.boot.jaxb.mapping.spi
 
JaxbVersion() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
 
JDataStoreDialect - Class in org.hibernate.dialect
A Dialect for JDataStore.
JDataStoreDialect() - Constructor for class org.hibernate.dialect.JDataStoreDialect
Creates new JDataStoreDialect
JDataStoreIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
JDataStoreIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.JDataStoreIdentityColumnSupport
 
JDBC_DRIVER - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.JPA_JDBC_DRIVER instead
JDBC_PASSWORD - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.JPA_JDBC_PASSWORD instead
JDBC_TIME_ZONE - Static variable in interface org.hibernate.cfg.AvailableSettings
Default JDBC TimeZone.
JDBC_TYLE_PARAMS_ZERO_BASE - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
This is a temporary backwards-compatibility setting to help applications using versions prior to 5.3 in upgrading. Deprecation warnings are issued when this is set to `true`.
JDBC_URL - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.JPA_JDBC_URL instead
JDBC_USER - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.JPA_JDBC_USER instead
JdbcConnectionAccess - Interface in org.hibernate.engine.jdbc.connections.spi
Provides centralized access to JDBC connections.
jdbcConnectionAcquisitionEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionAcquisitionEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcConnectionAcquisitionEnd(Connection) - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionAcquisitionStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionAcquisitionStart() - Method in interface org.hibernate.SessionEventListener
 
JDBCConnectionException - Exception in org.hibernate.exception
Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).
JDBCConnectionException(String, SQLException) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
JDBCConnectionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionReleaseEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionReleaseEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionReleaseStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionReleaseStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcCoordinator - Interface in org.hibernate.engine.jdbc.spi
Coordinates JDBC-related activities.
JdbcDataType - Class in org.hibernate.boot.model.source.spi
Models a JDBC DATATYPE.
JdbcDataType(int, String, Class) - Constructor for class org.hibernate.boot.model.source.spi.JdbcDataType
 
JdbcDateTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Date handling.
JdbcDateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
JdbcDateTypeDescriptor.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
JdbcEnvironment - Interface in org.hibernate.engine.jdbc.env.spi
Initial look at this concept we keep talking about with merging information from DatabaseMetaData and Dialect
JDBCException - Exception in org.hibernate
Wraps a SQLException.
JDBCException(String, SQLException) - Constructor for exception org.hibernate.JDBCException
Constructs a JDBCException using the given information.
JDBCException(String, SQLException, String) - Constructor for exception org.hibernate.JDBCException
Constructs a JDBCException using the given information.
jdbcExecuteBatchEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteBatchEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcExecuteBatchEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcExecuteBatchStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteBatchStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcExecuteBatchStart() - Method in interface org.hibernate.SessionEventListener
 
jdbcExecuteStatementEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteStatementEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcExecuteStatementEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcExecuteStatementStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteStatementStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcExecuteStatementStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcMetadaAccessStrategy - Enum in org.hibernate.tool.schema
 
JdbcObserver - Interface in org.hibernate.resource.jdbc.spi
Deprecated.
It is no longer possible to plug custom implementations of this SPI. It will be removed.
jdbcPrepareStatementEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcPrepareStatementEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcPrepareStatementEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcPrepareStatementStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcPrepareStatementStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcPrepareStatementStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcRecommendedSqlTypeMappingContext - Interface in org.hibernate.type.descriptor.spi
More-or-less a parameter-object intended for use in determining the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type.
jdbcReleaseRegistryResourcesEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcReleaseRegistryResourcesStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
JdbcResourceTransaction - Interface in org.hibernate.resource.transaction.backend.jdbc.spi
Models access to the resource transaction of the underlying JDBC resource.
JdbcResourceTransactionAccess - Interface in org.hibernate.resource.transaction.backend.jdbc.spi
Provides access to DataStoreTransaction (JDBC transaction stand-in) for use in building resource-local TransactionCoordinator instances.
JdbcServices - Interface in org.hibernate.engine.jdbc.spi
Contract for services around JDBC operations.
JdbcSessionContext - Interface in org.hibernate.resource.jdbc.spi
Provides the JdbcSession implementation with contextual information it needs during its lifecycle.
JdbcSessionOwner - Interface in org.hibernate.resource.jdbc.spi
Contract for something that controls a JdbcSessionContext.
jdbcStyleParamsZeroBased() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
jdbcStyleParamsZeroBased() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
JdbcTimestampTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Timestamp handling.
JdbcTimestampTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
JdbcTimeTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Time handling.
JdbcTimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
JdbcTimeTypeDescriptor.TimeMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
jdbcTimeZone(TimeZone) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
jdbcTimeZone(TimeZone) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
jdbcTimeZone(TimeZone) - Method in interface org.hibernate.SessionBuilder
 
JdbcTypeFamilyInformation - Class in org.hibernate.type.descriptor.sql
Information pertaining to JDBC type families.
JdbcTypeFamilyInformation() - Constructor for class org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation
 
JdbcTypeFamilyInformation.Family - Enum in org.hibernate.type.descriptor.sql
 
JdbcTypeJavaClassMappings - Class in org.hibernate.type.descriptor.sql
Maintains the JDBC recommended mappings for JDBC type-code to/from Java Class as defined in _Appendix B : Data Type Conversion Tables_ of the _JDBC 4.0 Specification_ Eventually, the plan is to have Dialect and DatabaseMetaData.getTypeInfo() contribute this information.
JdbcTypeNameMapper - Class in org.hibernate.type.descriptor
(Badly named) helper for dealing with standard JDBC types as defined by Types
JdbcWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Generic contract for wrapped JDBC objects.
JMX_AGENT_ID - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Scheduled for removal in 6.0; see https://hibernate.atlassian.net/browse/HHH-14847 and https://hibernate.atlassian.net/browse/HHH-14846
JMX_DEFAULT_OBJ_NAME_DOMAIN - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Scheduled for removal in 6.0; see https://hibernate.atlassian.net/browse/HHH-14847 and https://hibernate.atlassian.net/browse/HHH-14846
JMX_DOMAIN_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Scheduled for removal in 6.0; see https://hibernate.atlassian.net/browse/HHH-14847 and https://hibernate.atlassian.net/browse/HHH-14846
JMX_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Scheduled for removal in 6.0; see https://hibernate.atlassian.net/browse/HHH-14847 and https://hibernate.atlassian.net/browse/HHH-14846
JMX_PLATFORM_SERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Scheduled for removal in 6.0; see https://hibernate.atlassian.net/browse/HHH-14847 and https://hibernate.atlassian.net/browse/HHH-14846
JMX_SF_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Scheduled for removal in 6.0; see https://hibernate.atlassian.net/browse/HHH-14847 and https://hibernate.atlassian.net/browse/HHH-14846
JmxService - Interface in org.hibernate.jmx.spi
Deprecated.
Scheduled for removal in 6.0; see https://hibernate.atlassian.net/browse/HHH-14847 and https://hibernate.atlassian.net/browse/HHH-14846
JNDI_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JNDI InitialContext class.
JNDI_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a prefix used to define arbitrary JNDI InitialContext properties.
JNDI_URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JNDI provider/connection url
JndiException - Exception in org.hibernate.engine.jndi
An exception indicating trouble accessing JNDI
JndiException(String) - Constructor for exception org.hibernate.engine.jndi.JndiException
Constructs a JndiException
JndiException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiException
Constructs a JndiException
JndiNameException - Exception in org.hibernate.engine.jndi
Indicates a problem with a given JNDI name being deemed as not valid.
JndiNameException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiNameException
Constructs a JndiNameException
JndiService - Interface in org.hibernate.engine.jndi.spi
Service providing simplified access to JNDI related features needed by Hibernate.
join - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
join - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
Join - Class in org.hibernate.mapping
 
Join - Interface in org.hibernate.loader.plan.spi
Represents a join in the QuerySpace-sense.
Join() - Constructor for class org.hibernate.mapping.Join
 
JOIN - org.hibernate.annotations.FetchMode
Use an outer join to load the related entities, collections or joins.
JOIN - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
JOIN - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
JOIN - org.hibernate.engine.FetchStyle
Inherently an eager style of fetching.
JOIN - org.hibernate.engine.profile.Fetch.Style
Fetch via a join
JOIN - org.hibernate.FetchMode
Fetch using an outer join.
Joinable - Interface in org.hibernate.persister.entity
Anything that can be loaded by outer join - namely persisters for classes or collections.
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
JoinColumnOrFormula - Annotation Type in org.hibernate.annotations
Allows joins based on column or a formula.
JoinColumnsOrFormulas - Annotation Type in org.hibernate.annotations
Collection of @JoinColumnOrFormula definitions.
JoinDefinedByMetadata - Interface in org.hibernate.loader.plan.spi
Specialization of a Join that is defined by the metadata.
JOINED - org.hibernate.boot.model.source.spi.InheritanceType
 
JOINED - org.hibernate.engine.transaction.spi.JoinStatus
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
JoinedSubclass - Class in org.hibernate.mapping
A subclass in a table-per-subclass mapping
JoinedSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.JoinedSubclass
 
JoinedSubclassEntityPersister - Class in org.hibernate.persister.entity
An EntityPersister implementing the normalized "table-per-subclass" mapping strategy
JoinedSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
JoinedSubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
 
JoinedSubclassFkSecondPass - Class in org.hibernate.cfg
 
JoinedSubclassFkSecondPass(JoinedSubclass, Ejb3JoinColumn[], SimpleValue, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
JoinFormula - Annotation Type in org.hibernate.annotations
To be used as a replacement for @JoinColumn in most places.
JoinFragment - Class in org.hibernate.sql
An abstract SQL join fragment renderer
JoinFragment() - Constructor for class org.hibernate.sql.JoinFragment
 
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the argument
joinKeyColumnName(String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return the join key column name ie a FK column used in a JOINED strategy or for a secondary table
joins - Variable in class org.hibernate.cfg.Ejb3Column
 
JoinStatus - Enum in org.hibernate.engine.transaction.spi
See the JPA notion of joining a transaction for details.
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
 
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
joinTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
joinTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
JoinType - Enum in org.hibernate.sql
 
JoinWalker - Class in org.hibernate.loader
Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.
JoinWalker(SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.JoinWalker
 
JoinWalker.AssociationInitCallback - Interface in org.hibernate.loader
 
JPA_CACHING_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JPA_CALLBACKS_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA Callbacks are enabled by default.
JPA_CLOSED_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA defines specific exceptions on specific methods when called on EntityManager and EntityManagerFactory when those objects have been closed.
JPA_ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the JPA entity name
JPA_ID_GENERATOR_GLOBAL_SCOPE_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Determine if the scope of TableGenerator.name() and SequenceGenerator.name() should be considered globally or locally defined.
JPA_JDBC_DRIVER - Static variable in interface org.hibernate.cfg.AvailableSettings
The name of a JDBC driver to use to connect to the database.
JPA_JDBC_PASSWORD - Static variable in interface org.hibernate.cfg.AvailableSettings
The JDBC connection password.
JPA_JDBC_URL - Static variable in interface org.hibernate.cfg.AvailableSettings
The JDBC connection url to use to connect to the database.
JPA_JDBC_USER - Static variable in interface org.hibernate.cfg.AvailableSettings
The JDBC connection user name.
JPA_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
The JNDI name of a JTA DataSource.
JPA_LIST_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Controls whether Hibernate should recognize what it considers a "bag" (PersistentBag) as a List (PersistentList) or as a bag.
JPA_LOCK_SCOPE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to request (hint) a pessimistic lock scope.
JPA_LOCK_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to request (hint) a pessimistic lock timeout (in milliseconds).
JPA_METAMODEL_GENERATION - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_METAMODEL_POPULATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
JPA_METAMODEL_POPULATION - Static variable in interface org.hibernate.jpa.AvailableSettings
JPA_NON_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
The JNDI name of a non-JTA DataSource.
JPA_PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators
JPA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
The name of the PersistenceProvider implementor
JPA_PROXY_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
The JPA spec says that a EntityNotFoundException should be thrown when accessing an entity Proxy which does not have an associated table row in the database.
JPA_QUERY_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Controls whether Hibernate's handling of Query (JPQL, Criteria and native-query) should strictly follow the JPA spec.
JPA_REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators
JPA_SHARED_CACHE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to indicate whether second-level (what JPA terms shared cache) caching is enabled as per the rules defined in JPA 2 section 3.1.7.
JPA_SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
NOTE : Not a valid EMF property...
JPA_SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
NOTE : Not a valid EMF property...
JPA_TRANSACTION_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Should Hibernate's Transaction behave as defined by the spec for JPA's EntityTransaction since it extends the JPA one.
JPA_TRANSACTION_TYPE - Static variable in interface org.hibernate.cfg.AvailableSettings
The type of transactions supported by the entity managers.
JPA_UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators
JPA_VALIDATION_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to pass along any discovered validator factory.
JPA_VALIDATION_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to indicate what form of automatic validation is in effect as per rules defined in JPA 2 section 3.6.1.1
JpaAttributeConverter<O,​R> - Interface in org.hibernate.metamodel.model.convert.spi
BasicValueConverter extension for AttributeConverter-specific support
JpaAttributeConverterCreationContext - Interface in org.hibernate.boot.model.convert.spi
JpaBootstrapSensitive - Interface in org.hibernate.event.service.spi
Defines an event listener that is sensitive to whether a native or jpa bootstrap was performed
JpaCallbackSource - Interface in org.hibernate.boot.model.source.spi
 
JpaCompliance - Interface in org.hibernate.jpa.spi
Encapsulates settings controlling whether certain aspects of the JPA spec should be strictly followed.
JPAIndexHolder - Class in org.hibernate.cfg
 
JPAIndexHolder(Index) - Constructor for class org.hibernate.cfg.JPAIndexHolder
 
JpaOrmXmlPersistenceUnitDefaultAware - Interface in org.hibernate.boot.spi
Contract for things that need to be aware of JPA orm.xml-defined persistence-unit-defaults.
JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults - Interface in org.hibernate.boot.spi
Represents the persistence-unit-defaults to be applied
jpaPositionalParameter(int, int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when a JPA-style named parameter is recognized
jpaPositionalParameter(int, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
jpaPositionalParameter(int, int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
JPAQL_STRICT_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JpaTargetAndSourceDescriptor - Interface in org.hibernate.tool.schema.spi
JPA ties the notion of SourceDescriptor and TargetDescriptor together: meaning that a SourceDescriptor is specific to a given TargetDescriptor.
jpaXsd(String) - Method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
jpaXsd(String) - Method in class org.hibernate.boot.xsd.MappingXsdSupport
 
JTA_CACHE_TM - Static variable in interface org.hibernate.cfg.AvailableSettings
A configuration value key used to indicate that it is safe to cache TransactionManager references.
JTA_CACHE_UT - Static variable in interface org.hibernate.cfg.AvailableSettings
A configuration value key used to indicate that it is safe to cache UserTransaction references.
JTA_DATASOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.JPA_JTA_DATASOURCE instead
JTA_PLATFORM - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JtaPlatform implementation to use for integrating with JTA systems.
JTA_PLATFORM_RESOLVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JtaPlatformResolver implementation to use.
JTA_TRACK_BY_THREAD - Static variable in interface org.hibernate.cfg.AvailableSettings
A transaction can be rolled back by another thread ("tracking by thread") -- not the original application.
JtaPlatform - Interface in org.hibernate.engine.transaction.jta.platform.spi
Defines how we interact with various JTA services on the given platform/environment.
JtaPlatformException - Exception in org.hibernate.engine.transaction.jta.platform.spi
Indicates a problem interacting with the underlying JTA platform.
JtaPlatformException(String) - Constructor for exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
 
JtaPlatformException(String, Throwable) - Constructor for exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
 
JtaPlatformProvider - Interface in org.hibernate.engine.transaction.jta.platform.spi
A ServiceLoader-style provider of JtaPlatform instances.
JtaPlatformResolver - Interface in org.hibernate.engine.transaction.jta.platform.spi
Service for defining how to resolve or determine the JtaPlatform to use in configurations where the user did not explicitly specify one.
Junction - Class in org.hibernate.criterion
A sequence of a logical expressions combined by some associative logical operator
Junction(Junction.Nature) - Constructor for class org.hibernate.criterion.Junction
 
Junction(Junction.Nature, Criterion...) - Constructor for class org.hibernate.criterion.Junction
 
Junction.Nature - Enum in org.hibernate.criterion
The type of junction
jvmHasTimestampBug() - Static method in class org.hibernate.cfg.Environment
Deprecated.
removed as unnecessary

K

K - org.hibernate.engine.jdbc.Size.LobMultiplier
 
KEEP_ORIGINAL - org.hibernate.event.service.spi.DuplicationStrategy.Action
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
KEY - Static variable in class org.hibernate.tuple.DynamicMapInstantiator
 
keyColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
keyColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
keyPropertyOrKeyManyToOne - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
keySet() - Method in class org.hibernate.proxy.map.MapProxy
 
keySubgraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
 
KeyValue - Interface in org.hibernate.mapping
Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.
KEYWORD_AUTO_QUOTING_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether to automatically quote any names that are deemed keywords.

L

last() - Method in interface org.hibernate.ScrollableResults
Go to the last result.
LAST - org.hibernate.NullPrecedence
Null values appear at the end of the sorted collection.
LAST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
LAST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
LATEST_VERSION - org.hibernate.ReplicationMode
When a row already exists, choose the latest version.
latestDialect() - Method in enum org.hibernate.dialect.Database
 
latestJpaDescriptor() - Method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
latestJpaDescriptor() - Method in class org.hibernate.boot.xsd.MappingXsdSupport
 
latestJpaVerison() - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
lazy() - Method in annotation type org.hibernate.annotations.Proxy
Whether this class is lazy or not.
LAZY - Static variable in enum org.hibernate.FetchMode
Deprecated.
use FetchMode.SELECT
lazyAttributeCount() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
LazyAttributeDescriptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
Descriptor for an attribute which is enabled for bytecode lazy fetching
LazyAttributeLoadingInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
Interceptor that loads attributes lazily
LazyAttributeLoadingInterceptor(String, Object, Set<String>, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
LazyAttributesMetadata - Class in org.hibernate.bytecode.enhance.spi.interceptor
Information about all of the bytecode lazy attributes for an entity
LazyAttributesMetadata(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
LazyAttributesMetadata(String, Map<String, LazyAttributeDescriptor>, Map<String, Set<String>>) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
LazyCollection - Annotation Type in org.hibernate.annotations
Define the lazy status of a collection.
LazyCollectionOption - Enum in org.hibernate.annotations
Lazy options available for a collection.
LazyFetchGroupMetadata - Interface in org.hibernate.bytecode.enhance.spi.interceptor
Information about a particular bytecode lazy attribute grouping.
LazyGroup - Annotation Type in org.hibernate.annotations
For use with bytecode-enhanced lazy-loading support.
lazyGroupIgnoredForToOne(String, String, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging_$logger
 
lazyGroupIgnoredForToOne(String, String, String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
lazyGroupIgnoredForToOne$str() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging_$logger
 
LazyInitializable - Interface in org.hibernate.collection.spi
Hibernate "wraps" a java collection in an instance of PersistentCollection.
LazyInitializationException - Exception in org.hibernate
Indicates an attempt to access not-yet-fetched data outside of a session context.
LazyInitializationException(String) - Constructor for exception org.hibernate.LazyInitializationException
Constructs a LazyInitializationException using the given message.
LazyInitializer - Interface in org.hibernate.proxy
Handles fetching of the underlying entity for a proxy
LazyPropertyInitializer - Interface in org.hibernate.bytecode.enhance.spi
Contract for controlling how lazy properties get initialized.
LazyPropertyInitializer.InterceptorImplementor - Interface in org.hibernate.bytecode.enhance.spi
Deprecated.
Prefer the form of these methods defined on BytecodeLazyAttributeInterceptor instead
LazyToOne - Annotation Type in org.hibernate.annotations
Define the laziness options available for a ToOne (ie OneToOne or ManyToOne) association.
LazyToOneOption - Enum in org.hibernate.annotations
Lazy options available for a ToOne association.
le(Object) - Method in class org.hibernate.criterion.Property
Create a less-than-or-equal-to restriction based on this property
le(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being less-than-or-equal-to the value in the subquery result.
le(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than or equal" constraint to the named property
le(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query less-than-or-equal-to expression for this property
LEADING - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
LEADING_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming leading spaces
LEADING_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
A template for the series of calls required to trim non-space chars from the beginning of text.
leAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is less-than-or-equal-to ALL the values in the subquery result.
leAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a less-than-or-equal-to-all sub-query expression for this property.
LEFT_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Deprecated.
LEFT_OUTER_JOIN - org.hibernate.sql.JoinType
 
LEFT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
LEGACY - org.hibernate.loader.BatchFetchStyle
The legacy algorithm where we keep a set of pre-built batch sizes based on ArrayHelper.getBatchSizes(int).
LEGACY_DEFAULT_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_DICTATED_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_HILO - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for using a custom "hilo" algorithm optimization, following the legacy Hibernate hilo algorithm
LEGACY_HILO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
LEGACY_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
The legacy behavior of Hibernate.
LEGACY_ORDER_BY_ALIAS_RESOLVER - Static variable in class org.hibernate.sql.Template
 
LEGACY_QUERY_RESULTS_REGION_UNQUALIFIED_NAMES - Static variable in class org.hibernate.cache.spi.AbstractRegionFactory
Legacy names that used to be the default for the query results region.
LEGACY_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAMES - Static variable in class org.hibernate.cache.spi.AbstractRegionFactory
Legacy names that used to be the default for the update timestamps region.
LegacyBatchingCollectionInitializer(QueryableCollection, int[], Loader[]) - Constructor for class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
LegacyBatchingCollectionInitializer(QueryableCollection, int[], Loader[]) - Constructor for class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
 
LegacyBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
 
LegacyBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection.plan
LoadPlan-based implementation of the the legacy batch collection initializer.
LegacyBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
 
LegacyBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder
 
LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer - Class in org.hibernate.loader.collection
 
LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer - Class in org.hibernate.loader.collection.plan
 
LegacyBatchingEntityLoader(OuterJoinLoadable, int, LockMode, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
LegacyBatchingEntityLoader(OuterJoinLoadable, int, LockMode, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
LegacyBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
LegacyBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity.plan
LoadPlan-based implementation of the legacy batch loading strategy
LegacyBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
 
LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader - Class in org.hibernate.loader.entity.plan
 
LegacyFirstLimitHandler - Class in org.hibernate.dialect.pagination
 
LegacyHiLoAlgorithmOptimizer - Class in org.hibernate.id.enhanced
Slight variation from HiLoOptimizer, maintaining compatibility with the values generated by the legacy Hibernate hilo based generators.
LegacyHiLoAlgorithmOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
Constructs a LegacyHiLoAlgorithmOptimizer
LegacyLimitHandler - Class in org.hibernate.dialect.pagination
Limit handler that delegates all operations to the underlying dialect.
LegacyLimitHandler(Dialect) - Constructor for class org.hibernate.dialect.pagination.LegacyLimitHandler
Constructs a LegacyLimitHandler
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
length - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
length - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
 
length - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
length() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
length() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
length(long) - Static method in class org.hibernate.engine.jdbc.Size
 
length(long, Size.LobMultiplier) - Static method in class org.hibernate.engine.jdbc.Size
 
leProperty(String) - Method in class org.hibernate.criterion.Property
Creates a less-than-or-equal-to restriction between 2 properties
leProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than or equal" constraint to two properties
leProperty(Property) - Method in class org.hibernate.criterion.Property
Creates a less-than-or-equal-to restriction between 2 properties
leSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is less-than-or-equal-to SOME of the values in the subquery result.
leSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a less-than-or-equal-to-some sub-query expression for this property.
lessThan(FlushMode) - Method in enum org.hibernate.FlushMode
Checks to see if this flush mode is less than the given flush mode.
lessThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is less restrictive than the given lock mode.
lessThan(ScrollMode) - Method in enum org.hibernate.ScrollMode
Determine if this mode is "less than" the provided mode.
Lifecycle - Interface in org.hibernate.classic
Provides callbacks from the Session to the persistent object.
LifecycleCallback - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for all the JAXB bindings representing lifecycle callbacks.
LifecycleCallbackContainer - Interface in org.hibernate.boot.jaxb.mapping.spi
 
like(Object) - Method in class org.hibernate.criterion.Property
Creates a LIKE restriction for this property
like(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "like" constraint to the named property
like(String, String, MatchMode) - Static method in class org.hibernate.criterion.Restrictions
Apply a "like" constraint to the named property using the provided match mode
like(String, MatchMode) - Method in class org.hibernate.criterion.Property
Creates a LIKE restriction for this property
LikeExpression - Class in org.hibernate.criterion
A criterion representing a "like" expression
LikeExpression(String, String) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikeExpression(String, String, Character, boolean) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikeExpression(String, String, MatchMode) - Constructor for class org.hibernate.criterion.LikeExpression
 
LikeExpression(String, String, MatchMode, Character, boolean) - Constructor for class org.hibernate.criterion.LikeExpression
 
limit(long) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
limit(long) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
limit(long) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
limit(long) - Method in class org.hibernate.query.spi.StreamDecorator
 
LIMIT - org.hibernate.sql.ast.Clause
 
LimitHandler - Interface in org.hibernate.dialect.pagination
Contract defining dialect-specific LIMIT clause handling.
LimitHelper - Class in org.hibernate.dialect.pagination
A helper for dealing with LimitHandler implementations
LINE_COMMENT - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
linkJoinColumnWithValueOverridingNameIfImplicit(PersistentClass, Iterator, Ejb3JoinColumn[], SimpleValue) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
linkToSession(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
linkValueUsingAColumnCopy(Column, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
used for mappedBy cases
linkValueUsingDefaultColumnNaming(Column, PersistentClass, SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
linkWithValue() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
linkWithValue(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
list() - Method in interface org.hibernate.Criteria
Get the results.
list() - Method in interface org.hibernate.Query
Deprecated.
Return the query results as a List.
list() - Method in interface org.hibernate.query.Query
 
list(String, String) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
list(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
list(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute a find() query
list(Criteria) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
list(Criteria) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute a criteria query
list(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
list(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute a native SQL query, and return the results as a fully built list.
list(SharedSessionContractImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
list(SharedSessionContractImplementor, QueryParameters) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform a list operation given the underlying query definition.
list(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.loader.custom.CustomLoader
 
list(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.loader.hql.QueryLoader
 
list(SharedSessionContractImplementor, QueryParameters, Set<Serializable>, Type[]) - Method in class org.hibernate.loader.Loader
Return the query results, using the query cache, called by subclasses that implement cacheable queries
List - Class in org.hibernate.mapping
A list mapping has a primary key consisting of the key columns + index column.
List(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.List
 
List(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.List
LIST - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
LIST - Static variable in class org.hibernate.service.StandardServiceInitiators
 
ListBinder - Class in org.hibernate.cfg.annotations
Bind a list to the underlying Hibernate configuration
ListBinder() - Constructor for class org.hibernate.cfg.annotations.ListBinder
 
listCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
listCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute an SQL Query
listener - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
listener - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
listeners() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Deprecated.
this is not the most efficient way for iterating the event listeners. See EventListenerGroup.fireEventOnEachListener(Object, BiConsumer) and its overloaded variants for better alternatives.
listFilter(Object, String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
listFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute a filter
listIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
listIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
listIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
ListIndexBase - Annotation Type in org.hibernate.annotations
Defines the start index value for a list index as stored on the database.
ListPersistentAttribute<D,​E> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA ListAttribute descriptor
ListType - Class in org.hibernate.type
 
ListType(String, String) - Constructor for class org.hibernate.type.ListType
 
ListType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.ListType
Deprecated.
Use the other constructor
LITERAL_ascending - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
LITERAL_ascending - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
LITERAL_descending - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
LiteralHandlingMode - Enum in org.hibernate.query.criteria
This enum defines how literals are handled by JPA Criteria.
LiteralType<T> - Interface in org.hibernate.type
Additional contract for a Type that may appear as an SQL literal
load() - Method in interface org.hibernate.NaturalIdLoadAccess
Return the persistent instance with the natural id value(s) defined by the call(s) to NaturalIdLoadAccess.using(java.lang.String, java.lang.Object), or null if there is no such persistent instance.
load(Serializable) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, or null if there is no such persistent instance.
load(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.plan.PaddedBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
load(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.NamedQueryLoader
 
load(Serializable, Object, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.persister.entity.NamedQueryLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.loader.entity.plan.DynamicBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.loader.entity.plan.PaddedBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
Load an entity instance by id.
load(Serializable, Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.persister.entity.NamedQueryLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.loader.entity.plan.DynamicBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.loader.entity.plan.PaddedBatchingEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
 
load(Serializable, Object, SharedSessionContractImplementor, LockOptions, Boolean) - Method in class org.hibernate.persister.entity.NamedQueryLoader
 
load(Serializable, Object, LockMode, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Load an instance using either the forUpdateLoader or the outer joining loader, depending upon the value of the lock parameter
load(Serializable, Object, LockMode, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Serializable, Object, LockMode, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.persister.entity.EntityPersister
 
load(Serializable, Object, LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Load an instance using either the forUpdateLoader or the outer joining loader, depending upon the value of the lock parameter
load(Serializable, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Serializable, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
load(Serializable, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.persister.entity.EntityPersister
 
load(Class<T>, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Serializable) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
load(Class<T>, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
load(Class<T>, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
load(Class<T>, Serializable, LockMode) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(Class<T>, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
load(Class<T>, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, or null if there is no such persistent instance.
load(Object, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Object, Serializable) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
load(Object, Serializable) - Method in interface org.hibernate.Session
Read the persistent state associated with the given identifier into the given transient instance.
load(Object, SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
load(Object, SharedSessionContractImplementor, LockOptions) - Method in interface org.hibernate.loader.entity.UniqueEntityLoader
 
load(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Serializable) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
load(String, Serializable) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
load(String, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
load(String, Serializable, LockMode) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(String, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
load(String, Serializable, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(SharedSessionContractImplementor, Object, Object, Serializable, LockOptions, Boolean) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
 
LOAD - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
LOAD - org.hibernate.engine.spi.CachedNaturalIdValueSource
 
LOAD - org.hibernate.graph.GraphSemantic
Indicates a "load graph" EntityGraph.
LOAD - Static variable in class org.hibernate.event.spi.EventType
 
LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
LOAD_COLLECTION - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
Loadable - Interface in org.hibernate.persister.entity
Implemented by a EntityPersister that may be loaded using Loader.
loadAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
loadByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
Load an instance of the persistent class, by a natural id.
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
Load an instance of the persistent class, by a unique key other than the primary key.
loadByUniqueKey(String, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
Load an instance by a unique key that is not the primary key.
loadByUniqueKey(SharedSessionContractImplementor, Object) - Method in class org.hibernate.loader.entity.EntityLoader
Deprecated.
will be removed. Use one of the load methods on AbstractEntityLoader instead.
loadByUniqueKey(SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.loader.entity.EntityLoader
Deprecated.
will be removed. Use one of the load methods on AbstractEntityLoader instead.
loadClass(String) - Method in class org.hibernate.bytecode.spi.InstrumentedClassLoader
 
loadCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a collection loading.
loadCollection(SharedSessionContractImplementor, Serializable, Type) - Method in class org.hibernate.loader.Loader
Called by subclasses that initialize collections
loadCollectionBatch(SharedSessionContractImplementor, Serializable[], Type) - Method in class org.hibernate.loader.Loader
Called by wrappers that batch initialize collections
loadCollectionSubselect(SharedSessionContractImplementor, Serializable[], Object[], Type[], Map<String, TypedValue>, Type) - Method in class org.hibernate.loader.Loader
Called by subclasses that batch initialize collections
LOADED_CLASSES - Static variable in interface org.hibernate.cfg.AvailableSettings
 
LOADED_CLASSES - Static variable in interface org.hibernate.jpa.AvailableSettings
LOADED_CONFIG_KEY - Static variable in interface org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
 
LoadedConfig - Class in org.hibernate.boot.cfgxml.spi
Models the information gleaned from parsing a cfg.xml file.
LoadedConfig(String) - Constructor for class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
loadElement(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.loader.entity.CollectionElementLoader
 
loadEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being loaded.
loadEntity(SharedSessionContractImplementor, Object, Object, Type, Type, EntityPersister) - Method in class org.hibernate.loader.Loader
Called by subclasses that load entities
loadEntity(SharedSessionContractImplementor, Object, Type, Object, String, Serializable, EntityPersister, LockOptions, Boolean) - Method in class org.hibernate.loader.Loader
Called by subclasses that load entities
loadEntityBatch(Serializable[], OuterJoinLoadable, LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
loadEntityBatch(SharedSessionContractImplementor, Serializable[], Type, Object, String, Serializable, EntityPersister, LockOptions) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
Called by wrappers that batch load entities
loadEntityBatch(SharedSessionContractImplementor, Serializable[], Type, Object, String, Serializable, EntityPersister, LockOptions) - Method in class org.hibernate.loader.Loader
Called by wrappers that batch load entities
loadEntityBatch(SharedSessionContractImplementor, Serializable[], Type, Object, String, Serializable, EntityPersister, LockOptions, Boolean) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
 
loadEntityBatch(SharedSessionContractImplementor, Serializable[], Type, Object, String, Serializable, EntityPersister, LockOptions, Boolean) - Method in class org.hibernate.loader.Loader
Called by wrappers that batch load entities
loadEntityIdByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
loadEntityIdByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Loader - Class in org.hibernate.loader
Abstract superclass of object loading (and querying) strategies.
Loader - Annotation Type in org.hibernate.annotations
Used to override how Hibernate performs load operations.
Loader(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.Loader
 
Loader.SqlStatementWrapper - Class in org.hibernate.loader
Wrapper class for Statement and associated ResultSet.
LoadEvent - Class in org.hibernate.event.spi
Defines an event class for the loading of an entity.
LoadEvent(Serializable, Object, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Serializable, String, boolean, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Serializable, String, LockMode, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Serializable, String, LockOptions, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of load events generated from a session.
LoadEventListener.LoadType - Class in org.hibernate.event.spi
 
loadFromSecondLevelCache(LoadEvent, EntityPersister, EntityKey) - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper
Attempts to load the entity from the second-level cache.
loadFromSessionCache(LoadEvent, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper
Attempts to locate the entity in the session-level cache.
LOADGRAPH - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
LOADING - org.hibernate.engine.spi.Status
 
loadJavaServices(Class<S>) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Discovers and instantiates implementations of the named service contract.
loadOptional() - Method in interface org.hibernate.NaturalIdLoadAccess
Same semantic as NaturalIdLoadAccess.load() except that here Optional is returned to handle nullability.
loadOptional(Serializable) - Method in interface org.hibernate.IdentifierLoadAccess
Same semantic as IdentifierLoadAccess.load(java.io.Serializable) except that here Optional is returned to handle nullability.
loadOptional(Serializable) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Same semantic as SimpleNaturalIdLoadAccess.load(java.lang.Object) except that here Optional is returned to handle nullability.
LoadPlan - Interface in org.hibernate.loader.plan.spi
Describes a plan for performing a load of results.
LoadPlan.Disposition - Enum in org.hibernate.loader.plan.spi
Enumerated possibilities for describing the disposition of this LoadPlan.
LoadPlanBuildingAssociationVisitationStrategy - Interface in org.hibernate.loader.plan.build.spi
Specialized AssociationVisitationStrategy implementation for building LoadPlan instances.
LoadPlanBuildingContext - Interface in org.hibernate.loader.plan.build.spi
Provides access to context needed in building a LoadPlan.
LoadPlanTreePrinter - Class in org.hibernate.loader.plan.build.spi
Prints a LoadPlan graph and its QuerySpaces graph as tree structures.
loadProperties(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by File reference
loadProperties(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by resource name.
LoadQueryDetails - Interface in org.hibernate.loader.plan.exec.spi
 
LoadQueryInfluencers - Class in org.hibernate.engine.spi
Centralize all options which can influence the SQL query needed to load an entity.
LoadQueryInfluencers() - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
 
LoadQueryInfluencers(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
 
LoadQueryInfluencers(SessionFactoryImplementor, Boolean) - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
 
loadSequentialRowsForward(ResultSet, SharedSessionContractImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.Loader
Loads a single logical row from the result set moving forward.
loadSequentialRowsReverse(ResultSet, SharedSessionContractImplementor, QueryParameters, boolean, boolean) - Method in class org.hibernate.loader.Loader
Loads a single logical row from the result set moving forward.
loadSingleRow(ResultSet, SharedSessionContractImplementor, QueryParameters, boolean) - Method in class org.hibernate.loader.Loader
Loads a single row from the result set.
lob - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
 
lob - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
LobCreationContext - Interface in org.hibernate.engine.jdbc
Provides callback access into the context in which the LOB is to be created.
LobCreationContext.Callback<T> - Interface in org.hibernate.engine.jdbc
The callback contract for making use of the JDBC Connection.
LobCreator - Interface in org.hibernate.engine.jdbc
Contract for creating various LOB references.
LobCreatorBuilder - Interface in org.hibernate.engine.jdbc.env.spi
 
LobHelper - Interface in org.hibernate
A session's helper for creating LOB data.
LobMergeStrategy - Interface in org.hibernate.dialect
Strategy for how dialects need LOB values to be merged.
LobTypeMappings - Class in org.hibernate.type.descriptor.sql
 
LocalDateJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalDateJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
LocalDateTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalDateTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
LocalDateTimeType - Class in org.hibernate.type
A type that maps between TIMESTAMP and LocalDateTime.
LocalDateTimeType() - Constructor for class org.hibernate.type.LocalDateTimeType
 
LocalDateType - Class in org.hibernate.type
 
LocalDateType() - Constructor for class org.hibernate.type.LocalDateType
 
LOCALE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Locale to JDBC VARCHAR.
LocaleComparator() - Constructor for class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
 
LocaleType - Class in org.hibernate.type
A type that maps between VARCHAR and @link Locale}
LocaleType() - Constructor for class org.hibernate.type.LocaleType
 
LocaleTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Locale handling.
LocaleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
LocaleTypeDescriptor.LocaleComparator - Class in org.hibernate.type.descriptor.java
 
localGenerators - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
LocalMetadataBuildingContext - Interface in org.hibernate.boot.model.source.spi
Specialization of the MetadataBuildingContext contract specific to a given origin.
LocalObjectUuidHelper - Class in org.hibernate.id.uuid
 
LocalSynchronizationException - Exception in org.hibernate.resource.transaction
Wraps an exception thrown from a "local synchronization" (one registered in the SynchronizationRegistry).
LocalSynchronizationException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.LocalSynchronizationException
 
LocalTemporaryTableBulkIdStrategy - Class in org.hibernate.hql.spi.id.local
Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).
LocalTemporaryTableBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
LocalTemporaryTableBulkIdStrategy(IdTableSupport, AfterUseAction, TempTableDdlTransactionHandling) - Constructor for class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
LocalTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
LocalTimeType - Class in org.hibernate.type
A type that maps between TIMESTAMP and LocalDateTime.
LocalTimeType() - Constructor for class org.hibernate.type.LocalTimeType
 
LocalXsdResolver - Class in org.hibernate.boot.xsd
When Hibernate loads an XSD we fully expect that to be resolved from our jar file via ClassLoader resource look-up.
LocalXsdResolver() - Constructor for class org.hibernate.boot.xsd.LocalXsdResolver
 
locate(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Locate an object in JNDI by name
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
locateEntityPersister(Class) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
locateEntityPersister(Class) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
locateEntityPersister(Class) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Locate an EntityPersister by the entity class.
locateEntityPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
locateEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
locateEntityPersister(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Locate the entity persister by name.
locateGenerationContext(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationContextLocator
Given the incoming object, determine the context for injecting back its generated id sub-values.
locateGenerationContext(SharedSessionContractImplementor, Object) - Method in class org.hibernate.mapping.Component.StandardGenerationContextLocator
 
locateIdAttribute() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
locateJdbcTypeFamilyByTypeCode(int) - Method in class org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation
Will return null if no match is found.
locateJoin(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
locateNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
 
locateNaturalIdUniqueKeyBinder(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
locateOwningPersister() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
locateOwningPersister() - Method in class org.hibernate.tuple.component.CompositionBasedCompositionAttribute
 
locateOwningPersister() - Method in class org.hibernate.tuple.entity.EntityBasedCompositionAttribute
 
locateResource(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup).
locateResource(String) - Method in interface org.hibernate.boot.spi.ClassLoaderAccess
Locate a resource by name
locateResource(String) - Method in class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
 
locateResource(String) - Method in class org.hibernate.cfg.annotations.reflection.ClassLoaderAccessLazyImpl
 
locateResources(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a series of resource by name (classpath lookup).
locateResourceStream(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup) and gets its stream.
locateSequence(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
 
locateSequenceInformation(QualifiedSequenceName) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess
 
locateServiceBinding(Class<R>) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
Locate the binding for the given role.
locateTable(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
Returns the table with the specified logical table name.
locateTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess
 
locateVersionAttribute() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
lock(long, UUID, long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
lock(long, UUID, long) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occurring at the specified time.
lock(long, UUID, long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.lock.LockingStrategy
Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
 
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
 
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
 
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
lock(Serializable, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
lock(Serializable, Object, Object, LockMode, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Serializable, Object, Object, LockMode, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Serializable, Object, Object, LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Serializable, Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Object) - Method in interface org.hibernate.Session.LockRequest
Perform the requested locking.
lock(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, LockMode) - Method in interface org.hibernate.Session
Obtain the specified lock level upon the given object.
lock(String, Object) - Method in interface org.hibernate.Session.LockRequest
Perform the requested locking.
lock(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(String, Object, LockMode) - Method in interface org.hibernate.Session
Obtain the specified lock level upon the given object.
LOCK - org.hibernate.annotations.CascadeType
Corresponds to the Hibernate native LOCK action.
LOCK - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
LOCK - Static variable in class org.hibernate.engine.spi.CascadeStyles
lock
LOCK - Static variable in class org.hibernate.engine.spi.CascadingActions
 
LOCK - Static variable in class org.hibernate.event.spi.EventType
 
LOCK_SCOPE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.JPA_LOCK_SCOPE instead
LOCK_TIMEOUT - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.JPA_LOCK_TIMEOUT instead
Lockable - Interface in org.hibernate.persister.entity
Contract for things that can be locked via a LockingStrategy.
LockAcquisitionException - Exception in org.hibernate.exception
Implementation of JDBCException indicating a problem acquiring lock on the database.
LockAcquisitionException(String, SQLException) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
LockAcquisitionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
LockEvent - Class in org.hibernate.event.spi
Defines an event class for the locking of an entity.
LockEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(String, Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of lock events generated from a session.
LockingStrategy - Interface in org.hibernate.dialect.lock
A strategy abstraction for how locks are obtained in the underlying database.
LockingStrategyException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a LockingStrategy to an entity
LockingStrategyException(Object, String) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
Constructs a LockingStrategyException
LockingStrategyException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
Constructs a LockingStrategyException
lockItem(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
We are going to attempt to update/delete the keyed object.
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
 
LockMode - Enum in org.hibernate
Instances represent a lock mode for a row of a relational database table.
lockModeArray - Variable in class org.hibernate.loader.JoinWalker
 
lockModeArray - Variable in class org.hibernate.loader.OuterJoinLoader
 
LockModeResolver - Interface in org.hibernate.loader.plan.exec.spi
 
lockOptions - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
lockOptions - Variable in class org.hibernate.loader.JoinWalker
 
lockOptions - Variable in class org.hibernate.sql.Select
 
lockOptions - Variable in class org.hibernate.sql.SimpleSelect
 
LockOptions - Class in org.hibernate
Contains locking details (LockMode, Timeout and Scope).
LockOptions() - Constructor for class org.hibernate.LockOptions
Constructs a LockOptions with all default options.
LockOptions(LockMode) - Constructor for class org.hibernate.LockOptions
Constructs a LockOptions with the given lock mode.
lockRegion() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Lock the entire region
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
LockTimeoutException - Exception in org.hibernate.exception
 
LockTimeoutException(String, SQLException) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
LockTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
LOG - org.hibernate.id.SequenceMismatchStrategy
When detecting a mismatch, Hibernate simply logs the sequence whose entity mapping configuration conflicts with the one found in the database.
LOG - Static variable in class org.hibernate.loader.Loader
 
LOG_JDBC_WARNINGS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable fetching JDBC statement warning for logging.
LOG_SESSION_METRICS - Static variable in interface org.hibernate.cfg.AvailableSettings
A setting to control whether to StatisticalLoggingSessionEventListener is enabled on all Sessions (unless explicitly disabled for a given Session).
LOG_SLOW_QUERY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting that logs query which executed slower than specified milliseconds.
logAndClearWarnings(Connection) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Standard (legacy) behavior for logging warnings associated with a JDBC Connection and clearing them.
logAndClearWarnings(Statement) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
 
logExceptions(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Log the given (and any nested) exception.
loggable(Set<ValidationMode>) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
 
Loggable - Interface in org.hibernate.boot.model.relational
Marker for things which can be logged.
loggableMetadata() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
loggableMetadata() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
loggableMetadata() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
loggableMetadata() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
LoggableUserType - Interface in org.hibernate.usertype
Marker interface for user types which want to perform custom logging of their corresponding values
LOGGER - Static variable in interface org.hibernate.bytecode.BytecodeLogging
 
LOGGER - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
LOGGER - Static variable in class org.hibernate.tool.schema.SchemaToolingLogging
 
LOGGER_NAME - Static variable in class org.hibernate.tool.schema.SchemaToolingLogging
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the column name if explicit or the concatenation of the property name and the referenced column
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the column name if explicit or the concatenation of the property name and the referenced column
logicalCollectionColumnName(String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Returns the logical foreign key column name used to refer to this column in the mapping metadata
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Returns either the table name if explicit or if there is an associated table, the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Returns either the table name if explicit or if there is an associated table, the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name
logicalCollectionTableName(String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Returns the logical collection table name used to refer to a table in the mapping metadata
logicalColumnName(String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the column name or the unqualified property name
logicalColumnName(String, String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the column name or the unqualified property name
logicalColumnName(String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return the logical column name used to refer to a column in the metadata (like index, unique constraints etc) A full bijection is required between logicalNames and physical ones logicalName have to be case insensitively unique for a given table
LogicalConnection - Interface in org.hibernate.resource.jdbc
Models the logical notion of a JDBC Connection.
logicalConnectionClosed() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
The logical connection was closed.
logicalConnectionClosed() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
LogicalConnectionImplementor - Interface in org.hibernate.resource.jdbc.spi
SPI contract for LogicalConnection
LogicalExpression - Class in org.hibernate.criterion
Superclass of binary logical expressions
LogicalExpression(Criterion, Criterion, String) - Constructor for class org.hibernate.criterion.LogicalExpression
 
logSlowQuery(String, long) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a slow SQL query
logSlowQuery(Statement, long) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a slow SQL query
logStatement(String) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a SQL statement string.
logStatement(String, Formatter) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a SQL statement string using the specified formatter
logStaticSQL() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
logStaticSQL() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
logSummary() - Method in interface org.hibernate.stat.Statistics
log in info level the main statistics
logTree(LoadPlan, AliasResolutionContext) - Method in class org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter
Logs the specified LoadPlan graph and its QuerySpaces graph as tree structures.
logVersion() - Static method in class org.hibernate.Version
Logs the Hibernate version (using Version.getVersionString()) to the logging system.
logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
Delegate to log common details of a warning
LONG - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Long to JDBC BIGINT.
LongNVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for LONGNVARCHAR handling.
LongNVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
 
LongStreamDecorator - Class in org.hibernate.query.spi
The LongStreamDecorator wraps a Java LongStream and registers a closeHandler which is passed further to any resulting Stream.
LongStreamDecorator(LongStream, Runnable) - Constructor for class org.hibernate.query.spi.LongStreamDecorator
 
LongType - Class in org.hibernate.type
A type that maps between BIGINT and Long
LongType() - Constructor for class org.hibernate.type.LongType
 
LongTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Long handling.
LongTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
LongVarbinaryTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for LONGVARBINARY handling.
LongVarbinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
 
LongVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for LONGVARCHAR handling.
LongVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
 
LOWER - org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
The identifier is stored in lower case.
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
lt(Object) - Method in class org.hibernate.criterion.Property
Create a less-than restriction based on this property
lt(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being less-than the value in the subquery result.
lt(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than" constraint to the named property
lt(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query less-than expression for this property
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
ltAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is less-than ALL the values in the subquery result.
ltAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a less-than-all sub-query expression for this property.
ltProperty(String) - Method in class org.hibernate.criterion.Property
Creates a less-than restriction between 2 properties
ltProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "less than" constraint to two properties
ltProperty(Property) - Method in class org.hibernate.criterion.Property
Creates a less-than restriction between 2 properties
LTRIM - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The default ltrim function name
ltSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is less-than SOME of the values in the subquery result.
ltSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a less-than-some sub-query expression for this property.

M

M - org.hibernate.engine.jdbc.Size.LobMultiplier
 
main(String[]) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
main(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaValidator
 
main(String[]) - Static method in class org.hibernate.Version
Prints the Hibernate version (using Version.getVersionString()) to SYSOUT.
make() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
makeAttributeConverterDescriptor(AttributeConversionInfo) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
makeCollectionQuerySpace(String, CollectionPersister, boolean) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingCollectionQuerySpace for a collection (that is not a "return") with the specified unique ID.
makeCompositeIdentifierQuerySpace() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingEntityQuerySpace
Builds a composite query space that allows adding joins used if the entity has a composite entity identifier.
makeCompositeQuerySpace(String, CompositePropertyMapping, boolean) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingCompositeQuerySpace for a composite with the specified unique ID.
makeCopy() - Method in class org.hibernate.LockOptions
Make a copy.
makeCopy(boolean) - Method in interface org.hibernate.graph.Graph
 
makeCopy(boolean) - Method in interface org.hibernate.graph.GraphNode
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
makeCopy(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
makeCopy(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
 
makeEntityQuerySpace(String, EntityPersister, boolean) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingEntityQuerySpace for an entity (that is not a "return") with the specified unique ID.
makeIdGenerator(SimpleValue, XProperty, String, String, MetadataBuildingContext, Map<String, IdentifierGeneratorDefinition>) - Static method in class org.hibernate.cfg.BinderHelper
apply an id generator to a SimpleValue
makeIdGenerator(SimpleValue, XProperty, String, String, MetadataBuildingContext, IdentifierGeneratorDefinition) - Static method in class org.hibernate.cfg.BinderHelper
apply an id generator to a SimpleValue
makeImmutableCopy(String) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
Make an immutable copy of this entity graph, using the given name.
makeKeySubGraph() - Method in interface org.hibernate.graph.AttributeNode
 
makeKeySubGraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeKeySubGraph(Class<S>) - Method in interface org.hibernate.graph.AttributeNode
 
makeKeySubGraph(Class<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeKeySubGraph(ManagedTypeDescriptor<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeLob() - Method in class org.hibernate.mapping.SimpleValue
 
makeNationalized() - Method in class org.hibernate.mapping.SimpleValue
 
makeProcedureCall(SessionImplementor) - Method in interface org.hibernate.procedure.ProcedureCallMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.ProcedureCallMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(Session) - Method in interface org.hibernate.procedure.ProcedureCallMemento
Convert the memento back into an executable (connected) form.
makeProperty() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
makePropertyAndBind() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
makePropertyValueAndBind() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
makeRootCollectionQuerySpace(String, CollectionPersister) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingCollectionQuerySpace for a collection "return" with the specified unique ID.
makeRootEntityQuerySpace(String, EntityPersister) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
Create an ExpandingEntityQuerySpace for an entity "return" with the specified unique ID.
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.Graph
Create a named (if passed `name` != null) root Graph.
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.RootGraph
 
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
makeShareableCopy() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Deprecated.
This method is not used by Hibernate.
makeSubGraph() - Method in interface org.hibernate.graph.AttributeNode
 
makeSubGraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeSubGraph() - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
Make an empty sub-graph based on this type.
makeSubGraph(boolean) - Method in interface org.hibernate.graph.Graph
Create a (mutable/immutable) SubGraph based on this Graph
makeSubGraph(boolean) - Method in interface org.hibernate.graph.RootGraph
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.AttributeNode
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
Make a sub-graph based on one of this type's sub-types
makeSubGraph(ManagedTypeDescriptor<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValue() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Return the internal value.
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenAdd(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state by the given addend, but return the pre-incremented value.
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenIncrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state, but return the pre-incremented value.
makeVersion() - Method in class org.hibernate.mapping.SimpleValue
 
Manageable - Interface in org.hibernate.service.spi
Deprecated.
Scheduled for removal in 6.0; see https://hibernate.atlassian.net/browse/HHH-14847 and https://hibernate.atlassian.net/browse/HHH-14846
Managed - Interface in org.hibernate.engine.spi
Contract for classes (specifically, entities and components/embeddables) that are "managed".
MANAGED - org.hibernate.engine.spi.Status
 
MANAGED - org.hibernate.loader.entity.CacheEntityLoaderHelper.EntityStatus
 
ManagedBean<T> - Interface in org.hibernate.resource.beans.spi
Generalized contract for a "ManagedBean" as seen by Hibernate
ManagedBeanRegistry - Interface in org.hibernate.resource.beans.spi
A registry for ManagedBean instances.
ManagedBeanRegistryInitiator - Class in org.hibernate.resource.beans.spi
Hibernate's standard initializer for the ManagedBeanRegistry service.
ManagedBeanRegistryInitiator() - Constructor for class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
ManagedComposite - Interface in org.hibernate.engine.spi
Specialized Managed contract for component/embeddable classes.
ManagedDomainType<J> - Interface in org.hibernate.metamodel.model.domain
 
managedEntitiesIterator() - Method in interface org.hibernate.engine.spi.PersistenceContext
A read-only iterator on all entities managed by this persistence context
ManagedEntity - Interface in org.hibernate.engine.spi
Specialized Managed contract for entity classes.
ManagedMappedSuperclass - Interface in org.hibernate.engine.spi
Specialized Managed contract for MappedSuperclass classes.
ManagedResources - Interface in org.hibernate.boot.model.process.spi
Represents the result of the first step of the process of building MetadataSources reference into a Metadata reference.
managedType(Class<X>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
 
ManagedType - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for JAXB bindings representing entities, mapped-superclasses and embeddables (JPA collective calls these "managed types" in terms of its Metamodel api).
ManagedTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA ManagedType descriptor
ManagedTypeDescriptor.InFlightAccess<J> - Interface in org.hibernate.metamodel.model.domain.spi
Used during creation of the managed type object to add its attributes
manageLocalNaturalIdCrossReference(EntityPersister, Serializable, Object[], Object[], CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Creates necessary local cross-reference entries.
manageSharedNaturalIdCrossReference(EntityPersister, Serializable, Object[], Object[], CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Creates necessary shared (second level cache) cross-reference entries.
MANUAL - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.MANUAL.
MANUAL - org.hibernate.FlushMode
The Session is only ever flushed when Session.flush() is explicitly called by the application.
manualDisconnect() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Manually disconnect the underlying JDBC Connection.
manualReconnect(Connection) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Manually reconnect the underlying JDBC Connection.
MANY_TO_ANY - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements represent entity's in a multi-valued ANY mapping.
MANY_TO_ANY - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is represented by a Hibernate ANY mapping
MANY_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements represent entity's in a many-to-many association.
MANY_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is an association identified by a column(s) on the collection table.
MANY_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
MANY_TO_ONE - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
ManyToAny - Annotation Type in org.hibernate.annotations
This is the collection-valued form of @Any definitions.
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
manyToMany - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
manyToOne - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
manyToOne - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
manyToOne(String) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
manyToOne(String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
manyToOne(String, boolean, String, boolean, boolean, NotFoundAction, boolean) - Method in class org.hibernate.type.TypeFactory
manyToOne(String, boolean, String, String, boolean, boolean, NotFoundAction, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
manyToOne(String, String, boolean, boolean, NotFoundAction, boolean) - Method in class org.hibernate.type.TypeFactory
ManyToOne - Class in org.hibernate.mapping
A many-to-one association mapping
ManyToOne(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.ManyToOne
 
ManyToOne(MetadataImplementor, Table) - Constructor for class org.hibernate.mapping.ManyToOne
ManyToOneType - Class in org.hibernate.type
A many-to-one association to an entity.
ManyToOneType(ManyToOneType, String) - Constructor for class org.hibernate.type.ManyToOneType
 
ManyToOneType(TypeFactory.TypeScope, String) - Constructor for class org.hibernate.type.ManyToOneType
Creates a many-to-one association type with the given referenced entity.
ManyToOneType(TypeFactory.TypeScope, String, boolean) - Constructor for class org.hibernate.type.ManyToOneType
Creates a many-to-one association type with the given referenced entity and the given laziness characteristic
ManyToOneType(TypeFactory.TypeScope, String, boolean, String, boolean, boolean, NotFoundAction, boolean) - Constructor for class org.hibernate.type.ManyToOneType
ManyToOneType(TypeFactory.TypeScope, String, boolean, String, String, boolean, boolean, NotFoundAction, boolean) - Constructor for class org.hibernate.type.ManyToOneType
 
ManyToOneType(TypeFactory.TypeScope, String, String, boolean, boolean, boolean, NotFoundAction, boolean) - Constructor for class org.hibernate.type.ManyToOneType
map(String) - Method in interface org.hibernate.sql.ordering.antlr.ColumnMapper
Resolve the property reference to its underlying columns.
map(String) - Method in class org.hibernate.sql.Template.NoOpColumnMapper
 
map(String, String) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
map(DoubleUnaryOperator) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
map(Function<? super R, ? extends R1>) - Method in class org.hibernate.query.spi.StreamDecorator
 
map(IntUnaryOperator) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
map(LongUnaryOperator) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
Map - Class in org.hibernate.mapping
A map has a primary key consisting of the key columns + index columns.
Map(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Map
 
Map(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Map
MAP - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
MAP - org.hibernate.EntityMode
The dynamic-map entity mode describes an entity model defined using Map references.
MAP - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
MapBinder - Class in org.hibernate.cfg.annotations
Implementation to bind a Map
MapBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.MapBinder
 
mapKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
mapKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
mapKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mapKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
mapKeyAttributeConverterDescriptor(XProperty, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
mapKeyAttributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
mapKeyAttributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mapKeyAttributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
mapKeyClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
mapKeyClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mapKeyClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
mapKeyColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
mapKeyColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mapKeyColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
MapKeyColumnDelegator - Class in org.hibernate.cfg.annotations
 
MapKeyColumnDelegator(MapKeyColumn) - Constructor for class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
mapKeyConvert - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
mapKeyConvert - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mapKeyConvert - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
mapKeyEnumerated - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
mapKeyEnumerated - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mapKeyEnumerated - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
mapKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
mapKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mapKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
mapKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
mapKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mapKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
MapKeyJoinColumnDelegator - Class in org.hibernate.cfg.annotations
 
MapKeyJoinColumnDelegator(MapKeyJoinColumn) - Constructor for class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
mapKeyManyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
mapKeyPropertyName - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
mapKeyTemporal - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
mapKeyTemporal - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mapKeyTemporal - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
MapKeyType - Annotation Type in org.hibernate.annotations
Deprecated.
6.0 will introduce a new type-safe CustomType annotation
MapLazyInitializer - Class in org.hibernate.proxy.map
Lazy initializer for "dynamic-map" entity representations.
mapped - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
mappedBy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
mappedBy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
mappedBy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
mappedSuperclass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
MappedSuperclass - Class in org.hibernate.mapping
Represents a @MappedSuperclass.
MappedSuperclass(MappedSuperclass, PersistentClass) - Constructor for class org.hibernate.mapping.MappedSuperclass
 
MappedSuperclassDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Extension of the JPA MappedSuperclassType contract
MappedSuperclassTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA MappedSuperclassType descriptor
MapPersistentAttribute<D,​K,​V> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA MapAttribute descriptor
mapping - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
Mapping - Interface in org.hibernate.engine.spi
Defines operations common to "compiled" mappings (ie.
MappingDefaults - Interface in org.hibernate.boot.spi
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
MappingException - Exception in org.hibernate.boot
Indicates a problem parsing a mapping document.
MappingException - Exception in org.hibernate
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.
MappingException(String) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(String, Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
MappingException(String, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
MappingException(Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingFileDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a mapping (XML) file.
MappingNotFoundException - Exception in org.hibernate.boot
 
MappingNotFoundException - Exception in org.hibernate
Deprecated.
MappingNotFoundException(String, String) - Constructor for exception org.hibernate.MappingNotFoundException
Deprecated.
Constructs a MappingNotFoundException using the given information, using a standard message.
MappingNotFoundException(String, String, String) - Constructor for exception org.hibernate.MappingNotFoundException
Deprecated.
Constructs a MappingNotFoundException using the given information.
MappingNotFoundException(String, String, String, Throwable) - Constructor for exception org.hibernate.MappingNotFoundException
Deprecated.
Constructs a MappingNotFoundException using the given information.
MappingNotFoundException(String, String, Throwable) - Constructor for exception org.hibernate.MappingNotFoundException
Deprecated.
Constructs a MappingNotFoundException using the given information, using a standard message.
MappingNotFoundException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(String, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingReference - Class in org.hibernate.boot.cfgxml.spi
Represents a <mapping/> element within a cfg.xml file.
MappingReference(MappingReference.Type, String) - Constructor for class org.hibernate.boot.cfgxml.spi.MappingReference
 
MappingReference.Type - Enum in org.hibernate.boot.cfgxml.spi
 
MappingXsdSupport - Class in org.hibernate.boot.xsd
Support for XSD handling related to Hibernate's `hbm.xml` and JPA's `orm.xml`.
MapProxy - Class in org.hibernate.proxy.map
Proxy for "dynamic-map" entity representations.
MapProxyFactory - Class in org.hibernate.proxy.map
 
MapProxyFactory() - Constructor for class org.hibernate.proxy.map.MapProxyFactory
 
mapsId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
mapsId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
MapsIdSource - Interface in org.hibernate.boot.model.source.spi
Describes a relationship annotated with MapsId
mapSize(Expression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that tests the size of a map.
mapSize(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that tests the size of a map.
mapToDouble(IntToDoubleFunction) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
mapToDouble(LongToDoubleFunction) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
mapToDouble(ToDoubleFunction<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
mapToInt(DoubleToIntFunction) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
mapToInt(LongToIntFunction) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
mapToInt(ToIntFunction<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
mapToLong(DoubleToLongFunction) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
mapToLong(IntToLongFunction) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
mapToLong(ToLongFunction<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
mapToObj(DoubleFunction<? extends U>) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
mapToObj(IntFunction<? extends U>) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
mapToObj(LongFunction<? extends U>) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
MapType - Class in org.hibernate.type
 
MapType(String, String) - Constructor for class org.hibernate.type.MapType
 
MapType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.MapType
Deprecated.
Use the other constructor
MARIADB - org.hibernate.dialect.Database
 
MariaDB102Dialect - Class in org.hibernate.dialect
 
MariaDB102Dialect() - Constructor for class org.hibernate.dialect.MariaDB102Dialect
 
MariaDB103Dialect - Class in org.hibernate.dialect
An SQL dialect for MariaDB 10.3 and later, provides sequence support, lock-timeouts, etc.
MariaDB103Dialect() - Constructor for class org.hibernate.dialect.MariaDB103Dialect
 
MariaDB106Dialect - Class in org.hibernate.dialect
An SQL dialect for MariaDB 10.6 and later, provides skip locked support.
MariaDB106Dialect() - Constructor for class org.hibernate.dialect.MariaDB106Dialect
 
MariaDB10Dialect - Class in org.hibernate.dialect
 
MariaDB10Dialect() - Constructor for class org.hibernate.dialect.MariaDB10Dialect
 
MariaDB53Dialect - Class in org.hibernate.dialect
 
MariaDB53Dialect() - Constructor for class org.hibernate.dialect.MariaDB53Dialect
 
MariaDBDialect - Class in org.hibernate.dialect
 
MariaDBDialect() - Constructor for class org.hibernate.dialect.MariaDBDialect
 
markAsJpaBootstrap() - Method in interface org.hibernate.boot.spi.BootstrapContext
Indicates that bootstrap was initiated from JPA bootstrapping.
markAsLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
 
MARKED_FOR_JOINED - org.hibernate.engine.transaction.spi.JoinStatus
 
MARKED_ROLLBACK - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been marked for rollback only.
markForRollbackOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
markForRollbackOnly() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Marks current transaction (if one) for rollback only
markForRollbackOnly() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
Deprecated.
Used to mark a transaction for rollback only (when that is the JPA spec defined behavior).
markRollbackOnly() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
 
markRollbackOnly() - Method in interface org.hibernate.Transaction
Make a best effort to mark the underlying transaction for rollback only.
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter1
 
marshal(ConstraintMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter2
 
marshal(DiscriminatorType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter3
 
marshal(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter4
 
marshal(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter5
 
marshal(GenerationType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter6
 
marshal(InheritanceType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter7
 
marshal(LockModeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter8
 
marshal(ParameterMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter9
 
marshal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter10
 
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
marshal(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
marshal(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
marshal(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
marshal(EntityMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
marshal(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
marshal(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
matches(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
Deprecated.
 
MatchMode - Enum in org.hibernate.criterion
Represents a strategy for matching strings using "like".
MATERIALIZED_BLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC BLOB.
MATERIALIZED_CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC CLOB.
MATERIALIZED_NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC NCLOB.
MaterializedBlobType - Class in org.hibernate.type
A type that maps between BLOB and byte[]
MaterializedBlobType() - Constructor for class org.hibernate.type.MaterializedBlobType
 
MaterializedClobType - Class in org.hibernate.type
A type that maps between CLOB and String
MaterializedClobType() - Constructor for class org.hibernate.type.MaterializedClobType
 
MaterializedNClobType - Class in org.hibernate.type
A type that maps between CLOB and String
MaterializedNClobType() - Constructor for class org.hibernate.type.MaterializedNClobType
 
max() - Method in class org.hibernate.criterion.Property
Creates a property max projection
max() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
max() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
max() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
max(String) - Static method in class org.hibernate.criterion.Projections
A property maximum value projection
max(Comparator<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
MAX_FETCH_DEPTH - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum depth of outer join fetching
MAX_LO - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
MAX_LO - Static variable in class org.hibernate.id.SequenceHiLoGenerator
Deprecated.
 
MAXDB - org.hibernate.dialect.Database
 
MaxFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
 
maxResults - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
mBLOCK_COMMENT(boolean) - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
Note : this comes from the great Terence Parr (author of Antlr) - https://theantlrguy.atlassian.net/wiki/spaces/ANTLR3/pages/2687360/How+do+I+match+multi-line+comments
mCHAR(boolean) - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
MCKOI - org.hibernate.dialect.Database
 
MckoiCaseFragment - Class in org.hibernate.sql
A Mckoi IF function.
MckoiCaseFragment() - Constructor for class org.hibernate.sql.MckoiCaseFragment
 
MckoiDialect - Class in org.hibernate.dialect
An SQL dialect compatible with McKoi SQL
MckoiDialect() - Constructor for class org.hibernate.dialect.MckoiDialect
Constructs a MckoiDialect
mCLOSE_PAREN(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mCOMMA(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mDELIMITER(boolean) - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
merge(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
merge(Object) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
merge(String, Object) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, Object, Map) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(String, Object, Map) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe; Gail?
merge(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade merge an entity instance
merge(EntityManager, Class<T>, EntityGraph<T>...) - Static method in class org.hibernate.graph.EntityGraphs
Merges multiple entity graphs into a single graph that specifies the fetching/loading of all attributes the input graphs specify.
merge(LoadedConfig) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Merge information from loaded a cfg.xml represented by the incoming parameter into this LoadedConfig representation
merge(SessionImplementor, Class<T>, GraphImplementor<T>...) - Static method in class org.hibernate.graph.EntityGraphs
 
merge(AttributeNodeImplementor<?>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
merge(GraphImplementor<J>...) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
merge(Session, Class<T>, Graph<T>...) - Static method in class org.hibernate.graph.EntityGraphs
 
MERGE - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.MERGE.
MERGE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
MERGE - Static variable in class org.hibernate.engine.spi.CascadeStyles
merge
MERGE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
MERGE - Static variable in class org.hibernate.event.spi.EventType
 
MERGE_ENTITY_COPY_OBSERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting that specifies how Hibernate will respond when multiple representations of the same persistent entity ("entity copy") is detected while merging.
mergeBlob(Blob, Blob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on Blob values.
mergeClob(Clob, Clob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on Clob values.
MergeEvent - Class in org.hibernate.event.spi
An event class for merge() and saveOrUpdateCopy()
MergeEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of merge events generated from a session.
mergeNClob(NClob, NClob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on NClob values.
mergeOrderings(String, String) - Static method in class org.hibernate.loader.JoinWalker
 
mergeOuterJoins(List) - Method in class org.hibernate.loader.JoinWalker
Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
mergeProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Adds the incoming properties to the internal properties structure, as long as the internal structure does not already contain an entry for the given key.
mESCqs(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mESCqs(boolean) - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
MESSAGE_LOGGER - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
MessageHelper - Class in org.hibernate.pretty
MessageHelper methods for rendering log messages relating to managed entities and collections typically used in log statements and exception messages.
MetaAttributable - Interface in org.hibernate.mapping
Common interface for things that can handle meta attributes.
MetaAttribute - Class in org.hibernate.mapping
A meta attribute is a named value or values.
MetaAttribute(String) - Constructor for class org.hibernate.mapping.MetaAttribute
 
metaColumn() - Method in annotation type org.hibernate.annotations.Any
Identifies the discriminator column.
metaColumn() - Method in annotation type org.hibernate.annotations.ManyToAny
Metadata discriminator column description, This column will hold the meta value corresponding to the targeted entity.
Metadata - Interface in org.hibernate.boot
Represents the ORM model as determined from all provided mapping sources.
METADATA - org.hibernate.tool.schema.SourceType
"metadata" - The O/RM metadata is used as the exclusive source for generation
METADATA_THEN_SCRIPT - org.hibernate.tool.schema.SourceType
"metadata-then-script" - Both the O/RM metadata and external DDL scripts are used as sources for generation, with the O/RM metadata being applied first.
MetadataBuilder - Interface in org.hibernate.boot
Contract for specifying various overrides to be used in metamodel building.
MetadataBuilderContributor - Interface in org.hibernate.boot.spi
A bootstrap process hook for contributing settings to MetadataBuilder.
MetadataBuilderFactory - Interface in org.hibernate.boot.spi
An extension point for integrators that wish to hook into the process of how a Metadata is built.
MetadataBuilderImplementor - Interface in org.hibernate.boot.spi
Internal API for MetadataBuilder exposing the building options being collected.
MetadataBuilderInitializer - Interface in org.hibernate.boot.spi
Contract for contributing to the initialization of MetadataBuilder.
MetadataBuildingContext - Interface in org.hibernate.boot.spi
Describes the context in which the process of building Metadata out of MetadataSources occurs.
MetadataBuildingOptions - Interface in org.hibernate.boot.spi
Describes the options used while building the Metadata object (during MetadataBuilder.build() processing).
MetadataBuildingProcess - Class in org.hibernate.boot.model.process.spi
Represents the process of of transforming a MetadataSources reference into a Metadata reference.
MetadataBuildingProcess() - Constructor for class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
 
metadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
 
metadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
metadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
MetadataContributor - Interface in org.hibernate.boot.spi
Contract for contributing to Metadata (InFlightMetadataCollector).
MetadataImplementor - Interface in org.hibernate.boot.spi
The SPI-level Metadata contract.
MetadataSource - Enum in org.hibernate.mapping
Enumeration of the known places from which a piece of metadata may come.
MetadataSourceProcessor - Interface in org.hibernate.boot.model.source.spi
Defines the steps in processing metadata sources.
MetadataSources - Class in org.hibernate.boot
Entry point into working with sources of metadata information (mapping XML, annotations).
MetadataSources() - Constructor for class org.hibernate.boot.MetadataSources
 
MetadataSources(ServiceRegistry) - Constructor for class org.hibernate.boot.MetadataSources
Create a metadata sources using the specified service registry.
MetadataSources(ServiceRegistry, boolean) - Constructor for class org.hibernate.boot.MetadataSources
Consider this an SPI, used by Quarkus
MetadataSourcesContributor - Interface in org.hibernate.boot.spi
A bootstrap process hook for contributing sources to MetadataSources.
MetadataSourceType - Enum in org.hibernate.cfg
Enumeration of the types of sources of mapping metadata
metaDef() - Method in annotation type org.hibernate.annotations.Any
Metadata definition used.
metaDef() - Method in annotation type org.hibernate.annotations.ManyToAny
Metadata definition used.
Metamodel - Interface in org.hibernate
 
MetamodelDrivenLoadPlanBuilder - Class in org.hibernate.loader.plan.build.spi
A metadata-driven builder of LoadPlans.
MetamodelGraphWalker - Class in org.hibernate.persister.walking.spi
Implements metamodel graph walking.
MetamodelGraphWalker(AssociationVisitationStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.walking.spi.MetamodelGraphWalker
 
MetamodelImplementor - Interface in org.hibernate.metamodel.spi
Hibernate extension to the JPA Metamodel contract
metaType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
metaType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
metaType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
metaType() - Method in annotation type org.hibernate.annotations.AnyMetaDef
Deprecated.
Names the discriminator Hibernate Type for this Any/ManyToAny mapping.
MetaType - Class in org.hibernate.type
 
MetaType(Map<Object, String>, Type) - Constructor for class org.hibernate.type.MetaType
 
metaValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
metaValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
MetaValue - Annotation Type in org.hibernate.annotations
Maps a given discriminator value to the corresponding entity type.
metaValues() - Method in annotation type org.hibernate.annotations.AnyMetaDef
Deprecated.
Maps discriminator values to the matching corresponding entity types.
methodName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
 
mEXPONENT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mFLOAT_SUFFIX(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mHARD_QUOTE(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mHEX_DIGIT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mID_LETTER(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mID_START_LETTER(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mIDENT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MIMERSQL - org.hibernate.dialect.Database
 
MimerSQLDialect - Class in org.hibernate.dialect
An Hibernate 3 SQL dialect for Mimer SQL.
MimerSQLDialect() - Constructor for class org.hibernate.dialect.MimerSQLDialect
Even though Mimer SQL supports character and binary columns up to 15 000 in length, this is also the maximum width of the table (excluding LOBs).
MimerSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
MimerSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.MimerSQLIdentityColumnSupport
 
min() - Method in class org.hibernate.criterion.Property
Creates a property min projection
min() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
min() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
min() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
min(String) - Static method in class org.hibernate.criterion.Projections
A property minimum value projection
min(Comparator<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
MinFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MinFunction
 
missingCacheCreated(String, String, String) - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
missingCacheCreated(String, String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
missingCacheCreated$str() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
MIXED - org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
The identifier is stored in mixed case.
MIXED - org.hibernate.loader.plan.spi.LoadPlan.Disposition
We have a mixed load plan, which will have one or more returns of EntityReturn and ScalarReturn (NOT CollectionReturn).
MIXED - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
mLINE_COMMENT(boolean) - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
mNEWLINE(boolean) - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
mNUM_INT(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
 
mode() - Method in annotation type org.hibernate.annotations.FetchProfile.FetchOverride
The fetch mode to apply to the association.
MODE_PROPERTY - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
MODEL - org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
mOPEN_PAREN(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mQUOTED_STRING(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
mQUOTED_TEXT(boolean) - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
MSG - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Message
mSPACE(boolean) - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
mTAB(boolean) - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
MULTI_TENANT - Static variable in interface org.hibernate.cfg.AvailableSettings
Strategy for multi-tenancy.
MULTI_TENANT_CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a MultiTenantConnectionProvider implementation to use.
MULTI_TENANT_IDENTIFIER_RESOLVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a CurrentTenantIdentifierResolver implementation to use.
MultiEntityLoadingSupport - Class in org.hibernate.loader.entity.plan
 
MultiEntityLoadingSupport() - Constructor for class org.hibernate.loader.entity.plan.MultiEntityLoadingSupport
 
MultiIdentifierLoadAccess<T> - Interface in org.hibernate
Loads multiple entities at once by identifiers, ultimately via one of the MultiIdentifierLoadAccess.multiLoad(K...) methods, using the various options specified (if any)
multiLoad(Serializable[], SharedSessionContractImplementor, MultiLoadOptions) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
multiLoad(Serializable[], SharedSessionContractImplementor, MultiLoadOptions) - Method in interface org.hibernate.persister.entity.EntityPersister
Performs a load of multiple entities (of this type) by identifier simultaneously.
multiLoad(List<K>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Perform a load of multiple entities by identifiers.
multiLoad(K...) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Perform a load of multiple entities by identifiers.
multiLoad(OuterJoinLoadable, Serializable[], SharedSessionContractImplementor, MultiLoadOptions) - Static method in class org.hibernate.loader.entity.plan.MultiEntityLoadingSupport
 
MultiLoadOptions - Interface in org.hibernate.persister.entity
Encapsulation of the options for performing a load by multiple identifiers.
MultipleBagFetchException - Exception in org.hibernate.loader
Exception used to indicate that a query is attempting to simultaneously fetch multiple bags
MultipleBagFetchException(List) - Constructor for exception org.hibernate.loader.MultipleBagFetchException
 
MultipleCascadeStyle(CascadeStyle[]) - Constructor for class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
MultipleHiLoPerTableGenerator - Class in org.hibernate.id
Deprecated.
Use TableGenerator instead.
MultipleHiLoPerTableGenerator() - Constructor for class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
MultipleLinesSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
Class responsible for extracting SQL statements from import script.
MultipleLinesSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
MultiTableBulkIdStrategy - Interface in org.hibernate.hql.spi.id
Generalized strategy contract for handling multi-table bulk HQL operations.
MultiTableBulkIdStrategy.DeleteHandler - Interface in org.hibernate.hql.spi.id
Handler for dealing with multi-table HQL bulk delete statements.
MultiTableBulkIdStrategy.UpdateHandler - Interface in org.hibernate.hql.spi.id
Handler for dealing with multi-table HQL bulk update statements.
multiTenancy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
MultiTenancySource - Interface in org.hibernate.boot.model.source.spi
Describes the source information related to mapping the multi-tenancy of an entity
MultiTenancyStrategy - Enum in org.hibernate
Describes the methods for multi-tenancy understood by Hibernate.
MultiTenantConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
A specialized Connection provider contract used when the application is using multi-tenancy support requiring tenant aware connections.
MutabilityPlan<T> - Interface in org.hibernate.type.descriptor.java
Describes the mutability aspects of a Java type.
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
mutable() - Method in annotation type org.hibernate.annotations.Entity
Deprecated.
mutable() - Method in annotation type org.hibernate.annotations.NaturalId
Whether the natural id is mutable (or immutable)? false (the default) indicates it is immutable; true indicates it is mutable.
MUTABLE - org.hibernate.boot.model.source.spi.NaturalIdMutability
The attribute is part of a mutable natural id
MutableIdentifierGeneratorFactory - Interface in org.hibernate.id.factory.spi
Let people register strategies
MutableJpaCompliance - Interface in org.hibernate.jpa.spi
 
MutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Mutability plan for mutable objects
MutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
mWS(boolean) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
MyISAMStorageEngine - Class in org.hibernate.dialect
Represents the MyISAM storage engine.
MyISAMStorageEngine() - Constructor for class org.hibernate.dialect.MyISAMStorageEngine
 
MYSQL - org.hibernate.dialect.Database
 
MySQL55Dialect - Class in org.hibernate.dialect
An SQL dialect for MySQL 5.5.x specific features.
MySQL55Dialect() - Constructor for class org.hibernate.dialect.MySQL55Dialect
 
MySQL57Dialect - Class in org.hibernate.dialect
 
MySQL57Dialect() - Constructor for class org.hibernate.dialect.MySQL57Dialect
 
MySQL57InnoDBDialect - Class in org.hibernate.dialect
Deprecated.
Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.
MySQL57InnoDBDialect() - Constructor for class org.hibernate.dialect.MySQL57InnoDBDialect
Deprecated.
 
MySQL5Dialect - Class in org.hibernate.dialect
An SQL dialect for MySQL 5.x specific features.
MySQL5Dialect() - Constructor for class org.hibernate.dialect.MySQL5Dialect
 
MySQL5InnoDBDialect - Class in org.hibernate.dialect
Deprecated.
Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.
MySQL5InnoDBDialect() - Constructor for class org.hibernate.dialect.MySQL5InnoDBDialect
Deprecated.
 
MySQL8Dialect - Class in org.hibernate.dialect
 
MySQL8Dialect() - Constructor for class org.hibernate.dialect.MySQL8Dialect
 
MySQLDialect - Class in org.hibernate.dialect
An SQL dialect for MySQL (prior to 5.x).
MySQLDialect() - Constructor for class org.hibernate.dialect.MySQLDialect
Constructs a MySQLDialect
MySQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
MySQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
MySQLInnoDBDialect - Class in org.hibernate.dialect
Deprecated.
Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.
MySQLInnoDBDialect() - Constructor for class org.hibernate.dialect.MySQLInnoDBDialect
Deprecated.
 
MySQLMyISAMDialect - Class in org.hibernate.dialect
Deprecated.
Use "hibernate.dialect.storage_engine=myisam" environment variable or JVM system property instead.
MySQLMyISAMDialect() - Constructor for class org.hibernate.dialect.MySQLMyISAMDialect
Deprecated.
 
MySQLStorageEngine - Interface in org.hibernate.dialect
This interface defines how various MySQL storage engines behave in regard to Hibernate functionality.
MySQLUniqueDelegate - Class in org.hibernate.dialect.unique
 
MySQLUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.MySQLUniqueDelegate
Constructs MySQLUniqueDelegate

N

name - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
name - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKey
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
 
name - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
name() - Method in annotation type org.hibernate.annotations.AnyMetaDef
Deprecated.
If defined, assign a global meta definition name to be used in an @Any or @ManyToAny annotation.
name() - Method in annotation type org.hibernate.annotations.FetchProfile
The name of the fetch profile.
name() - Method in annotation type org.hibernate.annotations.Filter
The filter name.
name() - Method in annotation type org.hibernate.annotations.FilterDef
The filter name.
name() - Method in annotation type org.hibernate.annotations.FilterJoinTable
The filter name.
name() - Method in annotation type org.hibernate.annotations.ForeignKey
Deprecated.
Name of the foreign key.
name() - Method in annotation type org.hibernate.annotations.GenericGenerator
unique generator name.
name() - Method in annotation type org.hibernate.annotations.Index
Deprecated.
The index name.
name() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
The column name.
name() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The name.
name() - Method in annotation type org.hibernate.annotations.NamedQuery
The name of this NamedQuery.
name() - Method in annotation type org.hibernate.annotations.ParamDef
The name of the parameter definition.
name() - Method in annotation type org.hibernate.annotations.Parameter
The parameter name.
name() - Method in annotation type org.hibernate.annotations.TypeDef
The type name.
name() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
name() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
Name(Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Namespace.Name
 
Name(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence.Name
 
NAME - Static variable in interface org.hibernate.bytecode.BytecodeLogging
 
NAME - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
NAME_PREFIX - Static variable in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
NAMED - org.hibernate.procedure.spi.ParameterStrategy
The parameters are named
NAMED - Static variable in class org.hibernate.type.EnumType
 
NAMED_ENTITY_GRAPH - org.hibernate.DuplicateMappingException.Type
A duplicate named entity graph was encountered
namedAttributeNode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
 
namedAttributeNode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
 
NamedAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
Mainly this is used to support legacy sequence exporting.
NamedAuxiliaryDatabaseObject(String, Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
NamedAuxiliaryDatabaseObject(String, Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
namedEntityGraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
NamedEntityGraphDefinition - Class in org.hibernate.cfg.annotations
Models the definition of a NamedEntityGraph annotation
NamedEntityGraphDefinition(NamedEntityGraph, String, String) - Constructor for class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
NamedNativeQueries - Annotation Type in org.hibernate.annotations
A grouping of Hibernate-specific NamedNativeQuery definitions.
namedNativeQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
namedNativeQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
NamedNativeQuery - Annotation Type in org.hibernate.annotations
Extends NamedNativeQuery with Hibernate features.
NamedParamBinder - Class in org.hibernate.loader.custom.sql
 
NamedParamBinder(String) - Constructor for class org.hibernate.loader.custom.sql.NamedParamBinder
 
namedParameter(String, int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when a named parameter is recognized
namedParameter(String, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
namedParameter(String, int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
NamedParameterContext - Interface in org.hibernate.loader.plan.exec.query.spi
The context for named parameters.
NamedParameterDescriptor - Class in org.hibernate.engine.query.spi
Descriptor regarding a named parameter.
NamedParameterDescriptor(String, Type, int[]) - Constructor for class org.hibernate.engine.query.spi.NamedParameterDescriptor
Constructs a NamedParameterDescriptor
NamedParameterInformation - Interface in org.hibernate.hql.spi
 
NamedParametersNotSupportedException - Exception in org.hibernate.procedure
Thrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying database reports to not support named parameters.
NamedParametersNotSupportedException(String) - Constructor for exception org.hibernate.procedure.NamedParametersNotSupportedException
 
NamedParameterSpecification - Class in org.hibernate.param
Parameter bind specification for an explicit named parameter.
NamedParameterSpecification(int, int, String) - Constructor for class org.hibernate.param.NamedParameterSpecification
Constructs a named parameter bind specification.
NamedProcedureCallDefinition - Class in org.hibernate.cfg.annotations
Holds all the information needed from a named procedure call declaration in order to create a ProcedureCallImpl
NamedQueries - Annotation Type in org.hibernate.annotations
A grouping of Hibernate-specific NamedQuery definitions.
namedQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
namedQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
namedQuery() - Method in annotation type org.hibernate.annotations.Loader
THe namedQuery to use for loading.
NamedQuery - Interface in org.hibernate.boot.jaxb.mapping.spi
 
NamedQuery - Annotation Type in org.hibernate.annotations
Extends NamedQuery with Hibernate features.
NamedQueryCollectionInitializer - Class in org.hibernate.persister.collection
A wrapper around a named query.
NamedQueryCollectionInitializer(String, CollectionPersister) - Constructor for class org.hibernate.persister.collection.NamedQueryCollectionInitializer
 
NamedQueryDefinition - Class in org.hibernate.engine.spi
Definition of a named query, defined in the mapping metadata.
NamedQueryDefinition(String, String, boolean, String, Integer, Integer, Integer, FlushMode, CacheMode, boolean, String, Map) - Constructor for class org.hibernate.engine.spi.NamedQueryDefinition
Deprecated.
NamedQueryDefinition(String, String, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map) - Constructor for class org.hibernate.engine.spi.NamedQueryDefinition
Deprecated.
NamedQueryDefinitionBuilder - Class in org.hibernate.engine.spi
 
NamedQueryDefinitionBuilder() - Constructor for class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
NamedQueryDefinitionBuilder(String) - Constructor for class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
NamedQueryLoader - Class in org.hibernate.persister.entity
Not really a Loader, just a wrapper around a named query.
NamedQueryLoader(String, EntityPersister) - Constructor for class org.hibernate.persister.entity.NamedQueryLoader
Constructs the NamedQueryLoader
NamedQueryRepository - Class in org.hibernate.query.spi
 
NamedQueryRepository(Iterable<NamedQueryDefinition>, Iterable<NamedSQLQueryDefinition>, Iterable<ResultSetMappingDefinition>, Map<String, ProcedureCallMemento>) - Constructor for class org.hibernate.query.spi.NamedQueryRepository
 
NamedQueryRepository(Map<String, NamedQueryDefinition>, Map<String, NamedSQLQueryDefinition>, Map<String, ResultSetMappingDefinition>, Map<String, ProcedureCallMemento>) - Constructor for class org.hibernate.query.spi.NamedQueryRepository
 
NamedSQLQueryDefinition - Class in org.hibernate.engine.spi
Definition of a named native SQL query, defined in the mapping metadata.
NamedSQLQueryDefinition(String, String, String, List<String>, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map, boolean) - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinition
Deprecated.
NamedSQLQueryDefinition(String, String, NativeSQLQueryReturn[], List<String>, boolean, String, Integer, Integer, FlushMode, CacheMode, boolean, String, Map, boolean) - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinition
Deprecated.
NamedSQLQueryDefinitionBuilder - Class in org.hibernate.engine.spi
 
NamedSQLQueryDefinitionBuilder() - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
NamedSQLQueryDefinitionBuilder(String) - Constructor for class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
namedStoredProcedureQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
namedStoredProcedureQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
NameParts(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
NameQualifierSupport - Enum in org.hibernate.engine.jdbc.env.spi
Enumerated values representing the level of support for catalog and schema.
Namespace - Class in org.hibernate.boot.model.relational
Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.
Namespace(PhysicalNamingStrategy, JdbcEnvironment, Namespace.Name) - Constructor for class org.hibernate.boot.model.relational.Namespace
 
NAMESPACE - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
Namespace.ComparableHelper - Class in org.hibernate.boot.model.relational
 
Namespace.Name - Class in org.hibernate.boot.model.relational
 
NameSpaceTablesInformation - Class in org.hibernate.tool.schema.extract.spi
 
NameSpaceTablesInformation(IdentifierHelper) - Constructor for class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
NamingHelper - Class in org.hibernate.boot.model.naming
 
NamingHelper() - Constructor for class org.hibernate.boot.model.naming.NamingHelper
 
NamingStrategy - Interface in org.hibernate.cfg
Deprecated.
NamingStrategyHelper - Interface in org.hibernate.boot.model.naming
Helper contract for dealing with naming strategies.
narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
Nationalized - Annotation Type in org.hibernate.annotations
Marks a character data type (String, Character, character, Clob) as being a nationalized variant (NVARCHAR, NCHAR, NCLOB, etc).
NationalizedTypeMappings - Class in org.hibernate.type.descriptor.sql
Manages a mapping between nationalized and non-nationalized variants of JDBC types.
NATIVE_EXCEPTION_HANDLING_51_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Indicates if exception handling for a SessionFactory built via Hibernate's native bootstrapping should behave the same as native exception handling in Hibernate ORM 5.1, When set to true, HibernateException will not be wrapped or converted according to the JPA specification.
NATIVE_LOCKMODE - Static variable in class org.hibernate.annotations.QueryHints
Available to apply lock mode to a native SQL query since JPA requires that Query.setLockMode(javax.persistence.LockModeType) throw an IllegalStateException if called for a native query.
NATIVE_SPACES - Static variable in class org.hibernate.annotations.QueryHints
Hint for specifying query spaces to be applied to a native (SQL) query.
nativeExceptionHandling51Compliance() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
nativeExceptionHandling51Compliance() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
NativeQuery<T> - Interface in org.hibernate.query
 
NativeQueryImplementor<T> - Interface in org.hibernate.query.spi
 
NativeQueryInterpreter - Interface in org.hibernate.engine.query.spi
Service contract for dealing with native queries.
NativeQueryInterpreterInitiator - Class in org.hibernate.engine.query.spi
 
NativeQueryInterpreterInitiator() - Constructor for class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
NativeQueryNonScalarRootReturn - Interface in org.hibernate.boot.jaxb.hbm.spi
Commonality for non-scalar root returns for a native query result mapping
NativeQueryTupleTransformer - Class in org.hibernate.jpa.spi
ResultTransformer adapter for handling Tuple results from Native queries
NativeQueryTupleTransformer() - Constructor for class org.hibernate.jpa.spi.NativeQueryTupleTransformer
 
NativeSQLQueryCollectionReturn - Class in org.hibernate.engine.query.spi.sql
Represents a return defined as part of a native sql query which names a collection role in the form {className}.{collectionRole}; it is used in defining a custom sql query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).
NativeSQLQueryCollectionReturn(String, String, String, Map, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
Construct a native-sql return representing a collection initializer
NativeSQLQueryConstructorReturn - Class in org.hibernate.engine.query.spi.sql
Describes a ConstructorResult
NativeSQLQueryConstructorReturn(Class, List<NativeSQLQueryScalarReturn>) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
 
NativeSQLQueryJoinReturn - Class in org.hibernate.engine.query.spi.sql
Represents a return defined as part of a native sql query which names a fetched role.
NativeSQLQueryJoinReturn(String, String, String, Map, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
Construct a return descriptor representing some form of fetch.
NativeSQLQueryNonScalarReturn - Class in org.hibernate.engine.query.spi.sql
Represents the base information for a non-scalar return defined as part of a native sql query.
NativeSQLQueryNonScalarReturn(String, Map<String, String[]>, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Constructs some form of non-scalar return descriptor
NativeSQLQueryPlan - Class in org.hibernate.engine.query.spi
Defines a query execution plan for a native-SQL query.
NativeSQLQueryPlan(String, CustomQuery) - Constructor for class org.hibernate.engine.query.spi.NativeSQLQueryPlan
Constructs a NativeSQLQueryPlan.
NativeSQLQueryReturn - Interface in org.hibernate.engine.query.spi.sql
Describes a return in a native SQL query.
NativeSQLQueryReturn.TraceLogger - Interface in org.hibernate.engine.query.spi.sql
 
NativeSQLQueryRootReturn - Class in org.hibernate.engine.query.spi.sql
Represents a return defined as part of a native sql query which names a "root" entity.
NativeSQLQueryRootReturn(String, String, Map<String, String[]>, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
 
NativeSQLQueryRootReturn(String, String, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
Construct a return representing an entity returned at the root of the result.
NativeSQLQueryScalarReturn - Class in org.hibernate.engine.query.spi.sql
Describes a scalar return in a native SQL query.
NativeSQLQueryScalarReturn(String, Type) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
NativeSQLQuerySpecification - Class in org.hibernate.engine.query.spi.sql
Defines the specification or blue-print for a native-sql query.
NativeSQLQuerySpecification(String, NativeSQLQueryReturn[], Collection) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
NATURAL - org.hibernate.annotations.SortType
Deprecated.
The collection is sorted using its natural sorting.
NATURAL_ID - org.hibernate.cache.spi.support.AccessedDataClassification
 
naturalId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
naturalId() - Static method in class org.hibernate.criterion.Restrictions
Consider using any of the natural id based loading stuff from session instead, especially in cases where the restriction is the full set of natural id values.
NaturalId - Annotation Type in org.hibernate.annotations
This specifies that a property is part of the natural id of the entity.
naturalIdCache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
NaturalIdCache - Annotation Type in org.hibernate.annotations
Used to specify that the natural id values associated with the annotated entity should be cached in Hibernate's shared (L2) cache.
naturalIdCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a hit.
naturalIdCacheMiss(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a miss.
naturalIdCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into natural id cache.
NaturalIdCacheStatistics - Interface in org.hibernate.stat
Deprecated.
(since 5.3) Use NaturalIdStatistics - unfortunately the old statistics contracts exposed these by region name, rather than the name of the entity defining the natural-id
NaturalIdDataAccess - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached naturalId data.
NaturalIdDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
Specialized DomainDataCachingConfig describing the requested caching config for the natural-id data of a particular entity (hierarchy)
NaturalIdentifier - Class in org.hibernate.criterion
An expression pertaining to an entity's defined natural identifier
NaturalIdentifier() - Constructor for class org.hibernate.criterion.NaturalIdentifier
 
NaturalIdEntityJoinWalker - Class in org.hibernate.loader.entity
An EntityJoinWalker that uses 'is null' predicates to match null NaturalId properties.
NaturalIdEntityJoinWalker(OuterJoinLoadable, boolean[], int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.NaturalIdEntityJoinWalker
 
NaturalIdLoadAccess<T> - Interface in org.hibernate
Loads an entity by its natural identifier.
NaturalIdMutability - Enum in org.hibernate.boot.model.source.spi
A ternary boolean enum for describing the mutability aspects of an attribute as a natural id.
NaturalIdNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for NaturalIdDataAccess using the AccessType.NONSTRICT_READ_WRITE access type.
NaturalIdNonStrictReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
naturalIdQueryExecuted(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a natural id query
NaturalIdReadOnlyAccess - Class in org.hibernate.cache.spi.support
Standard support for NaturalIdDataAccess using the AccessType.READ_ONLY access type.
NaturalIdReadOnlyAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
 
NaturalIdReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for NaturalIdDataAccess using the AccessType.READ_WRITE access type.
NaturalIdReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
NaturalIdStatistics - Interface in org.hibernate.stat
Statistics pertaining to the execution of the "natural id resolution" query.
NaturalIdTransactionalAccess - Class in org.hibernate.cache.spi.support
 
NaturalIdTransactionalAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdTransactionalAccess
 
NaturalIdType - Class in org.hibernate.loader.entity
Workaround for the fact that we don't have a well-defined Hibernate type when loading by multiple NaturalId properties.
NaturalIdType(OuterJoinLoadable, boolean[]) - Constructor for class org.hibernate.loader.entity.NaturalIdType
 
NaturalIdUniqueKeyBinder - Interface in org.hibernate.boot.spi
 
NavigableRole - Class in org.hibernate.metamodel.model.domain
A representation of the static "Navigable" path relative to some "root entity".
NavigableRole() - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(NavigableRole, String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NCharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NCHAR handling.
NCharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
 
NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping NClob to JDBC NCLOB.
NCLOB_BINDING - Static variable in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
NClobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created java.sql.NClob instances..
NClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
NClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying java.sql.NClobs for non-contextual creation, including proxy creation and handling proxy invocations.
NClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobType - Class in org.hibernate.type
A type that maps between NCLOB and NClob
NClobType() - Constructor for class org.hibernate.type.NClobType
 
NClobTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for NClob handling.
NClobTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NCLOB handling.
NClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
NClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
NClobTypeDescriptor.NClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
ne(Object) - Method in class org.hibernate.criterion.Property
Creates a non-equality restriction.
ne(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given literal as being not-equal to the value in the subquery result.
ne(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to the named property
ne(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query non-equality expression for this property
needsFetchingScroll() - Method in class org.hibernate.loader.hql.QueryLoader
 
needsFetchingScroll() - Method in class org.hibernate.loader.Loader
Does the result set to be scrolled contain collection fetches?
needsIdTable(PersistentClass) - Method in class org.hibernate.hql.spi.id.IdTableHelper
 
needsInserting(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to insert this element?
needsRecreate(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to completely recreate this collection when it changes?
needsUpdating(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to update this element?
NEGATIVE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
NEGATIVE - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.
neOrIsNotNull(Object) - Method in class org.hibernate.criterion.Property
Creates a non-equality restriction capable of also rendering as IS NOT NULL if the given value is null
neOrIsNotNull(String, Object) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to the named property.
neProperty(String) - Method in class org.hibernate.criterion.Property
Creates a non-equality restriction between 2 properties
neProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
Apply a "not equal" constraint to two properties
neProperty(Property) - Method in class org.hibernate.criterion.Property
Creates a non-equality restriction between 2 properties
NEVER - org.hibernate.annotations.FlushModeType
Deprecated.
use MANUAL, will be removed in a subsequent release
NEVER - org.hibernate.annotations.GenerationTime
Indicates the value is never generated.
NEVER - org.hibernate.tuple.GenerationTiming
 
NEVER - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are never generated by the database.
NEW_LOCATOR_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
Merge strategy based on creating a new LOB locator.
newIdsClauseBuilder(List<Object[]>) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsBulkIdHandler
 
newIdsClauseBuilder(List<Object[]>) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsIdsInClauseDeleteHandlerImpl
 
newIdsClauseBuilder(List<Object[]>) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsIdsOrClauseDeleteHandlerImpl
 
newIdsClauseBuilder(List<Object[]>) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsInClauseUpdateHandlerImpl
 
newIdsClauseBuilder(List<Object[]>) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseUpdateHandlerImpl
 
newIdsClauseBuilder(List<Object[]>) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListDeleteHandlerImpl
 
newIdsClauseBuilder(List<Object[]>) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListUpdateHandlerImpl
 
newInstance() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.InstantiationOptimizer
Perform instantiation of an instance of the underlying class.
NEWLINE - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
newLineToSkip() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
next() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
 
next() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
next() - Method in interface org.hibernate.ScrollableResults
Advance to the next result.
next(byte[], SharedSessionContractImplementor) - Method in class org.hibernate.type.BinaryType
Deprecated.
use RowVersionType for binary entity versions/timestamps
next(byte[], SharedSessionContractImplementor) - Method in class org.hibernate.type.RowVersionType
 
next(Byte, SharedSessionContractImplementor) - Method in class org.hibernate.type.ByteType
 
next(Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.IntegerType
 
next(Long, SharedSessionContractImplementor) - Method in class org.hibernate.type.LongType
 
next(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
next(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Increment the version.
next(Short, SharedSessionContractImplementor) - Method in class org.hibernate.type.ShortType
 
next(Instant, SharedSessionContractImplementor) - Method in class org.hibernate.type.InstantType
 
next(LocalDateTime, SharedSessionContractImplementor) - Method in class org.hibernate.type.LocalDateTimeType
 
next(OffsetDateTime, SharedSessionContractImplementor) - Method in class org.hibernate.type.OffsetDateTimeType
 
next(ZonedDateTime, SharedSessionContractImplementor) - Method in class org.hibernate.type.ZonedDateTimeType
 
next(Calendar, SharedSessionContractImplementor) - Method in class org.hibernate.type.CalendarType
 
next(Date, SharedSessionContractImplementor) - Method in class org.hibernate.type.TimestampType
 
next(T, SharedSessionContractImplementor) - Method in interface org.hibernate.type.VersionType
Increment the version.
NEXT_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the previous ManagedEntity.
NEXT_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the next ManagedEntity field
NEXT_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the next ManagedEntity field
nextLockId() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
nextTimestamp() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
nextTimestamp() - Method in interface org.hibernate.cache.spi.RegionFactory
Generate a timestamp.
nextToken() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
nextToken() - Method in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
NO_ACTION - org.hibernate.annotations.OnDeleteAction
Take no action.
NO_BATCH - Static variable in class org.hibernate.dialect.Dialect
Defines a "no batching" batch size constant
NO_CALLBACK - Static variable in interface org.hibernate.loader.JoinWalker.AssociationInitCallback
 
NO_COMMANDS - Static variable in interface org.hibernate.tool.schema.spi.Exporter
 
NO_CONSTRAINT - org.hibernate.cfg.annotations.Nullability
 
NO_EXTENDED_STAT_SUPPORT_RETURN - Static variable in interface org.hibernate.stat.CacheRegionStatistics
The value returned from CacheRegionStatistics.getElementCountInMemory(), CacheRegionStatistics.getElementCountOnDisk() and CacheRegionStatistics.getSizeInMemory() for cache providers that do not support such "extended" statistics.
NO_INHERITANCE - org.hibernate.boot.model.source.spi.InheritanceType
 
NO_PROXY - org.hibernate.annotations.LazyToOneOption
Lazy, give back the real object loaded when a reference is requested.
NO_PROXY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
NO_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
NO_ROW - Static variable in interface org.hibernate.engine.spi.PersistenceContext
Marker object used to indicate (via reference checking) that no row was returned.
NO_SUFFIX - Static variable in class org.hibernate.loader.BasicLoader
 
NO_VERSION - Static variable in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Constant used to indicate that no version is defined
NO_VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to accept the action (false)
NO_WAIT - Static variable in class org.hibernate.LockOptions
Indicates that the database should not wait at all to acquire the pessimistic lock.
NO_WHERE_CLAUSE - Static variable in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
NOACTION - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
NoArgSQLFunction - Class in org.hibernate.dialect.function
A function which takes no arguments
NoArgSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
Constructs a NoArgSQLFunction
NoArgSQLFunction(String, Type, boolean) - Constructor for class org.hibernate.dialect.function.NoArgSQLFunction
Constructs a NoArgSQLFunction
NoCacheRegionFactoryAvailableException - Exception in org.hibernate.cache
Indicates a condition where a second-level cache implementation was expected to be available, but none was found on the classpath.
NoCacheRegionFactoryAvailableException() - Constructor for exception org.hibernate.cache.NoCacheRegionFactoryAvailableException
Constructs a NoCacheRegionFactoryAvailableException with a standard message.
noCascade(EventSource, Object, EntityPersister, Type, int) - Method in interface org.hibernate.engine.spi.CascadingAction
Called (in the case of CascadingAction.requiresNoCascadeChecking() returning true) to validate that no cascade on the given property is considered a valid semantic.
noCascade(EventSource, Object, EntityPersister, Type, int) - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
NoCommentsInsert(Dialect) - Constructor for class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
Deprecated.
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
Node - Interface in org.hibernate.sql.ordering.antlr
General contract for AST nodes.
NodeSupport - Class in org.hibernate.sql.ordering.antlr
Basic implementation of a Node bridging to the Antlr CommonAST hierarchy.
NodeSupport() - Constructor for class org.hibernate.sql.ordering.antlr.NodeSupport
 
noInterceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
noInterceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
noInterceptor() - Method in interface org.hibernate.SessionBuilder
Signifies that no Interceptor should be used.
noInterceptor() - Method in interface org.hibernate.SharedSessionBuilder
 
NoMoreReturnsException - Exception in org.hibernate.result
 
NoMoreReturnsException() - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
NoMoreReturnsException(String) - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
NON_AGGREGATED_COMPOSITE - org.hibernate.id.EntityIdentifierNature
What Hibernate used to term an "embedded composite identifier", which is not to be confused with the JPA term embedded.
NON_CONTEXTUAL_LOB_CREATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Should we not use contextual LOB creation (aka based on Connection.createBlob() et al).
NON_JTA_DATASOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
NON_LAZY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
NON_NULLABLE - org.hibernate.engine.jdbc.spi.TypeNullability
The data type cannot accept nulls
NON_PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
NonClassFileArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archive
NonClassFileArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
 
NonContextualLobCreator - Class in org.hibernate.engine.jdbc
LobCreator implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC Connection.
NonDurableConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
Additional optional contract for connection observers to indicate that they should be released when the physical connection is released.
NONE - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates no concurrency strategy should be applied.
NONE - org.hibernate.annotations.OptimisticLockType
Perform no optimistic locking.
NONE - org.hibernate.annotations.ResultCheckStyle
Do not perform checking.
NONE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
NONE - org.hibernate.boot.SchemaAutoTooling
Do not attempt to update nor validate the schema.
NONE - org.hibernate.boot.TempTableDdlTransactionHandling
No handling of transactions is needed
NONE - org.hibernate.cfg.AnnotatedClassType
has no relevant top level annotation
NONE - org.hibernate.cfg.beanvalidation.ValidationMode
 
NONE - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Neither catalog nor schema are supported.
NONE - org.hibernate.engine.jdbc.Size.LobMultiplier
 
NONE - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is not searchable.
NONE - org.hibernate.engine.OptimisticLockStyle
no optimistic locking
NONE - org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Do not perform checking.
NONE - org.hibernate.engine.spi.ValueInclusion
 
NONE - org.hibernate.hql.spi.id.local.AfterUseAction
 
NONE - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for no optimization
NONE - org.hibernate.id.SequenceMismatchStrategy
Don't perform any check.
NONE - org.hibernate.LockMode
No lock required.
NONE - org.hibernate.MultiTenancyStrategy
No multi-tenancy.
NONE - org.hibernate.NullPrecedence
Null precedence not specified.
NONE - org.hibernate.sql.JoinType
 
NONE - org.hibernate.tool.hbm2ddl.SchemaExport.Action
None - duh :P
NONE - org.hibernate.tool.hbm2ddl.SchemaExport.Type
 
NONE - org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
 
NONE - org.hibernate.tool.hbm2ddl.Target
export nowhere
NONE - org.hibernate.tool.schema.Action
No action will be performed.
NONE - Static variable in class org.hibernate.engine.spi.CascadeStyles
no cascades
NONE - Static variable in class org.hibernate.engine.spi.IdentifierValue
Never assume the transient instance is newly instantiated
NONE - Static variable in class org.hibernate.engine.spi.LoadQueryInfluencers
Static reference useful for cases where we are creating load SQL outside the context of any influencers.
NONE - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
NONE - Static variable in class org.hibernate.jdbc.Expectations
 
NONE - Static variable in class org.hibernate.LockOptions
Represents LockMode.NONE (timeout + scope do not apply).
noneMatch(DoublePredicate) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
noneMatch(IntPredicate) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
noneMatch(LongPredicate) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
noneMatch(Predicate<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
NonEncapsulatedEntityIdentifierDefinition - Interface in org.hibernate.persister.walking.spi
 
nonEnhanced(String) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
NonIdentifierAttribute - Interface in org.hibernate.tuple
 
NonScalarResultColumnProcessor - Class in org.hibernate.loader.custom
Represents non-scalar returns within the custom query.
NonScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.NonScalarResultColumnProcessor
 
NonScalarReturn - Class in org.hibernate.loader.custom
Represents some non-scalar (entity/collection) return within the query result.
NonScalarReturn(String, LockMode) - Constructor for class org.hibernate.loader.custom.NonScalarReturn
 
nonSkippedChar() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
nonSkippedSpace() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
nonSkippedTab() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
nonStandardSupportForAccessType(String, String, String) - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
nonStandardSupportForAccessType(String, String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
nonStandardSupportForAccessType$str() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
NONSTRICT_READ_WRITE - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates that the non-strict read-write strategy should be applied.
NONSTRICT_READ_WRITE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
NONSTRICT_READ_WRITE - org.hibernate.cache.spi.access.AccessType
Read and write access (non-strict).
NonUniqueDiscoveredSqlAliasException - Exception in org.hibernate.loader.custom
 
NonUniqueDiscoveredSqlAliasException(String) - Constructor for exception org.hibernate.loader.custom.NonUniqueDiscoveredSqlAliasException
 
NonUniqueObjectException - Exception in org.hibernate
This exception is thrown when an operation would break session-scoped identity.
NonUniqueObjectException(Serializable, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information, using a standard message.
NonUniqueObjectException(String, Serializable, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information.
NonUniqueResultException - Exception in org.hibernate
Thrown when the application calls Query.uniqueResult() and the query returned more than one result.
NonUniqueResultException(int) - Constructor for exception org.hibernate.NonUniqueResultException
Constructs a NonUniqueResultException.
NOOP - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
NoOpColumnMapper() - Constructor for class org.hibernate.sql.Template.NoOpColumnMapper
 
NoopLimitHandler - Class in org.hibernate.dialect.pagination
Handler not supporting query LIMIT clause.
NoopOptimizer - Class in org.hibernate.id.enhanced
An optimizer that performs no optimization.
NoopOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.NoopOptimizer
Constructs a NoopOptimizer
NORMAL - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.NORMAL.
NORMAL - org.hibernate.CacheMode
The session may read items from the cache, and add items to the cache.
normalizeCompositePath(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
normalizeCompositePath(String) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
normalizeCompositePath(String) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
normalizeCompositePath(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
normalizeIdentifierQuoting(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Normalizes the quoting of identifiers.
normalizeIdentifierQuoting(Identifier) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
normalizeIdentifierQuotingAsString(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Normalizes the quoting of identifiers.
normalizePathName(String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
normalizeQuoting(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Essentially quotes the identifier if it needs to be.
NoSuchParameterException - Exception in org.hibernate.procedure
 
NoSuchParameterException(String) - Constructor for exception org.hibernate.procedure.NoSuchParameterException
 
not(Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the negation of an expression
NOT_ACTIVE - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has not yet been started.
NOT_CACHED_COUNT - Static variable in interface org.hibernate.stat.CacheableDataStatistics
 
NOT_JOINED - org.hibernate.engine.transaction.spi.JoinStatus
 
NOT_NATURAL_ID - org.hibernate.boot.model.source.spi.NaturalIdMutability
The attribute is not part of any kind of natural id.
NOT_NULL - Static variable in class org.hibernate.sql.InFragment
 
NOT_NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NotEmptyExpression - Class in org.hibernate.criterion
An expression asserting that a collection property is empty
NotEmptyExpression(String) - Constructor for class org.hibernate.criterion.NotEmptyExpression
Constructs an EmptyExpression
notExists(DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks for the non-existence of rows in the subquery result
NotExpression - Class in org.hibernate.criterion
A criterion that is a wrapper for another, negating the wrapped one.
NotExpression(Criterion) - Constructor for class org.hibernate.criterion.NotExpression
Constructs a NotExpression
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
NotFound - Annotation Type in org.hibernate.annotations
Action to do when an element is not found on a association.
NotFoundAction - Enum in org.hibernate.annotations
Possible actions when the database contains a non-null fk with no matching target.
notifySynchronizationsAfterTransactionCompletion(int) - Method in interface org.hibernate.engine.transaction.spi.SynchronizationRegistry
notifySynchronizationsAfterTransactionCompletion(int) - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Delegates the Synchronization.afterCompletion(int) call to each registered Synchronization.
notifySynchronizationsBeforeTransactionCompletion() - Method in interface org.hibernate.engine.transaction.spi.SynchronizationRegistry
notifySynchronizationsBeforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Delegates the Synchronization.beforeCompletion() call to each registered Synchronization
notIn(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a literal is NOT IN the values in the subquery result.
notIn(DetachedCriteria) - Method in class org.hibernate.criterion.Property
Creates a sub-query NOT IN expression for this property.
NotInstrumentedException - Exception in org.hibernate.bytecode.spi
Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.
NotInstrumentedException(String) - Constructor for exception org.hibernate.bytecode.spi.NotInstrumentedException
Constructs a NotInstrumentedException
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
NotNullExpression - Class in org.hibernate.criterion
Constrains a property to be non-null
NotNullExpression(String) - Constructor for class org.hibernate.criterion.NotNullExpression
 
NotNullOrZeroPropertySelector() - Constructor for class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector
 
NotNullPropertySelector() - Constructor for class org.hibernate.criterion.Example.NotNullPropertySelector
 
NotYetImplementedException - Exception in org.hibernate.cfg
Mapping not yet implemented
NotYetImplementedException() - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(String) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(String, Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NSTRING - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC NVARCHAR
NTEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGNVARCHAR.
NTextType - Class in org.hibernate.type
A type that maps between LONGNVARCHAR and String
NTextType() - Constructor for class org.hibernate.type.NTextType
 
NULL - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
NULL - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
NULL - Static variable in class org.hibernate.engine.spi.IdentifierValue
Assume the transient instance is newly instantiated if the identifier is null.
NULL - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.
NULL - Static variable in class org.hibernate.sql.InFragment
 
NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NULL_ORDER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NULL_ORDER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
Nullability - Enum in org.hibernate.cfg.annotations
Are the columns forced to null, not null or not forced
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
 
nullable() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
Is the column nullable?
nullable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
nullable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
NULLABLE - org.hibernate.engine.jdbc.spi.TypeNullability
The data type can accept nulls
NullExpression - Class in org.hibernate.criterion
Constrains a property to be null
NullExpression(String) - Constructor for class org.hibernate.criterion.NullExpression
Constructs a NullExpression
nullOrdering() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what SQL-2003 terms the null ordering; NULLS FIRST or NULLS LAST.
nullOrdering(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
nullPrecedence() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
NullPrecedence - Enum in org.hibernate
Defines precedence of null values within ORDER BY clause.
nulls(NullPrecedence) - Method in class org.hibernate.criterion.Order
Defines precedence for nulls.
NULLS - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NULLS - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.loader.entity.NaturalIdType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.EntityType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.EnumType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.MetaType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Extract a value of the mapped class from the JDBC result set.
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.UserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeGet(ResultSet, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor) - Method in interface org.hibernate.type.SingleColumnType
Get a column value from a result set by name.
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.loader.entity.NaturalIdType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.EntityType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.MetaType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Extract a value of the mapped class from the JDBC result set.
nullSafeGet(ResultSet, String, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(CallableStatement, Object, String, SharedSessionContractImplementor) - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
Bind a value to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
nullSafeSet(CallableStatement, Object, String, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.NaturalIdType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.NaturalIdType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.EnumType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the JDBC prepared statement.
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
Write an instance of the mapped class to a prepared statement.
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserType
Write an instance of the mapped class to a prepared statement.
nullSafeSet(PreparedStatement, Object, int, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
NullServiceException - Exception in org.hibernate.service
 
NullServiceException(Class) - Constructor for exception org.hibernate.service.NullServiceException
 
NullSynchronizationException - Exception in org.hibernate.resource.transaction
Indicates an attempt to register a null synchronization.
NullSynchronizationException() - Constructor for exception org.hibernate.resource.transaction.NullSynchronizationException
 
NullSynchronizationException(String) - Constructor for exception org.hibernate.resource.transaction.NullSynchronizationException
 
NullTypeBindableParameterRegistration<T> - Interface in org.hibernate.jpa.spi
A ParameterRegistration that allows providing Java type information when binding a null value for a parameter when there is no other available type information for that parameter.
NUM_DOUBLE - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_DOUBLE - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_FLOAT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_INT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
NUM_LONG - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
numberOfCollectionCreations() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionRemovals() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfDeletions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfInsertions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
NUMERIC - org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
 
NUMERIC_BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC INTEGER.
NumericBooleanType - Class in org.hibernate.type
A type that maps between INTEGER and Boolean (using 1 and 0)
NumericBooleanType() - Constructor for class org.hibernate.type.NumericBooleanType
 
NumericTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NUMERIC handling.
NumericTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
 
NVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for NVARCHAR handling.
NVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
 
NvlFunction - Class in org.hibernate.dialect.function
Emulation of coalesce() on Oracle, using multiple nvl() calls
NvlFunction() - Constructor for class org.hibernate.dialect.function.NvlFunction
 

O

ObjectDeletedException - Exception in org.hibernate
Thrown when the user tries to do something illegal with a deleted object.
ObjectDeletedException(String, Serializable, String) - Constructor for exception org.hibernate.ObjectDeletedException
Constructs an ObjectDeletedException using the given information.
ObjectFactory - Class in org.hibernate.boot.jaxb.cfg.spi
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.cfg.spi package.
ObjectFactory - Class in org.hibernate.boot.jaxb.hbm.spi
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.hbm.spi package.
ObjectFactory - Class in org.hibernate.boot.jaxb.mapping.spi
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.mapping.spi package.
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.cfg.spi
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.hbm.spi
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.mapping.spi
ObjectNameNormalizer - Class in org.hibernate.boot.model.naming
Provides centralized normalization of how database object names are handled.
ObjectNameNormalizer() - Constructor for class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
ObjectNameSource - Interface in org.hibernate.cfg
Source for database object names (identifiers).
ObjectNotFoundException - Exception in org.hibernate
Thrown when Session.load() fails to select a row with the given primary key (identifier value).
ObjectNotFoundException(Serializable, String) - Constructor for exception org.hibernate.ObjectNotFoundException
Constructs a ObjectNotFoundException using the given information.
ObjectSqlTypeDescriptor(int) - Constructor for class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
Deprecated.
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.BooleanType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.NumericBooleanType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.TrueFalseType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.YesNoType
 
objectToSQLString(Byte, Dialect) - Method in class org.hibernate.type.ByteType
 
objectToSQLString(Character, Dialect) - Method in class org.hibernate.type.CharacterNCharType
 
objectToSQLString(Character, Dialect) - Method in class org.hibernate.type.CharacterType
 
objectToSQLString(Double, Dialect) - Method in class org.hibernate.type.DoubleType
 
objectToSQLString(Float, Dialect) - Method in class org.hibernate.type.FloatType
 
objectToSQLString(Integer, Dialect) - Method in class org.hibernate.type.IntegerType
 
objectToSQLString(Long, Dialect) - Method in class org.hibernate.type.LongType
 
objectToSQLString(Object) - Method in class org.hibernate.type.EnumType
 
objectToSQLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Return an SQL literal representation of the value
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.CustomType
 
objectToSQLString(Short, Dialect) - Method in class org.hibernate.type.ShortType
 
objectToSQLString(String, Dialect) - Method in class org.hibernate.type.StringNVarcharType
 
objectToSQLString(String, Dialect) - Method in class org.hibernate.type.StringType
 
objectToSQLString(BigInteger, Dialect) - Method in class org.hibernate.type.BigIntegerType
 
objectToSQLString(URL, Dialect) - Method in class org.hibernate.type.UrlType
 
objectToSQLString(Duration, Dialect) - Method in class org.hibernate.type.DurationType
 
objectToSQLString(Instant, Dialect) - Method in class org.hibernate.type.InstantType
 
objectToSQLString(LocalDate, Dialect) - Method in class org.hibernate.type.LocalDateType
 
objectToSQLString(LocalDateTime, Dialect) - Method in class org.hibernate.type.LocalDateTimeType
 
objectToSQLString(LocalTime, Dialect) - Method in class org.hibernate.type.LocalTimeType
 
objectToSQLString(OffsetDateTime, Dialect) - Method in class org.hibernate.type.OffsetDateTimeType
 
objectToSQLString(OffsetTime, Dialect) - Method in class org.hibernate.type.OffsetTimeType
 
objectToSQLString(ZonedDateTime, Dialect) - Method in class org.hibernate.type.ZonedDateTimeType
 
objectToSQLString(Currency, Dialect) - Method in class org.hibernate.type.CurrencyType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.DateType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.TimestampType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.TimeType
 
objectToSQLString(Locale, Dialect) - Method in class org.hibernate.type.LocaleType
 
objectToSQLString(TimeZone, Dialect) - Method in class org.hibernate.type.TimeZoneType
 
objectToSQLString(UUID, Dialect) - Method in class org.hibernate.type.UUIDCharType
 
objectToSQLString(T, Dialect) - Method in interface org.hibernate.type.LiteralType
Convert the value into a string representation, suitable for embedding in an SQL statement as a literal.
ObjectType - Class in org.hibernate.type
Specific adaptation of the "any" type to the old deprecated "object" type
obtainArchiveEntryHandler(ArchiveEntry) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
obtainArchiveEntryHandler(ArchiveEntry) - Method in interface org.hibernate.boot.archive.spi.ArchiveContext
Get the handler for the given entry, which generally is indicated by the entry type (a .class file, a mapping file, etc).
obtainConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Obtain a JDBC connection
OffsetDateTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
OffsetDateTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
OffsetDateTimeType - Class in org.hibernate.type
 
OffsetDateTimeType() - Constructor for class org.hibernate.type.OffsetDateTimeType
 
OffsetTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
OffsetTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
OffsetTimeType - Class in org.hibernate.type
 
OffsetTimeType() - Constructor for class org.hibernate.type.OffsetTimeType
 
OMIT_JOIN_OF_SUPERCLASS_TABLES - Static variable in interface org.hibernate.cfg.AvailableSettings
When you use InheritanceType.JOINED strategy for inheritance mapping and query a value from an entity, all superclass tables are joined in the query regardless you need them.
ON_CLOSE - org.hibernate.ConnectionReleaseMode
Indicates that connections should only be released when the Session is explicitly closed or disconnected; this is the legacy (Hibernate2 and pre-3.1) behavior.
onAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.event.spi.AutoFlushEventListener
Handle the given auto-flush event.
onClear(ClearEvent) - Method in interface org.hibernate.event.spi.ClearEventListener
Callback for Session.clear() notification
onClose(Runnable) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
onClose(Runnable) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
onClose(Runnable) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
onClose(Runnable) - Method in class org.hibernate.query.spi.StreamDecorator
 
onCollectionRecreate(Object, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
onCollectionRecreate(Object, Serializable) - Method in interface org.hibernate.Interceptor
Called before a collection is (re)created.
onCollectionRemove(Object, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
onCollectionRemove(Object, Serializable) - Method in interface org.hibernate.Interceptor
Called before a collection is deleted.
onCollectionUpdate(Object, Serializable) - Method in class org.hibernate.EmptyInterceptor
 
onCollectionUpdate(Object, Serializable) - Method in interface org.hibernate.Interceptor
Called before a collection is updated.
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is deleted.
onDelete(DeleteEvent) - Method in interface org.hibernate.event.spi.DeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, Set) - Method in interface org.hibernate.event.spi.DeleteEventListener
 
onDelete(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is deleted.
OnDelete - Annotation Type in org.hibernate.annotations
Strategy to use on collections, arrays and on joined subclasses delete.
OnDeleteAction - Enum in org.hibernate.annotations
Possible actions for on-delete.
onDirtyCheck(DirtyCheckEvent) - Method in interface org.hibernate.event.spi.DirtyCheckEventListener
Handle the given dirty-check event.
ONE_MS - Static variable in class org.hibernate.cache.spi.support.SimpleTimestamper
 
ONE_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements represent entity's in a one-to-many association.
ONE_TO_ONE - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
oneToMany - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
OneToMany - Class in org.hibernate.mapping
A mapping for a one-to-many association
OneToMany(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.OneToMany
 
OneToMany(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.OneToMany
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
oneToManyFilterFragment(String) - Method in interface org.hibernate.persister.entity.Joinable
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
oneToManyFilterFragment(String, Set<String>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
oneToManyFilterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
oneToManyFilterFragment(String, Set<String>) - Method in interface org.hibernate.persister.entity.Joinable
 
oneToManyFilterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
OneToManyJoinWalker - Class in org.hibernate.loader.collection
Walker for one-to-many associations
OneToManyJoinWalker(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyJoinWalker
 
OneToManyLoader - Class in org.hibernate.loader.collection
Loads one-to-many associations

The collection persister must implement QueryableCollection.
OneToManyLoader(QueryableCollection, int, String, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyLoader(QueryableCollection, int, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyLoader(QueryableCollection, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.OneToManyLoader
 
OneToManyPersister - Class in org.hibernate.persister.collection
Collection persister for one-to-many associations.
OneToManyPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.OneToManyPersister
 
oneToOne - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
oneToOne - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
oneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Method in class org.hibernate.type.TypeFactory
oneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
OneToOne - Class in org.hibernate.mapping
A one-to-one association mapping
OneToOne(MetadataBuildingContext, Table, PersistentClass) - Constructor for class org.hibernate.mapping.OneToOne
 
OneToOne(MetadataImplementor, Table, PersistentClass) - Constructor for class org.hibernate.mapping.OneToOne
OneToOneSecondPass - Class in org.hibernate.cfg
We have to handle OneToOne in a second pass because: -
OneToOneSecondPass(String, String, String, PropertyHolder, PropertyData, XClass, NotFoundAction, boolean, boolean, String, Ejb3JoinColumn[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.OneToOneSecondPass
 
OneToOneType - Class in org.hibernate.type
A one-to-one association to an entity
OneToOneType(OneToOneType, String) - Constructor for class org.hibernate.type.OneToOneType
 
OneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.OneToOneType
OneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.type.OneToOneType
 
OneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.OneToOneType
onEvict(EvictEvent) - Method in interface org.hibernate.event.spi.EvictEventListener
Handle the given evict event.
onFlush(FlushEvent) - Method in interface org.hibernate.event.spi.FlushEventListener
Handle the given flush event.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called when an object is detected to be dirty, during a flush.
onFlushEntity(FlushEntityEvent) - Method in interface org.hibernate.event.spi.FlushEntityEventListener
 
onInitializeCollection(InitializeCollectionEvent) - Method in interface org.hibernate.event.spi.InitializeCollectionEventListener
 
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called just before an object is initialized.
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.event.spi.LoadEventListener
Handle the given load event.
onLoad(Session, Serializable) - Method in interface org.hibernate.classic.Lifecycle
Called after an entity is loaded.
onLock(LockEvent) - Method in interface org.hibernate.event.spi.LockEventListener
Handle the given lock event.
onMerge(MergeEvent) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onMerge(MergeEvent, Map) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onPersist(PersistEvent) - Method in interface org.hibernate.event.spi.PersistEventListener
Handle the given create event.
onPersist(PersistEvent, Map) - Method in interface org.hibernate.event.spi.PersistEventListener
Handle the given create event.
onPostDelete(PostDeleteEvent) - Method in interface org.hibernate.event.spi.PostDeleteEventListener
 
onPostDeleteCommitFailed(PostDeleteEvent) - Method in interface org.hibernate.event.spi.PostCommitDeleteEventListener
Called when a commit fails and an entity was scheduled for deletion
onPostInsert(PostInsertEvent) - Method in interface org.hibernate.event.spi.PostInsertEventListener
 
onPostInsertCommitFailed(PostInsertEvent) - Method in interface org.hibernate.event.spi.PostCommitInsertEventListener
Called when a commit fails and an entity was scheduled for insertion
onPostLoad(PostLoadEvent) - Method in interface org.hibernate.event.spi.PostLoadEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PostCollectionRecreateEventListener
 
onPostRemoveCollection(PostCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PostCollectionRemoveEventListener
 
onPostUpdate(PostUpdateEvent) - Method in interface org.hibernate.event.spi.PostUpdateEventListener
 
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PostCollectionUpdateEventListener
 
onPostUpdateCommitFailed(PostUpdateEvent) - Method in interface org.hibernate.event.spi.PostCommitUpdateEventListener
Called when a commit fails and an entity was scheduled for update
onPreDelete(PreDeleteEvent) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
onPreDelete(PreDeleteEvent) - Method in interface org.hibernate.event.spi.PreDeleteEventListener
Return true if the operation should be vetoed
onPreInsert(PreInsertEvent) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
onPreInsert(PreInsertEvent) - Method in interface org.hibernate.event.spi.PreInsertEventListener
Return true if the operation should be vetoed
onPreLoad(PreLoadEvent) - Method in interface org.hibernate.event.spi.PreLoadEventListener
 
onPrepareStatement(String) - Method in class org.hibernate.EmptyInterceptor
 
onPrepareStatement(String) - Method in interface org.hibernate.Interceptor
Deprecated.
Supply a StatementInspector instead, if you wish to inspect and alter SQL statements.
onPreRecreateCollection(PreCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PreCollectionRecreateEventListener
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PreCollectionRemoveEventListener
 
onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
onPreUpdate(PreUpdateEvent) - Method in interface org.hibernate.event.spi.PreUpdateEventListener
Return true if the operation should be vetoed
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PreCollectionUpdateEventListener
 
onRefresh(RefreshEvent) - Method in interface org.hibernate.event.spi.RefreshEventListener
Handle the given refresh event.
onRefresh(RefreshEvent, Map) - Method in interface org.hibernate.event.spi.RefreshEventListener
 
onReplicate(ReplicateEvent) - Method in interface org.hibernate.event.spi.ReplicateEventListener
Handle the given replicate event.
onResolveNaturalId(ResolveNaturalIdEvent) - Method in interface org.hibernate.event.spi.ResolveNaturalIdEventListener
Handle the given resolve natural id event.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class org.hibernate.EmptyInterceptor
 
onSave(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is saved.
onSave(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is saved.
onSaveOrUpdate(SaveOrUpdateEvent) - Method in interface org.hibernate.event.spi.SaveOrUpdateEventListener
Handle the given update event.
onUpdate(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is passed to Session.update().
OPEN_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
OPEN_PAREN - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
openQuote() - Method in class org.hibernate.dialect.CUBRIDDialect
 
openQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to begin a quoted identifier.
openQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
openQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
openSession() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
openSession() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
openSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openSession() - Method in interface org.hibernate.SessionBuilder
Opens a session with the specified options.
openSession() - Method in interface org.hibernate.SessionFactory
Open a Session.
openSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a session being opened.
openStatelessSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openStatelessSession() - Method in interface org.hibernate.SessionFactory
Open a new stateless session.
openStatelessSession() - Method in interface org.hibernate.StatelessSessionBuilder
Opens a session with the specified options.
openStatelessSession(Connection) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openStatelessSession(Connection) - Method in interface org.hibernate.SessionFactory
Open a new stateless session, utilizing the specified JDBC Connection.
openTemporarySession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openTemporarySession() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a non-transactional "current" session (used by hibernate-envers)
OPT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the optimizer to use, either naming a Optimizer implementation class or naming a StandardOptimizerDescriptor by name
OPT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Indicates the optimizer to use, either naming a Optimizer implementation class or by naming a StandardOptimizerDescriptor by name
OPTIMISTIC - org.hibernate.LockMode
Optimistically assume that transaction will not experience contention for entities.
OPTIMISTIC_FORCE_INCREMENT - org.hibernate.LockMode
Optimistically assume that transaction will not experience contention for entities.
OptimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply an optimistic LockingStrategy to an entity
OptimisticEntityLockException(Object, String) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
Constructs a OptimisticEntityLockException
OptimisticEntityLockException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
Constructs a OptimisticEntityLockException
optimisticFailure(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an optimistic lock failure on an entity
OptimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that forces an increment of the version (after verifying that version hasn't changed).
OptimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
Construct locking strategy.
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
optimisticLock() - Method in annotation type org.hibernate.annotations.Entity
Deprecated.
use OptimisticLocking instead.
OptimisticLock - Annotation Type in org.hibernate.annotations
Whether or not a change of the annotated property will trigger an entity version increment.
OptimisticLockException - Exception in org.hibernate
Deprecated.
OptimisticLockException(Object, String) - Constructor for exception org.hibernate.OptimisticLockException
Deprecated.
Constructs a OptimisticLockException using the specified information.
OptimisticLocking - Annotation Type in org.hibernate.annotations
Used to define the style of optimistic locking to be applied to an entity.
OptimisticLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that verifies that the version hasn't changed (prior to transaction commit).
OptimisticLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticLockingStrategy
Construct locking strategy.
optimisticLockStyle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
OptimisticLockStyle - Enum in org.hibernate.engine
Describes how an entity should be optimistically locked.
OptimisticLockType - Enum in org.hibernate.annotations
Possible optimistic locking strategies.
Optimizer - Interface in org.hibernate.id.enhanced
Performs optimization on an optimizable identifier generator.
OptimizerFactory - Class in org.hibernate.id.enhanced
Factory for Optimizer instances.
optional - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
optional - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
 
optional - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
optional - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
optional() - Method in annotation type org.hibernate.annotations.Any
Whether the association is optional.
optional() - Method in annotation type org.hibernate.annotations.Table
If enabled, Hibernate will insert a row only if the properties defined by this join are non-null and will always use an outer join to retrieve the properties.
OptionallyManageable - Interface in org.hibernate.service.spi
Extension to Manageable for things that are optionally Manageable depending on some internal state.
Options() - Constructor for class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
or(Criterion...) - Static method in class org.hibernate.criterion.Restrictions
Return the disjunction of multiple expressions
or(Criterion, Criterion) - Static method in class org.hibernate.criterion.Restrictions
Return the disjunction of two expressions
OR - org.hibernate.criterion.Junction.Nature
An OR
ORACLE - org.hibernate.dialect.Database
 
Oracle10gDialect - Class in org.hibernate.dialect
A dialect specifically for use with Oracle 10g.
Oracle10gDialect() - Constructor for class org.hibernate.dialect.Oracle10gDialect
Constructs an Oracle10gDialect
Oracle12cDialect - Class in org.hibernate.dialect
An SQL dialect for Oracle 12c.
Oracle12cDialect() - Constructor for class org.hibernate.dialect.Oracle12cDialect
 
Oracle12cGetGeneratedKeysDelegate - Class in org.hibernate.dialect.identity
 
Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
 
Oracle12cIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
Oracle12cIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
Oracle12LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for databases which support the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY and OFFSET n ROWS FETCH NEXT m ROWS ONLY.
Oracle8iDialect - Class in org.hibernate.dialect
A dialect for Oracle 8i.
Oracle8iDialect() - Constructor for class org.hibernate.dialect.Oracle8iDialect
Constructs an Oracle8iDialect
Oracle9Dialect - Class in org.hibernate.dialect
Deprecated.
Use either Oracle9iDialect or Oracle10gDialect instead
Oracle9Dialect() - Constructor for class org.hibernate.dialect.Oracle9Dialect
Deprecated.
Constructs an Oracle9Dialect
Oracle9iDialect - Class in org.hibernate.dialect
A dialect for Oracle 9i databases.
Oracle9iDialect() - Constructor for class org.hibernate.dialect.Oracle9iDialect
 
OracleDialect - Class in org.hibernate.dialect
Deprecated.
Use Oracle8iDialect instead.
OracleDialect() - Constructor for class org.hibernate.dialect.OracleDialect
Deprecated.
Constructs a (DEPRECATED) Oracle9Dialect
OracleJoinFragment - Class in org.hibernate.sql
An Oracle-style (theta) join
OracleJoinFragment() - Constructor for class org.hibernate.sql.OracleJoinFragment
 
OracleTypesHelper - Class in org.hibernate.dialect
A Helper for dealing with the OracleTypes class
order(UnloadedField[]) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
keep the same order.
order(UnloadedField[]) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
For fields which are persistent (according to EnhancementContext.isPersistentField(org.hibernate.bytecode.enhance.spi.UnloadedField)), determine the corresponding ordering maintained within the Hibernate metamodel.
order(UnloadedField[]) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
Order - Class in org.hibernate.criterion
Represents an ordering imposed upon the results of a Criteria
Order(String, boolean) - Constructor for class org.hibernate.criterion.Order
Constructor for Order.
ORDER - org.hibernate.sql.ast.Clause
 
ORDER_BY - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ORDER_BY - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ORDER_INSERTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable ordering of insert statements for the purpose of more efficient JDBC batching.
ORDER_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
ORDER_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
ORDER_UPDATES - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable ordering of update statements by primary key value
Orderable - Interface in org.hibernate.boot.model.source.spi
Contact to define if a plural attribute source is orderable or not.
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
orderBy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
orderBy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
orderBy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
orderBy - Variable in class org.hibernate.sql.SimpleSelect
 
orderBy(List) - Static method in class org.hibernate.loader.JoinWalker
Get the order by string required for collection fetching
orderBy(List, String) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
For entities, orderings added by, for example, Criteria#addOrder need to come before the associations' @OrderBy values.
orderBy(List, String) - Method in class org.hibernate.loader.JoinWalker
 
OrderBy - Annotation Type in org.hibernate.annotations
Order a collection using SQL ordering (not HQL ordering).
OrderByAliasResolver - Interface in org.hibernate.sql.ordering.antlr
Given a column reference, resolve the table alias to apply to the column to qualify it.
orderByClause - Variable in class org.hibernate.sql.Select
 
orderByFragment() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Main recognition rule for this grammar
orderByFragment(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
OrderByFragment - Class in org.hibernate.sql.ordering.antlr
Represents a parsed order-by mapping fragment.
OrderByFragment() - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragment
 
OrderByFragmentParser - Class in org.hibernate.sql.ordering.antlr
Extension of the Antlr-generated parser for the purpose of adding our custom parsing behavior (semantic analysis, etc).
OrderByFragmentParser(TokenStream, TranslationContext) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
OrderByFragmentRenderer - Class in org.hibernate.sql.ordering.antlr
Extension of the Antlr-generated tree walker for rendering the parsed order-by tree back to String form.
OrderByFragmentRenderer(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
OrderByFragmentTranslator - Class in org.hibernate.sql.ordering.antlr
A translator for order-by mappings, whether specified by hbm.xml files, Hibernate OrderBy annotation or JPA OrderBy annotation.
OrderByFragmentTranslator() - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator
 
OrderByFragmentTranslator.StandardOrderByTranslationImpl - Class in org.hibernate.sql.ordering.antlr
 
OrderByTemplateTokenTypes - Interface in org.hibernate.sql.ordering.antlr
 
OrderByTranslation - Interface in org.hibernate.sql.ordering.antlr
Represents the result of an order-by translation by OrderByFragmentTranslator
orderColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
orderColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
orderColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
orderedMap(String, String) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
OrderedMapType - Class in org.hibernate.type
A specialization of the map type, with (resultset-based) ordering.
OrderedMapType(String, String) - Constructor for class org.hibernate.type.OrderedMapType
 
OrderedMapType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.OrderedMapType
Deprecated.
Use the other constructor
orderedSet(String, String) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
OrderedSetType - Class in org.hibernate.type
A specialization of the set type, with (resultset-based) ordering.
OrderedSetType(String, String) - Constructor for class org.hibernate.type.OrderedSetType
 
OrderedSetType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.OrderedSetType
Deprecated.
Use the other constructor
orderingSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the ordering specification; ASCENDING or DESCENDING.
orderingSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
OrderingSpecification - Class in org.hibernate.sql.ordering.antlr
Models an ordering specification (ASCENDING or DESCENDING) within a SortSpecification.
OrderingSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.OrderingSpecification
 
OrderingSpecification.Ordering - Class in org.hibernate.sql.ordering.antlr
 
ordinal() - Method in class org.hibernate.event.spi.EventType
EventType is effectively an enumeration.
ORDINAL - org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
ordinalParameter(int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when an ordinal parameter is recognized
ordinalParameter(int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
ordinalParameter(int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
OrdinalParameterDescriptor - Class in org.hibernate.engine.query.spi
Descriptor regarding an ordinal parameter.
OrdinalParameterDescriptor(int, int, Type, int[]) - Constructor for class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
Constructs an ordinal parameter descriptor.
org.hibernate - package org.hibernate
 
org.hibernate.action.spi - package org.hibernate.action.spi
Defines SPI hooks into the ActionQueue.
org.hibernate.annotations - package org.hibernate.annotations
Package containing all the Hibernate specific annotations.
org.hibernate.boot - package org.hibernate.boot
This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).
org.hibernate.boot.archive.scan.spi - package org.hibernate.boot.archive.scan.spi
 
org.hibernate.boot.archive.spi - package org.hibernate.boot.archive.spi
Defines the SPI for support of "scanning" of "archives".
org.hibernate.boot.cfgxml.spi - package org.hibernate.boot.cfgxml.spi
 
org.hibernate.boot.jaxb - package org.hibernate.boot.jaxb
 
org.hibernate.boot.jaxb.cfg.spi - package org.hibernate.boot.jaxb.cfg.spi
 
org.hibernate.boot.jaxb.hbm.spi - package org.hibernate.boot.jaxb.hbm.spi
 
org.hibernate.boot.jaxb.mapping.spi - package org.hibernate.boot.jaxb.mapping.spi
 
org.hibernate.boot.jaxb.spi - package org.hibernate.boot.jaxb.spi
 
org.hibernate.boot.model - package org.hibernate.boot.model
 
org.hibernate.boot.model.convert.spi - package org.hibernate.boot.model.convert.spi
 
org.hibernate.boot.model.naming - package org.hibernate.boot.model.naming
Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).
org.hibernate.boot.model.process.spi - package org.hibernate.boot.model.process.spi
 
org.hibernate.boot.model.relational - package org.hibernate.boot.model.relational
 
org.hibernate.boot.model.source.spi - package org.hibernate.boot.model.source.spi
 
org.hibernate.boot.registry - package org.hibernate.boot.registry
Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.
org.hibernate.boot.registry.classloading.spi - package org.hibernate.boot.registry.classloading.spi
The class loading service SPI.
org.hibernate.boot.registry.selector - package org.hibernate.boot.registry.selector
Defines a feature-set around named registration of implementations of various contracts and the ability to select those implementations.
org.hibernate.boot.registry.selector.spi - package org.hibernate.boot.registry.selector.spi
Defines actual contract used for strategy selection : StrategySelector.
org.hibernate.boot.spi - package org.hibernate.boot.spi
 
org.hibernate.boot.xsd - package org.hibernate.boot.xsd
Support for XSD handling, specifically for ORM mappings (Hibernate's `hbm.xml` and JPA's `orm.xml`) and config files (Hibernate's `cfg.xml` and JPA's `persistence.xml`)
org.hibernate.bytecode - package org.hibernate.bytecode
 
org.hibernate.bytecode.enhance.spi - package org.hibernate.bytecode.enhance.spi
package defining bytecode code enhancement (instrumentation) support.
org.hibernate.bytecode.enhance.spi.interceptor - package org.hibernate.bytecode.enhance.spi.interceptor
interceptor implementations
org.hibernate.bytecode.spi - package org.hibernate.bytecode.spi
Package defining bytecode code enhancement (instrumentation) support.
org.hibernate.cache - package org.hibernate.cache
 
org.hibernate.cache.cfg.spi - package org.hibernate.cache.cfg.spi
 
org.hibernate.cache.spi - package org.hibernate.cache.spi
Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.
org.hibernate.cache.spi.access - package org.hibernate.cache.spi.access
 
org.hibernate.cache.spi.entry - package org.hibernate.cache.spi.entry
 
org.hibernate.cache.spi.support - package org.hibernate.cache.spi.support
Package intended for simplifying the worked needed to implement a caching provider.
org.hibernate.cfg - package org.hibernate.cfg
 
org.hibernate.cfg.annotations - package org.hibernate.cfg.annotations
 
org.hibernate.cfg.annotations.reflection - package org.hibernate.cfg.annotations.reflection
Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.
org.hibernate.cfg.beanvalidation - package org.hibernate.cfg.beanvalidation
 
org.hibernate.classic - package org.hibernate.classic
 
org.hibernate.collection.spi - package org.hibernate.collection.spi
SPI definitions for persistent collections
org.hibernate.context - package org.hibernate.context
Defines support for "current session" feature.
org.hibernate.context.spi - package org.hibernate.context.spi
SPI level contracts around "current session" support.
org.hibernate.criterion - package org.hibernate.criterion
 
org.hibernate.dialect - package org.hibernate.dialect
 
org.hibernate.dialect.function - package org.hibernate.dialect.function
 
org.hibernate.dialect.hint - package org.hibernate.dialect.hint
 
org.hibernate.dialect.identity - package org.hibernate.dialect.identity
 
org.hibernate.dialect.lock - package org.hibernate.dialect.lock
Support for Dialect-specific locking strategies
org.hibernate.dialect.pagination - package org.hibernate.dialect.pagination
Support for Dialect-specific pagination strategies
org.hibernate.dialect.unique - package org.hibernate.dialect.unique
Support for Dialect-specific unique constraint definition
org.hibernate.ejb - package org.hibernate.ejb
 
org.hibernate.engine - package org.hibernate.engine
 
org.hibernate.engine.config.spi - package org.hibernate.engine.config.spi
SPI Package for the configuration service.
org.hibernate.engine.jdbc - package org.hibernate.engine.jdbc
Support for various aspects of JDBC interaction
org.hibernate.engine.jdbc.batch.spi - package org.hibernate.engine.jdbc.batch.spi
Defines contracts for JDBC batching support.
org.hibernate.engine.jdbc.connections.spi - package org.hibernate.engine.jdbc.connections.spi
Defines contracts for accessing JDBC Connections
org.hibernate.engine.jdbc.cursor.spi - package org.hibernate.engine.jdbc.cursor.spi
Defines contracts for JDBC REF_CURSOR support.
org.hibernate.engine.jdbc.dialect.spi - package org.hibernate.engine.jdbc.dialect.spi
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
org.hibernate.engine.jdbc.env.spi - package org.hibernate.engine.jdbc.env.spi
 
org.hibernate.engine.jdbc.spi - package org.hibernate.engine.jdbc.spi
SPI contracts for supporting various aspects of JDBC interaction
org.hibernate.engine.jndi - package org.hibernate.engine.jndi
Support for JNDI within Hibernate
org.hibernate.engine.jndi.spi - package org.hibernate.engine.jndi.spi
The SPI contracts for Hibernate JNDI support
org.hibernate.engine.profile - package org.hibernate.engine.profile
Models the fetch profiles defined by the application
org.hibernate.engine.query - package org.hibernate.engine.query
 
org.hibernate.engine.query.spi - package org.hibernate.engine.query.spi
Defines support for query plans and stored metadata about queries
org.hibernate.engine.query.spi.sql - package org.hibernate.engine.query.spi.sql
 
org.hibernate.engine.spi - package org.hibernate.engine.spi
 
org.hibernate.engine.transaction.jta.platform.spi - package org.hibernate.engine.transaction.jta.platform.spi
 
org.hibernate.engine.transaction.spi - package org.hibernate.engine.transaction.spi
 
org.hibernate.event.service.spi - package org.hibernate.event.service.spi
 
org.hibernate.event.spi - package org.hibernate.event.spi
 
org.hibernate.exception - package org.hibernate.exception
 
org.hibernate.exception.spi - package org.hibernate.exception.spi
 
org.hibernate.graph - package org.hibernate.graph
Hibernate's (extended) support for JPA's entity graphs
org.hibernate.graph.spi - package org.hibernate.graph.spi
 
org.hibernate.hql.spi - package org.hibernate.hql.spi
 
org.hibernate.hql.spi.id - package org.hibernate.hql.spi.id
Support for multi-table update and delete statements via id-tables.
org.hibernate.hql.spi.id.cte - package org.hibernate.hql.spi.id.cte
 
org.hibernate.hql.spi.id.global - package org.hibernate.hql.spi.id.global
 
org.hibernate.hql.spi.id.inline - package org.hibernate.hql.spi.id.inline
 
org.hibernate.hql.spi.id.local - package org.hibernate.hql.spi.id.local
 
org.hibernate.hql.spi.id.persistent - package org.hibernate.hql.spi.id.persistent
Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.
org.hibernate.id - package org.hibernate.id
 
org.hibernate.id.enhanced - package org.hibernate.id.enhanced
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration
org.hibernate.id.factory - package org.hibernate.id.factory
 
org.hibernate.id.factory.spi - package org.hibernate.id.factory.spi
 
org.hibernate.id.insert - package org.hibernate.id.insert
 
org.hibernate.id.uuid - package org.hibernate.id.uuid
 
org.hibernate.integrator.spi - package org.hibernate.integrator.spi
 
org.hibernate.jdbc - package org.hibernate.jdbc
 
org.hibernate.jmx.spi - package org.hibernate.jmx.spi
 
org.hibernate.jpa - package org.hibernate.jpa
 
org.hibernate.jpa.boot.spi - package org.hibernate.jpa.boot.spi
 
org.hibernate.jpa.event.spi - package org.hibernate.jpa.event.spi
The SPI contracts for supporting JPA lifecycle callbacks.
org.hibernate.jpa.event.spi.jpa - package org.hibernate.jpa.event.spi.jpa
 
org.hibernate.jpa.spi - package org.hibernate.jpa.spi
 
org.hibernate.loader - package org.hibernate.loader
 
org.hibernate.loader.collection - package org.hibernate.loader.collection
 
org.hibernate.loader.collection.plan - package org.hibernate.loader.collection.plan
 
org.hibernate.loader.criteria - package org.hibernate.loader.criteria
 
org.hibernate.loader.custom - package org.hibernate.loader.custom
 
org.hibernate.loader.custom.sql - package org.hibernate.loader.custom.sql
 
org.hibernate.loader.entity - package org.hibernate.loader.entity
 
org.hibernate.loader.entity.plan - package org.hibernate.loader.entity.plan
Support for entity loaders built on top of the org.hibernate.loader.plan API to apply entity-graphs
org.hibernate.loader.hql - package org.hibernate.loader.hql
 
org.hibernate.loader.plan.build.spi - package org.hibernate.loader.plan.build.spi
Defines the SPI for building a metamodel-driven LoadPlan
org.hibernate.loader.plan.exec.process.spi - package org.hibernate.loader.plan.exec.process.spi
 
org.hibernate.loader.plan.exec.query.spi - package org.hibernate.loader.plan.exec.query.spi
Defines the SPI for obtaining values for options that impact the load query.
org.hibernate.loader.plan.exec.spi - package org.hibernate.loader.plan.exec.spi
Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.
org.hibernate.loader.plan.spi - package org.hibernate.loader.plan.spi
Defines the SPI for the building blocks that make up a LoadPlan.
org.hibernate.loader.spi - package org.hibernate.loader.spi
 
org.hibernate.lob - package org.hibernate.lob
 
org.hibernate.mapping - package org.hibernate.mapping
 
org.hibernate.metadata - package org.hibernate.metadata
 
org.hibernate.metamodel.model.convert.spi - package org.hibernate.metamodel.model.convert.spi
 
org.hibernate.metamodel.model.domain - package org.hibernate.metamodel.model.domain
 
org.hibernate.metamodel.model.domain.spi - package org.hibernate.metamodel.model.domain.spi
 
org.hibernate.metamodel.spi - package org.hibernate.metamodel.spi
 
org.hibernate.param - package org.hibernate.param
 
org.hibernate.persister.collection - package org.hibernate.persister.collection
 
org.hibernate.persister.entity - package org.hibernate.persister.entity
 
org.hibernate.persister.spi - package org.hibernate.persister.spi
 
org.hibernate.persister.walking.spi - package org.hibernate.persister.walking.spi
 
org.hibernate.pretty - package org.hibernate.pretty
 
org.hibernate.procedure - package org.hibernate.procedure
 
org.hibernate.procedure.spi - package org.hibernate.procedure.spi
 
org.hibernate.property.access.spi - package org.hibernate.property.access.spi
Defines strategies for accessing the persistent properties of an entity or composite.
org.hibernate.proxy - package org.hibernate.proxy
 
org.hibernate.proxy.map - package org.hibernate.proxy.map
 
org.hibernate.proxy.pojo - package org.hibernate.proxy.pojo
 
org.hibernate.proxy.pojo.bytebuddy - package org.hibernate.proxy.pojo.bytebuddy
 
org.hibernate.query - package org.hibernate.query
 
org.hibernate.query.criteria - package org.hibernate.query.criteria
 
org.hibernate.query.procedure - package org.hibernate.query.procedure
 
org.hibernate.query.procedure.spi - package org.hibernate.query.procedure.spi
 
org.hibernate.query.spi - package org.hibernate.query.spi
 
org.hibernate.resource.beans.container.spi - package org.hibernate.resource.beans.container.spi
 
org.hibernate.resource.beans.spi - package org.hibernate.resource.beans.spi
 
org.hibernate.resource.jdbc - package org.hibernate.resource.jdbc
 
org.hibernate.resource.jdbc.spi - package org.hibernate.resource.jdbc.spi
 
org.hibernate.resource.transaction - package org.hibernate.resource.transaction
Defines the resource-level transaction capabilities of Hibernate, which revolves around the TransactionCoordinator contract.
org.hibernate.resource.transaction.backend.jdbc.spi - package org.hibernate.resource.transaction.backend.jdbc.spi
 
org.hibernate.resource.transaction.spi - package org.hibernate.resource.transaction.spi
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
org.hibernate.result - package org.hibernate.result
 
org.hibernate.result.spi - package org.hibernate.result.spi
 
org.hibernate.secure.spi - package org.hibernate.secure.spi
 
org.hibernate.service - package org.hibernate.service
 
org.hibernate.service.spi - package org.hibernate.service.spi
 
org.hibernate.sql - package org.hibernate.sql
 
org.hibernate.sql.ast - package org.hibernate.sql.ast
 
org.hibernate.sql.ordering.antlr - package org.hibernate.sql.ordering.antlr
 
org.hibernate.stat - package org.hibernate.stat
 
org.hibernate.stat.spi - package org.hibernate.stat.spi
 
org.hibernate.tool.enhance - package org.hibernate.tool.enhance
 
org.hibernate.tool.hbm2ddl - package org.hibernate.tool.hbm2ddl
 
org.hibernate.tool.schema - package org.hibernate.tool.schema
 
org.hibernate.tool.schema.ast - package org.hibernate.tool.schema.ast
 
org.hibernate.tool.schema.extract.spi - package org.hibernate.tool.schema.extract.spi
 
org.hibernate.tool.schema.spi - package org.hibernate.tool.schema.spi
 
org.hibernate.transform - package org.hibernate.transform
 
org.hibernate.tuple - package org.hibernate.tuple
 
org.hibernate.tuple.component - package org.hibernate.tuple.component
 
org.hibernate.tuple.entity - package org.hibernate.tuple.entity
 
org.hibernate.type - package org.hibernate.type
 
org.hibernate.type.descriptor - package org.hibernate.type.descriptor
 
org.hibernate.type.descriptor.converter - package org.hibernate.type.descriptor.converter
Support for handling JPA AttributeConverter instances as part of the Hibernate Type system.
org.hibernate.type.descriptor.java - package org.hibernate.type.descriptor.java
 
org.hibernate.type.descriptor.java.spi - package org.hibernate.type.descriptor.java.spi
 
org.hibernate.type.descriptor.spi - package org.hibernate.type.descriptor.spi
 
org.hibernate.type.descriptor.sql - package org.hibernate.type.descriptor.sql
Defines handling of the standard JDBC-defined types.
org.hibernate.type.descriptor.sql.spi - package org.hibernate.type.descriptor.sql.spi
 
org.hibernate.type.spi - package org.hibernate.type.spi
 
org.hibernate.usertype - package org.hibernate.usertype
 
Origin - Class in org.hibernate.boot.jaxb
Describes the origin of an xml document
Origin(SourceType, String) - Constructor for class org.hibernate.boot.jaxb.Origin
 
originalMessage() - Method in exception org.hibernate.PropertyAccessException
 
ORM_XML_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
 
orphanRemoval - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
orphanRemoval - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
other(char) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when a character that is not a parameter (or part of a parameter definition) is recognized.
other(char) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
other(char) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
OTHER - org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
OTHER - org.hibernate.boot.jaxb.SourceType
 
OTHER - org.hibernate.mapping.MetadataSource
 
out(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
out(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
out(Token) - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
out(Token) - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
Semantic action outputting a token to the current statement buffer
out(String) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
out(String) - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
out(String) - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
Semantic action outputting text to the current statement buffer
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
OuterJoinableAssociation - Class in org.hibernate.loader
Part of the Hibernate SQL rendering internals.
OuterJoinableAssociation(PropertyPath, AssociationType, String, String[], String, JoinType, String, boolean, SessionFactoryImplementor, Map) - Constructor for class org.hibernate.loader.OuterJoinableAssociation
 
OuterJoinLoadable - Interface in org.hibernate.persister.entity
A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
OuterJoinLoader - Class in org.hibernate.loader
Implements logic for walking a tree of associated classes.
OuterJoinLoader(SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.OuterJoinLoader
 
outerJoinsAfterFrom - Variable in class org.hibernate.sql.Select
 
outerJoinsAfterWhere - Variable in class org.hibernate.sql.Select
 
outParameter(int) - Method in interface org.hibernate.engine.query.spi.ParameterParser.Recognizer
Called when an output parameter is recognized
outParameter(int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
outParameter(int) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
Output - Interface in org.hibernate.result
Common contract for individual return objects which can be either results (ResultSetOutput) or update counts (UpdateCountOutput).
Outputs - Interface in org.hibernate.result
Represents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity (IMO) of how this is exposed in the JDBC API.
overlay(CacheRegionDefinition) - Method in class org.hibernate.boot.model.Caching
 
overlay(Caching) - Method in class org.hibernate.boot.model.Caching
 
overrideFromReferencedColumnIfNecessary(Column) - Method in class org.hibernate.cfg.Ejb3JoinColumn
Called to apply column definitions from the referenced FK column to this column.
overridesEquals - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
OVERWRITE - org.hibernate.ReplicationMode
Overwrite existing rows when a row already exists.
overwriteLoadedStateCollectionValue(String, PersistentCollection) - Method in interface org.hibernate.engine.spi.EntityEntry
 
owner(SessionOwner) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
 
owner(SessionOwner) - Method in interface org.hibernate.engine.spi.SessionBuilderImplementor
Deprecated.
(since 5.2) since consolidating hibernate-entitymanager into hibernate-core I believe this is no longer needed.
ownerAssociationTypes - Variable in class org.hibernate.loader.JoinWalker
 
ownerAssociationTypes - Variable in class org.hibernate.loader.OuterJoinLoader
 
owners - Variable in class org.hibernate.loader.JoinWalker
 
owners - Variable in class org.hibernate.loader.OuterJoinLoader
 

P

PACKAGE - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
PackageDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a package (as indicated by a package-info.class file).
packageForNameOrNull(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Loading a Package from the classloader.
PackageInfoArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for package-info file entries within an archive
PackageInfoArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
PADDED - org.hibernate.loader.BatchFetchStyle
Still keeps the concept of pre-built batch sizes, but uses the next-bigger batch size and pads the extra identifier placeholders.
PaddedBatchingCollectionInitializerBuilder - Class in org.hibernate.loader.collection
A batch-fetch capable CollectionInitializer that performs batch-fetching using the padded style.
PaddedBatchingCollectionInitializerBuilder() - Constructor for class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
 
PaddedBatchingEntityLoader - Class in org.hibernate.loader.entity.plan
Batching entity loader using padded where-clause
PaddedBatchingEntityLoader(OuterJoinLoadable, int, LockOptions, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.entity.plan.PaddedBatchingEntityLoader
 
PaddedBatchingEntityLoaderBuilder - Class in org.hibernate.loader.entity.plan
A walking/plan based BatchingEntityLoaderBuilder that builds entity-loader instances building its batch-fetch SQL based on padding - using a set number of parameters, but setting "unneeded ones" to null.
PaddedBatchingEntityLoaderBuilder() - Constructor for class org.hibernate.loader.entity.plan.PaddedBatchingEntityLoaderBuilder
 
parallel() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
parallel() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
parallel() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
parallel() - Method in class org.hibernate.query.spi.StreamDecorator
 
PARAM - org.hibernate.annotations.ResultCheckStyle
Essentially the same as ResultCheckStyle.COUNT except that the row count actually comes from an output parameter registered as part of a CallableStatement.
PARAM - org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Essentially the same as ExecuteUpdateResultCheckStyle.COUNT except that the row count actually comes from an output parameter registered as part of a CallableStatement.
PARAM - Static variable in class org.hibernate.jdbc.Expectations
 
PARAM_KEY - Static variable in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
ParamDef - Annotation Type in org.hibernate.annotations
A parameter definition.
parameter - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
Parameter - Annotation Type in org.hibernate.annotations
Generic parameter (basically a key/value combination) used to parametrize other annotations.
PARAMETER_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
ParameterBind<T> - Interface in org.hibernate.jpa.spi
Represents the value currently bound to a particular (bindable) parameter.
ParameterBind<T> - Interface in org.hibernate.procedure
Describes an input value binding for any IN/INOUT parameters.
ParameterBinder - Interface in org.hibernate.param
 
ParameterInfoCollector - Interface in org.hibernate.criterion
 
ParameterInformation - Interface in org.hibernate.hql.spi
 
ParameterizedType - Interface in org.hibernate.usertype
Support for parameterizable types.
ParameterMetadata - Interface in org.hibernate.query
Access to known information about the parameters for a query.
ParameterMisuseException - Exception in org.hibernate.procedure
Thrown to indicate a misuse of a ParameterRegistration
ParameterMisuseException(String) - Constructor for exception org.hibernate.procedure.ParameterMisuseException
 
parameterName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
ParameterParser - Class in org.hibernate.engine.query.spi
The single available method ParameterParser.parse(java.lang.String, org.hibernate.engine.query.spi.ParameterParser.Recognizer) is responsible for parsing a query string and recognizing tokens in relation to parameters (either named, JPA-style, or ordinal) and providing callbacks about such recognitions.
ParameterParser.Recognizer - Interface in org.hibernate.engine.query.spi
Maybe better named a Journaler.
ParameterRecognitionException - Exception in org.hibernate.engine.query
Indicates a problem during parameter recognition via ParamLocationRecognizer
ParameterRecognitionException(String) - Constructor for exception org.hibernate.engine.query.ParameterRecognitionException
 
ParameterRecognitionException(String, Throwable) - Constructor for exception org.hibernate.engine.query.ParameterRecognitionException
 
ParameterRegistration<T> - Interface in org.hibernate.jpa.spi
Hibernate specific extension to the JPA Parameter contract as known to the Query and StoredProcedureQuery implementations.
ParameterRegistration<T> - Interface in org.hibernate.procedure
Describes a registered procedure/function parameter.
ParameterRegistrationImplementor<T> - Interface in org.hibernate.procedure.spi
Additional internal contract for ParameterRegistration
parameters() - Method in annotation type org.hibernate.annotations.CollectionType
Deprecated.
Specifies configuration information for the type.
parameters() - Method in annotation type org.hibernate.annotations.FilterDef
The filter parameter definitions.
parameters() - Method in annotation type org.hibernate.annotations.GenericGenerator
Optional generator parameters.
parameters() - Method in annotation type org.hibernate.annotations.Type
Any configuration parameters for the named type.
parameters() - Method in annotation type org.hibernate.annotations.TypeDef
Any configuration parameters for this type definition.
PARAMETERS - Static variable in class org.hibernate.id.SequenceGenerator
Deprecated.
No longer supported. To specify initial-value or increment use the org.hibernate.id.enhanced.SequenceStyleGenerator generator instead.
ParameterSpecification - Interface in org.hibernate.param
Maintains information relating to parameters which need to get bound into a JDBC PreparedStatement.
ParameterStrategy - Enum in org.hibernate.procedure.spi
The style/strategy of parameter registration used in a particular procedure call definition.
ParameterStrategyException - Exception in org.hibernate.procedure
 
ParameterStrategyException(String) - Constructor for exception org.hibernate.procedure.ParameterStrategyException
 
ParameterSubstitutionRecognizer(SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
 
ParameterTranslations - Interface in org.hibernate.hql.spi
Defines available information about the parameters encountered during query translation.
parameterTypes - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
parameterValueTypeName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
ParamLocationRecognizer - Class in org.hibernate.engine.query.spi
Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.
ParamLocationRecognizer(int) - Constructor for class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
ParamLocationRecognizer.InFlightJpaOrdinalParameterState - Class in org.hibernate.engine.query.spi
Internal in-flight representation of a recognized named parameter
ParamLocationRecognizer.InFlightNamedParameterState - Class in org.hibernate.engine.query.spi
Internal in-flight representation of a recognized named parameter
ParamLocationRecognizer.InFlightOrdinalParameterState - Class in org.hibernate.engine.query.spi
Internal in-flight representation of a recognized named parameter
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
parent - Variable in class org.hibernate.cfg.AbstractPropertyHolder
 
Parent - Annotation Type in org.hibernate.annotations
Reference the property as a pointer back to the owner (generally the owning entity).
parse(int) - Static method in enum org.hibernate.sql.JoinType
 
parse(Class<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Creates a root graph based on the passed `rootType` and parses `graphText` into the generated root graph
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
parse(Object) - Method in interface org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ValueTransformer
 
parse(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Parse an external representation of a CacheConcurrencyStrategy value.
parse(String) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
Parses a textual representation of a qualified name into a NameParts representation.
parse(String) - Static method in class org.hibernate.boot.model.source.spi.AttributePath
 
parse(String) - Static method in enum org.hibernate.ConnectionReleaseMode
Alias for ConnectionReleaseMode.valueOf(String) using upper-case version of the incoming name.
parse(String) - Static method in enum org.hibernate.engine.profile.Fetch.Style
Parses a style given an externalized string representation
parse(String) - Static method in enum org.hibernate.EntityMode
Legacy-style entity-mode name parsing.
parse(String) - Static method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
parse(String) - Static method in enum org.hibernate.NullPrecedence
Interprets a string representation of a NullPrecedence, returning null by default.
parse(String, Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
Parses a textual representation of a qualified name into a NameParts representation.
parse(String, ParameterParser.Recognizer) - Static method in class org.hibernate.engine.query.spi.ParameterParser
Performs the actual parsing and tokenizing of the query string making appropriate callbacks to the given recognizer upon recognition of the various tokens.
parse(String, NullPrecedence) - Static method in enum org.hibernate.NullPrecedence
Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.
parseCommandLineOption(String) - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Action
 
parseCommandLineOptions(String) - Static method in class org.hibernate.tool.hbm2ddl.TargetTypeHelper
 
parseFilterParameterName(String) - Static method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
parseFromName(String) - Static method in enum org.hibernate.tuple.GenerationTiming
 
parseInto(EntityGraph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(EntityGraph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Subgraph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Subgraph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Graph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Graph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseLegacyCommandLineOptions(boolean, boolean, String) - Static method in class org.hibernate.tool.hbm2ddl.TargetTypeHelper
 
parseLocations(String, SessionFactoryImplementor) - Static method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Convenience method for creating a param location recognizer and initiating the parse.
parsePrecedence(String) - Static method in enum org.hibernate.cfg.MetadataSourceType
 
PARTIAL - org.hibernate.engine.spi.ValueInclusion
 
partialFlushEnd(int, int) - Method in class org.hibernate.BaseSessionEventListener
 
partialFlushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
 
partialFlushStart() - Method in class org.hibernate.BaseSessionEventListener
 
partialFlushStart() - Method in interface org.hibernate.SessionEventListener
 
PASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the connection password.
PASS_DISTINCT_THROUGH - Static variable in class org.hibernate.annotations.QueryHints
Hint to enable/disable the pass-distinct-through mechanism.
passDistinctThrough - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
PassThroughResultTransformer - Class in org.hibernate.transform
???
PassThroughTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
peek(Consumer<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
peek(DoubleConsumer) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
peek(IntConsumer) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
peek(LongConsumer) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
perform(ServiceRegistry) - Method in interface org.hibernate.tool.schema.spi.DelayedDropAction
Perform the delayed schema drop.
perform(SchemaExport.Action, Metadata, ScriptTargetOutput) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
For testing use
performCallback(Object) - Method in interface org.hibernate.jpa.event.spi.Callback
Contract for performing the callback
performDiscovery(JdbcResultMetadata, List<Type>, List<String>) - Method in class org.hibernate.loader.custom.ConstructorResultColumnProcessor
 
performDiscovery(JdbcResultMetadata, List<Type>, List<String>) - Method in class org.hibernate.loader.custom.NonScalarResultColumnProcessor
 
performDiscovery(JdbcResultMetadata, List<Type>, List<String>) - Method in class org.hibernate.loader.custom.ScalarResultColumnProcessor
 
performExecuteUpdate(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Coordinates the efforts to perform an execution across all the included query translators.
performExecuteUpdate(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
Performs the execute query
performInsert(String, SharedSessionContractImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
performInsert(String, SharedSessionContractImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
 
performInsert(String, SharedSessionContractImplementor, Binder) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Perform the indicated insert SQL statement and determine the identifier value generated.
performIterate(QueryParameters, EventSource) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Coordinates the efforts to perform an iterate across all the included query translators.
performList(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Coordinates the efforts to perform a list across all the included query translators.
performOnLazyProperty() - Method in interface org.hibernate.engine.spi.CascadingAction
Should this action be performed (or noCascade consulted) in the case of lazy properties.
performOnLazyProperty() - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
performScroll(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
Coordinates the efforts to perform a scroll across all the included query translators.
performUnorderedMultiLoad(OuterJoinLoadable, Serializable[], SharedSessionContractImplementor, MultiLoadOptions) - Static method in class org.hibernate.loader.entity.plan.MultiEntityLoadingSupport
 
performWork(BytecodeLazyAttributeInterceptor, BiFunction<SharedSessionContractImplementor, Boolean, T>, String, String) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
 
PermissibleAction - Enum in org.hibernate.secure.spi
Deprecated.
Support for JACC will be removed in 6.0
PermissionCheckEntityInformation - Interface in org.hibernate.secure.spi
Deprecated.
Support for JACC will be removed in 6.0
permissiveInitialization() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
persist(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
persist(Object) - Method in interface org.hibernate.Session
Make a transient instance persistent.
persist(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
persist(String, Object) - Method in interface org.hibernate.Session
Make a transient instance persistent.
persist(String, Object, Map) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object, Map) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe; Gail?
persist(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance
PERSIST - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.PERSIST.
PERSIST - Static variable in class org.hibernate.engine.spi.CascadeStyles
create
PERSIST - Static variable in class org.hibernate.engine.spi.CascadingActions
 
PERSIST - Static variable in class org.hibernate.event.spi.EventType
 
PERSIST_ON_FLUSH - Static variable in class org.hibernate.engine.spi.CascadingActions
Execute persist during flush time
PERSIST_ONFLUSH - Static variable in class org.hibernate.event.spi.EventType
 
PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
PERSISTENCE_CONTEXT - org.hibernate.annotations.FlushModeType
Current flush mode of the persistence context at the time the query is executed.
PERSISTENCE_UNIT_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to pass along the name of the persistence unit.
PERSISTENCE_UNIT_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
PersistenceContext - Interface in org.hibernate.engine.spi
Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxies
PersistenceContext.NaturalIdHelper - Interface in org.hibernate.engine.spi
Provides centralized access to natural-id-related functionality.
PersistenceContextEntry(Object, CacheEntityLoaderHelper.EntityStatus) - Constructor for class org.hibernate.loader.entity.CacheEntityLoaderHelper.PersistenceContextEntry
 
persistenceUnitDefaults - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
 
PersistenceUnitDescriptor - Interface in org.hibernate.jpa.boot.spi
Abstraction for dealing with either <persistence-unit/> information whether that comes from an EE container in the form of PersistenceUnitInfo or in an SE environment where Hibernate has parsed the persistence.xml file itself.
persistenceUnitMetadata - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
PERSISTENT_FIELD_READER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Prefix for persistent-field reader methods.
PERSISTENT_FIELD_WRITER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Prefix for persistent-field writer methods.
PersistentAttribute - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for JAXB bindings that represent persistent attributes.
PersistentAttribute<D,​J> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA Attribute contract
PersistentAttributeDescriptor<D,​J> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA Attribute descriptor
PersistentAttributeFilter - Class in org.hibernate.cfg.annotations.reflection
 
PersistentAttributeFilter() - Constructor for class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
 
PersistentAttributeInterceptable - Interface in org.hibernate.engine.spi
 
PersistentAttributeInterceptor - Interface in org.hibernate.engine.spi
The base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute access
persistentClass - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
PersistentClass - Class in org.hibernate.mapping
Mapping for an entity.
PersistentClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.PersistentClass
 
PersistentClassVisitor - Interface in org.hibernate.mapping
 
PersistentCollection - Interface in org.hibernate.collection.spi
Persistent collections are treated as value objects by Hibernate.
PersistentIdentifierGenerator - Interface in org.hibernate.id
An IdentifierGenerator that requires creation of database objects.
PersistentObjectException - Exception in org.hibernate
Thrown when the user passes a persistent instance to a Session method that expects a transient instance.
PersistentObjectException(String) - Constructor for exception org.hibernate.PersistentObjectException
Constructs a PersistentObjectException using the given message.
PersistentTableBulkIdStrategy - Class in org.hibernate.hql.spi.id.persistent
This is a strategy that mimics temporary tables for databases which do not support temporary tables.
PersistentTableBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
PersistentTableBulkIdStrategy(IdTableSupport) - Constructor for class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
persister - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
persister() - Method in annotation type org.hibernate.annotations.Entity
Deprecated.
use Persister instead
persister() - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
 
Persister - Annotation Type in org.hibernate.annotations
Specify a custom persister.
PersisterClassResolver - Interface in org.hibernate.persister.spi
Given an entity or collection mapping, resolve the appropriate persister class to use.
PersisterCreationContext - Interface in org.hibernate.persister.spi
"Parameter object" providing access to additional information that may be needed in the creation of the persisters.
PersisterFactory - Interface in org.hibernate.persister.spi
Contract for creating persister instances (both EntityPersister and CollectionPersister varieties).
persisters - Variable in class org.hibernate.loader.JoinWalker
 
persisters - Variable in class org.hibernate.loader.OuterJoinLoader
 
PersistEvent - Class in org.hibernate.event.spi
An event class for persist()
PersistEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of create events generated from a session.
persistOnFlush(String, Object, Map) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persistOnFlush(String, Object, Map) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe; Gail?
persistOnFlush(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance during the flush process
PESSIMISTIC_FORCE_INCREMENT - org.hibernate.LockMode
Transaction will immediately increment the entity version.
PESSIMISTIC_NO_WAIT - Static variable in interface org.hibernate.Session.LockRequest
Constant usable as a time out value that indicates no wait semantics should be used in attempting to acquire locks.
PESSIMISTIC_READ - org.hibernate.LockMode
Implemented as PESSIMISTIC_WRITE.
PESSIMISTIC_WAIT_FOREVER - Static variable in interface org.hibernate.Session.LockRequest
Constant usable as a time out value that indicates that attempting to acquire locks should be allowed to wait forever (apply no timeout).
PESSIMISTIC_WRITE - org.hibernate.LockMode
Transaction will obtain a database lock immediately.
PessimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a pessimistic LockingStrategy to an entity
PessimisticEntityLockException(Object, String, JDBCException) - Constructor for exception org.hibernate.dialect.lock.PessimisticEntityLockException
Constructs a PessimisticEntityLockException
PessimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy that increments the version immediately (obtaining an exclusive write lock).
PessimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
Construct locking strategy.
PessimisticLockException - Exception in org.hibernate
Thrown when a pessimistic locking conflict occurs.
PessimisticLockException(String, SQLException, String) - Constructor for exception org.hibernate.PessimisticLockException
Constructs a PessimisticLockException using the specified information.
PessimisticReadSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through select statements.
PessimisticReadSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticReadUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through update statements.
PessimisticReadUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
PessimisticWriteSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through select statements.
PessimisticWriteSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticWriteUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through update statements.
PessimisticWriteUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
PHYSICAL_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify the PhysicalNamingStrategy class to use.
PhysicalConnectionHandlingMode - Enum in org.hibernate.resource.jdbc.spi
Represents valid combinations of ConnectionAcquisitionMode and ConnectionReleaseMode
physicalConnectionObtained(Connection) - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was obtained.
physicalConnectionObtained(Connection) - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
physicalConnectionReleased() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was released.
physicalConnectionReleased() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
PhysicalJdbcTransaction - Interface in org.hibernate.resource.jdbc.spi
Provides access to manage "transactionality" via the JDBC Connection
PhysicalNamingStrategy - Interface in org.hibernate.boot.model.naming
Pluggable strategy contract for applying physical naming rules for database object names.
PhysicalNamingStrategyStandardImpl - Class in org.hibernate.boot.model.naming
Standard implementation of the PhysicalNamingStrategy contract.
PhysicalNamingStrategyStandardImpl() - Constructor for class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
physicalSequenceName - Variable in class org.hibernate.id.enhanced.SequenceStructure
 
PK - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the primary key column name of the generated id
PK_COLUMN_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
PK_LENGTH_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
PK_VALUE_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
pkColumnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
pkColumnValue - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
PkDrivenByDefaultMapsIdSecondPass - Class in org.hibernate.cfg
 
PkDrivenByDefaultMapsIdSecondPass(String, Ejb3JoinColumn[], SimpleValue) - Constructor for class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
PluralAttributeElementNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of plural attribute elements in terms of relational implications.
PluralAttributeElementSource - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeElementSourceAssociation - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeElementSourceBasic - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are basic types
PluralAttributeElementSourceEmbedded - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.
PluralAttributeElementSourceManyToAny - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are defined by Hibernate's any mapping
PluralAttributeElementSourceManyToMany - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many association
PluralAttributeElementSourceOneToMany - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are a one-to-many association
PluralAttributeIndexNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of plural attribute indexes in terms of relational implications.
PluralAttributeIndexSource - Interface in org.hibernate.boot.model.source.spi
Highly abstract concept of the index of an "indexed persistent collection".
PluralAttributeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Commonality between the various forms of plural attribute (collection) mappings: <bag/>, <set/>, etc.
PluralAttributeInfoIdBagAdapter - Class in org.hibernate.boot.jaxb.hbm.spi
Adaptive implementation of the PluralAttributeInfo for <idbag/> mappings which do not support all the configuration available on other collection mappings.
PluralAttributeInfoIdBagAdapter() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
PluralAttributeInfoPrimitiveArrayAdapter - Class in org.hibernate.boot.jaxb.hbm.spi
 
PluralAttributeInfoPrimitiveArrayAdapter() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
PluralAttributeKeySource - Interface in org.hibernate.boot.model.source.spi
Describes the source mapping of plural-attribute (collection) foreign-key information.
PluralAttributeMapKeyManyToAnySource - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeyManyToManySource - Interface in org.hibernate.boot.model.source.spi
Additional source information for <map-key-many-to-many/> and <index-many-to-many/>.
PluralAttributeMapKeySource - Interface in org.hibernate.boot.model.source.spi
Describes source information about the key of a persistent map.
PluralAttributeMapKeySource.Nature - Enum in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeySourceBasic - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeySourceEmbedded - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of the collection itself as declared by the metadata.
PluralAttributeSequentialIndexSource - Interface in org.hibernate.boot.model.source.spi
Defines the index of a persistent list/array
PluralAttributeSource - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeSourceArray - Interface in org.hibernate.boot.model.source.spi
 
PluralPersistentAttribute<D,​C,​E> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA PluralAttribute descriptor
POINTBASE - org.hibernate.dialect.Database
 
PointbaseDialect - Class in org.hibernate.dialect
A Dialect for Pointbase.
PointbaseDialect() - Constructor for class org.hibernate.dialect.PointbaseDialect
Creates new PointbaseDialect
POJO - org.hibernate.EntityMode
The pojo entity mode describes an entity model made up of entity classes (loosely) following the java bean convention.
PojoComponentTuplizer - Class in org.hibernate.tuple.component
A ComponentTuplizer specific to the pojo entity mode.
PojoComponentTuplizer(Component) - Constructor for class org.hibernate.tuple.component.PojoComponentTuplizer
 
PojoEntityInstantiator - Class in org.hibernate.tuple.entity
 
PojoEntityInstantiator(EntityMetamodel, PersistentClass, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.entity.PojoEntityInstantiator
 
PojoEntityTuplizer - Class in org.hibernate.tuple.entity
An EntityTuplizer specific to the pojo entity mode.
PojoEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.hibernate.tuple.entity.PojoEntityTuplizer
 
PojoInstantiator - Class in org.hibernate.tuple
Defines a POJO-based instantiator for use from the tuplizers.
PojoInstantiator(Class, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
PojoInstantiator(Class, ReflectionOptimizer.InstantiationOptimizer, boolean) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
PojoInstantiator(Component, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
polymorphism - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
polymorphism() - Method in annotation type org.hibernate.annotations.Entity
Deprecated.
use Polymorphism instead
Polymorphism - Annotation Type in org.hibernate.annotations
Used to define the type of polymorphism Hibernate will apply to entity hierarchies.
PolymorphismType - Enum in org.hibernate.annotations
Type of available polymorphism for a particular entity.
POOL - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
POOL_LO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
POOL_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum number of inactive connections for the built-in Hibernate connection pool.
POOLED - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for use with tables/sequences that store the chunk information.
POOLED_LO - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for use with tables/sequences that store the chunk information.
POOLED_LOTL - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for use with tables/sequences that store the chunk information.
PooledLoOptimizer - Class in org.hibernate.id.enhanced
Variation of PooledOptimizer which interprets the incoming database value as the lo value, rather than the hi value.
PooledLoOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.PooledLoOptimizer
Constructs a PooledLoOptimizer.
PooledLoThreadLocalOptimizer - Class in org.hibernate.id.enhanced
Variation of PooledOptimizer which interprets the incoming database value as the lo value, rather than the hi value, as well as using thread local to cache the generation state.
PooledLoThreadLocalOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
Constructs a PooledLoThreadLocalOptimizer.
PooledOptimizer - Class in org.hibernate.id.enhanced
Optimizer which uses a pool of values, storing the next low value of the range in the database.
PooledOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.PooledOptimizer
Constructs a PooledOptimizer
position(byte[], long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
position(Blob, long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
POSITIONAL - org.hibernate.procedure.spi.ParameterStrategy
The parameters are positional
PositionalParamBinder - Class in org.hibernate.loader.custom.sql
 
PositionalParamBinder(int) - Constructor for class org.hibernate.loader.custom.sql.PositionalParamBinder
 
PositionalParameterInformation - Interface in org.hibernate.hql.spi
 
PositionalParameterSpecification - Class in org.hibernate.param
Parameter bind specification for an explicit positional (or ordinal) parameter.
PositionalParameterSpecification(int, int, int, int) - Constructor for class org.hibernate.param.PositionalParameterSpecification
Constructs a position/ordinal parameter bind specification.
PositionSubstringFunction - Class in org.hibernate.dialect.function
Emulation of locate() on PostgreSQL
PositionSubstringFunction() - Constructor for class org.hibernate.dialect.function.PositionSubstringFunction
 
POST_COLLECTION_RECREATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_REMOVE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COMMIT_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_INSERT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COMMIT_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COMMIT_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Marker object returned from IdentifierGenerator.generate(org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object) to indicate that the entity's identifier will be generated as part of the database insertion.
POST_LOAD - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_LOAD - org.hibernate.jpa.event.spi.CallbackType
 
POST_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
POST_PERSIST - org.hibernate.jpa.event.spi.CallbackType
 
POST_REMOVE - org.hibernate.jpa.event.spi.CallbackType
 
POST_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_UPDATE - org.hibernate.jpa.event.spi.CallbackType
 
POST_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
postAction() - Method in interface org.hibernate.collection.spi.PersistentCollection
After flushing, clear any "queued" additions, since the database state is now synchronized with the memory state.
PostCollectionRecreateEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is recreated
PostCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionRecreateEvent
 
PostCollectionRecreateEventListener - Interface in org.hibernate.event.spi
Called after recreating a collection
PostCollectionRemoveEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is removed
PostCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.spi.PostCollectionRemoveEvent
 
PostCollectionRemoveEventListener - Interface in org.hibernate.event.spi
Called after removing a collection
PostCollectionUpdateEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is updated
PostCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionUpdateEvent
 
PostCollectionUpdateEventListener - Interface in org.hibernate.event.spi
Called after updating a collection
PostCommitDeleteEventListener - Interface in org.hibernate.event.spi
Called after an entity delete is committed to the datastore.
PostCommitInsertEventListener - Interface in org.hibernate.event.spi
Called after an entity insert is committed to the datastore.
PostCommitUpdateEventListener - Interface in org.hibernate.event.spi
Called after an entity update is committed to the datastore.
postConstruct(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Post-construct is a callback for AbstractEntityPersister subclasses to call after they are all done with their constructor processing.
postCreate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
postDelete() - Method in interface org.hibernate.engine.spi.EntityEntry
After actually deleting a row, record the fact that the instance no longer exists in the database
PostDeleteEvent - Class in org.hibernate.event.spi
Occurs after deleting an item from the datastore
PostDeleteEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostDeleteEvent
 
PostDeleteEventListener - Interface in org.hibernate.event.spi
Called after deleting an item from the datastore
postFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
 
postFlush(Iterator) - Method in interface org.hibernate.Interceptor
Called after a flush that actually ends in execution of the SQL statements required to synchronize in-memory state with the database.
postFlush(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after a successful flush
PostgresPlusDialect - Class in org.hibernate.dialect
An SQL dialect for Postgres Plus
PostgresPlusDialect() - Constructor for class org.hibernate.dialect.PostgresPlusDialect
Constructs a PostgresPlusDialect
POSTGRESQL - org.hibernate.dialect.Database
 
PostgreSQL10Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 10 and later.
PostgreSQL10Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL10Dialect
 
PostgreSQL10IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
PostgreSQL10IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.PostgreSQL10IdentityColumnSupport
 
PostgreSQL81Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres
PostgreSQL81Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL81Dialect
Constructs a PostgreSQL81Dialect
PostgreSQL81IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
PostgreSQL81IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport
 
PostgreSQL82Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 8.2 and later, adds support for "if exists" when dropping tables
PostgreSQL82Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL82Dialect
 
PostgreSQL91Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 9.1 and later, adds support for PARTITION BY as a keyword.
PostgreSQL91Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL91Dialect
 
PostgreSQL92Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 9.2 and later, adds support for JSON data type
PostgreSQL92Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL92Dialect
Constructs a PostgreSQL92Dialect
PostgreSQL93Dialect - Class in org.hibernate.dialect
An SQL Dialect for PostgreSQL 9.3 and later.
PostgreSQL93Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL93Dialect
 
PostgreSQL94Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 9.4 and later.
PostgreSQL94Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL94Dialect
Constructs a PostgreSQL94Dialect
PostgreSQL95Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 9.5 and later.
PostgreSQL95Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL95Dialect
 
PostgreSQL9Dialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 9 and later.
PostgreSQL9Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL9Dialect
 
PostgreSQLDialect - Class in org.hibernate.dialect
Deprecated.
PostgreSQLDialect() - Constructor for class org.hibernate.dialect.PostgreSQLDialect
Deprecated.
 
PostgresUUIDSqlTypeDescriptor() - Constructor for class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
 
PostgresUUIDType - Class in org.hibernate.type
Specialized type mapping for UUID and the Postgres UUID data type (which is mapped as OTHER in its JDBC driver).
PostgresUUIDType() - Constructor for class org.hibernate.type.PostgresUUIDType
 
PostgresUUIDType.PostgresUUIDSqlTypeDescriptor - Class in org.hibernate.type
 
postInitialize(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
postInsert(Object[]) - Method in interface org.hibernate.engine.spi.EntityEntry
After actually inserting a row, record the fact that the instance exists on the database (needed for identity-column key generation)
PostInsertEvent - Class in org.hibernate.event.spi
Occurs after inserting an item in the datastore
PostInsertEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostInsertEvent
 
PostInsertEventListener - Interface in org.hibernate.event.spi
Called after inserting an item in the datastore
PostInsertIdentifierGenerator - Interface in org.hibernate.id
 
PostInsertIdentityPersister - Interface in org.hibernate.id
A persister that may have an identity assigned by execution of a SQL INSERT.
postInstantiate() - Method in class org.hibernate.loader.BasicLoader
 
postInstantiate() - Method in class org.hibernate.loader.Loader
Calculate and cache select-clause suffixes.
postInstantiate() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
postInstantiate() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
postInstantiate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
postInstantiate() - Method in interface org.hibernate.persister.entity.EntityPersister
Finish the initialization of this object.
postInstantiate(String, Class, Set<Class>, Method, Method, CompositeType) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
 
postInstantiate(String, Class, Set<Class>, Method, Method, CompositeType) - Method in interface org.hibernate.proxy.ProxyFactory
Called immediately after instantiation of this factory.
postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
postLoad - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
postLoad - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
postLoad - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
postLoad(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
PostLoadEvent - Class in org.hibernate.event.spi
Occurs after an entity instance is fully loaded.
PostLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PostLoadEvent
 
PostLoadEventListener - Interface in org.hibernate.event.spi
Occurs after an entity instance is fully loaded.
postPersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
postPersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
postPersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
postProcessEntityHierarchies() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
postProcessSortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Allow post processing of each sort specification
postProcessSortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
postRemove - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
postRemove - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
postRemove - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
postRemove(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
postUpdate - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
postUpdate - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
postUpdate - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
postUpdate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
postUpdate(Object, Object[], Object) - Method in interface org.hibernate.engine.spi.EntityEntry
Handle updating the internal state of the entry after actually performing the database update.
PostUpdateEvent - Class in org.hibernate.event.spi
Occurs after the datastore is updated
PostUpdateEvent(Object, Serializable, Object[], Object[], int[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostUpdateEvent
 
PostUpdateEventListener - Interface in org.hibernate.event.spi
Called after updating the datastore
PRE_COLLECTION_RECREATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_REMOVE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_INSERT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
PRE_LOAD - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
PRE_PERSIST - org.hibernate.jpa.event.spi.CallbackType
 
PRE_REMOVE - org.hibernate.jpa.event.spi.CallbackType
 
PRE_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_UPDATE - org.hibernate.jpa.event.spi.CallbackType
 
PRE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
precision - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
precision - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
precision - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
precision - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
precision - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
precision() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
precision(int) - Static method in class org.hibernate.engine.jdbc.Size
 
precision(int, int) - Static method in class org.hibernate.engine.jdbc.Size
 
PreCollectionRecreateEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is recreated
PreCollectionRecreateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionRecreateEvent
 
PreCollectionRecreateEventListener - Interface in org.hibernate.event.spi
Called before recreating a collection
PreCollectionRemoveEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is removed
PreCollectionRemoveEvent(CollectionPersister, PersistentCollection, EventSource, Object) - Constructor for class org.hibernate.event.spi.PreCollectionRemoveEvent
 
PreCollectionRemoveEventListener - Interface in org.hibernate.event.spi
Called before removing a collection
PreCollectionUpdateEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is updated
PreCollectionUpdateEvent(CollectionPersister, PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionUpdateEvent
 
PreCollectionUpdateEventListener - Interface in org.hibernate.event.spi
Called before updating a collection
preCreate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
PreDeleteEvent - Class in org.hibernate.event.spi
Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.
PreDeleteEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreDeleteEvent
Constructs an event containing the pertinent information.
PreDeleteEventListener - Interface in org.hibernate.event.spi
Called before deleting an item from the datastore
PREFER_GENERATOR_NAME_AS_DEFAULT_SEQUENCE_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
True/false setting indicating whether the value specified for GeneratedValue.generator() should be used as the sequence/table name when no matching SequenceGenerator or TableGenerator is found.
PREFER_LONG_RAW - Static variable in class org.hibernate.dialect.Oracle12cDialect
 
PREFER_POOLED_VALUES_LO - Static variable in interface org.hibernate.cfg.AvailableSettings
PREFER_USER_TRANSACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Should we prefer using the JtaPlatform.retrieveUserTransaction() over using JtaPlatform.retrieveTransactionManager()? Default is false
PREFERRED_POOLED_OPTIMIZER - Static variable in interface org.hibernate.cfg.AvailableSettings
When a generator specified an increment-size and an optimizer was not explicitly specified, which of the "pooled" optimizers should be preferred? Can specify an optimizer short name or an Optimizer impl FQN.
preFlush(Iterator) - Method in class org.hibernate.EmptyInterceptor
 
preFlush(Iterator) - Method in interface org.hibernate.Interceptor
Called before a flush.
preFlush(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
preInsert(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called before inserting rows, to ensure that any surrogate keys are fully generated
PreInsertEvent - Class in org.hibernate.event.spi
Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database.
PreInsertEvent(Object, Serializable, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreInsertEvent
Constructs an event containing the pertinent information.
PreInsertEventListener - Interface in org.hibernate.event.spi
Called before inserting an item in the datastore
preInsertInMemoryValueGeneration(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
preInvalidate(Serializable[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
 
preInvalidate(Serializable[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.UpdateTimestampsCache
Deprecated.
Perform pre-invalidation.
preInvalidate(String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
Perform pre-invalidation of the passed spaces (table names) against the timestamps region data
PreLoadEvent - Class in org.hibernate.event.spi
Called before injecting property values into a newly loaded entity instance.
PreLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PreLoadEvent
 
PreLoadEventListener - Interface in org.hibernate.event.spi
Called before injecting property values into a newly loaded entity instance.
prepare() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
A general preparation step.
prepare() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
prepare() - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
Prepare source for use, and log that this script is about to be imported.
prepare() - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Prepare the script target to accept commands
prepare(boolean) - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Deprecated.
Prepare the helper for use.
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
 
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
prepare(CallableStatement, int) - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
Prepare for execution.
prepare(PreparedStatement) - Method in interface org.hibernate.jdbc.Expectation
Perform any special statement preparation.
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
prepare(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
prepare(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Prepare for processing of a warning stack.
prepare(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
prepare(MetadataSources, BootstrapContext) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
First step of 2-phase for MetadataSources->Metadata process
prepare(MetadataImplementor) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
Deprecated.
this method was only ever used to initialize the CallbackRegistry which is now managed as part of the EventEngine
prepare(JdbcServices, JdbcConnectionAccess, MetadataImplementor, SessionFactoryOptions) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy
Deprecated.
Will be removed in favor of the variant accepting a SqlStringGenerationContext
prepare(JdbcServices, JdbcConnectionAccess, MetadataImplementor, SessionFactoryOptions, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
 
prepare(JdbcServices, JdbcConnectionAccess, MetadataImplementor, SessionFactoryOptions, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.cte.CteValuesListBulkIdStrategy
 
prepare(JdbcServices, JdbcConnectionAccess, MetadataImplementor, SessionFactoryOptions, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBulkIdStrategy
 
prepare(JdbcServices, JdbcConnectionAccess, MetadataImplementor, SessionFactoryOptions, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBulkIdStrategy
 
prepare(JdbcServices, JdbcConnectionAccess, MetadataImplementor, SessionFactoryOptions, SqlStringGenerationContext) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValueListBulkIdStrategy
 
prepare(JdbcServices, JdbcConnectionAccess, MetadataImplementor, SessionFactoryOptions, SqlStringGenerationContext) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy
Prepare the strategy.
prepare(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Deprecated.
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.TableStructure
 
prepareActions() - Method in class org.hibernate.engine.spi.ActionQueue
Prepares the internal action queues for execution.
prepareCteStatement(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.cte.AbstractCteValuesListBulkIdHandler
 
prepareForAutoDiscovery(JdbcResultMetadata) - Method in class org.hibernate.loader.custom.ResultRowProcessor
 
prepareForEntityHierarchyProcessing() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Initialize internal state based on the currently attached session, in order to be ready to load data even after the proxy is detached from the session.
prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
prepareForUse(SessionFactoryOptions, Map) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
prepareForUse(Queryable, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
prepareIdentifierGeneratingInsert() - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Build a Insert specific to the delegate's mode of handling generated key values.
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
prepareInlineStatement(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsBulkIdHandler
 
prepareQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Get a prepared statement for use in loading / querying.
prepareQueryStatement(String, QueryParameters, LimitHandler, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
Obtain a PreparedStatement with all parameters pre-bound.
prepareServices(StandardServiceRegistryBuilder) - Method in interface org.hibernate.integrator.spi.ServiceContributingIntegrator
Deprecated.
Allow the integrator to alter the builder of ServiceRegistry, presumably to register services into it.
prepareServices(StandardServiceRegistryBuilder) - Method in class org.hibernate.secure.spi.JaccIntegrator
Deprecated.
 
prepareStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being prepared.
prepareStatement(String) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, int) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare an INSERT statement, specifying how auto-generated (by the database) keys should be handled.
prepareStatement(String, String[]) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare an INSERT statement, specifying columns which are auto-generated values to be returned.
prependComment(String, String) - Method in class org.hibernate.dialect.Dialect
 
prependListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependWhereConditions(String) - Method in class org.hibernate.sql.QuerySelect
 
prePersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
prePersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
prePersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
preprocessResultSet(ResultSet, RowSelection, LimitHandler, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
 
preprocessSQL(String, QueryParameters, SessionFactoryImplementor, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
Modify the SQL, adding lock hints and comments, if necessary
preRemove - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
preRemove - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
preRemove - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
preRemove(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
preUpdate - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
preUpdate - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
 
preUpdate - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
preUpdate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
PreUpdateEvent - Class in org.hibernate.event.spi
Represents a pre-update event, which occurs just prior to performing the update of an entity in the database.
PreUpdateEvent(Object, Serializable, Object[], Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreUpdateEvent
Constructs an event containing the pertinent information.
PreUpdateEventListener - Interface in org.hibernate.event.spi
Called before updating the datastore
previous() - Method in interface org.hibernate.ScrollableResults
Retreat to the previous result.
PREVIOUS_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the previous ManagedEntity.
PREVIOUS_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the previous ManagedEntity field
PREVIOUS_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the previous ManagedEntity field
PrimaryKey - Class in org.hibernate.mapping
A primary key constraint
PrimaryKey(Table) - Constructor for class org.hibernate.mapping.PrimaryKey
 
primaryKeyColumns - Variable in class org.hibernate.sql.Delete
 
primaryKeyColumns - Variable in class org.hibernate.sql.Update
 
primaryKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
primaryKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
primaryKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
PrimaryKeyInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing primary key for a table
primaryKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
primaryKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
primaryKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
prime(Set<DomainDataRegionConfig>) - Method in interface org.hibernate.cache.spi.CacheImplementor
An initialization phase allowing the caching provider to prime itself from the passed configs
prime(Set<DomainDataRegionConfig>) - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
An initialization phase allowing the caching provider to prime itself from the passed configs
primeFunctionMap(Map<String, SQLFunction>) - Static method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
Push the functions defined on StandardAnsiSqlAggregationFunctions into the given map
PRIMITIVE_ARRAY_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
PRIMITIVE_NAMES - Static variable in class org.hibernate.cfg.BinderHelper
 
PrimitiveArray - Class in org.hibernate.mapping
A primitive array has a primary key consisting of the key columns + index column.
PrimitiveArray(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.PrimitiveArray
 
PrimitiveArray(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.PrimitiveArray
PrimitiveArrayBinder - Class in org.hibernate.cfg.annotations
 
PrimitiveArrayBinder() - Constructor for class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
PrimitiveByteArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for byte[] handling.
PrimitiveByteArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
PrimitiveCharacterArrayClobType - Class in org.hibernate.type
Map a char[] to a Clob
PrimitiveCharacterArrayClobType() - Constructor for class org.hibernate.type.PrimitiveCharacterArrayClobType
 
PrimitiveCharacterArrayNClobType - Class in org.hibernate.type
Map a char[] to a NClob
PrimitiveCharacterArrayNClobType() - Constructor for class org.hibernate.type.PrimitiveCharacterArrayNClobType
 
PrimitiveCharacterArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for char[] handling.
PrimitiveCharacterArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
PrimitiveType<T> - Interface in org.hibernate.type
Additional contract for primitive / primitive wrapper types.
PROCEDURE - org.hibernate.DuplicateMappingException.Type
A duplicate NamedStoredProcedureQuery was encountered
PROCEDURE_NULL_PARAM_PASSING - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
(5.3) Hibernate determines it implicitly
ProcedureCall - Interface in org.hibernate.procedure
Defines support for executing database stored procedures and functions
ProcedureCallImplementor<R> - Interface in org.hibernate.procedure.spi
 
ProcedureCallMemento - Interface in org.hibernate.procedure
Represents a "memento" (disconnected, externalizable form) of a ProcedureCall
procedureName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
ProcedureOutputs - Interface in org.hibernate.procedure
Specialization of the Outputs contract providing access to the stored procedure's registered output parameters.
ProcedureParameter<T> - Interface in org.hibernate.query.procedure
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
ProcedureParameterBinding<T> - Interface in org.hibernate.query.procedure
 
ProcedureParameterBindingImplementor<T> - Interface in org.hibernate.query.procedure.spi
 
ProcedureParameterExtractionAware<T> - Interface in org.hibernate.type
Optional Type contract for implementations that are aware of how to extract values from store procedure OUT/INOUT parameters.
ProcedureParameterImplementor<T> - Interface in org.hibernate.query.procedure.spi
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
ProcedureParameterNamedBinder - Interface in org.hibernate.type
Optional Type contract for implementations enabled to set store procedure OUT/INOUT parameters values by name.
process() - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
 
process() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
process() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
process(ResultSet) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.ResultSetProcessor
 
process(Metadata, ServiceRegistry, Map, DelayedDropRegistry) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
process(AttributePath, StringBuilder) - Static method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
process(InFlightMetadataCollector) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.DelayedPropertyReferenceHandler
 
processAuxiliaryDatabaseObjectDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all AuxiliaryDatabaseObject definitions.
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processComplementaryTableDefinitions(Tables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processDistinctKeyword(String, QueryParameters) - Method in class org.hibernate.loader.Loader
Remove distinct keyword from SQL statement if the query should not pass it through.
ProcessedWhereClause(String, List<ParameterSpecification>) - Constructor for class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
 
processEntityHierarchies(Set<String>) - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
processFetchProfiles() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all fetch profiles.
processFilterDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all filter definitions.
processFilters(String, Map, SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
 
processFilters(String, SharedSessionContractImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
 
processIdentifierGenerators() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all custom identifier generator declarations,
processInsertGeneratedProperties(Serializable, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processInsertGeneratedProperties(Serializable, Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Perform a select to retrieve the values of any generated properties back from the database, injecting these generated values into the given entity as well as writing this state to the PersistenceContext.
processNamedQueries() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all "root" named queries.
processQueryRenames() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all explicit query renames (imports).
processQueuedOps(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
processQueuedOps(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Process queued operations within the PersistentCollection.
processResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
 
processResultSetMappings() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process ResultSet mappings for native queries.
processSql(String, QueryParameters) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Return processed SQL query.
processSql(String, QueryParameters) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.CUBRIDLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.FirstLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.Informix10LimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
processSql(String, RowSelection) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Return processed SQL query.
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.SQL2008StandardLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Add a LIMIT clause to the given SQL SELECT (HHH-2655: ROW_NUMBER for Paging) The LIMIT SQL will look like:
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
processTypeDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all custom Type definitions.
processUpdateGeneratedProperties(Serializable, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processUpdateGeneratedProperties(Serializable, Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Perform a select to retrieve the values of any generated properties back from the database, injecting these generated values into the given entity as well as writing this state to the PersistenceContext.
processWhereClause(AST) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
Interprets the WHERE clause from the user-defined update/delete query
produceAdditionalMappings(MetadataImplementor, IndexView, MappingBinder, MetadataBuildingContext) - Method in interface org.hibernate.boot.spi.AdditionalJaxbMappingProducer
Deprecated.
 
produceBeanInstance(Class<B>) - Method in interface org.hibernate.resource.beans.spi.BeanInstanceProducer
Produce a bean instance
produceBeanInstance(String, Class<B>) - Method in interface org.hibernate.resource.beans.spi.BeanInstanceProducer
Produce a named bean instance
PROGRESS - org.hibernate.dialect.Database
 
ProgressDialect - Class in org.hibernate.dialect
An SQL dialect compatible with Progress 9.1C

Connection Parameters required: hibernate.dialect org.hibernate.sql.ProgressDialect hibernate.driver com.progress.sql.jdbc.JdbcProgressDriver hibernate.url jdbc:JdbcProgress:T:host:port:dbname;WorkArounds=536870912 hibernate.username username hibernate.password password The WorkArounds parameter in the URL is required to avoid an error in the Progress 9.1C JDBC driver related to PreparedStatements.
ProgressDialect() - Constructor for class org.hibernate.dialect.ProgressDialect
Constructs a ProgressDialect
Projection - Interface in org.hibernate.criterion
An object-oriented representation of a query result set projection in a Criteria query.
PROJECTION - Static variable in interface org.hibernate.criterion.CriteriaSpecification
This result transformer is selected implicitly by calling setProjection()
projectionList() - Static method in class org.hibernate.criterion.Projections
Create a new projection list.
ProjectionList - Class in org.hibernate.criterion
A projection that wraps other projections to allow selecting multiple values.
ProjectionList() - Constructor for class org.hibernate.criterion.ProjectionList
Constructs a ProjectionList
Projections - Class in org.hibernate.criterion
The criterion package may be used by applications as a framework for building new kinds of Projection.
propertiesEq(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of multiple given properties as being equal to the set of values in the subquery result.
propertiesIn(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of multiple given properties as being in to the set of values in the subquery result.
propertiesNotEq(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of multiple given properties as being not-equal to the set of values in the subquery result.
propertiesNotIn(String[], DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of multiple given properties as being not-in to the set of values in the subquery result.
PropertiesSubqueryExpression - Class in org.hibernate.criterion
A comparison between several properties value in the outer query and the result of a multicolumn subquery.
PropertiesSubqueryExpression(String[], String, DetachedCriteria) - Constructor for class org.hibernate.criterion.PropertiesSubqueryExpression
 
property - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
property - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
property(String) - Static method in class org.hibernate.criterion.Projections
A property value projection
Property - Class in org.hibernate.criterion
A factory for property-specific criterion and projection instances
Property - Class in org.hibernate.mapping
Represents a property as part of an entity or a component.
Property - Interface in org.hibernate.tuple
Deprecated.
Use the direct Attribute hierarchy
Property() - Constructor for class org.hibernate.mapping.Property
 
Property(String) - Constructor for class org.hibernate.criterion.Property
Constructs a Property.
PROPERTY - org.hibernate.cfg.AccessType
Access to value via property
PROPERTY - org.hibernate.DuplicateMappingException.Type
A duplicate property/attribute definition was encountered.
PROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
PropertyAccess - Interface in org.hibernate.property.access.spi
Describes access to a particular persistent property in terms of getting and setting values.
PropertyAccessBuildingException - Exception in org.hibernate.property.access.spi
Indicates a problem while building a PropertyAccess
PropertyAccessBuildingException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
 
PropertyAccessBuildingException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
 
PropertyAccessException - Exception in org.hibernate.property.access.spi
Indicates a problem reading or writing value from/to a persistent property.
PropertyAccessException - Exception in org.hibernate
A problem occurred accessing a property of an instance of a persistent class by reflection, or via enhanced entities.
PropertyAccessException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
PropertyAccessException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
PropertyAccessException(Throwable, String, boolean, Class, String) - Constructor for exception org.hibernate.PropertyAccessException
Constructs a PropertyAccessException using the specified information.
PropertyAccessSerializationException - Exception in org.hibernate.property.access.spi
 
PropertyAccessSerializationException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
 
PropertyAccessSerializationException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
 
PropertyAccessStrategy - Interface in org.hibernate.property.access.spi
Describes a strategy for persistent property access (field, JavaBean-style property, etc).
PropertyAccessStrategyResolver - Interface in org.hibernate.property.access.spi
Contract for resolving the PropertyAccessStrategy to use.
PropertyBinder - Class in org.hibernate.cfg.annotations
 
PropertyBinder() - Constructor for class org.hibernate.cfg.annotations.PropertyBinder
 
PropertyData - Interface in org.hibernate.cfg
 
propertyEq(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property as being equal to the set of values in the subquery result.
propertyEqAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property equals ALL the values in the subquery result.
propertyException(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
PropertyExpression - Class in org.hibernate.criterion
superclass for comparisons between two properties (with SQL binary operators)
PropertyExpression(String, String, String) - Constructor for class org.hibernate.criterion.PropertyExpression
 
PropertyFactory - Class in org.hibernate.tuple
Responsible for generation of runtime metamodel Property representations.
PropertyFactory.NonIdentifierAttributeNature - Enum in org.hibernate.tuple
 
propertyGe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than-or-equal-to the value in the subquery result.
propertyGeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than-or-equal-to ALL the values in the subquery result.
PropertyGeneration - Class in org.hibernate.mapping
Deprecated.
This is replaced by ValueGeneration and GenerationTiming
propertyGeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than-or-equal-to SOME of the values in the subquery result.
propertyGt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than the value in the subquery result.
propertyGtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than ALL the values in the subquery result.
propertyGtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is greater-than SOME of the values in the subquery result.
propertyHolder - Variable in class org.hibernate.cfg.Ejb3Column
 
PropertyHolder - Interface in org.hibernate.cfg
Property holder abstract property containers from their direct implementation
PropertyHolderBuilder - Class in org.hibernate.cfg
This factory is here to build a PropertyHolder and prevent .mapping interface adding
propertyIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is in the set of values in the subquery result.
PropertyInferredData - Class in org.hibernate.cfg
Retrieve all inferred data from an annotated element
PropertyInferredData(XClass, XProperty, String, ReflectionManager) - Constructor for class org.hibernate.cfg.PropertyInferredData
Take the annotated element for lazy process
propertyLe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than-or-equal-to the value in the subquery result.
propertyLeAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than-or-equal-to ALL the values in the subquery result.
propertyLeSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than-or-equal-to SOME of the values in the subquery result.
propertyLt(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than the value in the subquery result.
propertyLtAll(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than ALL the values in the subquery result.
propertyLtSome(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is less-than SOME of the values in the subquery result.
propertyMapping - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Warning: When there are duplicated property names in the subclasses then propertyMapping will only contain one of those properties.
PropertyMapping - Interface in org.hibernate.persister.entity
Contract for all things that know how to map a property to the needed bits of SQL.
propertyName - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
propertyName - Variable in class org.hibernate.criterion.AbstractEmptinessExpression
 
propertyName - Variable in class org.hibernate.criterion.AggregateProjection
 
propertyNe(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is not equal to the value in the subquery result.
PropertyNotFoundException - Exception in org.hibernate
Indicates that an expected getter or setter method could not be found on a class.
PropertyNotFoundException(String) - Constructor for exception org.hibernate.PropertyNotFoundException
Constructs a PropertyNotFoundException given the specified message.
propertyNotIn(String, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
Creates a criterion which checks that the value of a given property is not-in the set of values in the subquery result.
PropertyPath - Class in org.hibernate.loader
 
PropertyPath() - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath(String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath(PropertyPath, String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPreloadedData - Class in org.hibernate.cfg
 
PropertyPreloadedData(AccessType, String, XClass) - Constructor for class org.hibernate.cfg.PropertyPreloadedData
 
PropertyProjection - Class in org.hibernate.criterion
A property value, or grouped property value
PropertyProjection(String) - Constructor for class org.hibernate.criterion.PropertyProjection
 
PropertyProjection(String, boolean) - Constructor for class org.hibernate.criterion.PropertyProjection
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
propertySelectFragment(String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
propertySelectFragment(String, String, boolean) - Method in interface org.hibernate.persister.entity.Queryable
Given a query alias and an identifying suffix, render the property select fragment.
propertySelectFragmentFragment(String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
propertySelectFragmentFragment(String, String, boolean) - Method in interface org.hibernate.persister.entity.Queryable
 
PropertySetterAccessException - Exception in org.hibernate
 
PropertySetterAccessException(Throwable, Class, String, Class, Object, Object) - Constructor for exception org.hibernate.PropertySetterAccessException
Constructs a PropertyAccessException using the specified information.
propertySpan - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
propertySpan - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
propertySpan - Variable in class org.hibernate.type.ComponentType
 
PropertySubqueryExpression - Class in org.hibernate.criterion
A comparison between a property value in the outer query and the result of a subquery
PropertySubqueryExpression(String, String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.PropertySubqueryExpression
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the unqualified property name
propertyToColumnName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Return the full property path with underscore separators, mixed case converted to underscores
propertyToColumnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return a column name for a property path expression
PropertyValueException - Exception in org.hibernate
Thrown when the (illegal) value of a property can not be persisted.
PropertyValueException(String, String, String) - Constructor for exception org.hibernate.PropertyValueException
Constructs a PropertyValueException using the specified information.
ProvidedInstanceManagedBeanImpl<T> - Class in org.hibernate.resource.beans.spi
ManagedBean implementation for cases where we have been handed an actual instance to use.
ProvidedInstanceManagedBeanImpl(T) - Constructor for class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
 
PROVIDER - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
ProviderChecker - Class in org.hibernate.jpa.boot.spi
Helper for handling checks to see whether Hibernate is the requested PersistenceProvider
PROXOOL_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
A setting prefix used to indicate settings that target the hibernate-proxool integration
PROXOOL_EXISTING_POOL - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool Provider from an already existing pool (true / false)
PROXOOL_POOL_ALIAS - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property with the Proxool pool alias to use (Required for PROXOOL_EXISTING_POOL, PROXOOL_PROPERTIES, or PROXOOL_XML)
PROXOOL_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
PROXOOL_PROPERTIES - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool Provider using a properties file (/path/to/proxool.properties)
PROXOOL_XML - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool Provider using an XML (/path/to/file.xml)
proxy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
Proxy - Annotation Type in org.hibernate.annotations
Lazy and proxy configuration of a particular class.
PROXY - org.hibernate.annotations.LazyToOneOption
Lazy, give back a proxy which will be loaded when the state is requested.
PROXY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
PROXY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
PROXY_INTERFACES - Static variable in class org.hibernate.engine.jdbc.NClobProxy
The interfaces used to generate the proxy
proxyClass() - Method in annotation type org.hibernate.annotations.Proxy
Proxy class or interface used.
ProxyConfiguration - Interface in org.hibernate.proxy
A proxy configuration allows the definition of an interceptor object that decides on the behavior of a proxy.
ProxyConfiguration.Interceptor - Interface in org.hibernate.proxy
An interceptor object that is responsible for invoking a proxy's method.
ProxyConfiguration.InterceptorDispatcher - Class in org.hibernate.proxy
A static interceptor that guards against method calls before the interceptor is set.
ProxyFactory - Interface in org.hibernate.proxy
Contract for run-time, proxy-based lazy initialization proxies.
ProxyFactoryFactory - Interface in org.hibernate.bytecode.spi
An interface for factories of proxy factory instances.
ProxyFactoryHelper - Class in org.hibernate.proxy.pojo
Most of this code was originally an internal detail of PojoEntityTuplizer, then extracted to make it easier for integrators to initialize a custom ProxyFactory.
proxyFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the argument (the entity associated with the key) if no proxy exists.
proxyFor(EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the third argument (the entity associated with the key) if no proxy exists.
pulse() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Used by owner of the JdbcSession as a means to indicate that implicit joining should be done if needed.
pushClassTransformer(EnhancementContext) - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
put(int, long, String) - Method in class org.hibernate.dialect.TypeNames
Register a weighted typeCode mapping
put(int, String) - Method in class org.hibernate.dialect.TypeNames
Register a default (non-weighted) typeCode mapping
put(Object, Object) - Method in class org.hibernate.proxy.map.MapProxy
 
put(QueryKey, List, Type[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Put a result into the query cache.
put(QueryKey, Type[], List, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryCache
Deprecated.
Put a result into the query cache.
put(QueryKey, Type[], List, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
 
PUT - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.PUT.
PUT - org.hibernate.CacheMode
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
putAll(Map) - Method in class org.hibernate.proxy.map.MapProxy
 
putFromLoad(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.DomainDataStorageAccess
Specialized form of putting something into the cache in cases where the put is coming from a load (read) from the database
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to cache an object, afterQuery loading from the database.
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to cache an object, afterQuery loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.DirectAccessRegion
Put a value by key
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
 
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Put an item into the cache
putResultInQueryCache(SharedSessionContractImplementor, QueryParameters, Type[], QueryResultsCache, QueryKey, List) - Method in class org.hibernate.loader.custom.CustomLoader
putResultInQueryCache(SharedSessionContractImplementor, QueryParameters, Type[], QueryResultsCache, QueryKey, List) - Method in class org.hibernate.loader.Loader
 

Q

QualifiedName - Interface in org.hibernate.boot.model.relational
Models the qualified name of a database object.
QualifiedNameImpl - Class in org.hibernate.boot.model.relational
 
QualifiedNameImpl(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
 
QualifiedNameImpl(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
 
QualifiedNameParser - Class in org.hibernate.boot.model.relational
Parses a qualified name.
QualifiedNameParser() - Constructor for class org.hibernate.boot.model.relational.QualifiedNameParser
 
QualifiedNameParser.NameParts - Class in org.hibernate.boot.model.relational
 
QualifiedObjectNameFormatter - Interface in org.hibernate.engine.jdbc.env.spi
Contract for rendering qualified object names for use in queries, etc.
QualifiedSequenceName - Class in org.hibernate.boot.model.relational
 
QualifiedSequenceName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
 
QualifiedSequenceName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
 
qualifiedTableName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
QualifiedTableName - Class in org.hibernate.boot.model.relational
 
QualifiedTableName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
 
QualifiedTableName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
 
qualify(String) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
qualify(String) - Method in interface org.hibernate.cache.spi.RegionFactory
 
qualify(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
qualify(String, String, String) - Static method in class org.hibernate.mapping.Table
qualify(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
qualifyIndexName() - Method in class org.hibernate.dialect.Cache71Dialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.CUBRIDDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.Dialect
Do we need to qualify index names with the schema name?
qualifyIndexName() - Method in class org.hibernate.dialect.MySQLDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.ProgressDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
RDMS does not support qualifying index names with the schema name.
qualifyIndexName() - Method in class org.hibernate.dialect.TimesTenDialect
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
query - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
 
query - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
 
query - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
query() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The SQL query string.
query() - Method in annotation type org.hibernate.annotations.NamedQuery
The query string for this NamedQuery.
Query<R> - Interface in org.hibernate
Deprecated.
(since 5.2) use Query instead
Query<R> - Interface in org.hibernate.query
Represents an HQL/JPQL query or a compiled Criteria query.
QUERY - org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
QUERY - org.hibernate.DuplicateMappingException.Type
A duplicate named query (ql or native) was encountered
QUERY_CACHE_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
The TimestampsCacheFactory implementation class.
QUERY_PLAN_CACHE_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The maximum number of entries including: HQLQueryPlan FilterQueryPlan NativeSQLQueryPlan maintained by QueryPlanCache.
QUERY_PLAN_CACHE_MAX_SOFT_REFERENCES - Static variable in interface org.hibernate.cfg.AvailableSettings
QUERY_PLAN_CACHE_MAX_STRONG_REFERENCES - Static variable in interface org.hibernate.cfg.AvailableSettings
QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The maximum number of ParameterMetadataImpl maintained by QueryPlanCache.
QUERY_RESULTS - org.hibernate.cache.spi.support.AccessedDataClassification
 
QUERY_STARTUP_CHECKING - Static variable in interface org.hibernate.cfg.AvailableSettings
Should named queries be checked during startup (the default is enabled).
QUERY_STATISTICS_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
This setting controls the number of QueryStatistics entries that will be stored by the Hibernate Statistics object.
QUERY_SUBSTITUTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
A comma-separated list of token substitutions to use when translating a Hibernate query to SQL
QUERY_TRANSLATOR - Static variable in interface org.hibernate.cfg.AvailableSettings
The classname of the HQL query parser factory
Queryable - Interface in org.hibernate.persister.entity
Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language
Queryable.Declarer - Class in org.hibernate.persister.entity
 
QueryableCollection - Interface in org.hibernate.persister.collection
A collection role that may be queried or loaded by outer join.
QueryBinder - Class in org.hibernate.cfg.annotations
Query binder
QueryBinder() - Constructor for class org.hibernate.cfg.annotations.QueryBinder
 
QueryBuildingParameters - Interface in org.hibernate.loader.plan.exec.query.spi
Provides values for all options that impact the built query.
QueryCache - Interface in org.hibernate.cache.spi
queryCacheHit(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query cache resulted in a hit.
queryCacheMiss(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query cache resulted in a miss.
queryCachePut(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into the query cache.
queryCompiled(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating compilation of a sql/hql query
QueryException - Exception in org.hibernate
A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
QueryException(Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified cause.
QueryException(String) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message.
QueryException(String, Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and cause.
QueryException(String, String) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and query-string.
QueryException(String, String, Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and query-string.
queryExecuted(String, int, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a sql/hql query
queryHasAliases() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
QueryHintDefinition - Class in org.hibernate.cfg.annotations
 
QueryHintDefinition(QueryHint[]) - Constructor for class org.hibernate.cfg.annotations.QueryHintDefinition
 
QueryHintHandler - Interface in org.hibernate.dialect.hint
Contract defining how query hints get applied.
QueryHints - Class in org.hibernate.annotations
Consolidation of hints available to Hibernate JPA queries.
QueryHints - Class in org.hibernate.jpa
Defines the supported JPA query hints
QueryHints() - Constructor for class org.hibernate.jpa.QueryHints
 
QueryImplementor<R> - Interface in org.hibernate.query.spi
 
QueryJoinFragment - Class in org.hibernate.sql
A join that appears in a translated HQL query
QueryJoinFragment(Dialect, boolean) - Constructor for class org.hibernate.sql.QueryJoinFragment
 
QueryKey - Class in org.hibernate.cache.spi
A key that identifies a particular query with bound parameter values.
QueryLoader - Class in org.hibernate.loader.hql
A delegate that implements the Loader part of QueryTranslator.
QueryLoader(QueryTranslatorImpl, SessionFactoryImplementor, SelectClause) - Constructor for class org.hibernate.loader.hql.QueryLoader
Creates a new Loader implementation.
QueryParameter<T> - Interface in org.hibernate.query
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
QueryParameterBinding<T> - Interface in org.hibernate.query.spi
The value/type binding information for a particular query parameter.
QueryParameterBindings - Interface in org.hibernate.query.spi
 
QueryParameterBindingTypeResolver - Interface in org.hibernate.query.spi
A resolver for Type based on a parameter value being bound, when no explicit type information is supplied.
QueryParameterBindingValidator - Class in org.hibernate.query.spi
 
QueryParameterException - Exception in org.hibernate
Parameter invalid or not found in the query.
QueryParameterException(String) - Constructor for exception org.hibernate.QueryParameterException
Constructs a QueryParameterException using the supplied exception message.
QueryParameterException(String, String, Exception) - Constructor for exception org.hibernate.QueryParameterException
Constructs a QueryParameterException
QueryParameterListBinding<T> - Interface in org.hibernate.query.spi
Represents a "parameter list" binding: aka the binding of a collection of values for a single query parameter.
QueryParameters - Class in org.hibernate.engine.spi
 
QueryParameters() - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(QueryParameterBindings, LockOptions, RowSelection, boolean, boolean, boolean, String, String, List<String>, Serializable[], Object, String, Serializable, ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Serializable[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Object, String, Serializable) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, Serializable[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, LockOptions, RowSelection, boolean, boolean, boolean, String, String, List<String>, Serializable[], Object, String, Serializable, ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, LockOptions, RowSelection, boolean, boolean, boolean, String, String, List<String>, Serializable[], ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], LockOptions, RowSelection, boolean, boolean, boolean, String, String, List<String>, boolean, ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type, Object) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryPlanCache - Class in org.hibernate.engine.query.spi
Acts as a cache for compiled query plans, as well as query-parameter metadata.
QueryPlanCache(SessionFactoryImplementor, QueryPlanCache.QueryPlanCreator) - Constructor for class org.hibernate.engine.query.spi.QueryPlanCache
Constructs the QueryPlanCache to be used by the given SessionFactory
QueryPlanCache.QueryPlanCreator - Interface in org.hibernate.engine.query.spi
 
queryPlanCacheHit(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query plan cache resulted in a hit.
queryPlanCacheMiss(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query plan cache resulted in a miss.
QueryProducer - Interface in org.hibernate.query
Contract for things that can produce Query instances.
QueryProducerImplementor - Interface in org.hibernate.query.spi
The internal contract for QueryProducer implementations.
queryRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
 
QueryResultsCache - Interface in org.hibernate.cache.spi
Defines the responsibility for managing query result data caching in regards to a specific region.
QueryResultsRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region which will specifically be used to store query results.
QueryResultsRegionTemplate - Class in org.hibernate.cache.spi.support
 
QueryResultsRegionTemplate(String, RegionFactory, StorageAccess) - Constructor for class org.hibernate.cache.spi.support.QueryResultsRegionTemplate
QuerySecondPass - Interface in org.hibernate.cfg
Bind query
QuerySelect - Class in org.hibernate.sql
A translated HQL query
QuerySelect(Dialect) - Constructor for class org.hibernate.sql.QuerySelect
 
QuerySpace - Interface in org.hibernate.loader.plan.spi
Defines a persister reference (either entity or collection) or a composite reference.
QuerySpace.Disposition - Enum in org.hibernate.loader.plan.spi
Enumeration of the different types of QuerySpaces we can have.
querySpaces() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The query spaces to apply for the query.
QuerySpaces - Interface in org.hibernate.loader.plan.spi
Models a collection of QuerySpace references and exposes the ability to find a QuerySpace by its UID
QuerySpacesHelper - Class in org.hibernate.cache.spi
 
QuerySpaceTreePrinter - Class in org.hibernate.loader.plan.build.spi
Prints a QuerySpaces graph as a tree structure.
QuerySpaceUidNotRegisteredException - Exception in org.hibernate.loader.plan.spi
Indicates an attempt to lookup a QuerySpace by its uid, when no registration has been made under that uid.
QuerySpaceUidNotRegisteredException(String) - Constructor for exception org.hibernate.loader.plan.spi.QuerySpaceUidNotRegisteredException
 
QuerySpaceUidNotRegisteredException(String, Throwable) - Constructor for exception org.hibernate.loader.plan.spi.QuerySpaceUidNotRegisteredException
 
QueryStatistics - Interface in org.hibernate.stat
Query statistics (HQL and SQL)
QueryTimeoutException - Exception in org.hibernate
Thrown when a database query timeout occurs.
QueryTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.QueryTimeoutException
Constructs a QueryTimeoutException using the supplied information.
QueryTranslator - Interface in org.hibernate.hql.spi
Defines the contract of an HQL->SQL translator.
QueryTranslatorFactory - Interface in org.hibernate.hql.spi
Facade for generation of QueryTranslator and FilterTranslator instances.
queuedAdditionIterator() - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterator over the "queued" additions
quote() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
 
quote(String) - Method in class org.hibernate.dialect.Dialect
Apply dialect-specific quoting.
quote(Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as opening for quoting SQL identifiers
QUOTED_STRING - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
QUOTED_STRING - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
QUOTED_TEXT - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
quotedIdentifier(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as a quote identifier.
quotedIdentifier(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
quotedString() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
quotedString(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as a quote string.
quotedString(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
quoteIdentifier(Object...) - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
 
quoteIdentifiersLocalToEntity() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 

R

RDMSOS2200Dialect - Class in org.hibernate.dialect
This is the Hibernate dialect for the Unisys 2200 Relational Database (RDMS).
RDMSOS2200Dialect() - Constructor for class org.hibernate.dialect.RDMSOS2200Dialect
Constructs a RDMSOS2200Dialect
read - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
read() - Method in annotation type org.hibernate.annotations.ColumnTransformer
Custom SQL expression used to read from the column.
read() - Method in class org.hibernate.engine.jdbc.ReaderInputStream
 
read() - Method in class org.hibernate.lob.ReaderInputStream
Deprecated.
 
read(ResultSet, ResultSetProcessingContext) - Method in interface org.hibernate.loader.plan.exec.process.spi.ReturnReader
Essentially performs the second phase of two-phase loading.
read(ImportSqlCommandExtractor) - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
Read the abstracted script, using the given extractor to split up the input into individual commands.
READ - org.hibernate.LockMode
A shared lock.
READ - org.hibernate.secure.spi.PermissibleAction
Deprecated.
 
READ - Static variable in class org.hibernate.LockOptions
Represents LockMode.READ (timeout + scope do not apply).
READ_ONLY - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates that read-only strategy should be applied.
READ_ONLY - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
READ_ONLY - org.hibernate.cache.spi.access.AccessType
Read-only access.
READ_ONLY - org.hibernate.engine.spi.Status
 
READ_ONLY - Static variable in class org.hibernate.annotations.QueryHints
Should entities returned from the query be set in read only mode?
READ_WRITE - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates that the read-write strategy should be applied.
READ_WRITE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
READ_WRITE - org.hibernate.cache.spi.access.AccessType
Read and write access (strict).
readBoolean(Object, String, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readBoolean(Object, String, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readByte(Object, String, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readByte(Object, String, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readByteCode(File) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition from a file.
readByteCode(InputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Reads class byte array info from the given input stream.
readByteCode(ZipInputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition a zip (jar) file entry.
readChar(Object, String, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readChar(Object, String, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readDouble(Object, String, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readDouble(Object, String, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readElement(ResultSet, Object, String[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readElement(ResultSet, Object, String[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the element from a row of the JDBC ResultSet
ReaderCollector - Interface in org.hibernate.loader.plan.exec.process.spi
Used as a callback mechanism while building the SQL statement to collect the needed ResultSet initializers.
ReaderInputStream - Class in org.hibernate.engine.jdbc
Exposes a Reader as an InputStream.
ReaderInputStream - Class in org.hibernate.lob
Deprecated.
Should not be used anymore.
ReaderInputStream(Reader) - Constructor for class org.hibernate.engine.jdbc.ReaderInputStream
Constructs a ReaderInputStream from a Reader
ReaderInputStream(Reader) - Constructor for class org.hibernate.lob.ReaderInputStream
Deprecated.
 
readExternal(ObjectInput) - Method in class org.hibernate.engine.spi.ExecutableList
Read this object state back in from the given stream as part of de-serialization
readFloat(Object, String, float) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readFloat(Object, String, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readFrom(ResultSet, CollectionPersister, CollectionAliases, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Read a row from the JDBC result set
readIdentifier(ResultSet, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readIdentifier(ResultSet, String, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the identifier from a row of the JDBC ResultSet
readIndex(ResultSet, String[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readIndex(ResultSet, String[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the index from a row of the JDBC ResultSet
readInt(Object, String, int) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readInt(Object, String, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readKey(ResultSet, String[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
readKey(ResultSet, String[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Read the key from a row of the JDBC ResultSet
readLock() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
readLong(Object, String, long) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readLong(Object, String, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readObject(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readObject(Object, String, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readOnly - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
readOnly - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
readOnly - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
readOnly() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
Whether the results should be read-only.
readOnly() - Method in annotation type org.hibernate.annotations.NamedQuery
Whether the results should be read-only.
readOnlyCachingMutableEntity(NavigableRole) - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
readOnlyCachingMutableEntity(NavigableRole) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
readOnlyCachingMutableEntity$str() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
readOnlyCachingMutableNaturalId(NavigableRole) - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
readOnlyCachingMutableNaturalId(NavigableRole) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
readOnlyCachingMutableNaturalId$str() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
readRow(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.RowReader
 
readShort(Object, String, short) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readShort(Object, String, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readValue(ResultSet, String, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
reallyDoCascade(CascadingAction) - Method in interface org.hibernate.engine.spi.CascadeStyle
Probably more aptly named something like doCascadeToCollectionElements(); it is however used from both the collection and to-one logic branches...
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
RealTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for REAL handling.
RealTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.RealTypeDescriptor
 
reassociateIfUninitializedProxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Takes the given object and, if it represents a proxy, reassociates it with this event source.
reassociateProxy(Object, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
If a deleted entity instance is re-saved, and it has a proxy, we need to reset the identifier of the proxy
reconnect(Connection) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
reconnect(Connection) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
reconnect(Connection) - Method in interface org.hibernate.Session
Reconnect to the given JDBC connection.
RecoverableException - Exception in org.hibernate.cfg
Deprecated.
Was only ever referenced in a single place, in an extremely dubious way.
RecoverableException(String) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
RecoverableException(String, Throwable) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
recreate(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
recreate(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
(Re)create the collection's persistent state
recreate(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
RECREATE_QUIETLY - org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
Attempt to (re-)create unique constraints, ignoring exceptions thrown (e.g., if the constraint already existed)
recreateBatchKey - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
recreateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection recreation (full deletion + full (re-)insertion).
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
reduce(double, DoubleBinaryOperator) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
reduce(int, IntBinaryOperator) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
reduce(long, LongBinaryOperator) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
reduce(BinaryOperator<R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
reduce(DoubleBinaryOperator) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
reduce(IntBinaryOperator) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
reduce(LongBinaryOperator) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
reduce(R, BinaryOperator<R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
reduce(U, BiFunction<U, ? super R, U>, BinaryOperator<U>) - Method in class org.hibernate.query.spi.StreamDecorator
 
reentrantSafeEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Provides access to the entity/EntityEntry combos associated with the persistence context in a manner that is safe from reentrant access.
RefCursorSupport - Interface in org.hibernate.engine.jdbc.cursor.spi
Contract for JDBC REF_CURSOR support.
ReferenceCacheEntryImpl - Class in org.hibernate.cache.spi.entry
Specialized CacheEntry for storing direct references to entity instances.
ReferenceCacheEntryImpl(Object, EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
Constructs a ReferenceCacheEntryImpl
referenceColumnInSql() - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
referenceColumnInSql() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
referenceColumnInSql() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
referenceColumnInSql() - Method in interface org.hibernate.tuple.ValueGeneration
For values which are generated in the database (ValueGeneration.getValueGenerator() == null), should the column be referenced in the INSERT / UPDATE SQL?
referenceColumnInSql() - Method in class org.hibernate.tuple.VmValueGeneration
 
referenceColumnsInSql() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
Should the column(s) be referenced in the INSERT / UPDATE SQL?
referencedColumnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
referencedColumnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
referencedColumnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
 
referencedColumnName() - Method in annotation type org.hibernate.annotations.JoinFormula
The column this formula references.
referencedColumnName() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
referencedPropertyName - Variable in class org.hibernate.mapping.ToOne
 
referenceToPrimaryKey - Variable in class org.hibernate.mapping.ToOne
 
ReflectionOptimizer - Interface in org.hibernate.bytecode.spi
Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity instantiation.
refresh(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database.
refresh(Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockMode) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockOptions) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(String, Object) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database.
refresh(String, Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object, Map) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, Map) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe; Gail?
refresh(String, Object, Map) - Method in interface org.hibernate.event.spi.EventSource
Cascade refresh an entity instance
refresh(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(String, Object, LockOptions) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
REFRESH - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.REFRESH.
REFRESH - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.REFRESH.
REFRESH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
REFRESH - org.hibernate.CacheMode
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
REFRESH - Static variable in class org.hibernate.engine.spi.CascadeStyles
refresh
REFRESH - Static variable in class org.hibernate.engine.spi.CascadingActions
 
REFRESH - Static variable in class org.hibernate.event.spi.EventType
 
RefreshEvent - Class in org.hibernate.event.spi
Defines an event class for the refreshing of an object.
RefreshEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of refresh events generated from a session.
region - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
region - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
region - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
region - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
 
region() - Method in annotation type org.hibernate.annotations.Cache
The cache region name.
region() - Method in annotation type org.hibernate.annotations.NaturalIdCache
The cache region name.
Region - Interface in org.hibernate.cache.spi
Contract for a named "region".
RegionFactory - Interface in org.hibernate.cache
Deprecated.
Moved, but still need this definition for ehcache
RegionFactory - Interface in org.hibernate.cache.spi
Contract for building second level cache regions.
RegionFactoryTemplate - Class in org.hibernate.cache.spi.support
 
RegionFactoryTemplate() - Constructor for class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
RegionNameQualifier - Class in org.hibernate.cache.spi.support
 
register(String, Class) - Method in interface org.hibernate.id.factory.spi.MutableIdentifierGeneratorFactory
 
register(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC result set.
register(Statement, boolean) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC statement.
register(BasicType) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(BasicType, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(CompositeUserType, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(UserType, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
register71Functions() - Method in class org.hibernate.dialect.Cache71Dialect
 
registerAffectingFetchProfile(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
registerAffectingFetchProfile(String) - Method in interface org.hibernate.persister.entity.Loadable
Register the name of a fetch profile determined to have an affect on the underlying loadable in regards to the fact that the underlying load SQL needs to be adjust when the given fetch profile is enabled.
registerBooleanSupport() - Method in class org.hibernate.dialect.Ingres10Dialect
 
registerCallbacks(Class, Callback[]) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistrar
Register the callback against the given entity.
registerCascadeStyle(String, CascadeStyles.BaseCascadeStyle) - Static method in class org.hibernate.engine.spi.CascadeStyles
 
registerCharacterTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerCharacterTypeMappings() - Method in class org.hibernate.dialect.Oracle9iDialect
 
registerChild(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.
registerColumnType(int, long, String) - Method in class org.hibernate.dialect.Dialect
Subclasses register a type name for the given type code and maximum column length.
registerColumnType(int, String) - Method in class org.hibernate.dialect.Dialect
Subclasses register a type name for the given type code.
registerDateTimeColumnTypes() - Method in class org.hibernate.dialect.Ingres9Dialect
Register column types date, time, timestamp
registerDateTimeFunctions() - Method in class org.hibernate.dialect.Ingres9Dialect
Register functions current_time, current_timestamp, current_date
registerDateTimeTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerDateTimeTypeMappings() - Method in class org.hibernate.dialect.Oracle9iDialect
 
registerDefaultProperties() - Method in class org.hibernate.dialect.Oracle12cDialect
 
registerDefaultProperties() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerDefaultTuplizerClass(EntityMode, Class<? extends ComponentTuplizer>) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Method allowing registration of the tuplizer class to use as default for a particular entity-mode.
registerDefaultTuplizerClass(EntityMode, Class<? extends EntityTuplizer>) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Method allowing registration of the tuplizer class to use as default for a particular entity-mode.
registerDerbyKeywords() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
registeredFetchSource(AssociationKey) - Method in interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingContext
 
registeredFetchSource(AssociationKey) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
 
registerEntityInstance(Object) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
registerEntityKey(EntityKey) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Register the processed EntityKey for this Entity for the row currently being processed.
registerExportables(Database) - Method in interface org.hibernate.boot.model.relational.ExportableProducer
Register the contained exportable things to the Database
registerExportables(Database) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
registerExportables(Database) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Register database objects involved in this structure, e.g.
registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableGenerator
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableStructure
 
registerExportables(Database) - Method in interface org.hibernate.id.IdentifierGenerator
Register database objects used by this identifier generator, e.g.
registerExportables(Database) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
registerExportables(Database) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
registerExportables(Database) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
registerFunction(String, SQLFunction) - Method in class org.hibernate.dialect.Dialect
 
registerFunctions() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerHanaKeywords() - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerHibernateType(int, long, String) - Method in class org.hibernate.dialect.Dialect
Registers a Hibernate Type name for the given Types type code and maximum column length.
registerHibernateType(int, String) - Method in class org.hibernate.dialect.Dialect
Registers a Hibernate Type name for the given Types type code.
registerHydratedEntity(EntityReference, EntityKey, Object) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
registerHydratedState(Object[]) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
 
registerIdentifierHydratedForm(Object) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Register the hydrated form (raw Type-read ResultSet values) of the entity's identifier for the row currently being processed.
registerInsertedKey(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register keys inserted during the current transaction
registerKeyword(String) - Method in class org.hibernate.dialect.Dialect
 
registerLargeObjectTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerLastQuery(Statement) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Register a query statement as being able to be cancelled.
registerLifecycleListener(ExtendedBeanManager.LifecycleListener) - Method in interface org.hibernate.jpa.event.spi.jpa.ExtendedBeanManager
Deprecated.
 
registerLifecycleListener(ExtendedBeanManager.LifecycleListener) - Method in interface org.hibernate.jpa.event.spi.jpa.ExtendedBeanManager
Deprecated.
 
registerLifecycleListener(ExtendedBeanManager.LifecycleListener) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager
Register a BeanManager LifecycleListener
registerMBean(ObjectName, Object) - Method in interface org.hibernate.jmx.spi.JmxService
Deprecated.
Registers the given mBean under the given objectName
registerMissingIdentifier() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
Register the fact that no identifier was found on attempt to hydrate it from ResultSet
registerNamedProcedureCallMemento(String, ProcedureCallMemento) - Method in class org.hibernate.query.spi.NamedQueryRepository
 
registerNamedQueryDefinition(String, NamedQueryDefinition) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
registerNamedQueryDefinition(String, NamedQueryDefinition) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
registerNamedQueryDefinition(String, NamedQueryDefinition) - Method in class org.hibernate.query.spi.NamedQueryRepository
 
registerNamedSQLQueryDefinition(String, NamedSQLQueryDefinition) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
registerNamedSQLQueryDefinition(String, NamedSQLQueryDefinition) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
registerNamedSQLQueryDefinition(String, NamedSQLQueryDefinition) - Method in class org.hibernate.query.spi.NamedQueryRepository
 
registerNaturalIdUniqueKeyBinder(String, NaturalIdUniqueKeyBinder) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerNonExists(EntityKey[], Loadable[], SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
For missing objects associated by one-to-one with another object in the result set, register the fact that the the object is missing with the session.
registerNullifiableEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Registers an EntityKey as nullifiable on this PersistenceContext.
registerNumericTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerOnCloseAction(DelayedDropAction) - Method in interface org.hibernate.tool.schema.spi.DelayedDropRegistry
Register the built DelayedDropAction
registerOnCloseAction(DelayedDropAction) - Method in class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
 
registerParameter(int, Class<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Basic form for registering a positional parameter.
registerParameter(String, Class<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Basic form for registering a named parameter.
registerParameter0(int, Class, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
registerParameter0(String, Class, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
registerParameters(String, CallableStatement, ParameterStrategy, List<ParameterRegistrationImplementor<?>>, SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
 
registerProcess(BeforeTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
 
registerRefCursorParameter(CallableStatement, int) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Register a parameter capable of returning a ResultSet *by position*.
registerRefCursorParameter(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Register a parameter capable of returning a ResultSet *by name*.
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Cache71Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.DataDirectOracle9Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.DB2Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
Registers a parameter (either OUT, or the new REF_CURSOR param type available in Java 8) capable of returning ResultSet *by position*.
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.MySQLDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Teradata14Dialect
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
Registers a parameter (either OUT, or the new REF_CURSOR param type available in Java 8) capable of returning ResultSet *by name*.
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.Oracle10gDialect
 
registerReverseHibernateTypeMappings() - Method in class org.hibernate.dialect.Oracle8iDialect
 
registerService(Manageable, Class<? extends Service>) - Method in interface org.hibernate.jmx.spi.JmxService
Deprecated.
Handles registration of a manageable service.
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStrategyImplementor(Class<T>, String, Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Registers a named implementor of a particular strategy contract.
registerSynchronization(Synchronization) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Register a JTA Synchronization in the means defined by the platform.
registerSynchronization(Synchronization) - Method in interface org.hibernate.engine.transaction.spi.SynchronizationRegistry
Register a user Synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistry
Register a Synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in interface org.hibernate.Transaction
Register a user synchronization callback for this transaction.
registerTypeContributor(TypeContributor) - Method in class org.hibernate.cfg.Configuration
 
registerTypeOverride(BasicType) - Method in class org.hibernate.cfg.Configuration
Allows registration of a type into the type registry.
registerTypeOverride(BasicType) - Method in class org.hibernate.type.TypeResolver
Deprecated.
 
registerTypeOverride(CompositeUserType, String[]) - Method in class org.hibernate.cfg.Configuration
 
registerTypeOverride(CompositeUserType, String[]) - Method in class org.hibernate.type.TypeResolver
Deprecated.
 
registerTypeOverride(UserType, String[]) - Method in class org.hibernate.cfg.Configuration
 
registerTypeOverride(UserType, String[]) - Method in class org.hibernate.type.TypeResolver
Deprecated.
 
registerUnderJavaType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
registerUnderJavaType() - Method in class org.hibernate.type.BigDecimalType
 
registerUnderJavaType() - Method in class org.hibernate.type.BigIntegerType
 
registerUnderJavaType() - Method in class org.hibernate.type.BlobType
 
registerUnderJavaType() - Method in class org.hibernate.type.ClassType
 
registerUnderJavaType() - Method in class org.hibernate.type.ClobType
 
registerUnderJavaType() - Method in class org.hibernate.type.CurrencyType
 
registerUnderJavaType() - Method in class org.hibernate.type.DurationType
 
registerUnderJavaType() - Method in class org.hibernate.type.InstantType
 
registerUnderJavaType() - Method in class org.hibernate.type.LocalDateTimeType
 
registerUnderJavaType() - Method in class org.hibernate.type.LocalDateType
 
registerUnderJavaType() - Method in class org.hibernate.type.LocaleType
 
registerUnderJavaType() - Method in class org.hibernate.type.LocalTimeType
 
registerUnderJavaType() - Method in class org.hibernate.type.NClobType
 
registerUnderJavaType() - Method in class org.hibernate.type.OffsetDateTimeType
 
registerUnderJavaType() - Method in class org.hibernate.type.OffsetTimeType
 
registerUnderJavaType() - Method in class org.hibernate.type.PostgresUUIDType
 
registerUnderJavaType() - Method in class org.hibernate.type.StringNVarcharType
 
registerUnderJavaType() - Method in class org.hibernate.type.StringType
 
registerUnderJavaType() - Method in class org.hibernate.type.TimeZoneType
 
registerUnderJavaType() - Method in class org.hibernate.type.UrlType
 
registerUnderJavaType() - Method in class org.hibernate.type.UUIDBinaryType
 
registerUnderJavaType() - Method in class org.hibernate.type.ZonedDateTimeType
 
registerVarcharTypes() - Method in class org.hibernate.dialect.MySQL5Dialect
 
registerVarcharTypes() - Method in class org.hibernate.dialect.MySQLDialect
 
REGISTRATION_KEYS - Static variable in class org.hibernate.type.MetaType
 
RegistryHelper - Class in org.hibernate.type.descriptor.java.spi
 
RelationalModel - Interface in org.hibernate.mapping
Deprecated.
(since 5.2) not needed anymore.
RelationalValueSource - Interface in org.hibernate.boot.model.source.spi
Unifying interface for ColumnSource and DerivedValueSource.
RelationalValueSource.Nature - Enum in org.hibernate.boot.model.source.spi
 
RelationalValueSourceContainer - Interface in org.hibernate.boot.model.source.spi
Contract for a container of RelationalValueSource references.
release() - Method in interface org.hibernate.boot.spi.BootstrapContext
Releases the "bootstrap only" resources held by this BootstrapContext.
release() - Method in interface org.hibernate.cache.spi.support.StorageAccess
Release any resources.
release() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Used to indicate that the batch instance is no longer needed and that, therefore, it can release its resources.
release() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Release any underlying resources.
release() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Release any underlying resources.
release() - Method in interface org.hibernate.jpa.event.spi.CallbackBuilder
Deprecated.
 
release() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
Release any resources
release() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
 
release() - Method in interface org.hibernate.result.Outputs
Eagerly release any resources held by this Outputs.
release() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Deprecated.
Release any resources held by this helper.
release() - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
Release this input.
release() - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Release this output
release(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered result set.
release(Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered statement.
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.cte.CteValuesListBulkIdStrategy
 
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBulkIdStrategy
 
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBulkIdStrategy
 
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValueListBulkIdStrategy
 
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
release(JdbcServices, JdbcConnectionAccess) - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy
Release the strategy.
release(JdbcServices, JdbcConnectionAccess) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
RELEASE_CONNECTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseAnyConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection obtained from MultiTenantConnectionProvider.getAnyConnection()
releaseConnection(String, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseConnection(String, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseConnection(String, Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection from Hibernate use.
releaseConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Release a previously obtained connection
releaseDataAccess(CollectionDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseDataAccess(EntityDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseDataAccess(NaturalIdDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseFromUse() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
releaseFromUse(Queryable, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
releaseFromUse(Queryable, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
 
releaseFromUse(Queryable, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
releaseResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
releaseStatement(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
releaseTempTable(IdTableInfoImpl, AfterUseAction, TempTableDdlTransactionHandling, SharedSessionContractImplementor) - Method in class org.hibernate.hql.spi.id.local.Helper
 
RELOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.dialect.Dialect
Allows the dialect to override a SqlTypeDescriptor.
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
remapSqlTypeDescriptor(SqlTypeDescriptor) - Method in interface org.hibernate.type.descriptor.WrapperOptions
Allow remapping of descriptors for dealing with sql type.
remapSqlTypeDescriptor(WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
remove() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
remove(int) - Method in class org.hibernate.engine.spi.ExecutableList
Removes the entry at position index in the list.
remove(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
remove(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Completely remove the persistent state of the collection
remove(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
remove(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
remove(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
remove(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Called afterQuery an item has become stale (beforeQuery the transaction completes).
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
REMOVE - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.REMOVE.
REMOVE_DIRTY_FIELDS_NAME - Static variable in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
removeAll(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Remove all data for this accessed type
removeAll(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
removeAll(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
removeBatchLoadableCollection(CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After a collection was initialized or evicted, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After evicting or deleting or loading an entity, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeChildParent(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove child/parent relation from cache
removeCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection removal.
removeCollectionByKey(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove a collection-by-key mapping.
removeCollectionEntry(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
removeCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove the mapping of collection to holder during eviction of the owning entity
REMOVED_ENTITY_MARKER - org.hibernate.loader.entity.CacheEntityLoaderHelper.EntityStatus
 
removeEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity.
removeEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity entry from the session cache
removeFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Remove an item from the cache by key
removeLastN(int) - Method in class org.hibernate.engine.spi.ExecutableList
Removes the last n entries from the list.
removeLocalNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Cleans up local cross-reference entries.
removeObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Removed an observer from the coordinator.
removeOrphanBeforeUpdates(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
removeOrphanBeforeUpdates(String, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe; Gail?
removeOrphanBeforeUpdates(String, Object) - Method in interface org.hibernate.event.spi.EventSource
A specialized type of deletion for orphan removal that must occur prior to queued inserts and updates.
removeProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove a proxy from the session cache.
removeSharedNaturalIdCrossReference(EntityPersister, Serializable, Object[]) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
Cleans up local cross-reference entries.
removeSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After evicting or deleting an entity, we don't need to know the query that was used to load it anymore (don't call this after loading the entity, since we might still need to load its collections)
rename - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
render() - Method in class org.hibernate.boot.model.naming.Identifier
 
render() - Method in interface org.hibernate.boot.model.relational.QualifiedName
Returns a String-form of the qualified name.
render() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
render() - Method in class org.hibernate.sql.SelectValues
 
render(int, String, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
render(List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.TemplateRenderer
The rendering code.
render(Dialect) - Method in class org.hibernate.boot.model.naming.Identifier
If this is a quoted identifier, then return the identifier name enclosed in dialect-specific open- and end-quotes; otherwise, simply return the unquoted identifier.
render(TrimFunctionTemplate.Options, String, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.AnsiTrimFunction
 
render(TrimFunctionTemplate.Options, String, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CastFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.CharIndexFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.ConditionalParenthesisFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.ConvertFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.DerbyConcatFunction
Render the function call as SQL fragment.
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.NvlFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
 
render(Type, List, SessionFactoryImplementor) - Method in interface org.hibernate.dialect.function.SQLFunction
Render the function call as SQL fragment.
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
 
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
 
renderArgument(String, int) - Method in class org.hibernate.dialect.function.AvgWithArgumentCastFunction
 
renderArgument(String, int) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
 
renderCallableStatement(String, ParameterStrategy, List<ParameterRegistrationImplementor<?>>, SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
renderCallableStatement(String, ProcedureParameterMetadata, ProcedureParamBindings, SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
renderDisplayInfo() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
renderDisplayInfo() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
renderDisplayInfo() - Method in class org.hibernate.param.NamedParameterSpecification
 
renderDisplayInfo() - Method in interface org.hibernate.param.ParameterSpecification
Render this parameter into displayable info (for logging, etc).
renderDisplayInfo() - Method in class org.hibernate.param.PositionalParameterSpecification
 
renderDisplayInfo() - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
renderOrderByElement(String, String, String, String) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
Implementation note: This is just a stub.
renderOrderByElement(String, String, String, String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.DB2Dialect
Handle DB2 "support" for null precedence...
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.Dialect
Renders an ordering fragment
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.MySQLDialect
 
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.SQLServer2008Dialect
 
renderOrderByStringTemplate(String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
renderOrderByStringTemplate(String, ColumnMapper, SessionFactoryImplementor, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
 
renderSelect(int[], int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
renderTransformerReadFragment(String, String...) - Static method in class org.hibernate.sql.Template
 
renderWhereStringTemplate(String, String, Dialect) - Static method in class org.hibernate.sql.Template
Deprecated.
renderWhereStringTemplate(String, String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
Takes the where condition provided in the mapping attribute and interpolates the alias.
renderWhereStringTemplate(String, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
 
replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
replace(Object, Object, Object) - Method in class org.hibernate.type.EnumType
 
replace(Object, Object, Object) - Method in interface org.hibernate.usertype.UserType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.CompositeUserType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.loader.entity.NaturalIdType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.type.AnyType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.type.CollectionType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.type.CompositeCustomType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.type.CustomType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.type.EntityType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in class org.hibernate.type.MetaType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map) - Method in interface org.hibernate.type.Type
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SharedSessionContractImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map, ForeignKeyDirection) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map, ForeignKeyDirection) - Method in interface org.hibernate.type.Type
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
REPLACE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The default replace function name
REPLACE_ORIGINAL - org.hibernate.event.service.spi.DuplicationStrategy.Action
 
replaceAssociations(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
Apply the Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map) operation across a series of values, as long as the corresponding Type is an association.
replaceDelayedEntityIdentityInsertKeys(EntityKey, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
replaceElements(Object, Object, Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.type.ArrayType
 
replaceElements(Object, Object, Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
Replace the elements of a collection with the elements of another collection.
replaceElements(Object, Object, Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
replaceElements(Object, Object, Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.type.MapType
 
replaceElements(Object, Object, CollectionPersister, Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserCollectionType
Replace the elements of a collection with the elements of another collection
replaceResultVariableInOrderByClauseWithPosition() - Method in class org.hibernate.dialect.Dialect
Does this dialect require that references to result variables (i.e, select expression aliases) in an ORDER BY clause be replaced by column positions (1-origin) as defined by the select clause?
replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
replicate(Object, ReplicationMode) - Method in interface org.hibernate.Session
Persist the state of the given detached instance, reusing the current identifier value.
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
replicate(String, Object, ReplicationMode) - Method in interface org.hibernate.Session
Persist the state of the given detached instance, reusing the current identifier value.
REPLICATE - org.hibernate.annotations.CascadeType
Corresponds to the Hibernate native REPLICATE action.
REPLICATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
replicate
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
REPLICATE - Static variable in class org.hibernate.event.spi.EventType
 
ReplicateEvent - Class in org.hibernate.event.spi
Defines an event class for the replication of an entity.
ReplicateEvent(Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEvent(String, Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of replicate events generated from a session.
ReplicationMode - Enum in org.hibernate
Represents a replication strategy.
reportedJavaType() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
 
reportError(RecognitionException) - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
 
reportError(String) - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
 
reportWarning(String) - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
 
required() - Method in annotation type org.hibernate.service.spi.InjectService
Is the service to be injected required (not optional)?
requireIdentifierOrUniqueKeyType(Mapping) - Method in class org.hibernate.type.EntityType
 
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.DB2Dialect
Does this dialect require that parameters appearing in the SELECT clause be wrapped in cast() calls to tell the db parser the expected type.
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.Dialect
Does this dialect require that parameters appearing in the SELECT clause be wrapped in cast() calls to tell the db parser the expected type.
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.HSQLDialect
 
requiresDirtyCheck(Object) - Method in interface org.hibernate.engine.spi.EntityEntry
Not sure this is the best method name, but the general idea here is to return true if the entity can possibly be dirty.
requireService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
Retrieve a service by role.
requiresMultiTenantConnectionProvider() - Method in enum org.hibernate.MultiTenancyStrategy
Does this strategy indicate a requirement for the specialized MultiTenantConnectionProvider, rather than the traditional ConnectionProvider?
requiresNoCascadeChecking() - Method in interface org.hibernate.engine.spi.CascadingAction
Does the specified cascading action require verification of no cascade validity?
requiresNoCascadeChecking() - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
If Dialect.supportsTupleDistinctCounts() is true, does the Dialect require the tuple to be wrapped with parens?
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.H2Dialect
 
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
reset() - Method in class org.hibernate.cfg.Configuration
 
resetCaches() - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Some BytecodeProvider implementations will have classloader specific caching.
resetDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used by Hibernate to signal that the entity dirty flag should be cleared.
resetExpectedType(Type) - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
resetIdentifier(Object, Serializable, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
resetIdentifier(Object, Serializable, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
resetIdentifier(Object, Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resetIdentifier(Object, Serializable, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the identifier and version of the given instance back to its "unsaved" value.
resetIdentifier(Object, Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
resetIdentifier(Object, Serializable, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the given identifier and version into the entity, in order to "roll back" to their original values.
resetIfNeeded() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
resetStoredSnapshot(PersistentCollection, Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
Reset the stored snapshot for both the persistent collection and this collection entry.
resolve() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor.DeserializationResolver
 
resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.EntityType
Resolve an identifier or unique key value
resolve(Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
 
resolve(Object, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.loader.entity.NaturalIdType
 
resolve(Object, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.CollectionType
 
resolve(Object, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.EntityType
 
resolve(Object, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.ManyToOneType
 
resolve(Object, SharedSessionContractImplementor, Object, Boolean) - Method in interface org.hibernate.type.Type
The second phase of 2-phase loading.
resolve(Parameter<T>) - Method in interface org.hibernate.query.ParameterMetadata
 
RESOLVE_NATURAL_ID - Static variable in class org.hibernate.event.spi.EventType
 
resolveAliasedLeftHandSideJoinConditionColumns(String) - Method in interface org.hibernate.loader.plan.spi.Join
Resolves the column names prefixed by the specified alias on the left-hand-side of the join.
resolveAttributeConverterDescriptor(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
resolveAttributeConverterDescriptor(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
Determine the AttributeConverter to use for the given property.
resolveAttributeIndexes(String[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resolveAttributeIndexes(String[]) - Method in interface org.hibernate.persister.entity.EntityPersister
Converts an array of attribute names to a set of indexes, according to the entity metamodel
resolveBothSpaceTrimFromFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothSpaceTrimFromFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim both leading and trailing spaces.
resolveBothTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from both the beginning (leading) and end (trailing) of the trim source.
resolveBothTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from both the beginning (leading) and end (trailing) of the trim source.
resolveByName(String) - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Resolves the strategy by name, in a case insensitive manner.
resolveClassLoadingStrategy(Class<?>) - Static method in class org.hibernate.bytecode.spi.ClassLoadingStrategyHelper
 
resolveCollectionReferenceAliases(String) - Method in interface org.hibernate.loader.plan.exec.spi.AliasResolutionContext
Resolve the given QuerySpace UID to the CollectionReferenceAliases representing the SQL aliases used in building the SQL query.
resolveCurrentTenantIdentifier() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Resolve the current tenant identifier.
resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDefaultableStrategy(Class<T>, Object, T) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDescriptor(Map<Class, JavaTypeDescriptor>, Class<J>, Supplier<JavaTypeDescriptor<J>>) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
 
resolveDialect(DialectResolutionInfo) - Method in enum org.hibernate.dialect.Database
 
resolveDialect(DialectResolutionInfo) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
 
resolveDialect(DialectResolutionInfo) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolver
Determine the Dialect to use based on the given information.
resolveDirtyAttributeIndexes(Object[], Object[], String[], SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resolveDirtyAttributeIndexes(Object[], Object[], String[], SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Like EntityPersister.resolveAttributeIndexes(String[]) but also always returns mutable attributes
resolveElementAttributeConverterDescriptor(XProperty, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
resolveEntity(String, String) - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
 
resolveEntityKey(ResultSet, ResultSetProcessingContextImpl) - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
 
resolveEntityName(Object) - Method in interface org.hibernate.EntityNameResolver
Given an entity instance, determine its entity-name.
resolveEntityName(Object) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
 
resolveEntityPersister(EntityTypeDescriptor<?>, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.model.domain.spi.DomainModelHelper
 
resolveEntityReference() - Method in interface org.hibernate.loader.plan.spi.FetchSource
Resolve the "current" EntityReference, or null if none.
resolveEntityReferenceAliases(String) - Method in interface org.hibernate.loader.plan.exec.spi.AliasResolutionContext
Resolve the given QuerySpace UID to the EntityReferenceAliases representing the SQL aliases used in building the SQL query.
resolveEventTypeByName(String) - Static method in class org.hibernate.event.spi.EventType
Find an EventType by its name
resolveFunction(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as a function.
resolveFunction(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
resolveIdent(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Process the given node as an IDENT.
resolveIdent(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
resolveIdentifier(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
resolveIdentifier(Serializable, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.type.EntityType
Resolve an identifier via a load.
resolveJavaTypeDescriptor(JavaTypeDescriptor) - Method in interface org.hibernate.boot.model.source.spi.JavaTypeDescriptorResolvable
 
resolveJtaPlatform(Map, ServiceRegistryImplementor) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformResolver
 
resolveKeyTypeDescriptor(PluralPersistentAttribute) - Static method in class org.hibernate.graph.spi.GraphHelper
 
resolveKeyTypeDescriptor(SingularPersistentAttribute) - Static method in class org.hibernate.graph.spi.GraphHelper
 
resolveLeadingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim leading spaces.
resolveLeadingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim leading spaces.
resolveLeadingTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the beginning (leading) of the trim source.
resolveLeadingTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the beginning (leading) of the trim source.
resolveLocalXsdSchema(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
resolveLocalXsdUrl(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
resolveLockMode(EntityReference) - Method in interface org.hibernate.loader.plan.exec.spi.LockModeResolver
 
ResolveNaturalIdEvent - Class in org.hibernate.event.spi
Defines an event class for the resolving of an entity id from the entity's natural-id
ResolveNaturalIdEvent(Map<String, Object>, EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.ResolveNaturalIdEvent
 
ResolveNaturalIdEvent(Map<String, Object>, EntityPersister, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.ResolveNaturalIdEvent
 
ResolveNaturalIdEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of resolve natural id events generated from a session.
resolveNonAliasedRightHandSideJoinConditionColumns() - Method in interface org.hibernate.loader.plan.spi.Join
Resolves the raw (unaliased) column names on the right-hand-side of the join.
resolveNonRootUrl(URL) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
Handle references from a persistence.xml file.
resolveParameterBindType(Class) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
resolveParameterBindType(Class) - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
resolveParameterBindType(Object) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
resolveParameterBindType(Object) - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
resolvePropertyAccessStrategy(Class, String, EntityMode) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategyResolver
Resolve the PropertyAccessStrategy to use
resolveResultSetProcessor(LoadPlan, AliasResolutionContext, ReaderCollector, boolean, boolean) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessorResolver
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.custom.CustomLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.hql.QueryLoader
 
resolveResultTransformer(ResultTransformer) - Method in class org.hibernate.loader.Loader
Determine the actual ResultTransformer that will be used to transform query results.
resolveSchemaName(Connection) - Method in interface org.hibernate.engine.jdbc.spi.SchemaNameResolver
Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
resolveSchemaName(Connection, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.SchemaNameResolver
Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
resolveServiceRegistry() - Method in class org.hibernate.mapping.Property
 
resolveSessionFactory() - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
resolveSqlTableAliasFromQuerySpaceUid(String) - Method in interface org.hibernate.loader.plan.exec.spi.AliasResolutionContext
 
resolveStrategy(Class<T>, Object) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveStrategy(Class<T>, Object, Callable<T>, StrategyCreator<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
 
resolveStrategy(Class<T>, Object, T, StrategyCreator<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
 
resolveSubType(ManagedTypeDescriptor<? super S>, Class<S>, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.model.domain.spi.DomainModelHelper
 
resolveSubType(ManagedTypeDescriptor<T>, String, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.model.domain.spi.DomainModelHelper
 
resolveTable(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
resolveTableAlias(String) - Method in interface org.hibernate.sql.ordering.antlr.OrderByAliasResolver
Given a column reference, resolve the table alias to apply to the column to qualify it.
resolveTrailingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim trailing spaces.
resolveTrailingSpaceTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim trailing spaces.
resolveTrailingTrimFunction() - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the end (trailing) of the trim source.
resolveTrailingTrimFunction() - Method in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
Resolve the function definition which should be used to trim the specified character from the end (trailing) of the trim source.
resource - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
RESOURCE - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
RESOURCE - org.hibernate.boot.jaxb.SourceType
 
ResourceClosedException - Exception in org.hibernate
Indicates an attempt was made to use a closed resource (Session, SessionFactory, etc).
ResourceClosedException(String) - Constructor for exception org.hibernate.ResourceClosedException
Constructs a ResourceClosedException using the supplied message.
ResourceRegistry - Interface in org.hibernate.resource.jdbc
A registry for tracking JDBC resources
RESOURCES_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Restrictions - Class in org.hibernate.criterion
The criterion package may be used by applications as a framework for building new kinds of Criterion.
Restrictions() - Constructor for class org.hibernate.criterion.Restrictions
 
RESULT_SET_MAPPING - org.hibernate.DuplicateMappingException.Type
A duplicate ResultSetMapping was encountered
ResultAliasContext() - Constructor for class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
 
ResultCheckStyle - Enum in org.hibernate.annotations
Possible styles of checking return codes on SQL INSERT, UPDATE and DELETE queries.
resultClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
 
resultClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
resultClass() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The result Class.
ResultColumnReferenceStrategy - Enum in org.hibernate.dialect
Defines how we need to reference columns in the group-by, having, and order-by clauses.
ResultContext - Interface in org.hibernate.result.spi
 
ResultRowProcessor - Class in org.hibernate.loader.custom
Models an entire "row" of results within a custom query
ResultRowProcessor(boolean, ResultColumnProcessor[]) - Constructor for class org.hibernate.loader.custom.ResultRowProcessor
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
ResultSetIdentifierConsumer - Interface in org.hibernate.id
An optional contract for Type or UserType implementations to handle generated id values any way they see fit as opposed to being limited to the discrete set of numeric types handled by IdentifierGeneratorHelper
resultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
 
resultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
resultSetMapping() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The name of a SQLResultSetMapping to use.
ResultSetMappingBindingDefinition - Interface in org.hibernate.boot.jaxb.hbm.spi
 
ResultSetMappingDefinition - Class in org.hibernate.engine
Keep a description of the resultset mapping
ResultSetMappingDefinition(String) - Constructor for class org.hibernate.engine.ResultSetMappingDefinition
Constructs a ResultSetMappingDefinition
ResultsetMappingSecondPass - Class in org.hibernate.cfg.annotations
 
ResultsetMappingSecondPass(SqlResultSetMapping, MetadataBuildingContext, boolean) - Constructor for class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
ResultSetOutput - Interface in org.hibernate.result
Models a return that is a result set.
ResultSetProcessingContext - Interface in org.hibernate.loader.plan.exec.process.spi
 
ResultSetProcessingContext.EntityKeyResolutionContext - Interface in org.hibernate.loader.plan.exec.process.spi
 
ResultSetProcessingContext.EntityReferenceProcessingState - Interface in org.hibernate.loader.plan.exec.process.spi
Holds all pieces of information known about an entity reference in relation to each row as we process the result set.
ResultSetProcessor - Interface in org.hibernate.loader.plan.exec.process.spi
Contract for processing JDBC ResultSets.
ResultSetProcessorResolver - Interface in org.hibernate.loader.plan.exec.process.spi
 
resultsetRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
ResultSetReturn - Interface in org.hibernate.engine.jdbc.spi
Contract for extracting ResultSets from Statements, executing Statements, managing Statement/ResultSet resources, and logging statement calls.
ResultSetWrapper - Interface in org.hibernate.engine.jdbc.spi
Deprecated.
(since 5.5) Scheduled for removal in 6.0 as ResultSet wrapping is no longer needed
ResultSetWrapperProxy - Class in org.hibernate.engine.jdbc
Deprecated.
(since 5.5) Scheduled for removal in 6.0 as ResultSet wrapping is no longer needed
ResultTransformer - Interface in org.hibernate.transform
Implementors define a strategy for transforming query results into the actual application-visible query result list.
retransformResults(List, String[], ResultTransformer, boolean[]) - Method in class org.hibernate.transform.CacheableResultTransformer
Re-transforms, if necessary, a List of values previously transformed by this (or an equivalent) CacheableResultTransformer.
retrieveTransactionManager() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
retrieveUserTransaction() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Locate the UserTransaction
Return - Interface in org.hibernate.loader.custom
Represents a return in a custom query.
Return - Interface in org.hibernate.loader.plan.spi
Represents a return value in the query results.
returnClass - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
 
returnColumn - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
returnColumnName - Variable in class org.hibernate.sql.CaseFragment
 
returnDiscriminator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
RETURNED_CLASS - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
returnedClass() - Method in class org.hibernate.type.EnumType
 
returnedClass() - Method in interface org.hibernate.usertype.CompositeUserType
The class returned by nullSafeGet().
returnedClass() - Method in interface org.hibernate.usertype.UserType
The class returned by nullSafeGet().
ReturnGraphTreePrinter - Class in org.hibernate.loader.plan.build.spi
Prints a Return graph as a tree structure.
ReturningWork<T> - Interface in org.hibernate.jdbc
A discrete piece of work following the lines of Work but returning a result.
ReturnMetadata - Class in org.hibernate.engine.query.spi
Metadata about the query return(s).
returnProperty - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
returnProperty - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
returnProperty - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
ReturnReader - Interface in org.hibernate.loader.plan.exec.process.spi
Handles reading a single root Return object
returnStatic() - Method in class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
 
returnTransient() - Method in class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
 
RIGHT_OUTER_JOIN - org.hibernate.sql.JoinType
 
RIGHT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
role - Variable in class org.hibernate.boot.JaccPermissionDefinition
 
role - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
role - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
rollback() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Rollback the resource transaction
rollback() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
Rollback the physical transaction
ROLLED_BACK - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been rolled back.
ROLLING_BACK - org.hibernate.resource.transaction.spi.TransactionStatus
Status code indicating a transaction that is in the process of rolling back.
ROOT_ALIAS - Static variable in interface org.hibernate.criterion.CriteriaSpecification
The alias that refers to the "root" entity of the criteria query.
ROOT_ENTITY - Static variable in interface org.hibernate.criterion.CriteriaSpecification
Each row of results is an instance of the root entity
ROOT_SQL_ALIAS - Static variable in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
RootClass - Class in org.hibernate.mapping
The root class of an inheritance hierarchy
RootClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.RootClass
 
RootEntityResultTransformer - Class in org.hibernate.transform
ResultTransformer implementation which limits the result tuple to only the "root entity".
RootGraph<J> - Interface in org.hibernate.graph
Hibernate extension to the JPA EntityGraph contract.
RootGraphImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the RootGraph contract
RootReturn - Class in org.hibernate.loader.custom
Represents a return which names a "root" entity.
RootReturn(String, String, EntityAliases, LockMode) - Constructor for class org.hibernate.loader.custom.RootReturn
 
ROW_VERSION - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC VARBINARY, specifically for entity versions/timestamps.
rowCount() - Static method in class org.hibernate.criterion.Projections
The query row count, ie.
RowCountProjection - Class in org.hibernate.criterion
A row count
RowCountProjection() - Constructor for class org.hibernate.criterion.RowCountProjection
 
rowid - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
RowId - Annotation Type in org.hibernate.annotations
Support for ROWID mapping feature of Hibernate.
ROWID_ALIAS - Static variable in interface org.hibernate.persister.entity.Loadable
 
rowIdName - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
RowReader - Interface in org.hibernate.loader.plan.exec.process.spi
 
RowSelection - Class in org.hibernate.engine.spi
Represents a selection criteria for rows in a JDBC ResultSet
RowSelection() - Constructor for class org.hibernate.engine.spi.RowSelection
 
RowVersionType - Class in org.hibernate.type
A type that maps between a VARBINARY and byte[] specifically for entity versions/timestamps.
RowVersionType() - Constructor for class org.hibernate.type.RowVersionType
 
RowVersionTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for byte[] handling specifically used for specifically for entity versions/timestamps.
RowVersionTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
RTRIM - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The default rtrim function name

S

SAPDBDialect - Class in org.hibernate.dialect
An SQL dialect compatible with SAP DB.
SAPDBDialect() - Constructor for class org.hibernate.dialect.SAPDBDialect
Constructs a SAPDBDialect
save(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
save(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
save(Object) - Method in interface org.hibernate.Session
Persist the given transient instance, first assigning a generated identifier.
save(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
save(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
save(String, Object) - Method in interface org.hibernate.Session
Persist the given transient instance, first assigning a generated identifier.
SAVE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
SAVE - Static variable in class org.hibernate.event.spi.EventType
 
SAVE_UPDATE - org.hibernate.annotations.CascadeType
Corresponds to the Hibernate native SAVE_UPDATE (direct reattachment) action.
SAVE_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
SAVE_UPDATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
SAVE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
saveOrUpdate(Object) - Method in interface org.hibernate.Session
Either Session.save(Object) or Session.update(Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
saveOrUpdate(String, Object) - Method in interface org.hibernate.Session
Either Session.save(String, Object) or Session.update(String, Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
SaveOrUpdateEvent - Class in org.hibernate.event.spi
An event class for saveOrUpdate()
SaveOrUpdateEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of update events generated from a session.
SAVING - org.hibernate.engine.spi.Status
 
ScalarResultColumnProcessor - Class in org.hibernate.loader.custom
Represents a scalar result within the custom query
ScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.ScalarResultColumnProcessor
 
ScalarResultColumnProcessor(String, Type) - Constructor for class org.hibernate.loader.custom.ScalarResultColumnProcessor
 
ScalarReturn - Class in org.hibernate.loader.custom
Represent a scalar (aka simple value) return within a query result.
ScalarReturn - Interface in org.hibernate.loader.plan.spi
Represent a simple scalar return within a query result.
ScalarReturn(Type, String) - Constructor for class org.hibernate.loader.custom.ScalarReturn
 
scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
scale - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
scale - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
scale() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in interface org.hibernate.boot.archive.scan.spi.Scanner
Perform the scanning against the described environment using the defined options, and return the scan results.
ScanEnvironment - Interface in org.hibernate.boot.archive.scan.spi
Describes the environment in which the scan will occur.
Scanner - Interface in org.hibernate.boot.archive.scan.spi
Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.
SCANNER - Static variable in interface org.hibernate.cfg.AvailableSettings
Pass an implementation of Scanner.
SCANNER_ARCHIVE_INTERPRETER - Static variable in interface org.hibernate.cfg.AvailableSettings
Pass ArchiveDescriptorFactory to use in the scanning process.
SCANNER_DEPRECATED - Static variable in interface org.hibernate.cfg.AvailableSettings
The deprecated name.
SCANNER_DISCOVERY - Static variable in interface org.hibernate.cfg.AvailableSettings
Identifies a comma-separate list of values indicating the types of things we should auto-detect during scanning.
ScanOptions - Interface in org.hibernate.boot.archive.scan.spi
Options for performing scanning
ScanParameters - Interface in org.hibernate.boot.archive.scan.spi
A "parameter object" passed to Scanner.scan(org.hibernate.boot.archive.scan.spi.ScanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions, org.hibernate.boot.archive.scan.spi.ScanParameters) to help support future changes in terms of needing to pass additional stuff to scanning.
ScanResult - Interface in org.hibernate.boot.archive.scan.spi
Defines the result of scanning
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
SCHEMA - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Only schema is supported
SCHEMA - org.hibernate.MultiTenancyStrategy
Multi-tenancy implemented as separate schemas.
SCHEMA - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
SCHEMA - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the schema name
SCHEMA_GEN_CONNECTION - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.HBM2DDL_CONNECTION instead
SCHEMA_GEN_CREATE_SCHEMAS - Static variable in interface org.hibernate.jpa.AvailableSettings
SCHEMA_GEN_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_CREATE_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_DATABASE_ACTION - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_DB_MAJOR_VERSION - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_DB_MINOR_VERSION - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_DB_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.HBM2DDL_DB_NAME instead
SCHEMA_GEN_DROP_SCRIPT_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_DROP_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_SCRIPTS_ACTION - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_GEN_SCRIPTS_DROP_TARGET - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SCHEMA_MANAGEMENT_TOOL - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to specify the SchemaManagementTool to use for performing schema management.
SchemaAutoTooling - Enum in org.hibernate.boot
Defines the possible values for "hbm2ddl_auto"
SchemaAware - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for JAXB bindings that understand database schema (tables, sequences, etc).
SchemaCreator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema creation.
SchemaDropper - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema dropping.
schemaExists(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
The the given schema exist yet?
schemaExists(Namespace.Name) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Check to see if the given schema already exists.
SchemaExport - Class in org.hibernate.tool.hbm2ddl
Command-line tool for exporting (create and/or drop) a database schema.
SchemaExport() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
 
SchemaExport.Action - Enum in org.hibernate.tool.hbm2ddl
 
SchemaExport.Type - Enum in org.hibernate.tool.hbm2ddl
 
SchemaExportTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaExport.
SchemaExportTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
SchemaExportTask.ExportType - Enum in org.hibernate.tool.hbm2ddl
 
SchemaExtractionException - Exception in org.hibernate.tool.schema.extract.spi
 
SchemaExtractionException(String) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
 
SchemaExtractionException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
 
SchemaFilter - Interface in org.hibernate.tool.schema.spi
Defines a filter for Hibernate's schema tooling.
SchemaFilterProvider - Interface in org.hibernate.tool.schema.spi
Used to specify the SchemaFilters to be used by create, drop, migrate and validate operations on the database schema.
SchemaManagementException - Exception in org.hibernate.tool.schema.spi
Indicates a problem in performing schema management.
SchemaManagementException(String) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
 
SchemaManagementException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
 
SchemaManagementTool - Interface in org.hibernate.tool.schema.spi
Contract for schema management tool integration.
SchemaManagementToolCoordinator - Class in org.hibernate.tool.schema.spi
Responsible for coordinating SchemaManagementTool execution(s) for auto-tooling whether from JPA or hbm2ddl.auto.
SchemaManagementToolCoordinator() - Constructor for class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
SchemaManagementToolCoordinator.ActionGrouping - Class in org.hibernate.tool.schema.spi
For JPA-style schema-gen, database and script target handing are configured individually - this tuple allows interpreting the the action for both targets simultaneously
SchemaMigrator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema migration.
SchemaNameResolver - Interface in org.hibernate.engine.jdbc.env.spi
Contract for resolving the schema of a Connection.
SchemaNameResolver - Interface in org.hibernate.engine.jdbc.spi
Contract for resolving the schema of a Connection.
SchemaToolingLogging - Class in org.hibernate.tool.schema
 
SchemaToolingLogging() - Constructor for class org.hibernate.tool.schema.SchemaToolingLogging
 
SchemaUpdate - Class in org.hibernate.tool.hbm2ddl
A commandline tool to update a database schema.
SchemaUpdate() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
SchemaUpdateCommand - Class in org.hibernate.tool.hbm2ddl
Deprecated.
Everything in this package has been replaced with SchemaManagementTool and friends.
SchemaUpdateCommand(String, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
Deprecated.
 
SchemaUpdateTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaUpdate.
SchemaUpdateTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
SchemaValidator - Class in org.hibernate.tool.hbm2ddl
A commandline tool to update a database schema.
SchemaValidator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema validations
SchemaValidator() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidatorTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaUpdate.
SchemaValidatorTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
schemaWithDefault(Identifier) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
scope() - Method in class org.hibernate.type.EntityType
 
scope(MetadataBuildingContext) - Method in class org.hibernate.type.spi.TypeConfiguration
 
scope(SessionFactoryImplementor) - Method in class org.hibernate.type.spi.TypeConfiguration
 
script() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
SCRIPT - org.hibernate.tool.hbm2ddl.Target
Write to a script file.
SCRIPT - org.hibernate.tool.schema.SourceType
"script" - External DDL script(s) are used as the exclusive source for generation.
SCRIPT - org.hibernate.tool.schema.TargetType
Write to a script file.
SCRIPT_LOGGER - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
SCRIPT_LOGGER_NAME - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
SCRIPT_THEN_METADATA - org.hibernate.tool.schema.SourceType
"script-then-metadata" - Both the O/RM metadata and external DDL scripts are used as sources for generation, with the commands from the external DDL script(s) being applied first
ScriptSourceInput - Interface in org.hibernate.tool.schema.spi
Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input scripts.
ScriptTargetOutput - Interface in org.hibernate.tool.schema.spi
Contract for hiding the differences between a passed Writer, File or URL in terms of how we write output scripts.
scroll() - Method in interface org.hibernate.Criteria
Get the results as an instance of ScrollableResults.
scroll() - Method in interface org.hibernate.query.Query
 
scroll() - Method in interface org.hibernate.Query
Deprecated.
Return the query results as ScrollableResults.
scroll(int) - Method in interface org.hibernate.ScrollableResults
Scroll the specified number of positions from the current position.
scroll(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scroll(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute a scroll() query
scroll(Criteria, ScrollMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scroll(Criteria, ScrollMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute a criteria query
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scroll(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute a native SQL query, and return the results as a scrollable result.
scroll(QueryParameters, SharedSessionContractImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslator
Perform a scroll operation given the underlying query definition.
scroll(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
 
scroll(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
 
scroll(QueryParameters, Type[], HolderInstantiator, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
Return the query results, as an instance of ScrollableResults
scroll(SharedSessionContractImplementor, ScrollMode) - Method in class org.hibernate.loader.criteria.CriteriaLoader
 
scroll(ScrollMode) - Method in interface org.hibernate.Criteria
Get the results as an instance of ScrollableResults based on the given scroll mode.
scroll(ScrollMode) - Method in interface org.hibernate.query.Query
 
scroll(ScrollMode) - Method in interface org.hibernate.Query
Deprecated.
Return the query results as ScrollableResults.
SCROLL_INSENSITIVE - org.hibernate.ScrollMode
Requests a scrollable result which is insensitive to changes in the underlying data.
SCROLL_SENSITIVE - org.hibernate.ScrollMode
Requests a scrollable result which is sensitive to changes in the underlying data.
ScrollableResults - Interface in org.hibernate
A result iterator that allows moving around within the results by arbitrary increments.
ScrollableResultSetProcessor - Interface in org.hibernate.loader.plan.exec.process.spi
Contract for processing JDBC ResultSets a single logical row at a time.
ScrollableResultsImplementor - Interface in org.hibernate.query.spi
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
scrollCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Execute an SQL Query
ScrollMode - Enum in org.hibernate
Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults.
secondaryTable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
SecondaryTableContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for mappings that may contain secondary table (join) mappings.
SecondaryTableSecondPass - Class in org.hibernate.cfg
 
SecondaryTableSecondPass(EntityBinder, PropertyHolder, XAnnotatedElement) - Constructor for class org.hibernate.cfg.SecondaryTableSecondPass
 
SecondaryTableSource - Interface in org.hibernate.boot.model.source.spi
 
SecondLevelCacheLogger - Interface in org.hibernate.cache.spi
 
SecondLevelCacheLogger_$logger - Class in org.hibernate.cache.spi
Warning this class consists of generated code.
SecondLevelCacheLogger_$logger(Logger) - Constructor for class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
SecondLevelCacheStatistics - Interface in org.hibernate.stat
Deprecated.
secondPass(Map, Map) - Method in class org.hibernate.cfg.CollectionSecondPass
 
SecondPass - Interface in org.hibernate.cfg
Second pass operation
security - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.BinaryType
Deprecated.
use RowVersionType for binary entity versions/timestamps
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.ByteType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.CalendarType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.DbTimestampType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.InstantType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.IntegerType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.LocalDateTimeType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.LongType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.OffsetDateTimeType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.RowVersionType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.ShortType
 
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.TimestampType
 
seed(SharedSessionContractImplementor) - Method in interface org.hibernate.type.VersionType
Generate an initial version.
seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.ZonedDateTimeType
 
seed(SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Generate an initial version.
SEGMENT_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
The name of the column which holds the segment key.
SEGMENT_LENGTH_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Indicates the length of the column defined by TableGenerator.SEGMENT_COLUMN_PARAM.
SEGMENT_VALUE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
The value indicating which segment is used by this generator, as indicated by the actual value stored in the column indicated by TableGenerator.SEGMENT_COLUMN_PARAM.
select - Variable in class org.hibernate.sql.InsertSelect
 
Select - Class in org.hibernate.sql
A simple SQL SELECT statement
Select(Dialect) - Constructor for class org.hibernate.sql.Select
 
SELECT - org.hibernate.annotations.FetchMode
Use a secondary select for each individual entity, collection, or join load.
SELECT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
SELECT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
SELECT - org.hibernate.engine.FetchStyle
Performs a separate SQL select to load the indicated data.
SELECT - org.hibernate.engine.profile.Fetch.Style
Fetch via a subsequent select
SELECT - org.hibernate.FetchMode
Fetch eagerly, using a separate select.
SELECT - org.hibernate.sql.ast.Clause
 
SELECT - Static variable in class org.hibernate.loader.Loader
 
SELECT_DISTINCT - Static variable in class org.hibernate.loader.Loader
 
Selectable - Interface in org.hibernate.mapping
Models the commonality between a column and a formula (computed value).
selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
selectBeforeUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
selectBeforeUpdate() - Method in annotation type org.hibernate.annotations.Entity
Deprecated.
Use SelectBeforeUpdate instead
SelectBeforeUpdate - Annotation Type in org.hibernate.annotations
Should the entity's current state be selected from the database when determining whether to perform an update when re-attaching detached entities?
selectClause - Variable in class org.hibernate.sql.Select
 
selectConnectionProvider(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
selectDataSource(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
selectDataSource(String) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
SelectExpression - Interface in org.hibernate.sql
TODO : javadoc
selectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Generate a list of collection index, key and element columns
selectFragment(String, String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Generate a list of collection index and element columns
selectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Generate a list of collection index, key and element columns
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
All columns to select, when loading.
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in interface org.hibernate.persister.entity.Joinable
All columns to select, when loading.
SelectFragment - Class in org.hibernate.sql
A fragment of an SQL SELECT clause
SelectFragment() - Constructor for class org.hibernate.sql.SelectFragment
 
SelectGenerator - Class in org.hibernate.id
A generator that selects the just inserted row to determine the identifier value assigned by the database.
SelectGenerator() - Constructor for class org.hibernate.id.SelectGenerator
 
SelectGenerator.SelectGeneratorDelegate - Class in org.hibernate.id
The delegate for the select generation strategy.
selectIds(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.AbstractIdsBulkIdHandler
 
SelectLockingStrategy - Class in org.hibernate.dialect.lock
A locking strategy where the locks are obtained through select statements.
SelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.SelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
selectStrategyImplementor(Class<T>, String) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Locate the named strategy implementation.
selectString(List) - Method in class org.hibernate.loader.JoinWalker
Generate a select list of columns containing all properties of the entity classes
SelectValues - Class in org.hibernate.sql
Models a SELECT values lists.
SelectValues(Dialect) - Constructor for class org.hibernate.sql.SelectValues
 
SelfDirtinessTracker - Interface in org.hibernate.engine.spi
Contract for an entity to report that it tracks the dirtiness of its own state, as opposed to needing Hibernate to perform state-diff dirty calculations.
semantics() - Method in annotation type org.hibernate.annotations.CollectionType
Deprecated.
Specifies the class to use the semantics of.
semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
semiResolve(Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Given a hydrated, but unresolved value, return a value that may be used to reconstruct property-ref associations.
Sequence - Class in org.hibernate.boot.model.relational
Models a database SEQUENCE.
Sequence(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence
 
Sequence(Identifier, Identifier, Identifier, int, int) - Constructor for class org.hibernate.boot.model.relational.Sequence
 
SEQUENCE - Static variable in class org.hibernate.id.SequenceGenerator
Deprecated.
The sequence parameter
SEQUENCE_INCREMENT_SIZE_MISMATCH_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
This setting defines the SequenceMismatchStrategy used when Hibernate detects a mismatch between a sequence configuration in an entity mapping and its database sequence object counterpart.
SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the name of the sequence (or table) to use.
Sequence.Name - Class in org.hibernate.boot.model.relational
 
sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
SequenceGenerator - Class in org.hibernate.id
Deprecated.
SequenceGenerator() - Constructor for class org.hibernate.id.SequenceGenerator
Deprecated.
 
SequenceHiLoGenerator - Class in org.hibernate.id
Deprecated.
See deprecation discussion on SequenceGenerator
SequenceHiLoGenerator() - Constructor for class org.hibernate.id.SequenceHiLoGenerator
Deprecated.
 
SequenceIdentityGenerator - Class in org.hibernate.id
Deprecated.
See deprecation discussion on SequenceGenerator
SequenceIdentityGenerator() - Constructor for class org.hibernate.id.SequenceIdentityGenerator
Deprecated.
 
SequenceIdentityGenerator.Delegate - Class in org.hibernate.id
Deprecated.
 
SequenceIdentityGenerator.NoCommentsInsert - Class in org.hibernate.id
Deprecated.
 
SequenceInformation - Interface in org.hibernate.tool.schema.extract.spi
Access to information about existing sequences.
SequenceInformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
Because JDBC (at least up to and including Java 7, JDBC 4) still does not have support for obtaining information about sequences from DatabaseMetaData.
SequenceMismatchStrategy - Enum in org.hibernate.id
Describes the strategy for handling the mismatch between a database sequence configuration and the one defined by the entity mapping.
sequenceName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
SequenceStructure - Class in org.hibernate.id.enhanced
Describes a sequence.
SequenceStructure(JdbcEnvironment, QualifiedName, int, int, Class) - Constructor for class org.hibernate.id.enhanced.SequenceStructure
 
SequenceStyleGenerator - Class in org.hibernate.id.enhanced
Generates identifier values based on a sequence-style database structure.
SequenceStyleGenerator() - Constructor for class org.hibernate.id.enhanced.SequenceStyleGenerator
 
sequential() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
sequential() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
sequential() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
sequential() - Method in class org.hibernate.query.spi.StreamDecorator
 
SEQUENTIAL - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
A sequential array/list index
serializable(Class<T>) - Static method in class org.hibernate.type.TypeFactory
Deprecated.
Build a SerializableType from the given Serializable class.
SERIALIZABLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Serializable to JDBC VARBINARY.
SerializableBlobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Blobs to add serializability.
SerializableClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Clobs to add serializability.
SerializableClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableClobProxy
Builds a serializable Clob wrapper around the given Clob.
SerializableMapProxy - Class in org.hibernate.proxy.map
 
SerializableMapProxy(String, Serializable, Boolean, String, boolean) - Constructor for class org.hibernate.proxy.map.SerializableMapProxy
 
SerializableNClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying java.sql.NClobs to add serializability.
SerializableNClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableNClobProxy
Builds a serializable Clob wrapper around the given Clob.
serializableProxy() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
serializableProxy() - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
 
SerializableProxy - Class in org.hibernate.proxy.pojo.bytebuddy
 
SerializableProxy(String, Class, Class[], Serializable, Boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
SerializableProxy(String, Class, Class[], Serializable, Boolean, String, boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
SerializableToBlobType<T extends java.io.Serializable> - Class in org.hibernate.type
 
SerializableToBlobType() - Constructor for class org.hibernate.type.SerializableToBlobType
 
SerializableType<T extends java.io.Serializable> - Class in org.hibernate.type
A type that maps between a VARBINARY and Serializable classes.
SerializableType(Class<T>) - Constructor for class org.hibernate.type.SerializableType
 
SerializableTypeDescriptor<T extends java.io.Serializable> - Class in org.hibernate.type.descriptor.java
Descriptor for general Serializable handling.
SerializableTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
SerializableTypeDescriptor.SerializableMutabilityPlan<S extends java.io.Serializable> - Class in org.hibernate.type.descriptor.java
 
SerializationException - Exception in org.hibernate.type
Thrown when a property cannot be serialized/deserialized
SerializationException(String, Exception) - Constructor for exception org.hibernate.type.SerializationException
 
serialize(ObjectOutputStream) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
 
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.ActionQueue
Used by the owning session to explicitly control serialization of the action queue
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionEntry
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in interface org.hibernate.engine.spi.EntityEntry
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityUniqueKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Serialization hook
Service - Interface in org.hibernate.service
Marker interface for services.
ServiceBinding<R extends Service> - Class in org.hibernate.service.spi
Models a binding for a particular service
ServiceBinding(ServiceBinding.ServiceLifecycleOwner, Class<R>, R) - Constructor for class org.hibernate.service.spi.ServiceBinding
 
ServiceBinding(ServiceBinding.ServiceLifecycleOwner, ServiceInitiator<R>) - Constructor for class org.hibernate.service.spi.ServiceBinding
 
ServiceBinding.ServiceLifecycleOwner - Interface in org.hibernate.service.spi
 
ServiceContributingIntegrator - Interface in org.hibernate.integrator.spi
Deprecated.
A separate ServiceContributor should be used instead.
ServiceContributor - Interface in org.hibernate.service.spi
Contract for contributing services.
ServiceException - Exception in org.hibernate.service.spi
Indicates a problem with a service.
ServiceException(String) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Base contract for an initiator of a service.
ServiceRegistry - Interface in org.hibernate.service
A registry of services.
ServiceRegistryAwareService - Interface in org.hibernate.service.spi
Allows services to be injected with the ServiceRegistry during configuration phase.
ServiceRegistryImplementor - Interface in org.hibernate.service.spi
Additional integration contracts for a service registry.
serviceRole - Variable in exception org.hibernate.service.NullServiceException
 
serviceRole - Variable in exception org.hibernate.service.UnknownServiceException
 
serviceRole() - Method in annotation type org.hibernate.service.spi.InjectService
The service role to inject, the default is to use the type of the parameter to which this method is attached.
Session - Interface in org.hibernate
The main runtime interface between a Java application and Hibernate.
SESSION_FACTORY_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting used to name the Hibernate SessionFactory.
SESSION_FACTORY_NAME_IS_JNDI - Static variable in interface org.hibernate.cfg.AvailableSettings
Does the value defined by AvailableSettings.SESSION_FACTORY_NAME represent a JNDI namespace into which the SessionFactory should be bound and made accessible? Defaults to true for backwards compatibility.
SESSION_FACTORY_OBSERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
SessionFactoryObserver class name, the class must have a no-arg constructor
SESSION_FACTORY_OBSERVER - Static variable in interface org.hibernate.jpa.AvailableSettings
SESSION_ID_COLUMN_NAME - Static variable in class org.hibernate.hql.spi.id.persistent.Helper
 
SESSION_INTERCEPTOR - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SESSION_SCOPED_INTERCEPTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a Interceptor implementation to be applied to the SessionFactory and propagated to each Session created from the SessionFactory.
Session.LockRequest - Interface in org.hibernate
Contains locking details (LockMode, Timeout and Scope).
SessionAssociableInterceptor - Interface in org.hibernate.bytecode.enhance.spi.interceptor
 
SessionBuilder<T extends SessionBuilder> - Interface in org.hibernate
Represents a consolidation of all session creation options into a builder style delegate.
SessionBuilderImplementor<T extends SessionBuilder> - Interface in org.hibernate.engine.spi
Defines the internal contract between the SessionBuilder and other parts of Hibernate..
SessionDelegatorBaseImpl - Class in org.hibernate.engine.spi
This class is meant to be extended.
SessionDelegatorBaseImpl(SessionImplementor) - Constructor for class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
SessionDelegatorBaseImpl(SessionImplementor, Session) - Constructor for class org.hibernate.engine.spi.SessionDelegatorBaseImpl
Deprecated.
(since 5.3) SessionDelegatorBaseImpl should take just one argument, the SessionImplementor. Use the SessionDelegatorBaseImpl(SessionImplementor) form instead
SessionEventListener - Interface in org.hibernate
NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be made
SessionEventListenerManager - Interface in org.hibernate.engine.spi
 
SessionException - Exception in org.hibernate
Thrown when the user calls a method of a Session that is in an inappropriate state for the given call (for example, the the session is closed or disconnected).
SessionException(String) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
SessionException(String, Throwable) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
sessionFactory - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
sessionFactory() - Method in interface org.hibernate.graph.spi.GraphImplementor
 
sessionFactory() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
SessionFactory - Interface in org.hibernate
The main contract here is the creation of Session instances.
SessionFactoryBuilder - Interface in org.hibernate.boot
The contract for building a SessionFactory given a number of options.
SessionFactoryBuilderFactory - Interface in org.hibernate.boot.spi
An extension point for integrators that wish to hook into the process of how a SessionFactory is built.
SessionFactoryBuilderImplementor - Interface in org.hibernate.boot.spi
Additional contract for SessionFactoryBuilder mainly intended for implementors of SessionFactoryBuilderFactory.
SessionFactoryBuilderService - Interface in org.hibernate.boot.spi
Allows bootstrapping Hibernate ORM using a custom SessionFactoryBuilderImplementor
sessionFactoryClosed(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been closed.
sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.type.spi.TypeConfiguration
 
sessionFactoryClosing(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory is about to close.
sessionFactoryCreated(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been created and is now ready for use.
sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.type.spi.TypeConfiguration
 
SessionFactoryDelegatingImpl - Class in org.hibernate.engine.spi
Base delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory.
SessionFactoryDelegatingImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
SessionFactoryImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.
SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor> - Interface in org.hibernate.engine.spi
Contract for resolving this SessionFactory on deserialization
SessionFactoryObserver - Interface in org.hibernate
Allows reaction to basic SessionFactory occurrences.
SessionFactoryOptions - Interface in org.hibernate.boot.spi
Aggregator of special options used to build the SessionFactory.
SessionFactoryServiceContributor - Interface in org.hibernate.service.spi
 
SessionFactoryServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Contract for an initiator of services that target the specialized service registry SessionFactoryServiceRegistry
SessionFactoryServiceInitiatorContext - Interface in org.hibernate.service.spi
 
SessionFactoryServiceRegistry - Interface in org.hibernate.service.spi
Specialized ServiceRegistry implementation that holds services which need access to the SessionFactory during initialization.
SessionFactoryServiceRegistryBuilder - Interface in org.hibernate.service.spi
 
SessionFactoryServiceRegistryFactory - Interface in org.hibernate.service.spi
Contract for builder of SessionFactoryServiceRegistry instances.
SessionImplementor - Interface in org.hibernate.engine.spi
Defines the "internal contract" for Session and other parts of Hibernate such as Type, EntityPersister and CollectionPersister implementations.
SessionLazyDelegator - Class in org.hibernate.engine.spi
This helper class allows decorating a Session instance, while the instance itself is lazily provided via a Supplier.
SessionLazyDelegator(Supplier<Session>) - Constructor for class org.hibernate.engine.spi.SessionLazyDelegator
 
SessionOwner - Interface in org.hibernate.engine.spi
Deprecated.
(since 5.2) since consolidating hibernate-entitymanager into hibernate-core I believe this is no longer needed.
SessionStatistics - Interface in org.hibernate.stat
Information about the first-level (session) cache for a particular session instance
sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
sessionWithOptions() - Method in interface org.hibernate.Session
Obtain a Session builder with the ability to grab certain information from this session.
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.EnhancedSetterImpl
 
set(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.property.access.spi.Setter
Set the property value from the given instance
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
set(String, Object) - Method in class org.hibernate.criterion.NaturalIdentifier
Set a natural identifier value for this expression
set(String, String) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
set(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
set(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.SingleColumnType
Set a parameter value without worrying about the possibility of null values.
Set - Class in org.hibernate.mapping
A set with no nullable element columns.
Set(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Set
 
Set(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Set
SET - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
setAbstract(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setAbstract(boolean) - Method in class org.hibernate.mapping.Table
 
setAbstract(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Sets the value of the access property.
setAccess(AccessType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
setAccess(AccessType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.PersistentAttribute
 
setAccessType(AccessType) - Method in class org.hibernate.boot.model.Caching
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setActions(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Sets the value of the actions property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the alias property.
setAliases(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.LockOptions
Specify the LockMode to be used for a specific query alias.
setAllocationSize(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the allocationSize property.
setAllocationSize(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the allocationSize property.
setAlternateUniqueKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setAssociatedClass(PersistentClass) - Method in class org.hibernate.mapping.OneToMany
Associated entity on the many side
setAssociation(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the association property.
setAssociations(Set<String>) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
 
setAttributeName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
Sets the value of the attributeName property.
setAttributes(JaxbAttributes) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setAttributes(JaxbAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the attributes property.
setAttributes(JaxbAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the attributes property.
setAttributes(JaxbEmbeddableAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Sets the value of the attributes property.
setAutoAliasInjection(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the autoAliasInjection property.
setAutoApply(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
Sets the value of the autoApply property.
setAutoClear(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setAutoClear(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Enable/disable automatic cache clearing from after transaction completion (for EJB3)
setAutoDiscoverScalarTypes(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setAutoImport(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the autoImport property.
setAutoListener(Class<? extends SessionEventListener>) - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
Deprecated.
setAutoQuoteKeywords(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setBase(int) - Method in class org.hibernate.cfg.IndexColumn
 
setBase(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the base property.
setBase(String) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
setBaseIndex(int) - Method in class org.hibernate.mapping.List
 
setBatchSize(int) - Method in class org.hibernate.mapping.Collection
 
setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
 
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the batchSize property.
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setBatchVersionedDataEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setBigDecimal(int, BigDecimal) - Method in interface org.hibernate.query.Query
setBigDecimal(int, BigDecimal) - Method in interface org.hibernate.Query
setBigDecimal(String, BigDecimal) - Method in interface org.hibernate.query.Query
setBigDecimal(String, BigDecimal) - Method in interface org.hibernate.Query
setBigInteger(int, BigInteger) - Method in interface org.hibernate.query.Query
setBigInteger(int, BigInteger) - Method in interface org.hibernate.Query
setBigInteger(String, BigInteger) - Method in interface org.hibernate.query.Query
setBigInteger(String, BigInteger) - Method in interface org.hibernate.Query
setBinary(int, byte[]) - Method in interface org.hibernate.query.Query
setBinary(int, byte[]) - Method in interface org.hibernate.Query
setBinary(String, byte[]) - Method in interface org.hibernate.query.Query
setBinary(String, byte[]) - Method in interface org.hibernate.Query
setBinaryStream(long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
setBindAsParam(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the bindAsParam property.
SetBinder - Class in org.hibernate.cfg.annotations
Bind a set.
SetBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.SetBinder
 
setBindValue(T) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value.
setBindValue(T, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit TemporalType.
setBindValue(T, Type) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit Type.
setBindValues(Collection<T>) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding values.
setBindValues(Collection<T>, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
setBindValues(Collection<T>, Type) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding values using the explicit Type in regards to the individual values.
setBoolean(int, boolean) - Method in interface org.hibernate.query.Query
setBoolean(int, boolean) - Method in interface org.hibernate.Query
setBoolean(String, boolean) - Method in interface org.hibernate.query.Query
setBoolean(String, boolean) - Method in interface org.hibernate.Query
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.Ejb3Column
 
setByte(int, byte) - Method in interface org.hibernate.query.Query
setByte(int, byte) - Method in interface org.hibernate.Query
setByte(String, byte) - Method in interface org.hibernate.query.Query
setByte(String, byte) - Method in interface org.hibernate.Query
setBytes(long, byte[]) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
setBytes(long, byte[], int, int) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
setCache(Cache) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the cache property.
setCacheable(boolean) - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Enable/disable second level query (result) caching for this query.
setCacheable(boolean) - Method in interface org.hibernate.Criteria
Enable caching of this query result, provided query caching is enabled for the underlying session factory.
setCacheable(boolean) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setCacheable(boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setCacheable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCacheable(boolean) - Method in interface org.hibernate.query.NativeQuery
 
setCacheable(boolean) - Method in interface org.hibernate.query.Query
 
setCacheable(boolean) - Method in interface org.hibernate.Query
Deprecated.
Enable/disable second level query (result) caching for this query.
setCacheable(boolean) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setCacheable(boolean) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the cacheable property.
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.Collection
 
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.RootClass
 
setCached(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setCacheLazyProperties(boolean) - Method in class org.hibernate.boot.model.Caching
 
setCacheMode(CacheMode) - Method in interface org.hibernate.BasicQueryContract
Deprecated.
(Re)set the current CacheMode in effect for this query.
setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the cacheMode property.
setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the cacheMode property.
setCacheMode(CacheMode) - Method in interface org.hibernate.Criteria
Override the cache mode for this particular query.
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setCacheMode(CacheMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.NativeQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.Query
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Query
Deprecated.
(Re)set the current CacheMode in effect for this query.
setCacheMode(CacheMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Session
Set the cache mode.
setCacheMode(CacheMode) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setCacheProviderConfig(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCacheRegion(String) - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Set the name of the cache region where query results should be cached (if cached at all).
setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in interface org.hibernate.Criteria
Set the name of the cache region to use for query result caching.
setCacheRegion(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setCacheRegion(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setCacheRegion(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCacheRegion(String) - Method in interface org.hibernate.query.NativeQuery
 
setCacheRegion(String) - Method in interface org.hibernate.query.Query
 
setCacheRegion(String) - Method in interface org.hibernate.Query
Deprecated.
Set the name of the cache region where query results should be cached (if cached at all).
setCacheRegion(String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setCacheRegion(String) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setCacheRegionFactory(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.Collection
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
setCacheRegionPrefix(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setCachingCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setCachingExplicitlyRequested(boolean) - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
setCalendar(int, Calendar) - Method in interface org.hibernate.query.Query
setCalendar(int, Calendar) - Method in interface org.hibernate.Query
setCalendar(String, Calendar) - Method in interface org.hibernate.query.Query
setCalendar(String, Calendar) - Method in interface org.hibernate.Query
setCalendarDate(int, Calendar) - Method in interface org.hibernate.query.Query
setCalendarDate(int, Calendar) - Method in interface org.hibernate.Query
setCalendarDate(String, Calendar) - Method in interface org.hibernate.query.Query
setCalendarDate(String, Calendar) - Method in interface org.hibernate.Query
setCallable(boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setCallable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCallable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the callable property.
setCallable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the callable property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setCascade(String) - Method in class org.hibernate.mapping.Property
 
setCascade(JaxbCascadeType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
 
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the cascade property.
setCascadeAll(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeAll property.
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.ForeignKey
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setCascadeDetach(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeDetach property.
setCascadeMerge(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeMerge property.
setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadePersist property.
setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the cascadePersist property.
setCascadeRefresh(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeRefresh property.
setCascadeRemove(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeRemove property.
setCascadeStrategy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCascadeStyle(CascadeStyle) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
 
setCatalog(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setCatalog(String) - Method in class org.hibernate.mapping.Table
 
setCharacter(int, char) - Method in interface org.hibernate.query.Query
setCharacter(int, char) - Method in interface org.hibernate.Query
setCharacter(String, char) - Method in interface org.hibernate.query.Query
setCharacter(String, char) - Method in interface org.hibernate.Query
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the check property.
setCheck(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the check property.
setCheckConstraint(String) - Method in class org.hibernate.mapping.Column
 
setCheckNullability(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
setCheckNullability(boolean) - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
setCheckNullability(boolean) - Method in class org.hibernate.cfg.Settings
Deprecated.
 
setClassName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Sets the value of the clazz property.
setClazz(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
setClazz(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
setClazz(XClass) - Method in class org.hibernate.cfg.InheritanceState
 
setClosedCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setCollection(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the collection property.
setCollectionId(JaxbHbmCollectionIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the collectionId property.
setCollectionKey(Serializable) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setCollectionKeys(Serializable[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCollectionOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionPersisterClass(Class) - Method in class org.hibernate.mapping.Collection
 
setCollectionPersisters(CollectionPersister[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionRole(String) - Method in class org.hibernate.mapping.Backref
 
setCollectionRole(String) - Method in class org.hibernate.mapping.IndexBackref
 
setCollectionSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setCollectionTable(JaxbCollectionTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the collectionTable property.
setCollectionTable(Table) - Method in class org.hibernate.mapping.Collection
 
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the collectionType property.
setCollectionType(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.sql.InFragment
 
setColumn(String, String) - Method in class org.hibernate.sql.InFragment
 
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the column property.
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the column property.
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Sets the value of the column property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the columnAttribute property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnList(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Sets the value of the columnList property.
setColumns(String[]) - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setComment(String) - Method in interface org.hibernate.Criteria
Add a comment to the generated SQL.
setComment(String) - Method in class org.hibernate.criterion.DetachedCriteria
Set the SQL comment to use.
setComment(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setComment(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setComment(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setComment(String) - Method in class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
Deprecated.
 
setComment(String) - Method in class org.hibernate.mapping.Column
 
setComment(String) - Method in class org.hibernate.mapping.Table
 
setComment(String) - Method in interface org.hibernate.query.NativeQuery
 
setComment(String) - Method in interface org.hibernate.query.Query
 
setComment(String) - Method in interface org.hibernate.Query
Deprecated.
Set the comment for this query.
setComment(String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setComment(String) - Method in class org.hibernate.sql.Delete
 
setComment(String) - Method in class org.hibernate.sql.Insert
 
setComment(String) - Method in class org.hibernate.sql.InsertSelect
 
setComment(String) - Method in class org.hibernate.sql.QuerySelect
 
setComment(String) - Method in class org.hibernate.sql.Select
 
setComment(String) - Method in class org.hibernate.sql.SimpleSelect
 
setComment(String) - Method in class org.hibernate.sql.Update
 
setComment(String) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setCommentsEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setComparator(Comparator) - Method in class org.hibernate.mapping.Collection
 
setComparatorClassName(String) - Method in class org.hibernate.mapping.Collection
 
setComparatorSort(SortComparator) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setComponentClass(Component) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setComponentClass(Component) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
setComponentClassName(String) - Method in class org.hibernate.mapping.Component
 
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the compositeElement property.
setCompositeId(JaxbHbmCompositeIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the compositeId property.
setCompositeIndex(JaxbHbmCompositeIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the compositeIndex property.
setCompositeMapKey(JaxbHbmMapKeyCompositeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the compositeMapKey property.
setCondition(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Sets the value of the condition property.
setCondition(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the condition property.
setCondition(String[], String) - Method in class org.hibernate.sql.ConditionFragment
 
setCondition(String[], String[]) - Method in class org.hibernate.sql.ConditionFragment
 
setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set a .cfg.xml file, which will be loaded as a resource, from the classpath
setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Set a cfg.xml file
setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Set a .cfg.xml file
setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
Sets the constrained.
setConstrained(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the constrained property.
setConstraintMode(ConstraintMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
Sets the value of the constraintMode property.
setConstraints(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setContext(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Sets the value of the context property.
setConvert(JaxbConvert) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the convert property.
setConverter(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
Sets the value of the converter property.
setCreate(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "create" mode.
setCreate(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the create property.
setCurrentKey(Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setCurrentPersister(CollectionPersister) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setCurrentProperty(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Set the property to be processed.
setCurrentSession(SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Associate the collection with the given session.
setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.hibernate.cfg.Configuration
 
setCustomDatabaseGenerationTarget(GenerationTarget) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
This allows to set an alternative implementation for the Database generation target.
setCustomRead(String) - Method in class org.hibernate.mapping.Column
 
setCustomSqlDelete(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLDeleteAll(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSqlInsert(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSqlUpdate(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomWrite(String) - Method in class org.hibernate.mapping.Column
 
setDatabaseSnapshot(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDate(int, Date) - Method in interface org.hibernate.query.Query
setDate(int, Date) - Method in interface org.hibernate.Query
setDate(String, Date) - Method in interface org.hibernate.query.Query
setDate(String, Date) - Method in interface org.hibernate.Query
setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
 
setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
 
setDeclaredVersion(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setDefault(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the default property.
setDefaultAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultAccess property.
setDefaultCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultCascade property.
setDefaultCatalog(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setDefaultLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultLazy property.
setDefaultName(String, String, String, String, String, String, String, String, String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Change the default for entities and proxies loaded into this persistence context from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.Session
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultSchema(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setDefaultValue(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setDefaultValue(String) - Method in class org.hibernate.mapping.Column
 
setDefinition(JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the definition property.
setDeletedState(Object[]) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setDelimitedIdentifiers(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the delimitedIdentifiers property.
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Set the end of statement delimiter
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set the end of statement delimiter for the generated script
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Set the end of statement delimiter
setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the description property.
setDescription(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
setDescription(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
setDescription(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
setDialect(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setDialect(Dialect) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Deprecated.
The intention is that Dialect should be required to be specified up-front and it would then get ctor injected.
setDir(String) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
setDirty(boolean) - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
setDirtyCheckable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setDirtyCheckHandledByInterceptor(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDirtyCheckPossible(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDirtyProperties(int[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDisableConversion(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
Sets the value of the disableConversion property.
setDiscriminator(JaxbHbmEntityDiscriminatorType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the discriminator property.
setDiscriminator(Value) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorAlias(String) - Method in interface org.hibernate.SQLQuery.RootReturn
Deprecated.
Name the column alias that identifies the entity's discriminator.
setDiscriminatorColumn(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
Sets the value of the discriminatorColumn property.
setDiscriminatorColumn(JaxbDiscriminatorColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the discriminatorColumn property.
setDiscriminatorInsertable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorType(DiscriminatorType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Sets the value of the discriminatorType property.
setDiscriminatorTypeName(String) - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setDiscriminatorValue(String) - Method in class org.hibernate.mapping.PersistentClass
 
setDistinct() - Method in class org.hibernate.criterion.CountProjection
Sets the count as being distinct
setDistinct(boolean) - Method in class org.hibernate.sql.QuerySelect
 
setDorecreate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDoremove(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDouble(int, double) - Method in interface org.hibernate.query.Query
setDouble(int, double) - Method in interface org.hibernate.Query
setDouble(String, double) - Method in interface org.hibernate.query.Query
setDouble(String, double) - Method in interface org.hibernate.Query
setDoupdate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDrop(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "drop" mode.
setDrop(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the drop property.
setDynamic(boolean) - Method in class org.hibernate.mapping.Component
 
setDynamicInsert(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setDynamicInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the dynamicInsert property.
setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setDynamicUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the dynamicUpdate property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the element property.
setElement(Value) - Method in class org.hibernate.mapping.Collection
 
setElementClass(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the elementClass property.
setElementClassName(String) - Method in class org.hibernate.mapping.Array
 
setElementColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setEmbeddableSuperclass(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setEmbedded(boolean) - Method in class org.hibernate.mapping.Component
 
setEmbeddedId(JaxbEmbeddedId) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Sets the value of the embeddedId property.
setEmbeddedIdentifier(boolean) - Method in class org.hibernate.mapping.RootClass
 
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the embedXml property.
setEnableAssociationManagement(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
setEnableDirtyTracking(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
setEnableExtendedEnhancement(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
setEnableLazyInitialization(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
setEnforcingFetchGraph(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
setEntity(int, Object) - Method in interface org.hibernate.query.Query
setEntity(int, Object) - Method in interface org.hibernate.Query
setEntity(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the entity property.
setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the entity property.
setEntity(String, Object) - Method in interface org.hibernate.query.Query
setEntity(String, Object) - Method in interface org.hibernate.Query
setEntityBinder(EntityBinder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setEntityClass(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
Sets the value of the entityClass property.
setEntityClassName(String) - Method in class org.hibernate.event.spi.LoadEvent
 
setEntityId(Serializable) - Method in class org.hibernate.event.spi.LoadEvent
 
setEntityId(Serializable) - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
setEntityListeners(JaxbEntityListeners) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the entityListeners property.
setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the entityListeners property.
setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the entityListeners property.
setEntityMode(EntityMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Sets the value of the entityMode property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.event.spi.LockEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.MergeEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.PersistEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.RefreshEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntityName(String) - Method in class org.hibernate.mapping.Backref
 
setEntityName(String) - Method in class org.hibernate.mapping.IndexBackref
 
setEntityName(String) - Method in class org.hibernate.mapping.OneToOne
 
setEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.cfg.Configuration
Specify a user-supplied delegate to be used to handle scenarios where an entity could not be located by specified id.
setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.PersistentClass
 
setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.RootClass
 
setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.Subclass
 
setEntry(EntityEntry) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntryStatus(EntityEntry, Status) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set the status of an entry
setEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the enumerated property.
setEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the enumerated property.
setEscapeCharacter(Character) - Method in class org.hibernate.criterion.Example
Set escape character for "like" clause if like matching was enabled
setExcludeDefaultListeners(JaxbEmptyType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setExcludeDefaultListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the excludeDefaultListeners property.
setExcludeDefaultListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the excludeDefaultListeners property.
setExcludeSuperclassListeners(JaxbEmptyType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setExcludeSuperclassListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the excludeSuperclassListeners property.
setExcludeSuperclassListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the excludeSuperclassListeners property.
setExpectedType(Type) - Method in interface org.hibernate.hql.spi.ParameterInformation
 
setExpectedType(Type) - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
 
setExpectedType(Type) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
setExpectedType(Type) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
 
setExpectedType(Type) - Method in interface org.hibernate.param.ParameterSpecification
Injects the expected type.
setExpectedType(Type) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
 
setExplicitAssociationTable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setExplicitPolymorphism(boolean) - Method in class org.hibernate.mapping.RootClass
 
setExplicitTableName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setExplicitType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setExplicitType(Type) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setExtends(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
Sets the value of the extends property.
setExtraLazy(boolean) - Method in class org.hibernate.mapping.Collection
 
setExtraSelectList(String) - Method in class org.hibernate.sql.SelectFragment
 
setExtraSelectList(CaseFragment, String) - Method in class org.hibernate.sql.SelectFragment
 
setFailOnError(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
setFetch(FetchType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.FetchableAttribute
 
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the fetch property.
setFetchGraph(EntityGraph) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Deprecated.
(since 5.4) LoadQueryInfluencers.getFetchGraph(), LoadQueryInfluencers.getLoadGraph(), LoadQueryInfluencers.setFetchGraph(javax.persistence.EntityGraph) and LoadQueryInfluencers.setLoadGraph(javax.persistence.EntityGraph) (as well as JPA itself honestly) all make it very unclear that there can be only one graph applied at any one time and that graph is *either* a load or a fetch graph. These have all been replaced with LoadQueryInfluencers.getEffectiveEntityGraph().
setFetchMode(String, FetchMode) - Method in interface org.hibernate.Criteria
Specify an association fetching strategy for an association or a collection of values.
setFetchMode(String, FetchMode) - Method in class org.hibernate.criterion.DetachedCriteria
Set the fetch mode for a given association
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.Collection
 
setFetchMode(FetchMode) - Method in interface org.hibernate.mapping.Fetchable
 
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.ToOne
 
setFetchMode(FetchMode) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setFetchSize(int) - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Sets a JDBC fetch size hint for the query.
setFetchSize(int) - Method in interface org.hibernate.Criteria
Set a fetch size for the underlying JDBC query.
setFetchSize(int) - Method in class org.hibernate.engine.spi.RowSelection
 
setFetchSize(int) - Method in interface org.hibernate.query.NativeQuery
 
setFetchSize(int) - Method in interface org.hibernate.query.Query
 
setFetchSize(int) - Method in interface org.hibernate.Query
Deprecated.
Sets a JDBC fetch size hint for the query.
setFetchSize(int) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setFetchSize(int) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the fetchSize property.
setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the fetchSize property.
setFetchSize(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setFetchSize(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setFetchSize(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setFile(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the file property.
setFirstResult(int) - Method in interface org.hibernate.Criteria
Set the first result to be retrieved.
setFirstResult(int) - Method in interface org.hibernate.query.NativeQuery
 
setFirstResult(int) - Method in interface org.hibernate.query.Query
 
setFirstResult(int) - Method in interface org.hibernate.Query
Deprecated.
 
setFirstResult(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setFirstResult(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setFirstRow(int) - Method in class org.hibernate.engine.spi.RowSelection
 
setFirstRow(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setFkJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setFloat(int, float) - Method in interface org.hibernate.query.Query
setFloat(int, float) - Method in interface org.hibernate.Query
setFloat(String, float) - Method in interface org.hibernate.query.Query
setFloat(String, float) - Method in interface org.hibernate.Query
setFlushing(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before and after the flush cycle
setFlushMode(FlushModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.NativeQuery
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.Query
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.Query
Deprecated.
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setFlushMode(FlushMode) - Method in interface org.hibernate.BasicQueryContract
setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the flushMode property.
setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the flushMode property.
setFlushMode(FlushMode) - Method in interface org.hibernate.Criteria
Override the flush mode for this particular query.
setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
setFlushMode(FlushMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
setFlushMode(FlushMode) - Method in interface org.hibernate.query.NativeQuery
 
setFlushMode(FlushMode) - Method in interface org.hibernate.query.Query
Deprecated.
setFlushMode(FlushMode) - Method in interface org.hibernate.Query
Deprecated.
setFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setFlushMode(FlushMode) - Method in interface org.hibernate.Session
Deprecated.
setFlushMode(FlushMode) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setFlushRequired(boolean) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setFollowOnLocking(Boolean) - Method in class org.hibernate.LockOptions
Set the the follow-on-locking setting.
setForce(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the force property.
setForceDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setForceDiscriminator(boolean) - Method in class org.hibernate.mapping.RootClass
 
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the foreignKey property.
setForeignKeyDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
Sets the value of the foreignKeyDefinition property.
setForeignKeyDefinition(String) - Method in class org.hibernate.mapping.SimpleValue
 
setForeignKeyName(String) - Method in class org.hibernate.mapping.SimpleValue
 
setForeignKeyType(ForeignKeyDirection) - Method in class org.hibernate.mapping.OneToOne
Sets the foreignKeyType.
setFormat(boolean) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Deprecated.
Will likely be removed: Should either become immutable or threadsafe.
setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Should we format the sql strings?
setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setFormula(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setFormula(String) - Method in class org.hibernate.mapping.Formula
 
setFormula(String, String) - Method in class org.hibernate.sql.InFragment
 
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the formulaAttribute property.
setFromClause(String) - Method in class org.hibernate.sql.Select
Sets the fromClause.
setFromClause(String, String) - Method in class org.hibernate.sql.Select
 
setGenerated(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the generated property.
setGenerated(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the generated property.
setGeneratedValue(JaxbGeneratedValue) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the generatedValue property.
setGenerator(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the generator property.
setGetGeneratedKeysEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setGloballyQuoteIdentifiers(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setGroupByClause(String) - Method in class org.hibernate.sql.Select
 
setGroupByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setHaltonerror(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Should we stop once an error occurs?
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setHasDirtyCollection(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setHasFilterCondition(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHasParents(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHasSiblings(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHasThetaJoins(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHavingTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setHibernateFirstResult(int) - Method in interface org.hibernate.Query
Deprecated.
Query.setFirstResult(int) should be used instead.
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.BasicQueryContract
Deprecated.
(Re)set the current FlushMode in effect for this query.
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Set the flush mode for this session.
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.NativeQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.Query
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.Query
Deprecated.
(Re)set the current FlushMode in effect for this query.
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.Session
Set the flush mode for this session.
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setHibernateMaxResults(int) - Method in interface org.hibernate.Query
Deprecated.
Query.setMaxResults(int) should be used instead.
setHibernateType(Type) - Method in interface org.hibernate.procedure.ParameterRegistration
Set the Hibernate mapping type for this parameter.
setHint(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setHint(String, Object) - Method in interface org.hibernate.query.NativeQuery
 
setHint(String, Object) - Method in interface org.hibernate.query.Query
 
setHint(String, Object) - Method in interface org.hibernate.Query
Deprecated.
 
setHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setId(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setId(Serializable) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setId(Serializable) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setId(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the id property.
setId(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the id property.
setId(JaxbHbmSimpleIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the id property.
setIdClass(JaxbIdClass) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setIdClass(JaxbIdClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the idClass property.
setIdClass(JaxbIdClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the idClass property.
setIdentifier(Serializable) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setIdentifier(Serializable) - Method in interface org.hibernate.proxy.LazyInitializer
Set the identifier value for the entity our owning proxy represents.
setIdentifier(Object, Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setIdentifier(Object, Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Inject the identifier value into the given entity.
setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Inject the identifier value into the given entity.
setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the identifier value into the given entity.
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.IdentifierCollection
 
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.OneToOne
Sets the identifier.
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.RootClass
 
setIdentifierGeneratorProperties(Map) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorProperties.
setIdentifierGeneratorProperties(Properties) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorProperties.
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.IdGenerator
 
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorStrategy.
setIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
 
setIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
setIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
 
setIdentifierType(String) - Method in class org.hibernate.mapping.Any
 
setIdentifierValue(KeyValue) - Method in class org.hibernate.mapping.Table
 
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Sets the value of the idType property.
setIgnoreIdAnnotations(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.ManyToOne
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.OneToMany
 
setImplementation(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setImplementation(Object) - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy manually by injecting its target.
setImplicit(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.cfg.Configuration
 
setImportFiles(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Comma-separated list of resource names to use for database init commands on create.
setInclude(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the include property.
setInclude(JaxbHbmCacheInclusionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the include property.
setIncludeAllAttributes(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
Sets the value of the includeAllAttributes property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the index property.
setIndex(Value) - Method in class org.hibernate.mapping.IndexedCollection
 
setIndexColumn(IndexColumn) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIndexManyToAny(JaxbHbmIndexManyToAnyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the indexManyToAny property.
setIndexManyToMany(JaxbHbmIndexManyToManyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the indexManyToMany property.
setInheritable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the inheritable property.
setInheritance(JaxbInheritance) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the inheritance property.
setInheritanceState(InheritanceState) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setInIdClass(Boolean) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
setInIdClass(Boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
setInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
setInitialValue(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the initialValue property.
setInitialValue(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the initialValue property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the insert property.
setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setInsertable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setInsertable(boolean) - Method in class org.hibernate.mapping.Property
 
setInsertable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the insertable property.
setInsertableDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setInstanceToLoad(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setInteger(int, int) - Method in interface org.hibernate.query.Query
setInteger(int, int) - Method in interface org.hibernate.Query
setInteger(String, int) - Method in interface org.hibernate.query.Query
setInteger(String, int) - Method in interface org.hibernate.Query
setInterceptor(Interceptor) - Method in class org.hibernate.cfg.Configuration
Set the current Interceptor
setInternalFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setInverse(boolean) - Method in class org.hibernate.mapping.Collection
 
setInverse(boolean) - Method in class org.hibernate.mapping.Join
 
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the inverse property.
setInverseForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Sets the value of the inverseForeignKey property.
setInverseJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIsHibernateExtensionMapping(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJar(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the jar property.
setJavaTypeDescriptor(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.AbstractStandardBasicType
 
setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setJdbcBatchSize(Integer) - Method in interface org.hibernate.SharedSessionContract
Set the Session-level JDBC batch size.
setJdbcBatchSize(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJdbcFetchSize(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJdbcScrollableResultSetEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJoinAnnotation(JoinColumn, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJoins(Map<String, Join>) - Method in class org.hibernate.cfg.Ejb3Column
 
setJoinTable(JaxbJoinTable) - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
 
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the joinTable property.
setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setJpaAttributeConverterDescriptor(ConverterDescriptor) - Method in class org.hibernate.mapping.SimpleValue
 
setJpaEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setJpaIndex(Index[]) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setJpaOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setKey(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setKey(boolean) - Method in class org.hibernate.mapping.Component
 
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the key property.
setKey(KeyValue) - Method in class org.hibernate.mapping.Collection
 
setKey(KeyValue) - Method in class org.hibernate.mapping.Join
 
setKey(KeyValue) - Method in class org.hibernate.mapping.JoinedSubclass
 
setKeyDefinition(String) - Method in class org.hibernate.mapping.ForeignKey
 
setKeySubgraph(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
Sets the value of the keySubgraph property.
setLazy(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setLazy(boolean) - Method in class org.hibernate.mapping.Any
 
setLazy(boolean) - Method in class org.hibernate.mapping.Collection
 
setLazy(boolean) - Method in interface org.hibernate.mapping.Fetchable
 
setLazy(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setLazy(boolean) - Method in class org.hibernate.mapping.Property
 
setLazy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setLazy(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setLazy(boolean) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the lazy property.
setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the lazy property.
setLazyGroup(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setLazyGroup(String) - Method in class org.hibernate.mapping.Property
 
setLazyPropertiesCacheable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setLength(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setLength(int) - Method in class org.hibernate.mapping.Column
 
setLength(long) - Method in class org.hibernate.engine.jdbc.Size
 
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the length property.
setListCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
setListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the listIndex property.
setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the listIndex property.
setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the listIndex property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the loader property.
setLoaderName(String) - Method in class org.hibernate.mapping.Collection
 
setLoaderName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setLoadGraph(EntityGraph) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Deprecated.
(since 5.4) LoadQueryInfluencers.getFetchGraph(), LoadQueryInfluencers.getLoadGraph(), LoadQueryInfluencers.setFetchGraph(javax.persistence.EntityGraph) and LoadQueryInfluencers.setLoadGraph(javax.persistence.EntityGraph) (as well as JPA itself honestly) all make it very unclear that there can be only one graph applied at any one time and that that graph is *either* a load or a fetch graph. These have all been replaced with LoadQueryInfluencers.getEffectiveEntityGraph().
setLob(boolean) - Method in class org.hibernate.mapping.Property
 
setLob(JaxbLob) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the lob property.
setLob(JaxbLob) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the lob property.
setLobMultiplier(Size.LobMultiplier) - Method in class org.hibernate.engine.jdbc.Size
 
setLocale(int, Locale) - Method in interface org.hibernate.query.Query
setLocale(int, Locale) - Method in interface org.hibernate.Query
setLocale(String, Locale) - Method in interface org.hibernate.query.Query
setLocale(String, Locale) - Method in interface org.hibernate.Query
setLocalGenerators(HashMap<String, IdentifierGeneratorDefinition>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setLockMode(String, LockMode) - Method in interface org.hibernate.Criteria
Set the lock mode of the aliased entity.
setLockMode(String, LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
Set an alias-specific lock mode.
setLockMode(String, LockMode) - Method in interface org.hibernate.query.NativeQuery
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.Query
 
setLockMode(String, LockMode) - Method in interface org.hibernate.Query
Deprecated.
Set the LockMode to use for specific alias (as defined in the query's FROM clause).
setLockMode(String, LockMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setLockMode(String, LockMode) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setLockMode(LockModeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Sets the value of the lockMode property.
setLockMode(LockModeType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.NativeQuery
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.Query
 
setLockMode(LockModeType) - Method in interface org.hibernate.Query
Deprecated.
 
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in interface org.hibernate.Criteria
Set the lock mode of the current entity.
setLockMode(LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
Set the lock mode to use.
setLockMode(LockMode) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setLockMode(LockMode) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockMode(LockMode) - Method in class org.hibernate.event.spi.LockEvent
 
setLockMode(LockMode) - Method in class org.hibernate.LockOptions
Set the overall LockMode to be used.
setLockMode(LockMode) - Method in interface org.hibernate.Session.LockRequest
Specify the LockMode to be used.
setLockMode(LockMode) - Method in class org.hibernate.sql.Select
Deprecated.
Instead use setLockOptions
setLockMode(LockMode) - Method in class org.hibernate.sql.SimpleSelect
 
setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.FetchReturn
Deprecated.
Set the lock mode for this return.
setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.RootReturn
Deprecated.
Set the lock mode for this return.
setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.QueryParameters
 
setLockOptions(LockOptions) - Method in interface org.hibernate.query.NativeQuery
 
setLockOptions(LockOptions) - Method in interface org.hibernate.query.Query
 
setLockOptions(LockOptions) - Method in interface org.hibernate.Query
Deprecated.
Set the lock options for the query.
setLockOptions(LockOptions) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setLockOptions(LockOptions) - Method in class org.hibernate.sql.Select
Set the lock options
setLockOptions(LockOptions) - Method in class org.hibernate.sql.SimpleSelect
 
setLockOptions(LockOptions) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setLockScope(boolean) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockScope(boolean) - Method in class org.hibernate.event.spi.LockEvent
 
setLockTimeout(int) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockTimeout(int) - Method in class org.hibernate.event.spi.LockEvent
 
setLogicalColumnName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setLogSessionMetrics(boolean) - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
Deprecated.
setLogToStdout(boolean) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Deprecated.
Will likely be removed: Should either become immutable or threadsafe.
setLong(int, long) - Method in interface org.hibernate.query.Query
setLong(int, long) - Method in interface org.hibernate.Query
setLong(String, long) - Method in interface org.hibernate.query.Query
setLong(String, long) - Method in interface org.hibernate.Query
setManageNamespaces(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the manyToAny property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the manyToMany property.
setManyToManyOrdering(String) - Method in class org.hibernate.mapping.Collection
 
setManyToManyOwnerSideEntityName(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setManyToManyWhere(String) - Method in class org.hibernate.mapping.Collection
 
setMapKey(MapKey) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKey(JaxbHbmMapKeyBasicType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mapKey property.
setMapKeyClass(JaxbMapKeyClass) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the mapKeyClass property.
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mapKeyClass property.
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mapKeyClass property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the mapKeyColumn property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKeyEnumerated(EnumType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyForeignKey(JaxbForeignKey) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setMapKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the mapKeyForeignKey property.
setMapKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mapKeyForeignKey property.
setMapKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mapKeyForeignKey property.
setMapKeyManyToMany(JaxbHbmMapKeyManyToManyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mapKeyManyToMany property.
setMapKeyManyToManyColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKeyTemporal(TemporalType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mapKeyTemporal property.
setMapped(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the mapped property.
setMappedBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMappedBy(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setMappedBy(String, String, String, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setMappedByProperty(String) - Method in class org.hibernate.mapping.Collection
 
setMappedClass(Class) - Method in class org.hibernate.mapping.MappedSuperclass
 
setMappingColumn(Column) - Method in class org.hibernate.cfg.Ejb3Column
 
setMapResources(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setMapsId(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the mapsId property.
setMapsId(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the mapsId property.
setMaximumFetchDepth(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setMaxResults(int) - Method in interface org.hibernate.Criteria
Set a limit upon the number of objects to be retrieved.
setMaxResults(int) - Method in interface org.hibernate.query.NativeQuery
 
setMaxResults(int) - Method in interface org.hibernate.query.Query
 
setMaxResults(int) - Method in interface org.hibernate.Query
Deprecated.
 
setMaxResults(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setMaxResults(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setMaxRows(int) - Method in class org.hibernate.engine.spi.RowSelection
 
setMaxRows(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setMaxRows(RowSelection, PreparedStatement) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
setMaxRows(RowSelection, PreparedStatement) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Use JDBC API to limit the number of rows returned by the SQL query.
setMaxRows(RowSelection, PreparedStatement) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.Component
 
setMetaAttributes(Map) - Method in interface org.hibernate.mapping.MetaAttributable
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.PersistentClass
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.Property
 
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.mapping.Any
 
setMetaValues(Map) - Method in class org.hibernate.mapping.Any
 
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
Sets the value of the methodName property.
setMinimalPutsEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setMode(ParameterMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Sets the value of the mode property.
setMultiTenancy(JaxbHbmMultiTenancyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the multiTenancy property.
setMutable(boolean) - Method in class org.hibernate.mapping.Collection
 
setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the mutable property.
setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Sets the value of the name property.
setName(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
setName(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
setName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setName(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setName(String) - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
setName(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setName(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setName(String) - Method in class org.hibernate.mapping.Column
 
setName(String) - Method in class org.hibernate.mapping.Constraint
 
setName(String) - Method in class org.hibernate.mapping.ForeignKey
 
setName(String) - Method in class org.hibernate.mapping.IdGenerator
 
setName(String) - Method in class org.hibernate.mapping.Index
 
setName(String) - Method in class org.hibernate.mapping.Property
 
setName(String) - Method in class org.hibernate.mapping.Table
 
setNamedParameters(Map<String, TypedValue>) - Method in class org.hibernate.engine.spi.QueryParameters
 
setNameQualifierSupport(NameQualifierSupport) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
setNaturalId(JaxbHbmNaturalIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the naturalId property.
setNaturalIdCache(JaxbHbmNaturalIdCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the naturalIdCache property.
setNaturalIdCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
setNaturalIdentifier(boolean) - Method in class org.hibernate.mapping.Property
 
setNaturalKeyLookup(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setNaturalSort(SortNatural) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the node property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the notFound property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the notFound property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the notFound property.
setNotFoundAction(NotFoundAction) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setNotFoundAction(NotFoundAction) - Method in class org.hibernate.mapping.ManyToOne
 
setNotFoundAction(NotFoundAction) - Method in class org.hibernate.mapping.OneToMany
 
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the notNull property.
setNowaitEnabled(boolean) - Method in class org.hibernate.sql.ForUpdateFragment
 
setNullable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setNullable(boolean) - Method in class org.hibernate.mapping.Column
 
setNullable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setNullable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the nullable property.
setNullValue(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the nullValue.
setNumberOfCollectionsProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
 
setNumberOfEntitiesProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.EvictEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.LockEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.PersistEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the onDelete property.
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the onDelete property.
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the onDelete property.
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the onDelete property.
setOneToMany(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the oneToMany property.
setOp(String) - Method in class org.hibernate.sql.ConditionFragment
Sets the op.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the optimisticLock property.
setOptimisticLock(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the optimisticLock property.
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Collection
 
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Property
 
setOptimisticLockMode(int) - Method in class org.hibernate.mapping.PersistentClass
setOptimisticLockStyle(OptimisticLockStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setOptional(boolean) - Method in class org.hibernate.mapping.Join
 
setOptional(boolean) - Method in class org.hibernate.mapping.Property
 
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the optional property.
setOptionalEntityName(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalEntityName(String) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setOptionalId(Serializable) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalId(Serializable) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setOptionalObject(Object) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalObject(Object) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the orderBy property.
setOrderBy(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.mapping.Collection
 
setOrderBy(String) - Method in class org.hibernate.sql.SimpleSelect
 
setOrderByClause(String) - Method in class org.hibernate.sql.Select
 
setOrderByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setOrderColumn(JaxbOrderColumn) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the orderColumn property.
setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the orderColumn property.
setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the orderColumn property.
setOriginal(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setOrphanDelete(boolean) - Method in class org.hibernate.mapping.Collection
 
setOrphanRemoval(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the orphanRemoval property.
setOrphanRemoval(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the orphanRemoval property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the outerJoin property.
setOuterJoins(String, String) - Method in class org.hibernate.sql.Select
 
setOutput(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set the script output file
setOutputFile(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
For generating a export script file, this is the file which will be written.
setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setOverrideOutputFileContent() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
For generating a export script file, by default the content will be appended at the begin or end of the file.
setOverrideOutputFileContent() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
For generating a export script file, by default the content will be appended at the begin or end of the file.
setOwner(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Set the reference to the owning entity
setOwner(PersistentClass) - Method in class org.hibernate.mapping.Collection
Deprecated.
Inject the owner into constructor.
setOwner(PersistentClass) - Method in class org.hibernate.mapping.Component
 
setOwnerAssociationTypes(EntityType[]) - Method in class org.hibernate.loader.JoinWalker
 
setOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
 
setPackage(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the package property.
setPackage(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the package property.
setPackage(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the package property.
setParameter(int, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Object) - Method in interface org.hibernate.query.Query
 
setParameter(int, Object) - Method in interface org.hibernate.Query
Deprecated.
Bind a positional query parameter using its inferred Type.
setParameter(int, Object) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(int, Object, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Object, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(int, Object, Type) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Object, Type) - Method in interface org.hibernate.query.Query
 
setParameter(int, Object, Type) - Method in interface org.hibernate.Query
Deprecated.
Bind a value to a JDBC-style query parameter.
setParameter(int, Object, Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(int, Object, Type) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.Query
Deprecated.
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.Query
Deprecated.
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(int, P, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, P, TemporalType) - Method in interface org.hibernate.Query
Deprecated.
Bind a positional query parameter as some form of date/time using the indicated temporal-type.
setParameter(int, P, TemporalType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(String, Object) - Method in interface org.hibernate.Filter
Set the named parameter's value for this filter.
setParameter(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Object) - Method in interface org.hibernate.query.Query
 
setParameter(String, Object) - Method in interface org.hibernate.Query
Deprecated.
Bind a named query parameter using its inferred Type.
setParameter(String, Object) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(String, Object, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Object, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(String, Object, Type) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Object, Type) - Method in interface org.hibernate.query.Query
 
setParameter(String, Object, Type) - Method in interface org.hibernate.Query
Deprecated.
Bind a named query parameter using the supplied Type
setParameter(String, Object, Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(String, Object, Type) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.Query
Deprecated.
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.Query
Deprecated.
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(String, P, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, P, TemporalType) - Method in interface org.hibernate.Query
Deprecated.
Bind a named query parameter as some form of date/time using the indicated temporal-type.
setParameter(String, P, TemporalType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(Parameter<Instant>, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Instant>, Instant, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<LocalDateTime>, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<LocalDateTime>, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<OffsetDateTime>, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<OffsetDateTime>, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<ZonedDateTime>, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<ZonedDateTime>, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.Query
Deprecated.
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.Query
Deprecated.
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(Parameter<P>, P) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.Query
Deprecated.
 
setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.Query
Deprecated.
Bind a query parameter as some form of date/time using the indicated temporal-type.
setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.query.Query
 
setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.Query
Deprecated.
Bind a query parameter using the supplied Type
setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.Query
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.Query
Deprecated.
Bind a query parameter using its inferred Type.
setParameterList(int, Object[]) - Method in interface org.hibernate.Query
Deprecated.
 
setParameterList(int, Object[], Type) - Method in interface org.hibernate.Query
Deprecated.
 
setParameterList(int, Collection) - Method in interface org.hibernate.Query
Deprecated.
 
setParameterList(int, Collection, Type) - Method in interface org.hibernate.Query
Deprecated.
 
setParameterList(String, Object[]) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.Query
 
setParameterList(String, Object[]) - Method in interface org.hibernate.Query
Deprecated.
Bind multiple values to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameterList(String, Object[]) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameterList(String, Object[], Type) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Object[], Type) - Method in interface org.hibernate.query.Query
 
setParameterList(String, Object[], Type) - Method in interface org.hibernate.Query
Deprecated.
Bind multiple values to a named query parameter.
setParameterList(String, Object[], Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameterList(String, Object[], Type) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameterList(String, Collection) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Collection) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.Query
 
setParameterList(String, Collection) - Method in interface org.hibernate.Query
Deprecated.
Bind multiple values to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameterList(String, Collection) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameterList(String, Collection, Type) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection, Type) - Method in interface org.hibernate.query.Query
 
setParameterList(String, Collection, Type) - Method in interface org.hibernate.Query
Deprecated.
Bind multiple values to a named query parameter.
setParameterList(String, Collection, Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameterList(String, Collection, Type) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.query.Query
 
setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.Query
Deprecated.
Bind multiple values to a query parameter using its inferred Type.
setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setParameterName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Sets the value of the parameterName property.
setParameters(Object[], Type[]) - Method in interface org.hibernate.query.Query
Deprecated.
(since 5.2) Bind values individually
setParameters(Object[], Type[]) - Method in interface org.hibernate.Query
Deprecated.
(since 5.2) Bind values individually
setParameterTypes(Map) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setParameterTypes(Map) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setParameterValues(Properties) - Method in class org.hibernate.type.EnumType
 
setParameterValues(Properties) - Method in class org.hibernate.type.SerializableToBlobType
 
setParameterValues(Properties) - Method in interface org.hibernate.usertype.ParameterizedType
Gets called by Hibernate to pass the configured type parameters to the implementation.
setParameterValueTypeName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Sets the value of the parameterValueTypeName property.
setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setParent(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
Set the value of the parent property.
setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the parent property.
setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the parent property.
setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the parent property.
setParentProperty(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
setParentProperty(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
setParentProperty(String) - Method in interface org.hibernate.cfg.PropertyHolder
 
setParentProperty(String) - Method in class org.hibernate.mapping.Component
 
setPassDistinctThrough(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
Set if this query should pass the distinct to the database.
setPassDistinctThrough(Boolean) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setPassDistinctThrough(Boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setPersistenceUnitDefaults(JaxbPersistenceUnitDefaults) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
Sets the value of the persistenceUnitDefaults property.
setPersistenceUnitMetadata(JaxbPersistenceUnitMetadata) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the persistenceUnitMetadata property.
SetPersistentAttribute<D,​E> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA SetAttribute descriptor
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Join
 
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
 
setPersistentClass(PersistentClass, Map<String, Join>, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.Ejb3JoinColumn
Override persistent class on oneToMany Cases for late settings Must only be used on second level pass binding
setPersistentClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the persister property.
setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setPersisters(Loadable[]) - Method in class org.hibernate.loader.JoinWalker
 
setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
setPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.cfg.Configuration
 
setPkColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the pkColumnName property.
setPkColumnValue(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the pkColumnValue property.
setPolymorphic(boolean) - Method in class org.hibernate.mapping.RootClass
 
setPolymorphism(JaxbHbmPolymorphismEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the polymorphism property.
setPositionalParameterTypes(Type[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setPositionalParameterValues(Object[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setPostLoad(JaxbPostLoad) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setPostLoad(JaxbPostLoad) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the postLoad property.
setPostLoad(JaxbPostLoad) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Sets the value of the postLoad property.
setPostLoad(JaxbPostLoad) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the postLoad property.
setPostLoad(JaxbPostLoad) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
setPostLoadEvent(PostLoadEvent) - Method in class org.hibernate.event.spi.LoadEvent
 
setPostPersist(JaxbPostPersist) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setPostPersist(JaxbPostPersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the postPersist property.
setPostPersist(JaxbPostPersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Sets the value of the postPersist property.
setPostPersist(JaxbPostPersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the postPersist property.
setPostPersist(JaxbPostPersist) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
setPostRemove(JaxbPostRemove) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setPostRemove(JaxbPostRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the postRemove property.
setPostRemove(JaxbPostRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Sets the value of the postRemove property.
setPostRemove(JaxbPostRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the postRemove property.
setPostRemove(JaxbPostRemove) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
setPostUpdate(JaxbPostUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the postUpdate property.
setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Sets the value of the postUpdate property.
setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the postUpdate property.
setPostUpdate(JaxbPostUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
setPrecision(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setPrecision(int) - Method in class org.hibernate.engine.jdbc.Size
 
setPrecision(int) - Method in class org.hibernate.mapping.Column
 
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the precision property.
setPrecision(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the precision property.
setPrePersist(JaxbPrePersist) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setPrePersist(JaxbPrePersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the prePersist property.
setPrePersist(JaxbPrePersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Sets the value of the prePersist property.
setPrePersist(JaxbPrePersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the prePersist property.
setPrePersist(JaxbPrePersist) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
setPreRemove(JaxbPreRemove) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setPreRemove(JaxbPreRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the preRemove property.
setPreRemove(JaxbPreRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Sets the value of the preRemove property.
setPreRemove(JaxbPreRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the preRemove property.
setPreRemove(JaxbPreRemove) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
setPreUpdate(JaxbPreUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the preUpdate property.
setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
Sets the value of the preUpdate property.
setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the preUpdate property.
setPreUpdate(JaxbPreUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
 
setPrimaryKey(PrimaryKey) - Method in class org.hibernate.mapping.Table
 
setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Delete
 
setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Update
 
setPrimaryKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the primaryKeyForeignKey property.
setPrimaryKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the primaryKeyForeignKey property.
setPrimaryKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Sets the value of the primaryKeyForeignKey property.
setProcedureName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
Sets the value of the procedureName property.
setProcessed(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setProjection(Projection) - Method in interface org.hibernate.Criteria
Used to specify that the query results will be a projection (scalar in nature).
setProjection(Projection) - Method in class org.hibernate.criterion.DetachedCriteria
Set the projection to use.
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set a properties file
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Set a properties file
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Set a properties file
setProperties(Object) - Method in interface org.hibernate.query.NativeQuery
 
setProperties(Object) - Method in interface org.hibernate.query.Query
 
setProperties(Object) - Method in interface org.hibernate.Query
Deprecated.
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
setProperties(Object) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setProperties(Object) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setProperties(Map) - Method in interface org.hibernate.query.NativeQuery
 
setProperties(Map) - Method in interface org.hibernate.query.Query
 
setProperties(Map) - Method in interface org.hibernate.Query
Deprecated.
Bind the values of the given Map for each named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics.
setProperties(Map) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setProperties(Map) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Specify a completely new set of properties
setProperty(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the property property.
setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setProperty(String, String) - Method in class org.hibernate.cfg.Configuration
Set a property value by name
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setPropertyAccessorName(String) - Method in class org.hibernate.mapping.Property
 
setPropertyAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.Ejb3Column
 
setPropertyName(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setPropertyName(String) - Method in class org.hibernate.mapping.OneToOne
 
setPropertyName(String) - Method in class org.hibernate.mapping.ToOne
 
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the propertyRef property.
setPropertySelector(Example.PropertySelector) - Method in class org.hibernate.criterion.Example
Set the property selector to use.
setPropertyValue(Object, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the value of a particular property
setPropertyValue(Object, int, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the value of a particular property.
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Set the value of a property.
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.metadata.ClassMetadata
Set the value of a particular (named) property
setPropertyValue(Object, String, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, String, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Inject the value of a particular property.
setPropertyValues(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Set all property values into an entity instance.
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.metadata.ClassMetadata
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.tuple.Tuplizer
Inject the given values into the given entity.
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.AnyType
 
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.ComponentType
 
setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.CompositeCustomType
 
setPropertyValues(Object, Object[], EntityMode) - Method in interface org.hibernate.type.CompositeType
Inject property values onto the given component instance
setPropertyValuesWithOptimizer(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
setProxy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the proxy property.
setProxy(Proxy) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setProxyCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setProxyInterfaceName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setQuery(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Sets the value of the query property.
setQuery(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Sets the value of the query property.
setQuery(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
setQuery(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setQuery(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQueryCacheEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setQueryCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setQueryHints(List<String>) - Method in class org.hibernate.engine.spi.QueryParameters
 
setQueryParameterValidation(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
setQueryParameterValidation(boolean) - Method in interface org.hibernate.SessionBuilder
setQueryParameterValidation(boolean) - Method in interface org.hibernate.StatelessSessionBuilder
setQueryPlan(HQLQueryPlan) - Method in class org.hibernate.engine.spi.QueryParameters
 
setQueryRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
Sets the value of the queryRef property.
setQueryReturns(List<NativeSQLQueryReturn>) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQueryReturns(NativeSQLQueryReturn[]) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQuerySpaces(Collection<String>) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQuerySpaces(List<String>) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setQuerySpaces(Set) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setQuerySubstitutions(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "quiet" mode.
setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Enable "quiet" mode.
setQuoted(boolean) - Method in class org.hibernate.mapping.Table
 
setQuotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setReached(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setRead(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the read property.
setReadOnly(boolean) - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(boolean) - Method in interface org.hibernate.Criteria
Set the read-only/modifiable mode for entities and proxies loaded by this Criteria.
setReadOnly(boolean) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setReadOnly(boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setReadOnly(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
Set the read-only/modifiable mode for entities and proxies loaded by the query.
setReadOnly(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setReadOnly(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
Set an associated modifiable proxy to read-only mode, or a read-only proxy to modifiable mode.
setReadOnly(boolean) - Method in interface org.hibernate.query.NativeQuery
 
setReadOnly(boolean) - Method in interface org.hibernate.query.Query
 
setReadOnly(boolean) - Method in interface org.hibernate.Query
Deprecated.
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(boolean) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setReadOnly(boolean) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setReadOnly(boolean, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setReadOnly(Boolean) - Method in class org.hibernate.event.spi.LoadEvent
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.Session
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnlyBeforeAttachedToSession(AbstractLazyInitializer) - Method in class org.hibernate.proxy.AbstractSerializableProxy
setReferencedColumn(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
setReferencedColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setReferencedEntityName(String) - Method in class org.hibernate.mapping.ForeignKey
 
setReferencedEntityName(String) - Method in class org.hibernate.mapping.OneToMany
Associated entity on the "many" side
setReferencedEntityName(String) - Method in class org.hibernate.mapping.ToOne
 
setReferencedPropertyName(String) - Method in class org.hibernate.mapping.Collection
 
setReferencedPropertyName(String) - Method in class org.hibernate.mapping.ToOne
 
setReferencedTable(Table) - Method in class org.hibernate.mapping.ForeignKey
 
setReferenceToPrimaryKey(boolean) - Method in class org.hibernate.mapping.ToOne
 
setReflectionOptimizationEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setRegion(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.model.Caching
 
setRename(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Sets the value of the rename property.
setReplicationMode(ReplicationMode) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setRequested(TruthValue) - Method in class org.hibernate.boot.model.Caching
 
setRequestedId(Serializable) - Method in class org.hibernate.event.spi.MergeEvent
 
setRequestedId(Serializable) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setResource(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the resource property.
setResult(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setResult(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setResultClass(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Sets the value of the resultClass property.
setResultId(Serializable) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setResultSetMapping(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Sets the value of the resultSetMapping property.
setResultSetMapping(String) - Method in interface org.hibernate.query.NativeQuery
 
setResultSetMapping(String) - Method in interface org.hibernate.SQLQuery
Deprecated.
Use a predefined named result-set mapping.
setResultsetRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the resultsetRef property.
setResultSetRef(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Criteria
Set a strategy for handling the query results.
setResultTransformer(ResultTransformer) - Method in class org.hibernate.criterion.DetachedCriteria
Set the result transformer to use.
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.query.Query
Deprecated.
(since 5.2)
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Query
Deprecated.
(since 5.2)
setReturnColumnName(String) - Method in class org.hibernate.sql.CaseFragment
 
setReturnColumnName(String, String) - Method in class org.hibernate.sql.CaseFragment
 
setReturnDiscriminator(JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the returnDiscriminator property.
setReturnedClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setRole(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Sets the value of the role property.
setRole(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the role property.
setRole(String) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setRole(String) - Method in class org.hibernate.mapping.Collection
 
setRoleName(String) - Method in class org.hibernate.mapping.Component
 
setRowid(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the rowid property.
setRowId(String) - Method in class org.hibernate.mapping.Table
 
setRowNumber(int) - Method in interface org.hibernate.ScrollableResults
Set the current position in the result set.
setRowSelection(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
setScale(int) - Method in class org.hibernate.cfg.Ejb3Column
 
setScale(int) - Method in class org.hibernate.engine.jdbc.Size
 
setScale(int) - Method in class org.hibernate.mapping.Column
 
setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the scale property.
setScale(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the scale property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the schema property.
setSchema(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
 
setSchema(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setSchema(String) - Method in class org.hibernate.mapping.Table
 
setScope(boolean) - Method in class org.hibernate.LockOptions
Set the scope.
setScope(boolean) - Method in interface org.hibernate.Session.LockRequest
Specify if LockMode should be cascaded to owned collections and relationships.
setScrollMode(ScrollMode) - Method in class org.hibernate.engine.spi.QueryParameters
 
setSecondLevelCacheEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setSecurity(JaxbCfgHibernateConfiguration.JaxbCfgSecurity) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Sets the value of the security property.
setSelect(Select) - Method in class org.hibernate.sql.InsertSelect
 
setSelectable(boolean) - Method in class org.hibernate.mapping.Property
 
setSelectBeforeUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the selectBeforeUpdate property.
setSelectClause(String) - Method in class org.hibernate.sql.Select
Sets the selectClause.
setSelectClause(SelectFragment) - Method in class org.hibernate.sql.Select
 
setSequenceGenerator(JaxbSequenceGenerator) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the sequenceGenerator property.
setSequenceGenerator(JaxbSequenceGenerator) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the sequenceGenerator property.
setSequenceName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the sequenceName property.
setSequentialSelect(boolean) - Method in class org.hibernate.mapping.Join
 
setSerializable(int, Serializable) - Method in interface org.hibernate.query.Query
setSerializable(int, Serializable) - Method in interface org.hibernate.Query
setSerializable(String, Serializable) - Method in interface org.hibernate.query.Query
setSerializable(String, Serializable) - Method in interface org.hibernate.Query
setService(R) - Method in class org.hibernate.service.spi.ServiceBinding
 
setSession(SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
setSession(SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
setSession(SharedSessionContractImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setSession(SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
Associate the proxy with the given session.
setSessionFactory(JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Sets the value of the sessionFactory property.
setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.cfg.Configuration
 
setShared(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the shared property.
setSharedCacheMode(SharedCacheMode) - Method in class org.hibernate.cfg.Configuration
Sets the SharedCacheMode to use.
setShort(int, short) - Method in interface org.hibernate.query.Query
setShort(int, short) - Method in interface org.hibernate.Query
setShort(String, short) - Method in interface org.hibernate.query.Query
setShort(String, short) - Method in interface org.hibernate.Query
setShowSqlEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
SetSimpleValueTypeSecondPass - Class in org.hibernate.cfg
 
SetSimpleValueTypeSecondPass(SimpleValueBinder) - Constructor for class org.hibernate.cfg.SetSimpleValueTypeSecondPass
 
setSkipGlobalQuotingForColumnDefinitions(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setSkipLockedEnabled(boolean) - Method in class org.hibernate.sql.ForUpdateFragment
 
setSnapshot(Serializable, String, Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
After flushing, re-init snapshot state.
setSort(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sort property.
setSort(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sort property.
setSort(Sort) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setSort(Sort) - Method in class org.hibernate.cfg.annotations.ListBinder
 
setSorted(boolean) - Method in class org.hibernate.mapping.Collection
 
setSource(JaxbHbmTimestampSourceEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Sets the value of the source property.
setSql(String) - Method in class org.hibernate.loader.JoinWalker
 
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the sqlDelete property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlDeleteAll property.
setSqlExceptionConverter(SQLExceptionConverter) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Inject the exception converter to use.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the sqlInsert property.
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.ListBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.SetBinder
 
setSqlType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the sqlType property.
setSqlType(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setSqlType(String) - Method in class org.hibernate.mapping.Column
 
setSqlTypeCode(Integer) - Method in class org.hibernate.mapping.Column
 
setSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the sqlUpdate property.
setState(Object[]) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setStatisticsEnabled(boolean) - Method in interface org.hibernate.stat.Statistics
Enable statistics logs (this is a dynamic parameter)
setStatus(Status) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setStrategy(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
setStrategy(GenerationType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
Sets the value of the strategy property.
setStrategy(InheritanceType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
Sets the value of the strategy property.
setStreamsForBinaryEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setString(int, String) - Method in interface org.hibernate.query.Query
setString(int, String) - Method in interface org.hibernate.Query
setString(String, String) - Method in interface org.hibernate.query.Query
setString(String, String) - Method in interface org.hibernate.Query
setStyle(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the style property.
setSubgraph(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
Sets the value of the subgraph property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.mapping.Table
 
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the subselectAttribute property.
setSubselectLoadable(boolean) - Method in class org.hibernate.mapping.Collection
 
setSubselectLoadableCollections(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSuffix(String) - Method in class org.hibernate.sql.SelectFragment
 
setSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
 
setSuperclass(PersistentClass) - Method in class org.hibernate.mapping.Subclass
 
setSuperMappedSuperclass(MappedSuperclass) - Method in class org.hibernate.mapping.PersistentClass
 
setSynchronizationEnabled(boolean) - Method in interface org.hibernate.NaturalIdLoadAccess
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness).
setSynchronizationEnabled(boolean) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness).
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the table property.
setTable(JaxbTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the table property.
setTable(Table) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setTable(Table) - Method in class org.hibernate.cfg.Ejb3Column
 
setTable(Table) - Method in class org.hibernate.mapping.Constraint
 
setTable(Table) - Method in class org.hibernate.mapping.Index
 
setTable(Table) - Method in class org.hibernate.mapping.Join
 
setTable(Table) - Method in class org.hibernate.mapping.JoinedSubclass
 
setTable(Table) - Method in class org.hibernate.mapping.RootClass
 
setTable(Table) - Method in class org.hibernate.mapping.SimpleValue
 
setTable(Table) - Method in interface org.hibernate.mapping.TableOwner
 
setTable(Table) - Method in class org.hibernate.mapping.UnionSubclass
 
setTableAlias(String) - Method in class org.hibernate.sql.ConditionFragment
Sets the tableAlias.
setTableBinder(TableBinder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setTableGenerator(JaxbTableGenerator) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the tableGenerator property.
setTableGenerator(JaxbTableGenerator) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the tableGenerator property.
setTableName(String) - Method in class org.hibernate.sql.Delete
 
setTableName(String) - Method in class org.hibernate.sql.Insert
 
setTableName(String) - Method in class org.hibernate.sql.InsertSelect
 
setTableName(String) - Method in class org.hibernate.sql.SimpleSelect
 
setTableName(String) - Method in class org.hibernate.sql.Update
 
setTargetClass(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
Sets the value of the targetClass property.
setTargetClass(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the targetClass property.
setTargetEntity(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
 
setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the targetEntity property.
setTargetEntity(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Sets the value of the temporal property.
Setter - Interface in org.hibernate.property.access.spi
The contract for setting a persistent property value into its container/owner
SetterFieldImpl - Class in org.hibernate.property.access.spi
Field-based implementation of Setter
SetterFieldImpl(Class, String, Field) - Constructor for class org.hibernate.property.access.spi.SetterFieldImpl
 
SetterMethodImpl - Class in org.hibernate.property.access.spi
 
SetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.SetterMethodImpl
 
setters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
setters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "text-only" mode.
setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Enable "text-only" mode.
setText(int, String) - Method in interface org.hibernate.query.Query
setText(int, String) - Method in interface org.hibernate.Query
setText(String, String) - Method in interface org.hibernate.query.Query
setText(String, String) - Method in interface org.hibernate.Query
setTime(int, Date) - Method in interface org.hibernate.query.Query
setTime(int, Date) - Method in interface org.hibernate.Query
setTime(String, Date) - Method in interface org.hibernate.query.Query
setTime(String, Date) - Method in interface org.hibernate.Query
setTimeout(int) - Method in interface org.hibernate.BasicQueryContract
Deprecated.
Set the query timeout in seconds.
setTimeout(int) - Method in interface org.hibernate.Criteria
Set a timeout for the underlying JDBC query.
setTimeout(int) - Method in class org.hibernate.criterion.DetachedCriteria
Set a timeout for the underlying JDBC query.
setTimeout(int) - Method in class org.hibernate.engine.spi.RowSelection
 
setTimeout(int) - Method in interface org.hibernate.query.NativeQuery
 
setTimeout(int) - Method in interface org.hibernate.query.Query
 
setTimeout(int) - Method in interface org.hibernate.Query
Deprecated.
Set the query timeout in seconds.
setTimeout(int) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
 
setTimeout(int) - Method in interface org.hibernate.SQLQuery
Deprecated.
 
setTimeout(int) - Method in interface org.hibernate.Transaction
Set the transaction timeout for any transaction started by a subsequent call to EntityTransaction.begin() on this instance.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the timeout property.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the timeout property.
setTimeout(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
setTimeout(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
 
setTimeout(Integer) - Method in class org.hibernate.engine.spi.RowSelection
 
setTimeOut(int) - Method in class org.hibernate.LockOptions
Set the timeout setting.
setTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
setTimeOut(int) - Method in interface org.hibernate.Session.LockRequest
Specify the pessimistic lock timeout (check if your dialect supports this option).
setTimestamp(int, Date) - Method in interface org.hibernate.query.Query
setTimestamp(int, Date) - Method in interface org.hibernate.Query
setTimestamp(String, Date) - Method in interface org.hibernate.query.Query
setTimestamp(String, Date) - Method in interface org.hibernate.Query
setTimestamp(JaxbHbmTimestampAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the timestamp property.
setTimestampVersionType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
Settings - Class in org.hibernate.cfg
Deprecated.
Settings(SessionFactoryOptions) - Constructor for class org.hibernate.cfg.Settings
Deprecated.
 
Settings(SessionFactoryOptions, String, String) - Constructor for class org.hibernate.cfg.Settings
Deprecated.
 
Settings(SessionFactoryOptions, Metadata) - Constructor for class org.hibernate.cfg.Settings
Deprecated.
 
setTransactionCompletionProcesses(ActionQueue.TransactionCompletionProcesses, boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Bind transaction completion processes to make them shared between primary and secondary session.
setTransactionCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setTransactionTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Set the effective transaction timeout period for the current transaction, in seconds.
setTrimCharacter(String) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
setTrimSpecification(TrimFunctionTemplate.Specification) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
 
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the type property.
setType(InheritanceType) - Method in class org.hibernate.cfg.InheritanceState
 
setType(XProperty, XClass, String, ConverterDescriptor) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Sets the value of the type property.
setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the type property.
SetType - Class in org.hibernate.type
 
SetType(String, String) - Constructor for class org.hibernate.type.SetType
 
SetType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.SetType
Deprecated.
Use the other constructor
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the typeAttribute property.
setTypeByReflection(String, String) - Method in class org.hibernate.mapping.Any
 
setTypeConfiguration(TypeConfiguration) - Method in class org.hibernate.type.EnumType
 
setTypeConfiguration(TypeConfiguration) - Method in interface org.hibernate.type.spi.TypeConfigurationAware
 
setTypeIndex(int) - Method in class org.hibernate.mapping.Column
 
setTypeName(String) - Method in class org.hibernate.mapping.Collection
 
setTypeName(String) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Map) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Map<String, String>) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Any
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Collection
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Component
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.DependantValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.OneToMany
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.ToOne
 
setTypeUsingReflection(String, String) - Method in interface org.hibernate.mapping.Value
 
setUnique(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setUnique(boolean) - Method in class org.hibernate.mapping.Column
 
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the unique property.
setUniqueConstraints(UniqueConstraint[]) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setUniqueInteger(int) - Method in class org.hibernate.mapping.Table
 
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the uniqueKey property.
setUnquotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setUnsavedValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueCompositeIdEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueVersionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the unsavedValue property.
setUnwrap(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setUnwrap(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
 
setUnwrapProxy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setUnwrapProxyImplicit(boolean) - Method in class org.hibernate.mapping.ToOne
Related to HHH-13658 - keep track of whether `unwrapProxy` is an implicit value for reference later
setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setUpdatable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the updatable property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the update property.
setUpdateable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setUpdateable(boolean) - Method in class org.hibernate.mapping.Property
 
setUpdateable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the usage property.
setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the usage property.
setUsage(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the usage property.
setUsedAliases(String[]) - Method in class org.hibernate.sql.SelectFragment
 
setValue(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
Sets the value of the value property.
setValue(Value) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setValue(Value) - Method in class org.hibernate.mapping.Column
 
setValue(Value) - Method in class org.hibernate.mapping.Property
 
setValueColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the valueColumnName property.
setValueGenerationStrategy(ValueGeneration) - Method in class org.hibernate.mapping.Property
 
setValueGenerationStrategy(ValueGeneration) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setVersion(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
 
setVersion(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the version property.
setVersion(JaxbHbmVersionAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the version property.
setVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setVersionable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setVersionColumnName(String) - Method in class org.hibernate.sql.Delete
 
setVersionColumnName(String) - Method in class org.hibernate.sql.Update
 
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.mapping.Collection
 
setWhere(String) - Method in class org.hibernate.mapping.RootClass
 
setWhere(String) - Method in class org.hibernate.sql.Delete
 
setWhere(String) - Method in class org.hibernate.sql.Update
 
setWhere(Where) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setWhereClause(String) - Method in class org.hibernate.sql.Select
Sets the whereClause.
setWhereTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setWrapIdsInEmbeddedComponents(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setWrite(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the write property.
setXmlMappingMetadataComplete(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
Sets the value of the xmlMappingMetadataComplete property.
setXToMany(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
shallowCopy() - Method in class org.hibernate.type.BasicTypeRegistry
 
shallowCopy(Property) - Static method in class org.hibernate.cfg.BinderHelper
create a property copy reusing the same value
shared - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
SHARED_CACHE_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
SharedSessionBuilder<T extends SharedSessionBuilder> - Interface in org.hibernate
Specialized SessionBuilder with access to stuff from another session.
SharedSessionContract - Interface in org.hibernate
Contract methods shared between Session and StatelessSession.
SharedSessionContractImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract shared between Session and StatelessSession as used by other parts of Hibernate (such as Type, EntityPersister and CollectionPersister implementors A Session, through this interface and SharedSessionContractImplementor, implements: JdbcSessionOwner to drive the behavior of a "JDBC session".
SHORT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Short to JDBC SMALLINT.
SHORT_CIRCUIT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Marker object returned from IdentifierGenerator.generate(org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object) to indicate that we should short-circuit any continued generated id checking.
SHORT_NAME - Static variable in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
 
SHORT_NAME - Static variable in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
 
SHORT_NAME - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
 
ShortType - Class in org.hibernate.type
A type that maps between SMALLINT and Short
ShortType() - Constructor for class org.hibernate.type.ShortType
 
ShortTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Short handling.
ShortTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
shouldAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
shouldAutoClose() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
shouldAutoCloseSession() - Method in interface org.hibernate.engine.spi.SessionOwner
Deprecated.
Should session automatically be closed after transaction completion?
shouldAutoInjectAliases() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Should Hibernate perform automatic alias injection into the supplied condition string? The default is to perform auto injection *unless* explicit alias(es) are supplied.
shouldAutoJoinTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
shouldAutoJoinTransaction() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder.Options
Indicates whether an active transaction should be automatically joined.
shouldGetAllProperties(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
shouldImplicitlyForceDiscriminatorInSelect() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
shouldImplicitlyForceDiscriminatorInSelect() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether we should implicitly force discriminators into SQL selects.
shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
 
shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.MappingDefaults
Should all database identifiers encountered in this context be implicitly quoted? true indicates that all identifier encountered within this context should be quoted.
shouldManageNamespaces() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
 
shouldOverwriteCurrentVersion(Object, Object, Object, VersionType) - Method in enum org.hibernate.ReplicationMode
Determine whether the mode dictates that the data being replicated should overwrite the data found.
shouldReturnProxies() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
shouldUseFollowOnLocking(QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
 
shouldUseOptionalEntityInformation() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
 
SHOW_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable logging of generated SQL to the console
SIMPLE - org.hibernate.id.EntityIdentifierNature
A simple identifier.
SimpleAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front.
SimpleAuxiliaryDatabaseObject(Set<String>, String, String, String[], String[]) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Describes any non-collection type
SimpleExpression - Class in org.hibernate.criterion
superclass for "simple" comparisons (with SQL binary operators)
SimpleExpression(String, Object, String) - Constructor for class org.hibernate.criterion.SimpleExpression
 
SimpleExpression(String, Object, String, boolean) - Constructor for class org.hibernate.criterion.SimpleExpression
 
SimpleNaturalIdLoadAccess<T> - Interface in org.hibernate
Loads an entity by its natural identifier.
SimpleProjection - Class in org.hibernate.criterion
A single-column projection that may be aliased
SimpleProjection() - Constructor for class org.hibernate.criterion.SimpleProjection
 
simplePropertyPath() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
A simple-property-path is an IDENT followed by one or more (DOT IDENT) sequences
SimpleSelect - Class in org.hibernate.sql
An SQL SELECT statement with no table joins
SimpleSelect(Dialect) - Constructor for class org.hibernate.sql.SimpleSelect
 
SimpleStrategyRegistrationImpl<T> - Class in org.hibernate.boot.registry.selector
A simple implementation of StrategyRegistration.
SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, Iterable<String>) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
Constructs a SimpleStrategyRegistrationImpl.
SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, String...) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
Constructs a SimpleStrategyRegistrationImpl.
SimpleSubqueryExpression - Class in org.hibernate.criterion
A comparison between a constant value and the the result of a subquery
SimpleSubqueryExpression(Object, String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SimpleSubqueryExpression
 
SimpleTimestamper - Class in org.hibernate.cache.spi.support
Generates increasing identifiers (in a single VM only).
SimpleTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
 
SimpleValue - Class in org.hibernate.mapping
Any value that maps to columns.
SimpleValue(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SimpleValue
SimpleValue(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValue(MetadataImplementor) - Constructor for class org.hibernate.mapping.SimpleValue
Deprecated.
SimpleValue(MetadataImplementor, Table) - Constructor for class org.hibernate.mapping.SimpleValue
SimpleValueBinder - Class in org.hibernate.cfg.annotations
 
SimpleValueBinder() - Constructor for class org.hibernate.cfg.annotations.SimpleValueBinder
 
SimpleValueTypeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
 
SingleColumnType<T> - Interface in org.hibernate.type
Provide convenient methods for binding and extracting values for use with BasicType.
SingleLineSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
Class responsible for extracting SQL statements from import script.
SingleLineSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor
 
SingleTableEntityPersister - Class in org.hibernate.persister.entity
The default implementation of the EntityPersister interface.
SingleTableEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
 
SingleTableSubclass - Class in org.hibernate.mapping
 
SingleTableSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SingleTableSubclass
 
SingularAttributeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
 
SingularAttributeNature - Enum in org.hibernate.boot.model.source.spi
Describes possible natures of a singular attribute.
SingularAttributeSource - Interface in org.hibernate.boot.model.source.spi
Source-agnostic description of information needed to bind a singular attribute.
SingularAttributeSourceAny - Interface in org.hibernate.boot.model.source.spi
Describes an <any/> mapping
SingularAttributeSourceBasic - Interface in org.hibernate.boot.model.source.spi
 
SingularAttributeSourceEmbedded - Interface in org.hibernate.boot.model.source.spi
Represents the binding source for a singular attribute that is "embedded" or "composite".
SingularAttributeSourceManyToOne - Interface in org.hibernate.boot.model.source.spi
 
SingularAttributeSourceOneToOne - Interface in org.hibernate.boot.model.source.spi
 
SingularAttributeSourceToOne - Interface in org.hibernate.boot.model.source.spi
Further contract for sources of singular associations (one-to-one and many-to-one).
SingularPersistentAttribute<D,​J> - Interface in org.hibernate.metamodel.model.domain.spi
Hibernate extension to the JPA SingularAttribute descriptor
size() - Method in annotation type org.hibernate.annotations.BatchSize
Strictly positive integer.
size() - Method in class org.hibernate.engine.spi.ExecutableList
 
size() - Method in class org.hibernate.proxy.map.MapProxy
 
Size - Class in org.hibernate.engine.jdbc
Models size restrictions/requirements on a column's datatype.
Size() - Constructor for class org.hibernate.engine.jdbc.Size
 
Size(int, int, long, Size.LobMultiplier) - Constructor for class org.hibernate.engine.jdbc.Size
Complete constructor.
Size.LobMultiplier - Enum in org.hibernate.engine.jdbc
 
Sized - Interface in org.hibernate.usertype
Extends dictated/default column size declarations from Type to the UserType hierarchy as well via an optional interface.
sizeEq(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
SizeExpression - Class in org.hibernate.criterion
Used to define a restriction on a collection property based on its size.
SizeExpression(String, int, String) - Constructor for class org.hibernate.criterion.SizeExpression
 
sizeGe(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeGt(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeLe(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeLt(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
sizeNe(String, int) - Static method in class org.hibernate.criterion.Restrictions
Constrain a collection valued property by size
SizeSource - Interface in org.hibernate.boot.model.source.spi
 
skip() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
skip(long) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
skip(long) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
skip(long) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
skip(long) - Method in class org.hibernate.query.spi.StreamDecorator
 
SKIP - org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
Do not attempt to create unique constraints on a schema update
SKIP_LOCKED - Static variable in class org.hibernate.LockOptions
Indicates that rows that are already locked should be skipped.
smallIntegerCastTarget() - Method in class org.hibernate.dialect.MySQLDialect
Determine the cast target for Types.INTEGER, Types.BIGINT and Types.SMALLINT
SmallIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for SMALLINT handling.
SmallIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
 
SoftLock - Interface in org.hibernate.cache.spi.access
Memento object for use by synchronous concurrency strategies
softLockedCacheExpired(String, Object) - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
softLockedCacheExpired(String, Object) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
Log a message (WARN) about expiry of soft-locked region.
softLockedCacheExpired$str() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
sort - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sort - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sort() - Method in class org.hibernate.engine.spi.ExecutableList
Sorts the list using the natural ordering or using the Sorter if it's not null.
sort(List<E>) - Method in interface org.hibernate.engine.spi.ExecutableList.Sorter
Sorts the list.
Sort - Annotation Type in org.hibernate.annotations
Deprecated.
Use SortComparator or SortNatural instead depending on need.
SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 
Sortable - Interface in org.hibernate.boot.model.source.spi
Contact to define if the source of plural attribute is sortable or not.
sortActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
sortCollectionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
SortComparator - Annotation Type in org.hibernate.annotations
Specifies in-memory Set/Map sorting using a specified Comparator for sorting.
sorted() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
sorted() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
sorted() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
sorted() - Method in class org.hibernate.query.spi.StreamDecorator
 
sorted(Comparator<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
sortedMap(String, String, Comparator) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
SortedMapType - Class in org.hibernate.type
 
SortedMapType(String, String, Comparator) - Constructor for class org.hibernate.type.SortedMapType
 
SortedMapType(TypeFactory.TypeScope, String, String, Comparator) - Constructor for class org.hibernate.type.SortedMapType
Deprecated.
Use the other constructor
sortedSet(String, String, Comparator) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
SortedSetType - Class in org.hibernate.type
 
SortedSetType(String, String, Comparator) - Constructor for class org.hibernate.type.SortedSetType
 
SortedSetType(TypeFactory.TypeScope, String, String, Comparator) - Constructor for class org.hibernate.type.SortedSetType
Deprecated.
Use the other constructor
sortKey() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the sort key which is the expression (column, function, etc) upon which to base the sorting.
sortKey(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
SortKey - Class in org.hibernate.sql.ordering.antlr
Models the container node for the sort key, which is the term given by the ANSI SQL specification to the expression upon which to sort for each SortSpecification
SortKey() - Constructor for class org.hibernate.sql.ordering.antlr.SortKey
 
sortKeySpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
SortNatural - Annotation Type in org.hibernate.annotations
Specifies in-memory Set/Map sorting using natural sorting.
sortSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Recognition rule for what ANSI SQL terms the sort specification, which is essentially each thing upon which the results should be sorted.
sortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
SortSpecification - Class in org.hibernate.sql.ordering.antlr
Models each sorting expression.
SortSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.SortSpecification
 
SortType - Enum in org.hibernate.annotations
Deprecated.
Since Sort is deprecated.
source - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
source() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
Source - Annotation Type in org.hibernate.annotations
Optional annotation in conjunction with Version and timestamp version properties indicating the source of the timestamp value.
SOURCE - org.hibernate.dialect.ResultColumnReferenceStrategy
This strategy says to reference the result columns by the qualified column name found in the result source.
SourceDescriptor - Interface in org.hibernate.tool.schema.spi
Describes a source for schema create, drop and migrate actions.
SourceType - Enum in org.hibernate.annotations
Where should Hibernate retrieve the value from? From the database, or from the current JVM?
SourceType - Enum in org.hibernate.boot.jaxb
From what type of source did we obtain the data
SourceType - Enum in org.hibernate.tool.schema
Enumeration of the various types of sources understood by various SchemaManagementTooling delegates.
SPACE - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
SPACE_PLACEHOLDER - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The placeholder used to represent whitespace
spaceToSkip() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
The hint key for specifying a query timeout per JPA, which defines the timeout in milliseconds
specialOneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Method in class org.hibernate.type.TypeFactory
specialOneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
SpecialOneToOneType - Class in org.hibernate.type
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.
SpecialOneToOneType(SpecialOneToOneType, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
 
SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.type.SpecialOneToOneType
 
SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
spliterator() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
spliterator() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
spliterator() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
spliterator() - Method in class org.hibernate.query.spi.StreamDecorator
 
sql - Variable in class org.hibernate.loader.JoinWalker
 
sql - Variable in class org.hibernate.loader.OuterJoinLoader
 
sql() - Method in annotation type org.hibernate.annotations.SQLDelete
Procedure name or SQL DELETE statement.
sql() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
Procedure name or SQL DELETE statement.
sql() - Method in annotation type org.hibernate.annotations.SQLInsert
Procedure name or SQL INSERT statement.
sql() - Method in annotation type org.hibernate.annotations.SQLUpdate
Procedure name or SQL UPDATE statement.
sql(String) - Static method in class org.hibernate.criterion.Expression
sql(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Expression
sql(String, Object, Type) - Static method in class org.hibernate.criterion.Expression
SQL_EXCEPTION_CONVERTER - Static variable in interface org.hibernate.cfg.AvailableSettings
The SQLExceptionConverter to use for converting SQLExceptions to Hibernate's JDBCException hierarchy.
sql2003() - Method in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
Retrieve all keywords defined by ANSI SQL:2003
SQL2008StandardLimitHandler - Class in org.hibernate.dialect.pagination
LIMIT clause handler compatible with ISO and ANSI SQL:2008 standard.
SQL99 - org.hibernate.engine.jdbc.env.spi.SQLStateType
The reported codes follow the SQL spec
sqlAlterStrings(Dialect, Metadata, TableInformation, SqlStringGenerationContext) - Method in class org.hibernate.mapping.Table
 
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.Index
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlCreateString(Dialect, Mapping, String, String) - Method in interface org.hibernate.mapping.RelationalModel
Deprecated.
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Index
 
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in interface org.hibernate.mapping.RelationalModel
Deprecated.
 
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Table
 
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlCreateStrings(SqlStringGenerationContext) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for creating the database object.
sqlCreateStrings(SqlStringGenerationContext) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Deprecated.
Hibernate ORM may never call this method, and implementations cannot properly handle default catalogs/schemas. Call/implement AuxiliaryDatabaseObject.sqlCreateStrings(SqlStringGenerationContext) instead.
sqlCreateStrings(Dialect) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
Deprecated.
SQLCriterion - Class in org.hibernate.criterion
A SQL fragment.
SQLCriterion(String) - Constructor for class org.hibernate.criterion.SQLCriterion
 
SQLCriterion(String, Object[], Type[]) - Constructor for class org.hibernate.criterion.SQLCriterion
 
SQLCriterion(String, Object, Type) - Constructor for class org.hibernate.criterion.SQLCriterion
 
SQLCustomQuery - Class in org.hibernate.loader.custom.sql
Implements Hibernate's built-in support for native SQL queries.
SQLCustomQuery(String, NativeSQLQueryReturn[], Collection, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLCustomQuery
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
sqlDelete() - Method in annotation type org.hibernate.annotations.Table
Defines a custom SQL delete statement.
SQLDelete - Annotation Type in org.hibernate.annotations
Custom SQL statement for delete of an entity/collection.
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
SQLDeleteAll - Annotation Type in org.hibernate.annotations
Custom SQL statement for delete of all of a collection's elements.
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Index
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in interface org.hibernate.mapping.RelationalModel
Deprecated.
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Table
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlDropString(Dialect, String, String) - Method in interface org.hibernate.mapping.RelationalModel
Deprecated.
sqlDropStrings(SqlStringGenerationContext) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for dropping the database object.
sqlDropStrings(SqlStringGenerationContext) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Deprecated.
Hibernate ORM may never call this method, and implementations cannot properly handle default catalogs/schemas. Call/implement AuxiliaryDatabaseObject.sqlDropStrings(SqlStringGenerationContext) instead.
sqlDropStrings(Dialect) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
Deprecated.
SQLExceptionConversionDelegate - Interface in org.hibernate.exception.spi
Allow a SQLExceptionConverter to work by chaining together multiple such delegates.
SQLExceptionConverter - Interface in org.hibernate.exception.spi
Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.
SQLExceptionConverterFactory - Class in org.hibernate.exception.spi
A factory for building SQLExceptionConverter instances.
sqlExceptionHelper - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
SqlExceptionHelper - Class in org.hibernate.engine.jdbc.spi
Helper for handling SQLExceptions in various manners.
SqlExceptionHelper(boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a default exception converter.
SqlExceptionHelper(SQLExceptionConverter, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a specific exception converter.
SqlExceptionHelper.StandardWarningHandler - Class in org.hibernate.engine.jdbc.spi
Standard SQLWarning handler for logging warnings
SqlExceptionHelper.WarningHandler - Interface in org.hibernate.engine.jdbc.spi
Contract for handling warnings
SqlExceptionHelper.WarningHandlerLoggingSupport - Class in org.hibernate.engine.jdbc.spi
Basic support for SqlExceptionHelper.WarningHandler implementations which handle warnings
SqlFragmentAlias - Annotation Type in org.hibernate.annotations
Describe aliases for filters.
SQLFunction - Interface in org.hibernate.dialect.function
Provides support routines for the HQL functions as used in the various SQL Dialects Provides an interface for supporting various HQL functions that are translated to SQL.
SQLFunctionRegistry - Class in org.hibernate.dialect.function
Defines a registry for SQLFunction instances
SQLFunctionRegistry(Dialect, Map<String, SQLFunction>) - Constructor for class org.hibernate.dialect.function.SQLFunctionRegistry
Constructs a SQLFunctionRegistry
SQLFunctionTemplate - Class in org.hibernate.dialect.function
Represents HQL functions that can have different representations in different SQL dialects where that difference can be handled via a template/pattern.
SQLFunctionTemplate(Type, String) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
Constructs a SQLFunctionTemplate
SQLFunctionTemplate(Type, String, boolean) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
Constructs a SQLFunctionTemplate
SQLGrammarException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that the SQL sent to the database server was invalid (syntax error, invalid object references, etc).
SQLGrammarException(String, SQLException) - Constructor for exception org.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
SQLGrammarException(String, SQLException, String) - Constructor for exception org.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
sqlGroupProjection(String, String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
A grouping SQL projection, specifying both select clause and group by clause fragments
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
sqlInsert() - Method in annotation type org.hibernate.annotations.Table
Defines a custom SQL insert statement.
SQLInsert - Annotation Type in org.hibernate.annotations
Custom SQL statement for insertion of an entity/collection.
SQLLoadable - Interface in org.hibernate.persister.entity
A class persister that supports queries expressed in the platform native SQL dialect
SQLLoadableCollection - Interface in org.hibernate.persister.collection
 
sqlProjection(String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
A SQL projection, a typed select clause fragment
SQLProjection - Class in org.hibernate.criterion
A SQL fragment.
SQLProjection(String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
 
SQLProjection(String, String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SQLQuery<T> - Interface in org.hibernate
Deprecated.
(since 5.2) use NativeQuery instead.
SQLQuery.FetchReturn - Interface in org.hibernate
Deprecated.
Allows access to further control how join fetch returns are mapped back from result sets.
SQLQuery.ReturnProperty - Interface in org.hibernate
Deprecated.
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
SQLQuery.RootReturn - Interface in org.hibernate
Deprecated.
Allows access to further control how root returns are mapped back from result sets.
SQLQueryParser - Class in org.hibernate.loader.custom.sql
 
SQLQueryParser(String, SQLQueryParser.ParserContext, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser
 
SQLQueryParser.ParameterSubstitutionRecognizer - Class in org.hibernate.loader.custom.sql
 
SQLQueryReturnProcessor - Class in org.hibernate.loader.custom.sql
Responsible for processing the series of returns defined by a NativeSQLQuerySpecification and breaking them down into a series of returns for use within the CustomLoader.
SQLQueryReturnProcessor(NativeSQLQueryReturn[], SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
SQLQueryReturnProcessor.ResultAliasContext - Class in org.hibernate.loader.custom.sql
 
sqlRestriction(String) - Static method in class org.hibernate.criterion.Restrictions
Apply a constraint expressed in SQL with no JDBC parameters.
sqlRestriction(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Restrictions
Create a restriction expressed in SQL with JDBC parameters.
sqlRestriction(String, Object, Type) - Static method in class org.hibernate.criterion.Restrictions
Create a restriction expressed in SQL with one JDBC parameter.
sqlResultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
sqlResultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
SqlScriptLexer - Class in org.hibernate.tool.schema.ast
 
SqlScriptLexer(InputBuffer) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLexer
 
SqlScriptLexer(LexerSharedInputState) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLexer
 
SqlScriptLexer(InputStream) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLexer
 
SqlScriptLexer(Reader) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLexer
 
SqlScriptLogging - Class in org.hibernate.tool.schema.ast
 
SqlScriptLogging() - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLogging
 
SqlScriptParser - Class in org.hibernate.tool.schema.ast
 
SqlScriptParser(Consumer<String>, TokenStream) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptParser
 
SqlScriptParserException - Exception in org.hibernate.tool.schema.ast
 
SqlScriptParserException(String) - Constructor for exception org.hibernate.tool.schema.ast.SqlScriptParserException
 
SqlScriptParserException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.ast.SqlScriptParserException
 
SQLSERVER - org.hibernate.dialect.Database
 
SQLServer2005Dialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL 2005.
SQLServer2005Dialect() - Constructor for class org.hibernate.dialect.SQLServer2005Dialect
Constructs a SQLServer2005Dialect
SQLServer2005LimitHandler - Class in org.hibernate.dialect.pagination
LIMIT clause handler compatible with SQL Server 2005 and later.
SQLServer2005LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
Constructs a SQLServer2005LimitHandler
SQLServer2008Dialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2008 with JDBC Driver 3.0 and above
SQLServer2008Dialect() - Constructor for class org.hibernate.dialect.SQLServer2008Dialect
Constructs a SQLServer2008Dialect
SQLServer2012Dialect - Class in org.hibernate.dialect
Microsoft SQL Server 2012 Dialect
SQLServer2012Dialect() - Constructor for class org.hibernate.dialect.SQLServer2012Dialect
 
SQLServer2012LimitHandler - Class in org.hibernate.dialect.pagination
LIMIT clause handler compatible with SQL Server 2012 and later.
SQLServer2012LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
SQLServer2016Dialect - Class in org.hibernate.dialect
Microsoft SQL Server 2016 Dialect
SQLServer2016Dialect() - Constructor for class org.hibernate.dialect.SQLServer2016Dialect
 
SQLServerDialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2000
SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
Constructs a SQLServerDialect
SQLServerIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
SQLServerIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
 
SqlStatementLogger - Class in org.hibernate.engine.jdbc.spi
Centralize logging for SQL statements.
SqlStatementLogger() - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementLogger(boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementLogger(boolean, boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementLogger(boolean, boolean, boolean, long) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SQLStateType - Enum in org.hibernate.engine.jdbc.env.spi
Enum interpretation of the valid values from DatabaseMetaData.getSQLStateType()
SqlStringGenerationContext - Interface in org.hibernate.boot.model.relational
A context provided to methods responsible for generating SQL strings on startup.
sqlType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
sqlType - Variable in class org.hibernate.cfg.Ejb3Column
 
sqlType() - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
sqlType() - Method in interface org.hibernate.type.SingleColumnType
 
SqlTypeDescriptor - Interface in org.hibernate.type.descriptor.sql
Descriptor for the SQL/JDBC side of a value mapping.
SqlTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.sql.spi
Basically a map from JDBC type code (int) -> SqlTypeDescriptor
SqlTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.sql
Deprecated.
(5.3) Use SqlTypeDescriptorRegistry instead.
SqlTypeDescriptorRegistry() - Constructor for class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
Deprecated.
 
SqlTypeDescriptorRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.sql.spi.SqlTypeDescriptorRegistry
 
SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Deprecated.
 
sqlTypes() - Method in class org.hibernate.type.EnumType
 
sqlTypes() - Method in interface org.hibernate.usertype.UserType
Return the SQL type codes for the columns mapped by this type.
sqlTypes(Mapping) - Method in class org.hibernate.loader.entity.NaturalIdType
 
sqlTypes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.AnyType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.CollectionType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.ComponentType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.CustomType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.MetaType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.OneToOneType
 
sqlTypes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
sqlTypes(Mapping) - Method in interface org.hibernate.type.Type
Return the JDBC types codes (per Types) for the columns mapped by this type.
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
sqlUpdate() - Method in annotation type org.hibernate.annotations.Table
Defines a custom SQL update statement.
SQLUpdate - Annotation Type in org.hibernate.annotations
Custom SQL statement for update of an entity/collection.
SqlValueReference - Interface in org.hibernate.sql.ordering.antlr
Unifying interface between column and formula references mainly to give more strictly typed result to ColumnMapper.map(String)
sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
StaleObjectStateException - Exception in org.hibernate
A specialized StaleStateException that carries information about the particular entity instance that was the source of the failure.
StaleObjectStateException(String, Serializable) - Constructor for exception org.hibernate.StaleObjectStateException
Constructs a StaleObjectStateException using the supplied information.
StaleStateException - Exception in org.hibernate
Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning).
StaleStateException(String) - Constructor for exception org.hibernate.StaleStateException
Constructs a StaleStateException using the supplied message.
STANDARD_DEFAULT_BATCH_LOAD_SIZING_STRATEGY - Variable in class org.hibernate.dialect.Dialect
 
STANDARD_WARNING_HANDLER - Static variable in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Static access to the standard handler for logging warnings
StandardAnsiSqlAggregationFunctions - Class in org.hibernate.dialect.function
Centralized definition of standard ANSI SQL aggregation functions
StandardAnsiSqlAggregationFunctions.AvgFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant AVG function
StandardAnsiSqlAggregationFunctions.CountFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant COUNT function
StandardAnsiSqlAggregationFunctions.MaxFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant MAX function
StandardAnsiSqlAggregationFunctions.MinFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant MIN function
StandardAnsiSqlAggregationFunctions.SumFunction - Class in org.hibernate.dialect.function
Definition of a standard ANSI SQL compliant SUM function
StandardBasicTypes - Class in org.hibernate.type
Centralizes access to the standard set of basic types.
StandardBasicTypeTemplate<J> - Class in org.hibernate.type
A BasicType adapter targeting partial portability to 6.0's type system changes.
StandardBasicTypeTemplate(SqlTypeDescriptor, JavaTypeDescriptor<J>, String...) - Constructor for class org.hibernate.type.StandardBasicTypeTemplate
 
StandardCacheEntryImpl - Class in org.hibernate.cache.spi.entry
Standard representation of entity cached data using the "disassembled state".
StandardCacheEntryImpl(Object[], EntityPersister, Object, SharedSessionContractImplementor, Object) - Constructor for class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
Constructs a StandardCacheEntryImpl
StandardCacheTransactionSynchronization - Class in org.hibernate.cache.spi
 
StandardCacheTransactionSynchronization(RegionFactory) - Constructor for class org.hibernate.cache.spi.StandardCacheTransactionSynchronization
 
StandardConverters - Class in org.hibernate.engine.config.spi
Standard set of setting converters
StandardGenerationContextLocator(String) - Constructor for class org.hibernate.mapping.Component.StandardGenerationContextLocator
 
StandardJDBCEscapeFunction - Class in org.hibernate.dialect.function
Analogous to StandardSQLFunction except that standard JDBC escape sequences (i.e.
StandardJDBCEscapeFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardJDBCEscapeFunction
Constructs a StandardJDBCEscapeFunction
StandardOptimizerDescriptor - Enum in org.hibernate.id.enhanced
Enumeration of the standard Hibernate id generation optimizers.
StandardOrderByTranslationImpl(String, Set<String>) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator.StandardOrderByTranslationImpl
 
StandardProperty - Class in org.hibernate.tuple
Deprecated.
Use one of the Attribute-based impls instead.
StandardProperty(String, Type, boolean, boolean, boolean, ValueGeneration, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.StandardProperty
Deprecated.
Constructs NonIdentifierProperty instances.
StandardRandomStrategy - Class in org.hibernate.id.uuid
Implements a "random" UUID generation strategy as defined by the UUID.randomUUID() method.
StandardRandomStrategy() - Constructor for class org.hibernate.id.uuid.StandardRandomStrategy
 
StandardServiceInitiator<R extends Service> - Interface in org.hibernate.boot.registry
Contract for an initiator of services that target the standard ServiceRegistry.
StandardServiceInitiators - Class in org.hibernate.service
Central definition of the standard set of service initiators defined by Hibernate.
StandardServiceRegistry - Interface in org.hibernate.boot.registry
Specialization of the ServiceRegistry contract mainly for type safety.
StandardServiceRegistryBuilder - Class in org.hibernate.boot.registry
Builder for standard ServiceRegistry instances.
StandardServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a default builder.
StandardServiceRegistryBuilder(BootstrapServiceRegistry) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a builder with the specified bootstrap services.
StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, ConfigLoader, LoadedConfig, List<StandardServiceInitiator>) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended for use exclusively from Quarkus boot-strapping, or extensions of this class which need to override the standard ServiceInitiator list.
StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended for use exclusively from JPA boot-strapping, or extensions of this class.
StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, LoadedConfig, List<StandardServiceInitiator>) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
StandardServiceRegistryBuilder(BootstrapServiceRegistry, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a builder with the specified bootstrap services.
StandardSQLFunction - Class in org.hibernate.dialect.function
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
StandardSQLFunction(String) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
Construct a standard SQL function definition with a variable return type; the actual return type will depend on the types to which the function is applied.
StandardSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
Construct a standard SQL function definition with a static return type.
StandardWarningHandler(String) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
Creates a StandardWarningHandler
start() - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are preparing to start visitation.
start() - Method in interface org.hibernate.service.spi.Startable
Start phase notification
start(SessionFactoryOptions, Map) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
start(SessionFactoryOptions, Map) - Method in interface org.hibernate.cache.spi.RegionFactory
Lifecycle callback to perform any necessary initialization of the underlying cache provider.
START - org.hibernate.criterion.MatchMode
Match the start of the string to the pattern
Startable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to start.
startingAttribute(AttributeDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are preparing to walk an attribute.
startingCollection(CollectionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are starting to walk a collection
startingCollectionElements(CollectionElementDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are starting to look at the element definition for the collection.
startingCollectionIndex(CollectionIndexDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are starting to walk the index of a collection (List/Map).
startingComposite(CompositionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification that we are preparing to walk a composite.
startingEntity(EntityDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are starting to walk an entity.
startingEntityIdentifier(EntityIdentifierDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
Notification we are starting to walk the identifier of an entity.
startingProperty(XProperty) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
startingProperty(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
startingProperty(XProperty) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
startingProperty(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
Called during binding to allow the PropertyHolder to inspect its discovered properties.
startService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
startsWithEscapeCallTemplate(String) - Static method in class org.hibernate.engine.query.spi.ParameterParser
Exposed as public solely for use from tests
startTransactionBoundary() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
startTransactionBoundary() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Callback indicating recognition of entering into a transactional context whether that is explicitly via the Hibernate Transaction API or via registration of Hibernate's JTA Synchronization impl with a JTA Transaction
startTransactionBoundary() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Callback indicating recognition of entering into a transactional context whether that is explicitly via the Hibernate Transaction API or via registration of Hibernate's JTA Synchronization impl with a JTA Transaction
StatelessSession - Interface in org.hibernate
A command-oriented API for performing bulk operations against a database.
StatelessSessionBuilder<T extends StatelessSessionBuilder> - Interface in org.hibernate
Represents a consolidation of all stateless session creation options into a builder style delegate.
statement() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
STATEMENT_BATCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum JDBC batch size.
STATEMENT_FETCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
STATEMENT_INSPECTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
Names a StatementInspector implementation to be applied to the SessionFactory.
statementEnded() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
statementEnded() - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
Semantic action signifying the end of a statement (delimiter recognized)
statementFirstPart() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
statementInspector(StatementInspector) - Method in interface org.hibernate.SessionBuilder
Applies a specific StatementInspector to the session options.
StatementInspector - Interface in org.hibernate.resource.jdbc.spi
Contract to allow inspection (and swapping) of SQL to be prepared
statementPart() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
statementPrepared() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
Notification of a statement being prepared
statementPrepared() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
StatementPreparer - Interface in org.hibernate.engine.jdbc.spi
Contracting for preparing SQL statements
statementStarted() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
statementStarted() - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
 
statementType(String) - Method in class org.hibernate.dialect.Oracle8iDialect
 
STATIC_METAMODEL_POPULATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting that controls whether we seek out JPA "static metamodel" classes and populate them.
StaticPrecisionFspTimestampFunction - Class in org.hibernate.dialect.function
A function that returns a StandardBasicTypes.TIMESTAMP with static fractional seconds precision (fsp).
StaticPrecisionFspTimestampFunction(String, boolean) - Constructor for class org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
Constructs a StandardBasicTypes.TIMESTAMP function using the default fractional second precision as defined by the database.
StaticPrecisionFspTimestampFunction(String, int) - Constructor for class org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
Constructs a StandardBasicTypes.TIMESTAMP function using the specified fractional seconds precision.
Statistics - Interface in org.hibernate.stat
Exposes statistics for a particular SessionFactory.
StatisticsFactory - Interface in org.hibernate.stat.spi
 
StatisticsImplementor - Interface in org.hibernate.stat.spi
Statistics SPI for the Hibernate core.
Status - Enum in org.hibernate.engine.spi
Represents the status of an entity with respect to this session.
STDOUT - org.hibernate.tool.schema.TargetType
Write to System.out
stop() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
stop() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
stop() - Method in class org.hibernate.event.spi.EventEngine
 
stop() - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
stop() - Method in interface org.hibernate.service.spi.Stoppable
Stop phase notification
Stoppable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to stop.
stopService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
STORAGE_ENGINE - Static variable in interface org.hibernate.cfg.AvailableSettings
Defines the default storage engine for the relational databases that support multiple storage engines.
StorageAccess - Interface in org.hibernate.cache.spi.support
A general read/write abstraction over the specific "cache" object from the caching provider.
StoredProcedureQueryParameterRegistration<T> - Interface in org.hibernate.jpa.spi
ParameterRegistration extension specifically for stored procedure parameters exposing some functionality of Hibernate's native ParameterRegistration contract
strategy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
 
strategy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
 
strategy() - Method in annotation type org.hibernate.annotations.GenericGenerator
Generator strategy either a predefined Hibernate strategy or a fully qualified class name.
StrategyCreator<T> - Interface in org.hibernate.boot.registry.selector.spi
 
StrategyRegistration<T> - Interface in org.hibernate.boot.registry.selector
Describes the registration of a named strategy implementation.
StrategyRegistrationProvider - Interface in org.hibernate.boot.registry.selector
Responsible for providing the registrations of strategy selector(s).
StrategyRegistrationProviderList - Interface in org.hibernate.jpa.boot.spi
 
StrategySelectionException - Exception in org.hibernate.boot.registry.selector.spi
Indicates a problem performing the selection/resolution.
StrategySelectionException(String) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
Constructs a StrategySelectionException using the specified message.
StrategySelectionException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
Constructs a StrategySelectionException using the specified message and cause.
StrategySelector - Interface in org.hibernate.boot.registry.selector.spi
Service which acts as a registry for named strategy implementations.
stream() - Method in interface org.hibernate.query.Query
Retrieve a Stream over the query results.
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
 
STREAM_BINDING_EXTRACTING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
 
STREAM_XFER_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
Merge strategy based on transferring contents based on streams.
StreamDecorator<R> - Class in org.hibernate.query.spi
The StreamDecorator wraps a Java Stream and registers a closeHandler which is passed further to any resulting Stream.
StreamDecorator(Stream<R>, Runnable) - Constructor for class org.hibernate.query.spi.StreamDecorator
 
StreamUtils - Class in org.hibernate.engine.jdbc
Stream copying utilities
STRING - org.hibernate.boot.jaxb.SourceType
 
STRING - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
STRING - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC VARCHAR.
StringNVarcharType - Class in org.hibernate.type
A type that maps between VARCHAR and String
StringNVarcharType() - Constructor for class org.hibernate.type.StringNVarcharType
 
StringRepresentableType<T> - Interface in org.hibernate.type
Additional, optional contract for types capable of rendering and consuming their values to/from strings.
stringToObject(String) - Method in class org.hibernate.type.BigIntegerType
 
stringToObject(String) - Method in class org.hibernate.type.BooleanType
 
stringToObject(String) - Method in class org.hibernate.type.ByteType
 
stringToObject(String) - Method in class org.hibernate.type.CharacterNCharType
 
stringToObject(String) - Method in class org.hibernate.type.CharacterType
 
stringToObject(String) - Method in class org.hibernate.type.CustomType
 
stringToObject(String) - Method in class org.hibernate.type.DateType
 
stringToObject(String) - Method in interface org.hibernate.type.IdentifierType
Convert the value from the mapping file to a Java object.
stringToObject(String) - Method in class org.hibernate.type.IntegerType
 
stringToObject(String) - Method in class org.hibernate.type.LongType
 
stringToObject(String) - Method in class org.hibernate.type.NumericBooleanType
 
stringToObject(String) - Method in class org.hibernate.type.ShortType
 
stringToObject(String) - Method in class org.hibernate.type.StringNVarcharType
 
stringToObject(String) - Method in class org.hibernate.type.StringType
 
stringToObject(String) - Method in class org.hibernate.type.TrueFalseType
 
stringToObject(String) - Method in class org.hibernate.type.UrlType
 
stringToObject(String) - Method in class org.hibernate.type.YesNoType
 
StringType - Class in org.hibernate.type
A type that maps between VARCHAR and String
StringType() - Constructor for class org.hibernate.type.StringType
 
StringTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for String handling.
StringTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
stripCollectionElementMarker() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
structure(Object) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
Convert the cache item into its "structured" form.
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
StructuredCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for entities.
StructuredCacheEntry(EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.StructuredCacheEntry
Constructs a StructuredCacheEntry strategy
StructuredCollectionCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for persistent collections (other than Maps, see StructuredMapCacheEntry).
StructuredMapCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for persistent Maps.
style - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
SUB_NAME - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
Subclass - Class in org.hibernate.mapping
A subclass in a table-per-class-hierarchy mapping
Subclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Subclass
 
SUBCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
SUBCLASS_KEY - Static variable in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
SubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
 
subclassSubgraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
 
SubEntityInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all sub-entity mappings.
subgraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
 
subgraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
 
SubGraph<J> - Interface in org.hibernate.graph
Hibernate extension to the JPA entity-graph Subgraph contract.
SubGraphImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the SubGraph contract
subLoggerName(String) - Static method in interface org.hibernate.bytecode.BytecodeLogging
 
Subqueries - Class in org.hibernate.criterion
Factory class for criterion instances that represent expressions involving subqueries.
SubqueryExpression - Class in org.hibernate.criterion
A criterion that involves a subquery
SubqueryExpression(String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SubqueryExpression
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Subselect - Annotation Type in org.hibernate.annotations
Map an immutable and read-only entity to a given SQL select expression.
SUBSELECT - org.hibernate.annotations.FetchMode
Available for collections only.
SUBSELECT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
SUBSELECT - org.hibernate.engine.FetchStyle
Performs fetching of associated data (currently limited to only collections) based on the sql restriction used to load the owner.
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SubselectCollectionLoader - Class in org.hibernate.loader.collection
Implements subselect fetching for a collection
SubselectCollectionLoader(QueryableCollection, String, Collection, QueryParameters, Map<String, int[]>, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectCollectionLoader
 
SubselectFetch - Class in org.hibernate.engine.spi
 
SubselectFetch(String, String, Loadable, QueryParameters, Set, Map) - Constructor for class org.hibernate.engine.spi.SubselectFetch
Construct a SubselectFetch instance using the provided subselect fetch query fragment, subselectFetchQueryFragment.
SubselectFetch(String, Loadable, QueryParameters, Set, Map) - Constructor for class org.hibernate.engine.spi.SubselectFetch
Construct a SubselectFetch instance.
SubselectOneToManyLoader - Class in org.hibernate.loader.collection
Implements subselect fetching for a one to many association
SubselectOneToManyLoader(QueryableCollection, String, Collection, QueryParameters, Map<String, int[]>, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectOneToManyLoader
 
substituteBrackets(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
 
subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of the bytes from the given stream, wrapping them in a new stream.
subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of a reader, wrapping the portion in a new reader.
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
subtract(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a subtraction
suffixes - Variable in class org.hibernate.loader.JoinWalker
 
suffixes - Variable in class org.hibernate.loader.OuterJoinLoader
 
sum() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
sum() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
sum() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
sum(String) - Static method in class org.hibernate.criterion.Projections
A property value sum projection
SumFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
 
summaryStatistics() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
summaryStatistics() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
summaryStatistics() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
SUPERCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Does this connection provider support aggressive release of JDBC connections and re-acquisition of those connections (if need be) later?
supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Does the underlying provider of connections support aggressive releasing of connections (and re-acquisition of those connections later, if need be) in JTA environments?
supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Does this connection provider support aggressive release of JDBC connections and re-acquisition of those connections (if need be) later?
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
 
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
supportsBatchUpdates() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to supporting batched updates?
supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.Dialect
Does this dialect support using a JDBC bind parameter as an argument to a function or procedure call?
supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
supportsBulkInsertionIdentifierGeneration() - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Given the configuration of this generator, is identifier generation as part of bulk insertion supported?
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.Dialect
Does this dialect support cascaded delete on foreign key definitions?
supportsCascadeDelete() - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCascadeDelete() - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
RDMS does not support Cascade Deletes.
supportsCascadeDelete() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
Does this dialect support case insensitive LIKE restrictions?
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsCatalogs() - Method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
 
supportsCheck() - Method in class org.hibernate.dialect.Cache71Dialect
Does this dialect support check constraints?
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.Dialect
Does this dialect support definition of cascade delete constraints which can cause circular chains?
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
HANA currently does not support check constraints.
supportsColumnCheck() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.Dialect
Does this dialect support column-level check constraints?
supportsColumnCheck() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.MariaDB102Dialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.MySQL5Dialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsCommentOn() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support commenting on tables, columns, etc?
supportsCommentOn() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsCommentOn() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Dialect
Does this dialect support a way to retrieve the database's current timestamp value?
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.H2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.HSQLDialect
HSQLDB 1.8.x requires CALL CURRENT_TIMESTAMP but this should not be treated as a callable statement.
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.InformixDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsDataDefinitionInTransaction() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to support performing DDL within transactions?
supportsEmptyInList() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Dialect
Does this dialect support empty IN lists?
supportsEmptyInList() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.IngresDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsEmptyInList() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.Dialect
Does the dialect support an exists statement in the select clause?
supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.Teradata14Dialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Dialect
Expected LOB usage pattern is such that I can perform an insert via prepared statement with a parameter binding for a LOB value without crazy casting to JDBC driver implementation-specific classes...
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.IngresDialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE15Dialect
Actually Sybase does not support LOB locators at al.
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Teradata14Dialect
 
supportsGetGeneratedKeys() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to supporting retrieval of generated keys?
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Chache71IdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.CockroachDB1920IdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.CUBRIDIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
supportsIdentityColumns() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Does this dialect support identity column key generation?
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.InformixIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Ingres10IdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.JDataStoreIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.MimerSQLIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.PostgreSQL10IdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Teradata14IdentityColumnSupport
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.Dialect
For an "alter table", can the phrase "if exists" be applied?
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.PostgreSQL92Dialect
 
supportsIfExistsAfterConstraintName() - Method in class org.hibernate.dialect.Dialect
For dropping a constraint with an "alter table", can the phrase "if exists" be applied after the constraint name?
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
For dropping a table, can the phrase "if exists" be applied after the table name?
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.Dialect
For dropping a constraint with an "alter table", can the phrase "if exists" be applied before the constraint name?
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.MariaDB10Dialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.PostgreSQL9Dialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.SQLServer2016Dialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.Dialect
For dropping a table, can the phrase "if exists" be applied before the table name?
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.SQLServer2016Dialect
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
 
supportsInsertSelectIdentity() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Does the dialect support some form of inserting and selecting the generated IDENTITY value all in the same statement.
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.SybaseAnywhereIdentityColumnSupport
 
supportsJdbcBatchInserts() - Method in interface org.hibernate.id.IdentifierGenerator
Check if JDBC batch inserts are supported.
supportsJdbcBatchInserts() - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
 
supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
Check whether the JDBC Connection supports creating LOBs via Connection.createBlob(), Connection.createNClob() or Connection.createClob().
supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.SAPDBDialect
 
supportsLimit() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsLimit() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsLimit() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
supportsLimit() - Method in class org.hibernate.dialect.H2Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLimit() - Method in class org.hibernate.dialect.InformixDialect
 
supportsLimit() - Method in class org.hibernate.dialect.IngresDialect
 
supportsLimit() - Method in class org.hibernate.dialect.InterbaseDialect
 
supportsLimit() - Method in class org.hibernate.dialect.MimerSQLDialect
 
supportsLimit() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.CUBRIDLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.Informix10LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
supportsLimit() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler support some form of limiting query results via a SQL clause?
supportsLimit() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.SQL2008StandardLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLimit() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
supportsLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsLimitOffset() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
supportsLimitOffset() - Method in class org.hibernate.dialect.InformixDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.IngresDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.Informix10LimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
supportsLimitOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler's LIMIT support (if any) additionally support specifying an offset?
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
supportsLimitOffset() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.Dialect
Does the dialect support propagating changes to LOB values back to the database? Talking about mutating the internal value of the locator as opposed to supplying a new locator instance...
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.H2Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SybaseASE157Dialect
 
supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.Dialect
Informational metadata about whether this dialect is known to support specifying timeouts for requested lock acquisitions.
supportsLockTimeouts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.Teradata14Dialect
 
supportsNamedParameters() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Does the driver report supporting named parameters?
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
Override the DatabaseMetaData#supportsNamedParameters()
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.HSQLDialect
 
supportsNationalizedTypes() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsNationalizedTypes() - Method in class org.hibernate.dialect.Dialect
Does this dialect supports Nationalized Types
supportsNationalizedTypes() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsNoColumnsInsert() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsNoColumnsInsert() - Method in class org.hibernate.dialect.Dialect
Check if the INSERT statement is allowed to contain no column.
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support non-query statements (e.g.
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.PostgreSQL91Dialect
 
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
supportsNotNullUnique() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
supportsNoWait() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsNoWait() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsNoWait() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support NO_WAIT timeout.
supportsNoWait() - Method in class org.hibernate.dialect.MySQL8Dialect
 
supportsNoWait() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsNoWait() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsNoWait() - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Dialect
Does this dialect support FOR UPDATE in conjunction with outer joined rows?
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.MimerSQLDialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
Currently, RDMS-JDBC does not support ForUpdate.
supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.DB2Dialect
Does this dialect support parameters within the SELECT clause of INSERT ...
supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.Dialect
Does this dialect support parameters within the SELECT clause of INSERT ...
supportsPartitionBy() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsPartitionBy() - Method in class org.hibernate.dialect.Dialect
Does the underlying database support partition by
supportsPartitionBy() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.PostgreSQL91Dialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.SybaseASE15Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Dialect
Does this dialect support "pooled" sequences.
supportsPooledSequences() - Method in class org.hibernate.dialect.H2Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.InformixDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.MariaDB103Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsPooledSequences() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
supportsRefCursors() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Does the driver report supporting REF_CURSORs?
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Dialect
Does this dialect support asking the result set its positioning information on forward only cursors.
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.Dialect
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax.
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Dialect
If the dialect supports row values, does it offer such support in IN lists as well?
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MySQL57Dialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MySQL57InnoDBDialect
Deprecated.
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Oracle9iDialect
HHH-4907, I don't know if oracle 8 supports this syntax, so I'd think it is better add this method here.
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.Dialect
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax, sometimes called tuple syntax, in the SET clause;
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsSchemas() - Method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
 
supportsScrollableResults() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to supporting scrollable result sets?
supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.Dialect
 
supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.H2Dialect
 
supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsSequences() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2390V8Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2400Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsSequences() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
 
supportsSequences() - Method in class org.hibernate.dialect.DerbyTenSixDialect
 
supportsSequences() - Method in class org.hibernate.dialect.Dialect
Does this dialect support sequences?
supportsSequences() - Method in class org.hibernate.dialect.H2Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsSequences() - Method in class org.hibernate.dialect.InformixDialect
 
supportsSequences() - Method in class org.hibernate.dialect.IngresDialect
 
supportsSequences() - Method in class org.hibernate.dialect.InterbaseDialect
 
supportsSequences() - Method in class org.hibernate.dialect.MariaDB103Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.MckoiDialect
 
supportsSequences() - Method in class org.hibernate.dialect.MimerSQLDialect
 
supportsSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsSequences() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.SAPDBDialect
 
supportsSequences() - Method in class org.hibernate.dialect.SQLServer2012Dialect
 
supportsSequences() - Method in class org.hibernate.dialect.TeradataDialect
 
supportsSequences() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support SKIP_LOCKED timeout.
supportsSkipLocked() - Method in class org.hibernate.dialect.MariaDB106Dialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.MySQL8Dialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.Oracle10gDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.PostgreSQL95Dialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.SQLServer2005Dialect
 
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support referencing the table being mutated in a subquery.
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.Dialect
Are subselects supported as the left-hand-side (LHS) of IN-predicates.
supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.IngresDialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.Dialect
Does this dialect support table-level check constraints?
supportsTableCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.TimesTenDialect
 
supportsTupleCounts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support `count(a,b)`?
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support `count(distinct a,b)`?
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.IngresDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Oracle9iDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Teradata14Dialect
 
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.Dialect
Does this dialect support tuples in subqueries? Ex: delete from Table1 where (col1, col2) in (select col1, col2 from Table2)
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.H2Dialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Dialect
Is it supported to materialize a LOB locator outside the transaction in which it was created?
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Teradata14Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.CUBRIDDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Dialect
Does this dialect support UNION ALL, which is generally a faster variant of UNION?
supportsUnionAll() - Method in class org.hibernate.dialect.H2Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.MySQL5Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Oracle8iDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
supportsUnionAll() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsUnique() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
supportsValuesList() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
supportsValuesList() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support VALUES list (e.g.
supportsValuesList() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
 
supportsValuesList() - Method in class org.hibernate.dialect.SQLServer2008Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.Cache71Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DB2390Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.DerbyDialect
Deprecated.
 
supportsVariableLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
supportsVariableLimit() - Method in class org.hibernate.dialect.InformixDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.Ingres9Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.IngresDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does this handler support bind variables (i.e., prepared statement parameters) for its limit/offset?
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.Informix10LimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
SYBASE - org.hibernate.dialect.Database
 
Sybase11Dialect - Class in org.hibernate.dialect
A SQL dialect suitable for use with Sybase 11.9.2 (specifically: avoids ANSI JOIN syntax)
Sybase11Dialect() - Constructor for class org.hibernate.dialect.Sybase11Dialect
Constructs a Sybase11Dialect
Sybase11JoinFragment - Class in org.hibernate.sql
An old Sybase-style join (before Sybase supported the ANSI style "inner join" etc syntax) This is needed for Sybase 11.9.2 and earlier, using the HQL 2.* syntax with Collections.
Sybase11JoinFragment() - Constructor for class org.hibernate.sql.Sybase11JoinFragment
 
SybaseAnywhereDialect - Class in org.hibernate.dialect
SQL Dialect for Sybase Anywhere extending Sybase (Enterprise) Dialect (Tested on ASA 8.x)
SybaseAnywhereDialect() - Constructor for class org.hibernate.dialect.SybaseAnywhereDialect
 
SybaseAnywhereIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
SybaseAnywhereIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.SybaseAnywhereIdentityColumnSupport
 
SybaseASE157Dialect - Class in org.hibernate.dialect
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15.7 and higher.
SybaseASE157Dialect() - Constructor for class org.hibernate.dialect.SybaseASE157Dialect
Constructs a SybaseASE157Dialect
SybaseASE157LimitHandler - Class in org.hibernate.dialect.pagination
This limit handler is very conservative and is only triggered in simple cases involving a select or select distinct.
SybaseASE157LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
 
SybaseASE15Dialect - Class in org.hibernate.dialect
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.
SybaseASE15Dialect() - Constructor for class org.hibernate.dialect.SybaseASE15Dialect
Constructs a SybaseASE15Dialect
SybaseDialect - Class in org.hibernate.dialect
All Sybase dialects share an IN list size limit.
SybaseDialect() - Constructor for class org.hibernate.dialect.SybaseDialect
 
SynchronizationRegistry - Interface in org.hibernate.engine.transaction.spi
Manages a registry of Synchronizations.
SynchronizationRegistry - Interface in org.hibernate.resource.transaction.spi
Manages a registry of (local) JTA Synchronization instances
SynchronizationRegistryImplementor - Interface in org.hibernate.resource.transaction.spi
SPI contract for SynchronizationRegistry implementors.
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Synchronize - Annotation Type in org.hibernate.annotations
Ensures that auto-flush happens correctly and that queries against the derived entity do not return stale data.
SynchronizeableQuery<T> - Interface in org.hibernate
A unifying interface for queries which can define tables (query spaces) to synchronize on.
synchronizedTables - Variable in class org.hibernate.mapping.PersistentClass
 
SyntheticProperty - Class in org.hibernate.mapping
Models a property which does not actually exist in the model.
SyntheticProperty() - Constructor for class org.hibernate.mapping.SyntheticProperty
 

T

TAB - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
table() - Method in annotation type org.hibernate.annotations.SqlFragmentAlias
The table corresponding to the alias.
table() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
table() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
Table - Class in org.hibernate.mapping
A relational table
Table - Annotation Type in org.hibernate.annotations
Complementary information to a table either primary or secondary.
Table() - Constructor for class org.hibernate.mapping.Table
 
Table(String) - Constructor for class org.hibernate.mapping.Table
 
Table(Identifier, Identifier, Identifier, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(Namespace, String, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(Namespace, Identifier, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(Namespace, Identifier, String, boolean) - Constructor for class org.hibernate.mapping.Table
 
TABLE - org.hibernate.DuplicateMappingException.Type
A duplicate table definition was encountered.
TABLE - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table name for the generated id
TABLE_GENERATOR_STORE_LAST_USED - Static variable in interface org.hibernate.cfg.AvailableSettings
True/False setting indicating if the value stored in the table used by the TableGenerator is the last value generated or the next value to be used.
TABLE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Configures the name of the table to use.
Table.ForeignKeyKey - Class in org.hibernate.mapping
 
TableBasedDeleteHandlerImpl - Class in org.hibernate.hql.spi.id
 
TableBasedDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, IdTableInfo) - Constructor for class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
 
TableBasedUpdateHandlerImpl - Class in org.hibernate.hql.spi.id
 
TableBasedUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, IdTableInfo) - Constructor for class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
 
TableBinder - Class in org.hibernate.cfg.annotations
Table related operations
TableBinder() - Constructor for class org.hibernate.cfg.annotations.TableBinder
 
tableGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
tableGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
tableGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
TableGenerator - Class in org.hibernate.id.enhanced
An enhanced version of table-based id generation.
TableGenerator() - Constructor for class org.hibernate.id.enhanced.TableGenerator
 
TableInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing tables in the database
TableInformationContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all mappings that contain relational table information
TableMetadata - Class in org.hibernate.tool.hbm2ddl
Deprecated.
Everything in this package has been replaced with SchemaManagementTool and friends.
tableName - Variable in class org.hibernate.sql.Delete
 
tableName - Variable in class org.hibernate.sql.Insert
 
tableName - Variable in class org.hibernate.sql.InsertSelect
 
tableName - Variable in class org.hibernate.sql.SimpleSelect
 
tableName - Variable in class org.hibernate.sql.Update
 
tableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
tableName(String) - Method in class org.hibernate.cfg.EJB3NamingStrategy
 
tableName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Convert mixed case to underscores
tableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Alter the table name given in the mapping document
TableOwner - Interface in org.hibernate.mapping
Additional, optional contract as part pf the PersistentClass hierarchy used to differentiate entity bindings for entities that map to their own table (root, union-subclass, joined-subclass) versus those that do not (discriminator-subclass).
Tables - Annotation Type in org.hibernate.annotations
A grouping of tables.
TABLES - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table names for all tables for which the id must be unique
TableSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of table information
TableSpecificationSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of "table specification" information.
TableStructure - Class in org.hibernate.id.enhanced
Describes a table used to mimic sequence behavior
TableStructure(JdbcEnvironment, QualifiedName, Identifier, int, int, Class) - Constructor for class org.hibernate.id.enhanced.TableStructure
 
tabToSkip() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
takeWhile(Predicate<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
Target - Enum in org.hibernate.tool.hbm2ddl
Describes the types of targets for create, drop and update actions
Target - Annotation Type in org.hibernate.annotations
Define an explicit target, avoiding reflection and generics resolving.
targetClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
 
targetClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
TargetDescriptor - Interface in org.hibernate.tool.schema.spi
Describes the target(s) of schema create, drop and migrate actions.
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
targetEntity() - Method in annotation type org.hibernate.annotations.MetaValue
The entity type.
TargetType - Enum in org.hibernate.tool.schema
Describes the allowable targets (SPI wise) for schema management actions.
TargetTypeHelper - Class in org.hibernate.tool.hbm2ddl
 
TargetTypeHelper() - Constructor for class org.hibernate.tool.hbm2ddl.TargetTypeHelper
 
TC_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to define how the current thread context ClassLoader must be used for class lookup.
Template - Class in org.hibernate.sql
Parses SQL fragments specified in mapping documents
TEMPLATE - Static variable in class org.hibernate.sql.Template
 
Template.NoOpColumnMapper - Class in org.hibernate.sql
 
TemplatedViolatedConstraintNameExtracter - Class in org.hibernate.exception.spi
Knows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message.
TemplatedViolatedConstraintNameExtracter() - Constructor for class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtracter
 
TemplateRenderer - Class in org.hibernate.dialect.function
Delegate for handling function "templates".
TemplateRenderer(String) - Constructor for class org.hibernate.dialect.function.TemplateRenderer
Constructs a template renderer
temporal - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
 
temporal - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
temporal - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
temporal - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
 
TempTableDdlTransactionHandling - Enum in org.hibernate.boot
Enum describing how creation and dropping of temporary tables should be done in terms of transaction handling.
TENANT_IDENTIFIER_TO_USE_FOR_ANY_KEY - Static variable in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
Identifies the DataSource name to use for DataSourceBasedMultiTenantConnectionProviderImpl.selectAnyDataSource() handling
tenantIdentifier(String) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
tenantIdentifier(String) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
tenantIdentifier(String) - Method in interface org.hibernate.SessionBuilder
Define the tenant identifier to be associated with the opened session.
tenantIdentifier(String) - Method in interface org.hibernate.StatelessSessionBuilder
Define the tenant identifier to be associated with the opened session.
TenantIdentifierMismatchException - Exception in org.hibernate.context
Indicates that tenant identifiers did not match in cases where CurrentTenantIdentifierResolver.validateExistingCurrentSessions() returns true and there is a mismatch found.
TenantIdentifierMismatchException(String) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
Constructs a TenantIdentifierMismatchException.
TenantIdentifierMismatchException(String, Throwable) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
Constructs a TenantIdentifierMismatchException.
TERADATA - org.hibernate.dialect.Database
 
Teradata14Dialect - Class in org.hibernate.dialect
A dialect for the Teradata database
Teradata14Dialect() - Constructor for class org.hibernate.dialect.Teradata14Dialect
 
Teradata14IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
Teradata14IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.Teradata14IdentityColumnSupport
 
TeradataDialect - Class in org.hibernate.dialect
A dialect for the Teradata database created by MCR as part of the dialect certification process.
TeradataDialect() - Constructor for class org.hibernate.dialect.TeradataDialect
Constructor
TEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGVARCHAR.
TextType - Class in org.hibernate.type
A type that maps between LONGVARCHAR and String
TextType() - Constructor for class org.hibernate.type.TextType
 
throwIfNull(Object, Serializable, String) - Static method in exception org.hibernate.UnresolvableObjectException
Factory method for building and throwing an UnresolvableObjectException if the entity is null.
TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Time) to JDBC TIME.
TIME_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
TimeMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
 
timeout - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
timeout - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
timeout - Variable in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
 
timeout() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The query timeout (in seconds).
timeout() - Method in annotation type org.hibernate.annotations.NamedQuery
The query timeout (in seconds).
timeOut() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
 
TIMEOUT_HIBERNATE - Static variable in class org.hibernate.annotations.QueryHints
Apply a Hibernate query timeout, which is defined in seconds.
TIMEOUT_JAKARTA_JPA - Static variable in class org.hibernate.annotations.QueryHints
Apply a JPA query timeout, which is defined in milliseconds.
TIMEOUT_JPA - Static variable in class org.hibernate.annotations.QueryHints
Apply a JPA query timeout, which is defined in milliseconds.
timestamp - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
TIMESTAMP - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Timestamp) to JDBC TIMESTAMP.
TIMESTAMP_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
TimestampMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
TIMESTAMPS - org.hibernate.cache.spi.support.AccessedDataClassification
 
TimestampsCache - Interface in org.hibernate.cache.spi
Wrapper for a TimestampsRegion adding handling of stale results
TimestampsCacheFactory - Interface in org.hibernate.cache.spi
Responsible for building the TimestampsRegionAccessFactory to use for managing query results in regards to staleness of the underlying tables (sometimes called "query spaces" or "table spaces")
TimestampsRegion - Interface in org.hibernate.cache.spi
 
TimestampsRegionTemplate - Class in org.hibernate.cache.spi.support
 
TimestampsRegionTemplate(String, RegionFactory, StorageAccess) - Constructor for class org.hibernate.cache.spi.support.TimestampsRegionTemplate
TimestampType - Class in org.hibernate.type
A type that maps between TIMESTAMP and Timestamp
TimestampType() - Constructor for class org.hibernate.type.TimestampType
 
TimestampTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for TIMESTAMP handling.
TimestampTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
 
TIMESTEN - org.hibernate.dialect.Database
 
TimesTenDialect - Class in org.hibernate.dialect
A SQL dialect for TimesTen 5.1.
TimesTenDialect() - Constructor for class org.hibernate.dialect.TimesTenDialect
Constructs a TimesTenDialect
TimeType - Class in org.hibernate.type
A type that maps between TIME and Time
TimeType() - Constructor for class org.hibernate.type.TimeType
 
TimeTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for TIME handling.
TimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
 
TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping TimeZone to JDBC VARCHAR.
TimeZoneComparator() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
TimeZoneType - Class in org.hibernate.type
A type mapping VARCHAR and TimeZone
TimeZoneType() - Constructor for class org.hibernate.type.TimeZoneType
 
TimeZoneTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for TimeZone handling.
TimeZoneTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
TimeZoneTypeDescriptor.TimeZoneComparator - Class in org.hibernate.type.descriptor.java
 
timingMatches(GenerationTiming) - Method in interface org.hibernate.tuple.ValueGeneration
Does this value generation occur with the given timing?
TinyIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for TINYINT handling.
TinyIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
 
TO_LIST - Static variable in class org.hibernate.transform.Transformers
Each row of results is a List
TO_PARENT - org.hibernate.type.ForeignKeyDirection
A foreign key from child to parent
toAccessType() - Method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Get the AccessType corresponding to this concurrency strategy.
toAliasedColumns(String, String) - Method in interface org.hibernate.loader.plan.spi.QuerySpace
Get the aliased column names for the specified property in the query space..
toAliasEntityMap(SqlFragmentAlias[]) - Static method in class org.hibernate.cfg.BinderHelper
 
toAliasString(String) - Method in class org.hibernate.sql.Alias
 
toAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toAliasTableMap(SqlFragmentAlias[]) - Static method in class org.hibernate.cfg.BinderHelper
 
toAnyDefinition() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
toAnyDefinition() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
toAnyDefinition() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
toAnyMappingDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
If the element type returned by CollectionElementDefinition.getType() is an AnyType, then the any mapping definition for the collection element is returned; otherwise, IllegalStateException is thrown.
toAnyMappingDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
If the index type returned by CollectionIndexDefinition.getType() is an AnyType, then the any mapping definition for the collection index is returned; otherwise, IllegalStateException is thrown.
toArray() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
 
toArray() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
toArray() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
toArray() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
toArray() - Method in class org.hibernate.query.spi.StreamDecorator
 
toArray(IntFunction<A[]>) - Method in class org.hibernate.query.spi.StreamDecorator
 
toBoolean(boolean) - Method in enum org.hibernate.boot.model.TruthValue
 
toBoolean(TruthValue, boolean) - Static method in enum org.hibernate.boot.model.TruthValue
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.AbstractHANADialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.DerbyTenSevenDialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.Dialect
The SQL literal value to which this database maps boolean values.
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.H2Dialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.HSQLDialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.InformixDialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.Ingres10Dialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
toByte(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toBytes(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
ToBytesTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
toCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
toCollectionDefinition() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
toCollectionDefinition() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.loader.entity.NaturalIdType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.AnyType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CollectionType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ComponentType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CompositeCustomType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CustomType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ManyToOneType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.MetaType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.OneToOneType
 
toColumnNullness(Object, Mapping) - Method in interface org.hibernate.type.Type
Given an instance of the type, return an array of boolean, indicating which mapped columns would be null.
toColumns(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toColumns(String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Given a property path, return the corresponding column name(s).
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toColumns(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toColumns(String, int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Given the number of a property of a subclass, and a table alias, return the aliased column names.
toColumns(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toColumns(String, String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Obtain aliased column/formula fragments for the specified property path.
toColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
toColumns(String, String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Obtain aliased column/formula fragments for the specified property path.
toCompositeDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
If the index type returned by CollectionIndexDefinition.getType() is a CompositeType, then the composite index definition for the collection index is returned; otherwise, IllegalStateException is thrown.
toCompositeElementDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
If the element type returned by CollectionElementDefinition.getType() is a CompositeType, then the composite element definition for the collection element is returned; otherwise, IllegalStateException is thrown.
toConverterDescriptor(MetadataBuildingContext) - Method in interface org.hibernate.boot.AttributeConverterInfo
 
toConverterDescriptor(MetadataBuildingContext) - Method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
 
toDatabaseIdentifierText(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
toDomainValue(R) - Method in interface org.hibernate.metamodel.model.convert.spi.BasicValueConverter
Convert the relational form just retrieved from JDBC ResultSet into the domain form.
toEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
toEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
If the element type returned by CollectionElementDefinition.getType() is an EntityType, then the entity definition for the collection element is returned; otherwise, IllegalStateException is thrown.
toEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
If the index type returned by CollectionIndexDefinition.getType() is an EntityType, then the entity definition for the collection index is returned; otherwise, IllegalStateException is thrown.
toEntityDefinition() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
toEntityDefinition() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
toExternalForm() - Method in enum org.hibernate.LockMode
 
toFragmentString() - Method in class org.hibernate.sql.ANSICaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.CaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.ConditionFragment
 
toFragmentString() - Method in class org.hibernate.sql.DecodeCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.DerbyCaseFragment
From http://www.jroller.com/comments/kenlars99/Weblog/cloudscape_soon_to_be_derby
toFragmentString() - Method in class org.hibernate.sql.DisjunctionFragment
 
toFragmentString() - Method in class org.hibernate.sql.ForUpdateFragment
 
toFragmentString() - Method in class org.hibernate.sql.HSQLCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.InFragment
 
toFragmentString() - Method in class org.hibernate.sql.MckoiCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.SelectFragment
 
toFromElements(FromClause, HqlSqlWalker) - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
 
toFromFragmentString() - Method in class org.hibernate.sql.ANSIJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.JoinFragment
Render this fragment to its FROM clause portion
toFromFragmentString() - Method in class org.hibernate.sql.OracleJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.QueryJoinFragment
 
toFromFragmentString() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ForeingKeyProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Render the SQL fragment to be used in the GROUP BY clause
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
 
toGroupSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
toIdentifier(String) - Static method in class org.hibernate.boot.model.naming.DatabaseIdentifier
 
toIdentifier(String) - Static method in class org.hibernate.boot.model.naming.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String) - Method in class org.hibernate.boot.model.relational.Database
Wrap the raw name of a database object in it's Identifier form accounting for quoting from any of: explicit quoting in the name itself global request to quote all identifiers
toIdentifier(String) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String, boolean) - Static method in class org.hibernate.boot.model.naming.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String, boolean) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String, MetadataBuildingContext) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
Easy hook to build an Identifier using the keyword safe IdentifierHelper.
toInt(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toInteger(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ExistsSubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertiesSubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertySubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleSubqueryExpression
 
toLeftSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
 
ToListResultTransformer - Class in org.hibernate.transform
Transforms each result row from a tuple into a List whose elements are each tuple value
toLoggableString() - Method in interface org.hibernate.boot.model.relational.Loggable
Obtain the string representation of this value usable in log statements.
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.loader.entity.NaturalIdType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ArrayType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CompositeCustomType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Generate a loggable representation of an instance of the value mapped by this type.
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EnumType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Generate a representation of the value for logging purposes.
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.LoggableUserType
Generate a loggable string representation of the collection (value).
toLong(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toMatchString(String) - Method in enum org.hibernate.criterion.MatchMode
Convert the pattern, by appending/prepending "%"
toMemento(SessionFactoryImpl, Map<String, ResultSetMappingDefinition>) - Method in class org.hibernate.cfg.annotations.NamedProcedureCallDefinition
 
toMetaDataCatalogName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Render the Identifier representation of a catalog name into the String form needed in DatabaseMetaData calls.
toMetaDataObjectName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Render the Identifier representation of an object name (table, sequence, etc) into the String form needed in DatabaseMetaData calls.
toMetaDataSchemaName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Render the Identifier representation of a schema name into the String form needed in DatabaseMetaData calls.
toName(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
toNationalizedTypeCode(int) - Static method in class org.hibernate.type.descriptor.sql.NationalizedTypeMappings
 
ToolingHint - Class in org.hibernate.boot.model.source.spi
 
ToolingHint(String, boolean) - Constructor for class org.hibernate.boot.model.source.spi.ToolingHint
 
ToolingHintContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
Contract for JAXB bindings which are containers of tooling hints.
ToolingHintContext - Class in org.hibernate.boot.model.source.spi
Represents a collection of "tooling hints" (<meta/> mapping info) keyed by a name.
ToolingHintContext(ToolingHintContext) - Constructor for class org.hibernate.boot.model.source.spi.ToolingHintContext
 
ToolingHintContextContainer - Interface in org.hibernate.boot.model.source.spi
 
toolingHints - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
 
TooManyRowsAffectedException - Exception in org.hibernate.jdbc
Indicates that more rows were affected then we were expecting to be.
TooManyRowsAffectedException(String, int, int) - Constructor for exception org.hibernate.jdbc.TooManyRowsAffectedException
 
toOnDemandForm() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessor
Deprecated.
Going away!
ToOne - Class in org.hibernate.mapping
A simple-point association (ie.
ToOne(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.ToOne
 
ToOne(MetadataImplementor, Table) - Constructor for class org.hibernate.mapping.ToOne
Deprecated.
ToOneBinder - Class in org.hibernate.cfg
Work in progress The goal of this class is to aggregate all operations related to ToOne binding operations
ToOneBinder() - Constructor for class org.hibernate.cfg.ToOneBinder
 
ToOneFkSecondPass - Class in org.hibernate.cfg
Enable a proper set of the FK columns in respect with the id column order Allow the correct implementation of the default EJB3 values which needs both sides of the association to be resolved
ToOneFkSecondPass(ToOne, Ejb3JoinColumn[], boolean, String, String, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.ToOneFkSecondPass
 
toOrdinal(E) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
toPackageDescriptor(ArchiveEntry) - Method in class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalName(Identifier, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
Handle converting a logical name to a physical name
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
topLevelMergeComplete(EventSource) - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called when the top-level merge operation is complete.
TopLimitHandler - Class in org.hibernate.dialect.pagination
 
TopLimitHandler(boolean, boolean) - Constructor for class org.hibernate.dialect.pagination.TopLimitHandler
 
toQueryString() - Method in class org.hibernate.sql.QuerySelect
 
toRelationalValue(O) - Method in interface org.hibernate.metamodel.model.convert.spi.BasicValueConverter
Convert the domain form into the relational form in preparation for storage into JDBC
toResultSetType() - Method in enum org.hibernate.ScrollMode
Get the corresponding JDBC scroll type code constant value.
toSerializableSet(String[]) - Method in class org.hibernate.cache.spi.QuerySpacesHelper
 
toShort(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toSqlLiteral(Object) - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
toSqlSelectFragments(String) - Method in interface org.hibernate.loader.plan.spi.Fetch
Generates the SQL select fragments for this fetch.
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.ForeingKeyProjection
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
 
toSqlString(Criteria, int, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
Render the SQL fragment to be used in the SELECT clause.
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
 
toSqlString(Criteria, int, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.BetweenExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Criterion
Render the SQL fragment
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ForeignKeyExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ForeignKeyNullExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierEqExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IlikeExpression
Deprecated.
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.InExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Junction
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LikeExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LogicalExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NaturalIdentifier
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotNullExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NullExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Order
Render the SQL fragment
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SizeExpression
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLCriterion
 
toSqlString(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
 
toStatement() - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
 
toStatement() - Method in class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBuilder
 
toStatement() - Method in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBuilder
 
toStatement() - Method in class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListBuilder
 
toStatement(String) - Method in class org.hibernate.hql.spi.id.cte.CteValuesListBuilder
 
toStatementString() - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
 
toStatementString() - Method in class org.hibernate.sql.Delete
 
toStatementString() - Method in class org.hibernate.sql.Insert
 
toStatementString() - Method in class org.hibernate.sql.InsertSelect
 
toStatementString() - Method in class org.hibernate.sql.Select
Construct an SQL SELECT statement from the given clauses
toStatementString() - Method in class org.hibernate.sql.SimpleSelect
 
toStatementString() - Method in class org.hibernate.sql.Update
 
toString() - Method in class org.hibernate.boot.jaxb.Origin
 
toString() - Method in class org.hibernate.boot.model.Caching
 
toString() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
toString() - Method in class org.hibernate.boot.model.naming.Identifier
 
toString() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
toString() - Method in class org.hibernate.boot.model.relational.Namespace
 
toString() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
toString() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
toString() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
toString() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
toString() - Method in class org.hibernate.boot.model.TypeDefinition
 
toString() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
toString() - Method in enum org.hibernate.cache.spi.access.AccessType
 
toString() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
 
toString() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
toString() - Method in class org.hibernate.cache.spi.FilterKey
 
toString() - Method in class org.hibernate.cache.spi.QueryKey
 
toString() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
toString() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
toString() - Method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
 
toString() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
toString() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
toString() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
toString() - Method in class org.hibernate.cfg.Ejb3Column
 
toString() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
 
toString() - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
toString() - Method in enum org.hibernate.cfg.MetadataSourceType
 
toString() - Method in class org.hibernate.cfg.PropertyInferredData
 
toString() - Method in class org.hibernate.criterion.AbstractEmptinessExpression
 
toString() - Method in class org.hibernate.criterion.AggregateProjection
 
toString() - Method in class org.hibernate.criterion.AliasedProjection
 
toString() - Method in class org.hibernate.criterion.BetweenExpression
 
toString() - Method in class org.hibernate.criterion.CountProjection
 
toString() - Method in class org.hibernate.criterion.DetachedCriteria
 
toString() - Method in class org.hibernate.criterion.Distinct
 
toString() - Method in class org.hibernate.criterion.Example
 
toString() - Method in class org.hibernate.criterion.ForeingKeyProjection
 
toString() - Method in class org.hibernate.criterion.IdentifierEqExpression
 
toString() - Method in class org.hibernate.criterion.IdentifierProjection
 
toString() - Method in class org.hibernate.criterion.IlikeExpression
Deprecated.
 
toString() - Method in class org.hibernate.criterion.InExpression
 
toString() - Method in class org.hibernate.criterion.Junction
 
toString() - Method in class org.hibernate.criterion.LogicalExpression
 
toString() - Method in class org.hibernate.criterion.NotExpression
 
toString() - Method in class org.hibernate.criterion.NotNullExpression
 
toString() - Method in class org.hibernate.criterion.NullExpression
 
toString() - Method in class org.hibernate.criterion.Order
 
toString() - Method in class org.hibernate.criterion.ProjectionList
 
toString() - Method in class org.hibernate.criterion.PropertyExpression
 
toString() - Method in class org.hibernate.criterion.PropertyProjection
 
toString() - Method in class org.hibernate.criterion.RowCountProjection
 
toString() - Method in class org.hibernate.criterion.SimpleExpression
 
toString() - Method in class org.hibernate.criterion.SizeExpression
 
toString() - Method in class org.hibernate.criterion.SQLCriterion
 
toString() - Method in class org.hibernate.criterion.SQLProjection
 
toString() - Method in class org.hibernate.dialect.Dialect
 
toString() - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
 
toString() - Method in class org.hibernate.dialect.function.StandardJDBCEscapeFunction
 
toString() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
toString() - Method in enum org.hibernate.engine.profile.Fetch.Style
 
toString() - Method in class org.hibernate.engine.profile.Fetch
 
toString() - Method in class org.hibernate.engine.spi.ActionQueue
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
toString() - Method in class org.hibernate.engine.spi.CollectionEntry
 
toString() - Method in class org.hibernate.engine.spi.CollectionKey
 
toString() - Method in interface org.hibernate.engine.spi.EntityEntry
 
toString() - Method in class org.hibernate.engine.spi.EntityKey
 
toString() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
toString() - Method in class org.hibernate.engine.spi.ExecutableList
 
toString() - Method in class org.hibernate.engine.spi.IdentifierValue
 
toString() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
 
toString() - Method in interface org.hibernate.engine.spi.PersistenceContext
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.spi.SubselectFetch
 
toString() - Method in class org.hibernate.engine.spi.TypedValue
 
toString() - Method in class org.hibernate.engine.spi.VersionValue
 
toString() - Method in enum org.hibernate.EntityMode
 
toString() - Method in class org.hibernate.event.spi.EventType
 
toString() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
toString() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
 
toString() - Method in class org.hibernate.loader.collection.BasicCollectionJoinWalker
 
toString() - Method in class org.hibernate.loader.collection.CollectionLoader
 
toString() - Method in class org.hibernate.loader.collection.OneToManyJoinWalker
 
toString() - Method in class org.hibernate.loader.collection.plan.CollectionLoader
 
toString() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
 
toString() - Method in class org.hibernate.loader.GeneratedCollectionAliases
 
toString() - Method in class org.hibernate.loader.Loader
 
toString() - Method in class org.hibernate.loader.PropertyPath
 
toString() - Method in class org.hibernate.mapping.Collection
 
toString() - Method in class org.hibernate.mapping.Column
 
toString() - Method in class org.hibernate.mapping.Component
 
toString() - Method in class org.hibernate.mapping.Constraint
 
toString() - Method in class org.hibernate.mapping.ForeignKey
 
toString() - Method in class org.hibernate.mapping.Formula
 
toString() - Method in class org.hibernate.mapping.Index
 
toString() - Method in class org.hibernate.mapping.Join
 
toString() - Method in class org.hibernate.mapping.MetaAttribute
 
toString() - Method in class org.hibernate.mapping.PersistentClass
 
toString() - Method in class org.hibernate.mapping.Property
 
toString() - Method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
toString() - Method in class org.hibernate.mapping.SimpleValue
 
toString() - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
toString() - Method in class org.hibernate.mapping.Table
 
toString() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
toString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toString() - Method in class org.hibernate.persister.entity.Queryable.Declarer
 
toString() - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
toString() - Method in exception org.hibernate.PropertySetterAccessException
 
toString() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
Deprecated.
 
toString() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
Deprecated.
 
toString() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
Deprecated.
 
toString() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
toString() - Method in enum org.hibernate.tool.schema.Action
 
toString() - Method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
 
toString() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
toString() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
toString() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
toString() - Method in class org.hibernate.tuple.IdentifierProperty
 
toString() - Method in class org.hibernate.type.CollectionType
 
toString() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
toString() - Method in class org.hibernate.type.EntityType
Generates a string representation of this type.
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
toString(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
toString(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toString(Byte) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
toString(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
toString(Character) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
toString(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
toString(Class) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
toString(Double) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
toString(Float) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
toString(Integer) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
toString(Long) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
toString(Object) - Method in class org.hibernate.type.CustomType
 
toString(Short) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
toString(String) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
toString(String) - Method in class org.hibernate.type.StringNVarcharType
 
toString(String) - Method in class org.hibernate.type.StringType
 
toString(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
toString(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
toString(URL) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
toString(URL) - Method in class org.hibernate.type.UrlType
 
toString(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
toString(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
toString(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
toString(Duration) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
toString(Instant) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
toString(LocalDate) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
toString(LocalDateTime) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
toString(LocalTime) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
toString(OffsetDateTime) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
toString(OffsetTime) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
toString(ZonedDateTime) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
toString(Currency) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
toString(Locale) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
toString(TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
toString(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
toString(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
toString(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
Deprecated.
 
toString(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
toString(T) - Method in interface org.hibernate.type.PrimitiveType
Retrieve the string representation of the given value.
toString(T) - Method in interface org.hibernate.type.SingleColumnType
 
toString(T) - Method in interface org.hibernate.type.StringRepresentableType
Render the value to the string representation.
toStringArray(Set) - Method in class org.hibernate.cache.spi.QuerySpacesHelper
 
toStringSet(String[]) - Method in class org.hibernate.cache.spi.QuerySpacesHelper
 
ToStringTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
toSubselectString(String) - Method in class org.hibernate.engine.spi.SubselectFetch
 
toType(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toType(String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
toType(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
toType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Given a component path expression, get the type of the property
toType(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toType(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a component path expression, get the type of the property
toUnquotedAliasString(String) - Method in class org.hibernate.sql.Alias
 
toUnquotedAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toWhereClause() - Method in class org.hibernate.sql.SimpleSelect
 
toWhereFragmentString() - Method in class org.hibernate.sql.ANSIJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.JoinFragment
Render this fragment to its WHERE clause portion
toWhereFragmentString() - Method in class org.hibernate.sql.OracleJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.QueryJoinFragment
 
toWhereFragmentString() - Method in class org.hibernate.sql.Sybase11JoinFragment
 
toXMLString(Object) - Method in class org.hibernate.type.EnumType
 
toXMLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Deprecated.
To be removed in 5. Implement StringRepresentableType.toString(Object) instead. See HHH-7776 for details
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
trace(String) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
Method for logging execution trace information.
trace(String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
TRACE_ENABLED - Static variable in interface org.hibernate.bytecode.BytecodeLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
TRACE_ENABLED - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
TRACE_ENABLED - Static variable in class org.hibernate.tool.schema.SchemaToolingLogging
 
traceIn(String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
traceIn(String) - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
 
traceIn(String, AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
traceLog(NativeSQLQueryReturn.TraceLogger) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
 
traceLog(NativeSQLQueryReturn.TraceLogger) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
 
traceLog(NativeSQLQueryReturn.TraceLogger) - Method in interface org.hibernate.engine.query.spi.sql.NativeSQLQueryReturn
 
traceLog(NativeSQLQueryReturn.TraceLogger) - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
traceLoggableFormat() - Method in class org.hibernate.engine.ResultSetMappingDefinition
 
traceOut(String) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
 
traceOut(String) - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
 
traceOut(String, AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentRenderer
 
traceParameters(SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
 
TRACKER_CHANGER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to add changed fields
TRACKER_CLEAR_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to clear stored dirty attributes
TRACKER_COLLECTION_CHANGED_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to get dirty collection field names
TRACKER_COLLECTION_CHANGED_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to check if collection fields are dirty
TRACKER_COLLECTION_CLEAR_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to clear dirty attribute on collection fields
TRACKER_COLLECTION_GET_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to check if collection fields are dirty
TRACKER_COLLECTION_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field that holds the collection tracker
TRACKER_COMPOSITE_CLEAR_OWNER - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Method to clear the owner of the embedded entity
TRACKER_COMPOSITE_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Field to hold the track the owner of the embeddable entity
TRACKER_COMPOSITE_SET_OWNER - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Method to set the owner of the embedded entity
TRACKER_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of tracker field
TRACKER_GET_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to fetch dirty attributes
TRACKER_HAS_CHANGED_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to see if any fields has changed
TRACKER_SUSPEND_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to suspend dirty tracking
TRAILING - Static variable in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
 
TRAILING_SPACE_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
The SQLFunctionTemplate pattern for the trimming trailing spaces
TRAILING_TRIM_TEMPLATE - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
A template for the series of calls required to trim non-space chars from the end of text.
Transaction - Interface in org.hibernate
Defines the contract for abstracting applications from the configured underlying means of transaction management.
TRANSACTION_COORDINATOR_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the implementation of TransactionCoordinatorBuilder to use for creating TransactionCoordinator instances.
TRANSACTION_TYPE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
TRANSACTIONAL - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates that the transaction strategy should be applied.
TRANSACTIONAL - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
TRANSACTIONAL - org.hibernate.cache.spi.access.AccessType
A read and write strategy where isolation/locking is maintained in conjunction with a JTA transaction.
transactionCompleted(boolean) - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
transactionCompleted(boolean) - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Callback that the underling resource transaction to which the owning Session was joined is in the "completed" stage.
transactionCompleting() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
transactionCompleting() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Callback that the underling resource transaction to which the owning Session was joined is in the beginning stages of completing.
transactionCompletion(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
transactionCompletion(boolean) - Method in interface org.hibernate.SessionEventListener
 
transactionContext() - Method in interface org.hibernate.SharedSessionBuilder
Deprecated.
TransactionCoordinator - Interface in org.hibernate.resource.transaction.spi
Models the coordination of all transaction related flows.
TransactionCoordinator.TransactionDriver - Interface in org.hibernate.resource.transaction.spi
Provides the means for "local transactions" (as transaction drivers) to control the underlying "physical transaction" currently associated with the TransactionCoordinator.
TransactionCoordinatorBuilder - Interface in org.hibernate.resource.transaction.spi
Builder for TransactionCoordinator instances
TransactionCoordinatorBuilder.Options - Interface in org.hibernate.resource.transaction.spi
Access to options to are specific to each TransactionCoordinator instance
TransactionCoordinatorOwner - Interface in org.hibernate.resource.transaction.spi
Models an owner of a TransactionCoordinator.
TransactionException - Exception in org.hibernate
Indicates that a transaction could not be begun, committed or rolled back.
TransactionException(String) - Constructor for exception org.hibernate.TransactionException
Constructs a TransactionException using the specified information.
TransactionException(String, Throwable) - Constructor for exception org.hibernate.TransactionException
Constructs a TransactionException using the specified information.
TransactionImplementor - Interface in org.hibernate.engine.transaction.spi
 
transactionJoined() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
transactionJoined() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Callback that owning Session has become joined to a resource transaction.
TransactionObserver - Interface in org.hibernate.engine.transaction.spi
Observer of internal transaction events.
TransactionRequiredForJoinException - Exception in org.hibernate.resource.transaction
Indicates a call to TransactionCoordinator.explicitJoin() that requires an active transaction where there currently is none.
TransactionRequiredForJoinException(String) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
 
TransactionRequiredForJoinException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
 
transactionResumed() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Currently not used.
TransactionStatus - Enum in org.hibernate.resource.transaction.spi
Enumeration of statuses in which a transaction facade (Transaction) might be.
transactionSuspended() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Currently not used.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface org.hibernate.bytecode.spi.ClassTransformer
Invoked when a class is being loaded or redefined to add hooks for persistence bytecode manipulation.
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
transform(UUID) - Method in interface org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ValueTransformer
 
transformArgument(String) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
Called from VarArgsSQLFunction.render(org.hibernate.type.Type, java.util.List, org.hibernate.engine.spi.SessionFactoryImplementor) to allow applying a change or transformation to each individual argument.
transformAttributePath(AttributePath) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
transformAttributePath(AttributePath) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
For JPA standards we typically need the unqualified name.
transformEntityName(EntityNaming) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
transformEntityName(EntityNaming) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
Transformers - Class in org.hibernate.transform
 
transformList(List) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
 
transformList(List) - Method in class org.hibernate.transform.BasicTransformerAdapter
 
transformList(List) - Method in class org.hibernate.transform.CacheableResultTransformer
 
transformList(List) - Method in class org.hibernate.transform.DistinctResultTransformer
Uniquely distinct each tuple row here.
transformList(List) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
transformList(List) - Method in interface org.hibernate.transform.ResultTransformer
Here we have an opportunity to perform transformation on the query result as a whole.
transformSelectString(String) - Method in class org.hibernate.dialect.Dialect
Meant as a means for end users to affect the select strings being sent to the database and perhaps manipulate them in some fashion.
transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.CriteriaQueryTupleTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.NativeQueryTupleTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Wrap the incoming tuples in a call to our configured constructor.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.BasicTransformerAdapter
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.CacheableResultTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.PassThroughResultTransformer
 
transformTuple(Object[], String[]) - Method in interface org.hibernate.transform.ResultTransformer
Tuples are the elements making up each "row" of the query result.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.RootEntityResultTransformer
Return just the root entity from the row tuple.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.ToListResultTransformer
 
TransientObjectException - Exception in org.hibernate
Thrown when the user passes a transient instance to a Session method that expects a persistent instance.
TransientObjectException(String) - Constructor for exception org.hibernate.TransientObjectException
Constructs a TransientObjectException using the supplied message.
TransientPropertyValueException - Exception in org.hibernate
Thrown when a property cannot be persisted because it is an association with a transient unsaved entity instance.
TransientPropertyValueException(String, String, String, String) - Constructor for exception org.hibernate.TransientPropertyValueException
Constructs a TransientPropertyValueException instance.
translate(TranslationContext, String) - Static method in class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator
Perform the translation of the user-supplied fragment, returning the translation.
translateOrderBy(String, ColumnMapper, SessionFactoryImplementor, Dialect, SQLFunctionRegistry) - Static method in class org.hibernate.sql.Template
Performs order-by template rendering allowing column mapping.
TranslationContext - Interface in org.hibernate.sql.ordering.antlr
Contract for contextual information required to perform translation.
TreePrinterHelper - Class in org.hibernate.loader.plan.build.spi
A singleton helper class for printing tree structures using indentation.
TrimFunctionTemplate - Class in org.hibernate.dialect.function
Defines the basic template support for TRIM functions
TrimFunctionTemplate() - Constructor for class org.hibernate.dialect.function.TrimFunctionTemplate
 
TrimFunctionTemplate.Options - Class in org.hibernate.dialect.function
 
TrimFunctionTemplate.Specification - Class in org.hibernate.dialect.function
 
TRUE - org.hibernate.annotations.LazyCollectionOption
Load it when the state is requested.
TRUE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
TRUE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
TRUE - org.hibernate.boot.model.TruthValue
 
TRUE_FALSE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC CHAR(1) (using 'T'/'F').
TrueFalseType - Class in org.hibernate.type
A type that maps between CHAR(1) and Boolean (using 'T' and 'F')
TrueFalseType() - Constructor for class org.hibernate.type.TrueFalseType
 
truncate(long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
TruthValue - Enum in org.hibernate.boot.model
An enumeration of truth values.
TupleBuilderTransformer - Class in org.hibernate.jpa.spi
ResultTransformer adapter for handling Tuple results from HQL/JPQL queries
TupleBuilderTransformer(Query) - Constructor for class org.hibernate.jpa.spi.TupleBuilderTransformer
 
TupleBuilderTransformer.HqlTupleElementImpl<X> - Class in org.hibernate.jpa.spi
 
TupleBuilderTransformer.HqlTupleImpl - Class in org.hibernate.jpa.spi
 
TupleSubsetResultTransformer - Interface in org.hibernate.transform
A ResultTransformer that operates on "well-defined" and consistent subset of a tuple's elements.
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Tuplizer - Interface in org.hibernate.tuple
A tuplizer defines the contract for things which know how to manage a particular representation of a piece of data, given that representation's EntityMode (the entity-mode essentially defining which representation).
Tuplizer - Annotation Type in org.hibernate.annotations
Define a tuplizer for an entity or a component.
Tuplizers - Annotation Type in org.hibernate.annotations
Grouping of tuplizers.
TWO_SINGLE_QUOTES_REPLACEMENT - Static variable in class org.hibernate.dialect.Dialect
 
type - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
type - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
type() - Method in annotation type org.hibernate.annotations.CollectionId
id type, type.type() must be set.
type() - Method in annotation type org.hibernate.annotations.CollectionType
Deprecated.
Names the type.
type() - Method in annotation type org.hibernate.annotations.GeneratorType
The value generator type
type() - Method in annotation type org.hibernate.annotations.OptimisticLocking
Defines the style of optimistic locking for the entity.
type() - Method in annotation type org.hibernate.annotations.ParamDef
The type being defined, Typically this is the fully-qualified name of the Type, UserType or CompositeUserType implementation class.
type() - Method in annotation type org.hibernate.annotations.Polymorphism
Specifies the polymorphism type.
type() - Method in annotation type org.hibernate.annotations.Sort
Deprecated.
The type of sorting to use.
type() - Method in annotation type org.hibernate.annotations.Type
The Hibernate type name.
type(Class<Type>, Properties) - Method in class org.hibernate.type.TypeFactory
Deprecated.
 
Type - Interface in org.hibernate.type
Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).
Type - Annotation Type in org.hibernate.annotations
Defines a Hibernate type mapping.
TYPE - Static variable in class org.hibernate.type.EnumType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
TypeBootstrapContext - Interface in org.hibernate.type.spi
Provide a way to customize the Type instantiation process.
typeClass() - Method in annotation type org.hibernate.annotations.TypeDef
The type implementation class.
TypeConfiguration - Class in org.hibernate.type.spi
Defines a set of available Type instances as isolated from other configurations.
TypeConfiguration() - Constructor for class org.hibernate.type.spi.TypeConfiguration
 
TypeConfigurationAware - Interface in org.hibernate.type.spi
Optional contract for Types that would like to be part of the scoping process of the TypeConfiguration, specifically to receive access to the TypeConfiguration it is scoped to.
TypeContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
 
TypeContributions - Interface in org.hibernate.boot.model
Defines the target contributing types, whether via dialects or TypeContributor
TypeContributor - Interface in org.hibernate.boot.model
Contract for contributing types.
TypeContributorList - Interface in org.hibernate.jpa.boot.spi
 
typedef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
TypeDef - Class in org.hibernate.mapping
Placeholder for typedef information
TypeDef - Annotation Type in org.hibernate.annotations
A type definition.
TypeDef(String, Properties) - Constructor for class org.hibernate.mapping.TypeDef
 
TypeDefinition - Class in org.hibernate.boot.model
Models the information pertaining to a custom type definition supplied by the user.
TypeDefinition(String, Class, String[], Map<String, String>) - Constructor for class org.hibernate.boot.model.TypeDefinition
 
TypeDefinition(String, Class, String[], Properties) - Constructor for class org.hibernate.boot.model.TypeDefinition
 
TypeDefs - Annotation Type in org.hibernate.annotations
Plural form of TypeDef.
TypedParameterValue - Class in org.hibernate.jpa
Can be used to bind query parameter values.
TypedParameterValue(Type, Object) - Constructor for class org.hibernate.jpa.TypedParameterValue
 
TypedValue - Class in org.hibernate.engine.spi
An ordered pair of a value and its Hibernate type.
TypedValue(Type, Object) - Constructor for class org.hibernate.engine.spi.TypedValue
 
TypedValue(Type, Object, EntityMode) - Constructor for class org.hibernate.engine.spi.TypedValue
Deprecated.
explicit entity mode support is deprecated
TypeFactory - Class in org.hibernate.type
Deprecated.
Use TypeConfiguration instead
TypeFactory(TypeConfiguration) - Constructor for class org.hibernate.type.TypeFactory
Deprecated.
 
TypeFactory.TypeScope - Interface in org.hibernate.type
Deprecated.
TypeHelper - Class in org.hibernate.type
Deprecated.
with no real replacement. this was always intended as an internal class
TypeHelper - Interface in org.hibernate
Provides access to the various Type instances associated with the SessionFactory.
TypeInfo - Class in org.hibernate.engine.jdbc.spi
Models type info extracted from DatabaseMetaData.getTypeInfo()
TypeMismatchException - Exception in org.hibernate
Used when a user provided type does not match the expected one.
TypeMismatchException(String) - Constructor for exception org.hibernate.TypeMismatchException
Constructs a TypeMismatchException using the supplied message.
typeName() - Method in enum org.hibernate.annotations.SourceType
Get the corresponding Hibernate VersionType name.
TypeNames - Class in org.hibernate.dialect
This class maps a type to names.
TypeNames() - Constructor for class org.hibernate.dialect.TypeNames
 
TypeNullability - Enum in org.hibernate.engine.jdbc.spi
Describes the instrinsic nullability of a data type as reported by the JDBC driver.
TypeResolver - Class in org.hibernate.type
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
TypeResolver(TypeConfiguration, TypeFactory) - Constructor for class org.hibernate.type.TypeResolver
Deprecated.
 
TypeSearchability - Enum in org.hibernate.engine.jdbc.spi
Describes the searchability of a data type as reported by the JDBC driver.

U

unbind(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Unbind a value from JNDI by name.
UNDEFINED - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
UNDEFINED - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
UNDEFINED - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
UNDEFINED - Static variable in class org.hibernate.engine.spi.IdentifierValue
Assume nothing.
UNDEFINED - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
UNFETCHED_COLLECTION - Static variable in class org.hibernate.type.CollectionType
 
UNFETCHED_PROPERTY - Static variable in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
Marker value for uninitialized properties.
UNION - org.hibernate.boot.model.source.spi.InheritanceType
 
unionSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
unionSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
unionSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
UnionSubclass - Class in org.hibernate.mapping
A subclass in a table-per-concrete-class mapping
UnionSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.UnionSubclass
 
UnionSubclassEntityPersister - Class in org.hibernate.persister.entity
Implementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritance hierarchy.
UnionSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
unique() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
unique() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
UNIQUE_CONSTRAINT_SCHEMA_UPDATE_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Unique columns and unique keys both use unique constraints in most dialects.
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
 
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
UniqueConstraintHolder - Class in org.hibernate.cfg
UniqueConstraint annotations are handled via second pass.
UniqueConstraintHolder() - Constructor for class org.hibernate.cfg.UniqueConstraintHolder
 
UniqueConstraintSchemaUpdateStrategy - Enum in org.hibernate.tool.hbm2ddl
Unique columns and unique keys both use unique constraints in most dialects.
uniqueConstraintSql(UniqueKey) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
UniqueDelegate - Interface in org.hibernate.dialect.unique
Dialect-level delegate in charge of applying "uniqueness" to a column.
UniqueEntityLoader - Interface in org.hibernate.loader.entity
Loads entities for a EntityPersister
uniqueKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
uniqueKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
uniqueKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
UniqueKey - Class in org.hibernate.mapping
A relational unique key constraint
UniqueKey() - Constructor for class org.hibernate.mapping.UniqueKey
 
UniqueKeyLoadable - Interface in org.hibernate.persister.entity
 
uniqueKeyPropertyName - Variable in class org.hibernate.type.EntityType
 
uniqueKeyType - Variable in class org.hibernate.loader.entity.AbstractEntityLoader
 
uniqueResult() - Method in interface org.hibernate.Criteria
Convenience method to return a single instance that matches the query, or null if the query returns no results.
uniqueResult() - Method in interface org.hibernate.query.Query
 
uniqueResult() - Method in interface org.hibernate.Query
Deprecated.
Convenience method to return a single instance that matches the query, or null if the query returns no results.
uniqueResultOptional() - Method in interface org.hibernate.query.Query
 
UNKNOWN - org.hibernate.boot.model.TruthValue
 
UNKNOWN - org.hibernate.engine.jdbc.env.spi.SQLStateType
It is unknown.
UNKNOWN - org.hibernate.engine.jdbc.spi.TypeNullability
It is unknown if the data type accepts nulls
UNKNOWN - org.hibernate.procedure.spi.ParameterStrategy
We do not (yet) know
UNKNOWN_FILE_PATH - Static variable in class org.hibernate.boot.jaxb.Origin
 
UnknownAccessTypeException - Exception in org.hibernate.cache.spi.access
Indicates that an unknown AccessType external name was encountered or that an AccessType was requested that the underlying cache provider does not support.
UnknownAccessTypeException(String) - Constructor for exception org.hibernate.cache.spi.access.UnknownAccessTypeException
Constructs the UnknownAccessTypeException.
UnknownEntityTypeException - Exception in org.hibernate
Indicates an attempt was made to refer to an unknown entity name/class.
UnknownEntityTypeException(String) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
UnknownEntityTypeException(String, Throwable) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
UnknownPersisterException - Exception in org.hibernate.persister.spi
Indicates that the persister to use is not known and could not be determined.
UnknownPersisterException(String) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
 
UnknownPersisterException(String, Throwable) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
 
UnknownProfileException - Exception in org.hibernate
Used to indicate a request against an unknown profile name.
UnknownProfileException(String) - Constructor for exception org.hibernate.UnknownProfileException
Constructs an UnknownProfileException for the given name.
UnknownServiceException - Exception in org.hibernate.service
Indicates that an unknown service was requested from the registry.
UnknownServiceException(Class) - Constructor for exception org.hibernate.service.UnknownServiceException
 
UnknownSqlResultSetMappingException - Exception in org.hibernate.procedure
 
UnknownSqlResultSetMappingException(String) - Constructor for exception org.hibernate.procedure.UnknownSqlResultSetMappingException
 
unknownUnwrap(Class) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
UnknownUnwrapTypeException - Exception in org.hibernate.service
 
UnknownUnwrapTypeException(Class) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
 
UnknownUnwrapTypeException(Class, Throwable) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
 
unknownWrap(Class) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
UnloadedClass - Interface in org.hibernate.bytecode.enhance.spi
 
UnloadedField - Interface in org.hibernate.bytecode.enhance.spi
 
unlock(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
Unlocks this Lock, and timestamps the unlock event.
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
Since this is a non-strict read/write strategy item locking is not used.
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
 
unlockRegion(SoftLock) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter1
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter10
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter2
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter3
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter4
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter5
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter6
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter7
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter8
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter9
 
unordered() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
unordered() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
unordered() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
unordered() - Method in class org.hibernate.query.spi.StreamDecorator
 
unproxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity instance underlying the given proxy, throwing an exception if the proxy is uninitialized.
unproxy(Object) - Static method in class org.hibernate.Hibernate
Unproxies a HibernateProxy.
unproxy(T, Class<T>) - Static method in class org.hibernate.Hibernate
Unproxies a HibernateProxy.
unproxyAndReassociate(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Possibly unproxy the given reference and reassociate it with the current session.
unqualifyRegionName(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Deprecated.
(since 5.3) No replacement - added just to continue some backwards compatibility in supporting the newly deprecated methods expecting a qualified (prefix +) region name
unqualifyRegionName(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
Deprecated.
(since 5.3) No replacement - added just to continue some backwards compatibility in supporting the newly deprecated methods expecting a qualified (prefix +) region name
unregister(String...) - Method in class org.hibernate.type.BasicTypeRegistry
 
unRegisterStrategyImplementor(Class<T>, Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Un-registers a named implementor of a particular strategy contract.
UnresolvableObjectException - Exception in org.hibernate
Thrown when Hibernate could not resolve an object by id, especially when loading an association.
UnresolvableObjectException(Serializable, String) - Constructor for exception org.hibernate.UnresolvableObjectException
Constructs an UnresolvableObjectException using the specified information.
UnresolvableObjectException(String, Serializable, String) - Constructor for exception org.hibernate.UnresolvableObjectException
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
UnsavedValueStrategy - Interface in org.hibernate.engine.spi
The base contract for determining transient status versus detached status.
unScheduleDeletion(EntityEntry, Object) - Method in class org.hibernate.engine.spi.ActionQueue
 
unsetSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
unsetSession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
unsetSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
unsetSession() - Method in interface org.hibernate.proxy.LazyInitializer
Unset this initializer's reference to session.
unsetSession(SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassociate this collection from the given session.
UNSORTED - org.hibernate.annotations.SortType
Deprecated.
The collection is unsorted.
UnstructuredCacheEntry - Class in org.hibernate.cache.spi.entry
Unstructured CacheEntry format (used to store entities and collections).
UnsupportedLockAttemptException - Exception in org.hibernate
This exception is thrown when an invalid LockMode is selected for an entity.
UnsupportedLockAttemptException(String) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedLockAttemptException(String, Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedLockAttemptException(Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedOrmXsdVersionException - Exception in org.hibernate.boot
 
UnsupportedOrmXsdVersionException(String, Origin) - Constructor for exception org.hibernate.boot.UnsupportedOrmXsdVersionException
 
untransformToTuples(List) - Method in class org.hibernate.transform.CacheableResultTransformer
Untransforms, if necessary, a List of values previously transformed by this (or an equivalent) CacheableResultTransformer.
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
unwrap(char[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
unwrap(Boolean, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
unwrap(Byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
unwrap(Byte, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
unwrap(Character[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
unwrap(Character, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
unwrap(Class<M>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
unwrap(Class<S>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
unwrap(Class<T>) - Method in interface org.hibernate.boot.MetadataBuilder
Allows unwrapping this builder as another, more specific type.
unwrap(Class<T>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Allows unwrapping this builder as another, more specific type.
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
unwrap(Class<T>) - Method in interface org.hibernate.service.spi.Wrapped
Unproxy the service proxy
unwrap(Class, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
unwrap(Double, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
unwrap(Float, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
unwrap(Integer, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
unwrap(Long, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
unwrap(Short, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
unwrap(String, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
unwrap(BigDecimal, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
unwrap(BigInteger, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
unwrap(URL, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
unwrap(Blob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
unwrap(Clob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
unwrap(NClob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
unwrap(Duration, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
unwrap(Instant, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
unwrap(LocalDate, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
unwrap(LocalDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
unwrap(LocalTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
unwrap(OffsetDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
unwrap(OffsetTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
unwrap(ZonedDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
unwrap(Currency, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
unwrap(Locale, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
unwrap(TimeZone, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
unwrap(UUID, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Unwrap an instance of our handled Java type into the requested type.
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
Deprecated.
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
unwrapProxy - Variable in class org.hibernate.mapping.ToOne
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
 
updatable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
updatable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Update an object
update(Serializable, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Update a persistent instance
update(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
update(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
update(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
update(Object) - Method in interface org.hibernate.Session
Update the persistent instance with the identifier of the given detached instance.
update(Object) - Method in interface org.hibernate.StatelessSession
Update a row.
update(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
update(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
update(String, Object) - Method in interface org.hibernate.Session
Update the persistent instance with the identifier of the given detached instance.
update(String, Object) - Method in interface org.hibernate.StatelessSession
Update a row.
update(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been updated (beforeQuery the transaction completes), instead of calling evict().
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been updated (beforeQuery the transaction completes), instead of calling evict().
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
Update - Class in org.hibernate.sql
An SQL UPDATE statement
Update(Dialect) - Constructor for class org.hibernate.sql.Update
 
UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
UPDATE - org.hibernate.boot.SchemaAutoTooling
Update (alter) the schema on SessionFactory startup.
UPDATE - org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
UPDATE - org.hibernate.engine.spi.CachedNaturalIdValueSource
 
UPDATE - org.hibernate.secure.spi.PermissibleAction
Deprecated.
 
UPDATE - org.hibernate.sql.ast.Clause
The update set clause
UPDATE - org.hibernate.tool.schema.Action
"update" (Hibernate only) - update (alter) the database schema
UPDATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / update
UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
updateCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
updateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection was updated.
UpdateCountOutput - Interface in org.hibernate.result
Models a return that is an update count (count of rows affected)
updateEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being updated.
UpdateHandlerImpl - Class in org.hibernate.hql.spi.id.persistent
 
UpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker, IdTableInfo) - Constructor for class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
 
UpdateLockingStrategy - Class in org.hibernate.dialect.lock
A locking strategy where the locks are obtained through update statements.
UpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.UpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
updateOrInsert(Serializable, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL UPDATE or SQL INSERT
updateResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
updateRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
updateRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Update the persistent state of any elements that were modified
UpdateTimestamp - Annotation Type in org.hibernate.annotations
Marks a property as the update timestamp of the containing entity.
UpdateTimestampGeneration - Class in org.hibernate.tuple
Value generation implementation for UpdateTimestamp.
UpdateTimestampGeneration() - Constructor for class org.hibernate.tuple.UpdateTimestampGeneration
 
UpdateTimestampsCache - Interface in org.hibernate.cache.spi
Deprecated.
Use TimestampsCache instead
updateTimestampsCacheHit() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a hit to the timestamp cache
updateTimestampsCacheMiss() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a miss to the timestamp cache
updateTimestampsCachePut() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put to the timestamp cache
UPGRADE - org.hibernate.LockMode
Deprecated.
instead use PESSIMISTIC_WRITE
UPGRADE - Static variable in class org.hibernate.LockOptions
Represents LockMode.UPGRADE (will wait forever for lock and scope of false meaning only entity is locked).
UPGRADE_NOWAIT - org.hibernate.LockMode
Attempt to obtain an upgrade lock, using an Oracle-style select for update nowait.
UPGRADE_SKIPLOCKED - org.hibernate.LockMode
Attempt to obtain an upgrade lock, using an Oracle-style select for update skip locked.
upgradeLocks() - Method in class org.hibernate.loader.hql.QueryLoader
 
upgradeLocks() - Method in class org.hibernate.loader.Loader
Does this query return objects that might be already cached by the session, whose lock mode may need upgrading
UPPER - org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
The identifier is stored in upper case.
URL - org.hibernate.boot.jaxb.SourceType
 
URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the JDBC connection url.
URL - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping URL to JDBC VARCHAR.
UrlType - Class in org.hibernate.type
A type that maps between VARCHAR and URL
UrlType() - Constructor for class org.hibernate.type.UrlType
 
UrlTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for URL handling.
UrlTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
usage - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
usage - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
usage - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
usage() - Method in annotation type org.hibernate.annotations.Cache
The concurrency strategy chosen.
USE_DIRECT_REFERENCE_CACHE_ENTRIES - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable direct storage of entity references into the second level cache when applicable (immutable data, etc).
USE_ENTITY_WHERE_CLAUSE_FOR_COLLECTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Controls whether an entity's "where" clause, mapped using @Where(clause="....") or <entity ...
USE_GET_GENERATED_KEYS - Static variable in interface org.hibernate.cfg.AvailableSettings
Tells the JDBC driver to attempt to retrieve row Id with the JDBC 3.0 PreparedStatement.getGeneratedKeys() method.
USE_IDENTIFIER_ROLLBACK - Static variable in interface org.hibernate.cfg.AvailableSettings
 
USE_LEGACY_LIMIT_HANDLERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting which indicates whether or not to use LimitHandler implementations that sacrifices performance optimizations to allow legacy 4.x limit behavior.
USE_MINIMAL_PUTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Optimize the cache for minimal puts instead of minimal gets
USE_NATIONALIZED_CHARACTER_DATA - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable nationalized character support on all string / clob based attribute ( string, char, clob, text etc ).
USE_NEW_ID_GENERATOR_MAPPINGS - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting which indicates whether or not the new IdentifierGenerator are used for AUTO, TABLE and SEQUENCE.
USE_QUERY_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable the query cache (disabled by default)
USE_REFLECTION_OPTIMIZER - Static variable in interface org.hibernate.cfg.AvailableSettings
Use bytecode libraries optimized property access
USE_SCROLLABLE_RESULTSET - Static variable in interface org.hibernate.cfg.AvailableSettings
Use JDBC scrollable ResultSets.
USE_SECOND_LEVEL_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable the second-level cache.
USE_SQL_COMMENTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Add comments to the generated SQL
USE_STREAMS_FOR_BINARY - Static variable in interface org.hibernate.cfg.AvailableSettings
Use java.io streams to read / write binary data from / to JDBC
USE_STRUCTURED_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable use of structured second-level cache entries
useDynamicInsert() - Method in class org.hibernate.mapping.PersistentClass
 
useDynamicInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useDynamicUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
useDynamicUpdate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useFollowOnLocking() - Method in class org.hibernate.dialect.Dialect
useFollowOnLocking(QueryParameters) - Method in class org.hibernate.dialect.Dialect
Some dialects have trouble applying pessimistic locking depending upon what other query options are specified (paging, ordering, etc).
useFollowOnLocking(QueryParameters) - Method in class org.hibernate.dialect.Oracle8iDialect
For Oracle, the FOR UPDATE clause cannot be applied when using ORDER BY, DISTINCT or views.
useFollowOnLocking(QueryParameters) - Method in class org.hibernate.dialect.Teradata14Dialect
 
useGetGeneratedKeys() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.CockroachDB192Dialect
 
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.Dialect
Should LOBs (both BLOB and CLOB) be bound using stream operations (i.e.
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
 
useInsertSelectIdentity() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useJpaCompliantCreation() - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer.LifecycleOptions
 
useLegacyProxyClassnames() - Static method in class org.hibernate.cfg.Environment
Deprecated.
This option will be removed soon and should not be relied on.
useLHSPrimaryKey() - Method in class org.hibernate.type.AnyType
 
useLHSPrimaryKey() - Method in interface org.hibernate.type.AssociationType
Is the primary key of the owning entity table to be used in the join?
useLHSPrimaryKey() - Method in class org.hibernate.type.CollectionType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.ManyToOneType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.OneToOneType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.SpecialOneToOneType
 
useLimit(LimitHandler, RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
Should limit be applied?
useMaxForLimit - Variable in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.Cache71Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.DB2390Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
useMaxForLimit() - Method in class org.hibernate.dialect.InformixDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Ingres9Dialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.IngresDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
Deprecated.
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the LIMIT clause take a "maximum" row number instead of a total number of returned rows?
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.Informix10LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.TimesTenDialect
 
useNationalizedCharacterData() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
useNationalizedCharacterData() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Should we use nationalized variants of character data (e.g.
USER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the connection user.
UserCollectionType - Interface in org.hibernate.usertype
A custom type for mapping user-written classes that implement PersistentCollection
useReflectionOptimizer() - Static method in class org.hibernate.cfg.Environment
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
UserType - Interface in org.hibernate.usertype
This interface should be implemented by user-defined "types".
UserVersionType - Interface in org.hibernate.usertype
A user type that may be used for a version property
usesJoinTable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
useStreamForLobBinding() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
useStreamForLobBinding() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Should streams be used for binding LOB values.
useStreamsForBinary() - Static method in class org.hibernate.cfg.Environment
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
useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.AbstractHANADialect
 
useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
 
useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
useUnownedCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Take ownership of a previously unowned collection, if one.
using(String, Object) - Method in interface org.hibernate.NaturalIdLoadAccess
Add a NaturalId attribute value.
usingLegacyCacheName(String, String) - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
usingLegacyCacheName(String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
usingLegacyCacheName$str() - Method in class org.hibernate.cache.spi.SecondLevelCacheLogger_$logger
 
USUAL_EXPECTED_COUNT - Static variable in class org.hibernate.jdbc.Expectations
 
USUAL_PARAM_POSITION - Static variable in class org.hibernate.jdbc.Expectations
 
uuid() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
UUID_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC BINARY.
UUID_CHAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC CHAR.
UUID_GEN_STRATEGY - Static variable in class org.hibernate.id.UUIDGenerator
 
UUID_GEN_STRATEGY_CLASS - Static variable in class org.hibernate.id.UUIDGenerator
 
UUIDBinaryType - Class in org.hibernate.type
A type mapping Types.BINARY and UUID
UUIDBinaryType() - Constructor for class org.hibernate.type.UUIDBinaryType
 
UUIDCharType - Class in org.hibernate.type
A type mapping Types.CHAR (or Types.VARCHAR) and UUID
UUIDCharType() - Constructor for class org.hibernate.type.UUIDCharType
 
UUIDGenerationStrategy - Interface in org.hibernate.id
A strategy for generating a variant 2 UUID value.
UUIDGenerator - Class in org.hibernate.id
An IdentifierGenerator which generates UUID values using a pluggable generation strategy.
UUIDGenerator() - Constructor for class org.hibernate.id.UUIDGenerator
 
UUIDHexGenerator - Class in org.hibernate.id
uuid

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

V

validate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
validate() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
validate() - Method in interface org.hibernate.Filter
Perform validation of the filter state.
validate(int, int) - Method in class org.hibernate.boot.model.relational.Sequence
 
validate(Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidator
 
validate(Metadata, ServiceRegistry) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidator
 
validate(Mapping) - Method in class org.hibernate.mapping.Collection
 
validate(Mapping) - Method in class org.hibernate.mapping.IdentifierCollection
 
validate(Mapping) - Method in class org.hibernate.mapping.IndexedCollection
 
validate(Mapping) - Method in class org.hibernate.mapping.JoinedSubclass
 
validate(Mapping) - Method in class org.hibernate.mapping.PersistentClass
 
validate(Mapping) - Method in class org.hibernate.mapping.RootClass
 
validate(Mapping) - Method in class org.hibernate.mapping.Set
 
validate(Mapping) - Method in class org.hibernate.mapping.SingleTableSubclass
 
validate(Mapping) - Method in class org.hibernate.mapping.UnionSubclass
 
validate(Type[]) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator
Deprecated.
 
validate(Type, Object) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
 
validate(Type, Object, TemporalType) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
 
VALIDATE - org.hibernate.boot.SchemaAutoTooling
Validate the schema on SessionFactory startup.
VALIDATE - org.hibernate.tool.schema.Action
"validate" (Hibernate only) - validate the database schema
VALIDATE_QUERY_PARAMETERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting which indicates if Query.setParameter(javax.persistence.Parameter<java.time.Instant>, java.time.Instant, javax.persistence.TemporalType) should not perform parameters validation This setting is applied only when the Session is bootstrapped via JPA EntityManagerFactory
validateAlias(String) - Method in class org.hibernate.loader.custom.CustomLoader
 
validateColumns(Dialect, Mapping, TableMetadata) - Method in class org.hibernate.mapping.Table
 
validateExistingCurrentSessions() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Should we validate that the tenant identifier on "current sessions" that already exist when CurrentSessionContext.currentSession() is called matches the value returned here from CurrentTenantIdentifierResolver.resolveCurrentTenantIdentifier()?
validateExistingSession(Session) - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
validateFactory(Object) - Static method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
Used to validate the type of an explicitly passed ValidatorFactory instance
validateFetchPlan(FetchStrategy, AttributeDefinition) - Method in interface org.hibernate.loader.plan.build.spi.ExpandingFetchSource
Is the asserted plan valid from this owner to a fetch?
validateGetterSetterMethodProxyability(String, Method) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
validateJoin(String) - Method in class org.hibernate.loader.OuterJoinableAssociation
 
validateParameters() - Method in class org.hibernate.engine.spi.QueryParameters
 
validateProxyability(PersistentClass) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo, boolean) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
validateScrollability() - Method in interface org.hibernate.hql.spi.QueryTranslator
Validate the scrollability of the translated query.
validateScrollability() - Method in class org.hibernate.loader.hql.QueryLoader
 
VALIDATION_FACTORY - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
VALIDATION_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
ValidationMode - Enum in org.hibernate.cfg.beanvalidation
Duplicates the javax.validation enum (because javax validation might not be on the runtime classpath)
value - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
value - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
 
value - Variable in class org.hibernate.cfg.FkSecondPass
 
value() - Method in annotation type org.hibernate.annotations.AccessType
Deprecated.
The access strategy name.
value() - Method in annotation type org.hibernate.annotations.AnyMetaDefs
Deprecated.
The collective set of any meta-defs.
value() - Method in annotation type org.hibernate.annotations.AttributeAccessor
Names the PropertyAccessStrategy strategy.
value() - Method in annotation type org.hibernate.annotations.Cascade
The cascade value.
value() - Method in annotation type org.hibernate.annotations.ColumnDefault
The DEFAULT definition to apply to the DDL.
value() - Method in annotation type org.hibernate.annotations.ColumnTransformers
The aggregated transformers.
value() - Method in annotation type org.hibernate.annotations.Comment
The comment string.
value() - Method in annotation type org.hibernate.annotations.DiscriminatorFormula
The formula string.
value() - Method in annotation type org.hibernate.annotations.DynamicInsert
Should dynamic insertion be used for this entity? true says dynamic insertion will be used.
value() - Method in annotation type org.hibernate.annotations.DynamicUpdate
Should dynamic update generation be used for this entity? true says the update sql will be dynamic generated.
value() - Method in annotation type org.hibernate.annotations.Fetch
The style of fetch to use.
value() - Method in annotation type org.hibernate.annotations.FetchProfiles
The aggregated fetch profiles.
value() - Method in annotation type org.hibernate.annotations.FilterDefs
The aggregated filter definitions.
value() - Method in annotation type org.hibernate.annotations.FilterJoinTables
The aggregated filters.
value() - Method in annotation type org.hibernate.annotations.Filters
The aggregated filters.
value() - Method in annotation type org.hibernate.annotations.Formula
The formula string.
value() - Method in annotation type org.hibernate.annotations.Generated
The enum value representing when the value is generated.
value() - Method in annotation type org.hibernate.annotations.GenericGenerators
The aggregated generators.
value() - Method in annotation type org.hibernate.annotations.JoinColumnsOrFormulas
The aggregated values.
value() - Method in annotation type org.hibernate.annotations.JoinFormula
The formula.
value() - Method in annotation type org.hibernate.annotations.LazyCollection
The laziness option for the collection.
value() - Method in annotation type org.hibernate.annotations.LazyGroup
 
value() - Method in annotation type org.hibernate.annotations.LazyToOne
Specify the laziness option.
value() - Method in annotation type org.hibernate.annotations.ListIndexBase
The list index base.
value() - Method in annotation type org.hibernate.annotations.MapKeyType
Deprecated.
The map key type definition.
value() - Method in annotation type org.hibernate.annotations.MetaValue
The corresponding discriminator value stored in database.
value() - Method in annotation type org.hibernate.annotations.NamedNativeQueries
The grouping of Hibernate named native SQL queries.
value() - Method in annotation type org.hibernate.annotations.NamedQueries
The grouping of named queries.
value() - Method in annotation type org.hibernate.annotations.Parameter
The parameter value.
value() - Method in annotation type org.hibernate.annotations.RowId
Names the ROWID identifier.
value() - Method in annotation type org.hibernate.annotations.SelectBeforeUpdate
true (which is the default when this annotation is present) indicates that select-before-update processing should occur.
value() - Method in annotation type org.hibernate.annotations.SortComparator
Specifies the comparator class to use.
value() - Method in annotation type org.hibernate.annotations.Source
How is the timestamp generated? Default is a JVM generated value.
value() - Method in annotation type org.hibernate.annotations.Subselect
The query.
value() - Method in annotation type org.hibernate.annotations.Synchronize
Table names.
value() - Method in annotation type org.hibernate.annotations.Tables
The table grouping.
value() - Method in annotation type org.hibernate.annotations.Target
The target entity type.
value() - Method in annotation type org.hibernate.annotations.Tuplizers
The grouping of tuplizers.
value() - Method in annotation type org.hibernate.annotations.TypeDefs
The grouping of type definitions.
value() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
value() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
Value - Interface in org.hibernate.mapping
A value is anything that is persisted by value, instead of by reference.
VALUE_COLUMN_NAME - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the name of the column holding the identifier values.
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
The name of column which holds the sequence value.
ValueBinder<X> - Interface in org.hibernate.type.descriptor
Contract for binding values to a PreparedStatement.
valueColumnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
ValueExtractor<X> - Interface in org.hibernate.type.descriptor
Contract for extracting value via JDBC (from ResultSet or as output param from CallableStatement).
ValueGeneration - Interface in org.hibernate.tuple
Describes the generation of property values.
ValueGenerationPlan(IdentifierGenerator, Setter) - Constructor for class org.hibernate.mapping.Component.ValueGenerationPlan
 
ValueGenerationStrategyException(String) - Constructor for exception org.hibernate.tuple.entity.EntityMetamodel.ValueGenerationStrategyException
 
ValueGenerationType - Annotation Type in org.hibernate.annotations
Marks an annotation type as a generator annotation type.
ValueGenerator<T> - Interface in org.hibernate.tuple
Defines a generator for in-VM generation of (non-identifier) attribute values.
ValueImpl(ExportableColumn, Table, BasicType, Database) - Constructor for class org.hibernate.id.ExportableColumn.ValueImpl
 
ValueInclusion - Enum in org.hibernate.engine.spi
An enum of the different ways a value might be "included".
valueMappingSources - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
valueOf(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CacheModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.GenerationTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.NotFoundAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.PolymorphismType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SortType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.CacheRegionDefinition.CacheRegionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.cfgxml.spi.MappingReference.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.NaturalIdMutability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.SingularAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.TruthValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.SchemaAutoTooling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.TempTableDdlTransactionHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cache.spi.access.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cache.spi.support.AccessedDataClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.AnnotatedClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.annotations.Nullability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.MetadataSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ConnectionAcquisitionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ConnectionReleaseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.criterion.Junction.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.criterion.MatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.Database
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.DuplicateMappingException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.FetchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.FetchTiming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.OptimisticLockStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.profile.Fetch.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.CachedNaturalIdValueSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.ValueInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.transaction.spi.JoinStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.EntityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.event.service.spi.DuplicationStrategy.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.FlushMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.graph.GraphSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.hql.spi.id.local.AfterUseAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.id.EntityIdentifierNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.id.SequenceMismatchStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.event.spi.CallbackType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.entity.CacheEntityLoaderHelper.EntityStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.plan.spi.LoadPlan.Disposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.plan.spi.QuerySpace.Disposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.LockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.mapping.MetadataSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.MultiTenancyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.NullPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.persister.walking.spi.AssociationAttributeDefinition.AssociationNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.procedure.spi.ParameterStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.criteria.LiteralHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ReplicationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.resource.transaction.spi.TransactionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ScrollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.secure.spi.PermissibleAction
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.Clause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.schema.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.schema.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.schema.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tuple.GenerationTiming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.type.ForeignKeyDirection
Returns the enum constant of this type with the specified name.
values - Variable in class org.hibernate.sql.InFragment
 
values() - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CacheModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.GenerationTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.NotFoundAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.PolymorphismType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.SortType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.CacheRegionDefinition.CacheRegionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.cfgxml.spi.MappingReference.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.NaturalIdMutability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.SingularAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.TruthValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.SchemaAutoTooling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.TempTableDdlTransactionHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cache.spi.access.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cache.spi.support.AccessedDataClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.AnnotatedClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.annotations.Nullability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.MetadataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ConnectionAcquisitionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ConnectionReleaseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.criterion.Junction.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.criterion.MatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.Database
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.DuplicateMappingException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.FetchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.FetchTiming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.OptimisticLockStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.profile.Fetch.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.CachedNaturalIdValueSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.ValueInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.transaction.spi.JoinStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.EntityMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.event.service.spi.DuplicationStrategy.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.hibernate.event.spi.EventType
Get a collection of all the standard EventType instances.
values() - Static method in enum org.hibernate.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.FlushMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.graph.GraphSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.hql.spi.id.local.AfterUseAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.id.EntityIdentifierNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.id.SequenceMismatchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpa.event.spi.CallbackType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.BatchFetchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.entity.CacheEntityLoaderHelper.EntityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.plan.spi.LoadPlan.Disposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.plan.spi.QuerySpace.Disposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.LockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.mapping.MetadataSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.MultiTenancyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.NullPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.persister.walking.spi.AssociationAttributeDefinition.AssociationNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.procedure.spi.ParameterStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.proxy.map.MapProxy
 
values() - Static method in enum org.hibernate.query.criteria.LiteralHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ReplicationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.resource.transaction.spi.TransactionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ScrollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.secure.spi.PermissibleAction
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.Clause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExport.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.Target
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.schema.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.schema.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.schema.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tuple.GenerationTiming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.type.ForeignKeyDirection
Returns an array containing the constants of this enum type, in the order they are declared.
ValueVisitor - Interface in org.hibernate.mapping
 
VarArgsSQLFunction - Class in org.hibernate.dialect.function
Support for slightly more general templating than StandardSQLFunction, with an unlimited number of arguments.
VarArgsSQLFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.VarArgsSQLFunction
Constructs a VarArgsSQLFunction instance with a 'dynamic' return type.
VarArgsSQLFunction(Type, String, String, String) - Constructor for class org.hibernate.dialect.function.VarArgsSQLFunction
Constructs a VarArgsSQLFunction instance with a 'static' return type.
VarbinaryTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for VARBINARY handling.
VarbinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
 
VarcharTypeDescriptor - Class in org.hibernate.type.descriptor.sql
Descriptor for VARCHAR handling.
VarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
 
verifiedStartStatus() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
VerifyFetchProfileReferenceSecondPass - Class in org.hibernate.cfg
 
VerifyFetchProfileReferenceSecondPass(String, FetchProfile.FetchOverride, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass
 
verifyOutcome(int, PreparedStatement, int, String) - Method in interface org.hibernate.jdbc.Expectation
Perform verification of the outcome of the RDBMS operation based on the type of expectation defined.
verifyOutcome(int, PreparedStatement, int, String) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
verifyParametersBound(boolean) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
verifyProperties(Map<?, ?>) - Static method in class org.hibernate.cfg.Environment
Deprecated.
without replacement. Such verification is best done ad hoc, case by case.
verifyStarted() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
version - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
version - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
version - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
Version - Class in org.hibernate
Information about the Hibernate version.
VERSION - org.hibernate.annotations.OptimisticLockType
Perform optimistic locking using a dedicated version column.
VERSION - org.hibernate.engine.OptimisticLockStyle
use a dedicated version column
VERSION_COLUMN_ALIAS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
VERSION_KEY - Static variable in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
VersionAttributeSource - Interface in org.hibernate.boot.model.source.spi
 
versionColumnName - Variable in class org.hibernate.sql.Delete
 
versionColumnName - Variable in class org.hibernate.sql.Update
 
VersionProperty - Class in org.hibernate.tuple.entity
Represents a version property within the Hibernate runtime-metamodel.
VersionProperty(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation, VersionValue) - Constructor for class org.hibernate.tuple.entity.VersionProperty
Constructs VersionProperty instances.
VersionType<T> - Interface in org.hibernate.type
Additional contract for types which may be used to version (and optimistic lock) data.
VersionTypeSeedParameterSpecification - Class in org.hibernate.param
Parameter bind specification used for optimistic lock version seeding (from insert statements).
VersionTypeSeedParameterSpecification(VersionType) - Constructor for class org.hibernate.param.VersionTypeSeedParameterSpecification
Constructs a version seed parameter bind specification.
VersionValue - Class in org.hibernate.engine.spi
A strategy for determining if a version value is a version of a new transient instance or a previously persistent transient instance.
VersionValue() - Constructor for class org.hibernate.engine.spi.VersionValue
 
VersionValue(Object) - Constructor for class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if its version is null or equal to value
VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to veto the action (true)
ViolatedConstraintNameExtracter - Interface in org.hibernate.exception.spi
Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.
visitArchive(ArchiveContext) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptor
Perform visitation using the given context
visitAttributeNodes(Consumer<AttributeNodeImplementor<?>>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
visitCollection(AssociationVisitationStrategy, CollectionPersister) - Static method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
Entry point into walking the model graph of a collection according to its defined metamodel.
visitEntity(AssociationVisitationStrategy, EntityPersister) - Static method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
Entry point into walking the model graph of an entity according to its defined metamodel.
visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
 
visitKeySubGraphs(BiConsumer<Class<?>, SubGraphImplementor<?>>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
visitRegistrations(Consumer<QueryParameter>) - Method in interface org.hibernate.query.ParameterMetadata
 
visitReturns(SQLQueryReturnProcessor.QueryReturnVisitor) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
 
visitSubGraphs(BiConsumer<Class<?>, SubGraphImplementor<?>>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
VM - org.hibernate.annotations.SourceType
Get the timestamp from the current VM.
VM - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
VmValueGeneration - Class in org.hibernate.tuple
A AnnotationValueGeneration which allows to specify the ValueGenerator to be used to determine the value of the annotated property.
VmValueGeneration() - Constructor for class org.hibernate.tuple.VmValueGeneration
 

W

WAIT_FOREVER - Static variable in class org.hibernate.LockOptions
Indicates that there is no timeout for the acquisition.
walkCollectionTree(QueryableCollection, String) - Method in class org.hibernate.loader.JoinWalker
For a collection role, return a list of associations to be fetched by outerjoin
walkEntityTree(OuterJoinLoadable, String) - Method in class org.hibernate.loader.JoinWalker
Walk the association tree for an entity, adding associations which should be join fetched to the JoinWalker.associations inst var.
walker() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
 
WalkingException - Exception in org.hibernate.persister.walking.spi
Indicates a problem walking the domain tree.
WalkingException(String) - Constructor for exception org.hibernate.persister.walking.spi.WalkingException
 
WalkingException(String, Throwable) - Constructor for exception org.hibernate.persister.walking.spi.WalkingException
 
walkWarnings(SQLWarning, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Generic algorithm to walk the hierarchy of SQLWarnings
WARNING - org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
 
WarningHandlerLoggingSupport() - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
 
wasDereferenced() - Method in class org.hibernate.engine.spi.CollectionEntry
 
wasInitialized() - Method in interface org.hibernate.collection.spi.LazyInitializable
Is this instance initialized?
wasInsertedDuringTransaction(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.PersistenceContext
Allows callers to check to see if the identified entity was inserted during the current transaction.
wasJpaBootstrap(boolean) - Method in interface org.hibernate.event.service.spi.JpaBootstrapSensitive
 
wasLockedConcurrently() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
Returns true if this Lock has been concurrently locked by more than one transaction.
when() - Method in annotation type org.hibernate.annotations.GeneratorType
When to generate the value, either only during insert or during insert and update of the hosting entity.
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
where - Variable in class org.hibernate.sql.Delete
 
where - Variable in class org.hibernate.sql.Update
 
Where - Annotation Type in org.hibernate.annotations
Where clause to add to the element Entity or target entity of a collection.
WHERE - org.hibernate.sql.ast.Clause
 
whereClause - Variable in class org.hibernate.sql.Select
 
whereColumns - Variable in class org.hibernate.sql.Update
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
whereJoinFragment(String, boolean, boolean) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause part of any joins (optional operation)
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in interface org.hibernate.persister.entity.Joinable
Get the where clause part of any joins (optional operation)
WhereJoinTable - Annotation Type in org.hibernate.annotations
Where clause to add to the collection join table.
whereString(String, String[], boolean[], int) - Method in class org.hibernate.loader.entity.NaturalIdEntityJoinWalker
 
whereString(String, String[], boolean[], int) - Method in class org.hibernate.loader.JoinWalker
 
whereString(String, String[], int) - Method in class org.hibernate.loader.JoinWalker
Render the where condition for a (batch) load by identifier / collection key
whereString(String, String[], String, int) - Method in class org.hibernate.loader.collection.CollectionJoinWalker
 
whereTokens - Variable in class org.hibernate.sql.SimpleSelect
 
with(ClassLoader) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
with(ClassLoaderService) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
with(CacheMode) - Method in interface org.hibernate.IdentifierLoadAccess
Specify the CacheMode to use when retrieving the entity.
with(CacheMode) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specify the CacheMode to use when retrieving the entity.
with(RootGraph<T>) - Method in interface org.hibernate.IdentifierLoadAccess
 
with(RootGraph<T>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
 
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.IdentifierLoadAccess
 
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.MultiIdentifierLoadAccess
 
with(Integrator) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
with(LockOptions) - Method in interface org.hibernate.IdentifierLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(LockOptions) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(LockOptions) - Method in interface org.hibernate.NaturalIdLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(LockOptions) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Specify the LockOptions to use when retrieving the entity.
withBatchSize(int) - Method in class org.hibernate.loader.collection.plan.CollectionLoader.Builder
 
withBatchSize(int) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
withBatchSize(int) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specify a batch size for loading the entities (how many at a time).
withCharset(String) - Static method in class org.hibernate.boot.model.naming.NamingHelper
 
withDataSource(DataSource) - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Allows passing in a DataSource (delayed from constructing the builder, AKA phase 2) to be used in building the EntityManagerFactory
withEntityLoaderTemplate(EntityLoader) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
withInfluencers(LoadQueryInfluencers) - Method in class org.hibernate.loader.collection.plan.CollectionLoader.Builder
 
withInfluencers(LoadQueryInfluencers) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
withLockMode(LockMode) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
withLockOptions(LockOptions) - Method in class org.hibernate.loader.entity.plan.EntityLoader.Builder
 
withOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
withOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
withOptions() - Method in interface org.hibernate.SessionFactory
Obtain a Session builder.
withStatelessOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
withStatelessOptions() - Method in interface org.hibernate.SessionFactory
Obtain a StatelessSession builder.
withStrategySelector(Class<T>, String, Class<? extends T>) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
withStrategySelectors(StrategyRegistrationProvider) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
withValidatorFactory(Object) - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Allows passing in a Java EE ValidatorFactory (delayed from constructing the builder, AKA phase 2) to be used in building the EntityManagerFactory
Work - Interface in org.hibernate.jdbc
Contract for performing a discrete piece of JDBC work.
WorkExecutor<T> - Class in org.hibernate.jdbc
A visitor used for executing a discrete piece of work encapsulated in a Work or ReturningWork instance..
WorkExecutor() - Constructor for class org.hibernate.jdbc.WorkExecutor
 
WorkExecutorVisitable<T> - Interface in org.hibernate.jdbc
This interface provides a way to execute unrelated "work" objects using polymorphism.
workWithClassLoader(ClassLoaderService.Work<T>) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
wrap(Blob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Blob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given blob in a serializable wrapper.
wrap(Clob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Clob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given clob in a serializable wrapper.
wrap(NClob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(NClob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given nclob in a serializable wrapper.
wrap(ResultSet, ColumnNameCache) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetWrapper
Deprecated.
Wrap a result set in a "column name cache" wrapper.
wrap(Map) - Static method in class org.hibernate.jpa.HibernatePersistenceProvider
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ArrayType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.BagType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
Wrap the naked collection instance in a wrapper, or instantiate a holder.
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomCollectionType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.IdentifierBagType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ListType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.MapType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SetType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SortedMapType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SortedSetType
 
wrap(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Wrap an instance of a collection
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
wrap(X, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Wrap a value as our handled Java type.
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor
Deprecated.
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
WRAP_RESULT_SETS - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
(since 5.5) Scheduled for removal in 6.0 as ResultSet wrapping is no longer needed
wrapIdsInEmbeddedComponents() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
Wrapped - Interface in org.hibernate.service.spi
Optional contract for services that wrap stuff that to which it is useful to have access.
WrappedBlob - Interface in org.hibernate.engine.jdbc
Contract for Blob wrappers.
WrappedClob - Interface in org.hibernate.engine.jdbc
Contract for Clob wrappers.
WrappedInferredData - Class in org.hibernate.cfg
 
WrappedInferredData(PropertyData, String) - Constructor for class org.hibernate.cfg.WrappedInferredData
 
WrappedMaterializedBlobType - Class in org.hibernate.type
A type that maps JDBC BLOB and Byte[].
WrappedMaterializedBlobType() - Constructor for class org.hibernate.type.WrappedMaterializedBlobType
 
WrappedNClob - Interface in org.hibernate.engine.jdbc
Contract for NClob wrappers.
WRAPPER_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte[] to JDBC VARBINARY.
WrapperBinaryType - Class in org.hibernate.type
A type mapping VARBINARY and Byte[]
WrapperBinaryType() - Constructor for class org.hibernate.type.WrapperBinaryType
 
WrapperOptions - Interface in org.hibernate.type.descriptor
Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.
WrapperOptionsContext - Interface in org.hibernate.type.descriptor
Deprecated.
(since 5.2) Just directly implement WrapperOptions
wrapWithQueryString(String) - Method in exception org.hibernate.QueryException
Wraps this exception with another, of same kind, with the specified queryString.
write - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
write() - Method in annotation type org.hibernate.annotations.ColumnTransformer
Custom SQL expression used to write to the column.
write(QuerySpaces, int, AliasResolutionContext, PrintStream) - 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.
write(QuerySpaces, int, AliasResolutionContext, PrintWriter) - 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.
write(Return, int, PrintStream) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
write(Return, int, PrintWriter) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
write(Return, PrintStream) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
write(Return, PrintWriter) - Method in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
 
WRITE - org.hibernate.LockMode
A WRITE lock is obtained when an object is updated or inserted.
writeBoolean(Object, String, boolean, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeBoolean(Object, String, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeByte(Object, String, byte, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeByte(Object, String, byte, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeChar(Object, String, char, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeChar(Object, String, char, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeDouble(Object, String, double, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeDouble(Object, String, double, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeElement(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the element to a JDBC PreparedStatement
writeElementToWhere(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the element to a JDBC PreparedStatement
writeExternal(ObjectOutput) - Method in class org.hibernate.engine.spi.ExecutableList
Write this list out to the given stream as part of serialization
writeFloat(Object, String, float, float) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeFloat(Object, String, float, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeIdentifier(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the identifier to a JDBC PreparedStatement
writeIndex(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the index to a JDBC PreparedStatement
writeIndexToWhere(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the index to a JDBC PreparedStatement
writeInt(Object, String, int, int) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeInt(Object, String, int, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeKey(PreparedStatement, Serializable, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the key to a JDBC PreparedStatement
writeLine(String) - Method in interface org.hibernate.engine.query.spi.sql.NativeSQLQueryReturn.TraceLogger
 
writeLock() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
writeLong(Object, String, long, long) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeLong(Object, String, long, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeObject(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeObject(Object, String, Object, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeReplace() - Method in interface org.hibernate.proxy.HibernateProxy
Perform serialization-time write-replacement of this proxy.
writeReplace() - Method in class org.hibernate.proxy.map.MapProxy
 
writeShort(Object, String, short, short) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeShort(Object, String, short, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeValue(PreparedStatement, O, int, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
WrongClassException - Exception in org.hibernate
Thrown when loading an entity (by identifier) results in a value that cannot be treated as the subclass type requested by the caller.
WrongClassException(String, Serializable, String) - Constructor for exception org.hibernate.WrongClassException
Constructs a WrongClassException using the supplied information.
WS - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
 
WS - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
 

X

XML_FILE_NAMES - Static variable in interface org.hibernate.jpa.AvailableSettings
XML_MAPPING_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
Allows to skip processing of XML Mapping.
XmlMappingBinderAccess - Class in org.hibernate.boot.spi
 
XmlMappingBinderAccess(ServiceRegistry) - Constructor for class org.hibernate.boot.spi.XmlMappingBinderAccess
 
xmlMappingMetadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
 
XmlSource - Class in org.hibernate.boot.jaxb.spi
 
XmlSource(Origin) - Constructor for class org.hibernate.boot.jaxb.spi.XmlSource
 
XOpen - org.hibernate.engine.jdbc.env.spi.SQLStateType
The reported codes follow the X/Open spec
XPROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
XsdDescriptor - Class in org.hibernate.boot.xsd
Representation of a locally resolved XSD

Y

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

Z

ZERO - Static variable in class org.hibernate.type.DoubleType
 
ZERO - Static variable in class org.hibernate.type.FloatType
 
ZERO - Static variable in class org.hibernate.type.IntegerType
 
ZonedDateTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
ZonedDateTimeJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
ZonedDateTimeType - Class in org.hibernate.type
 
ZonedDateTimeType() - Constructor for class org.hibernate.type.ZonedDateTimeType
 

_

_abstract - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
_default - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
_extends - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
 
_import - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
_package - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
_package - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
_package - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
_tokenNames - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenNames - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
 
_tokenNames - Static variable in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
_tokenSet_0 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_0 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_0 - Static variable in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
_tokenSet_0 - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
_tokenSet_1 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_1 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_1 - Static variable in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
_tokenSet_1 - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
_tokenSet_2 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_2 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_2 - Static variable in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
_tokenSet_2 - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
_tokenSet_3 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_3 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_3 - Static variable in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
_tokenSet_3 - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
_tokenSet_4 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_4 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
 
_tokenSet_4 - Static variable in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
_tokenSet_4 - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLexer
 
_tokenSet_5 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_5 - Static variable in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
 
_tokenSet_6 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_7 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_8 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_tokenSet_9 - Static variable in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
 
_transient - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
_transient - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages