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

$

$$_hibernate_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)
ABS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ABS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ABS() - Method in class org.hibernate.grammars.hql.HqlParser.AbsFunctionContext
 
ABS() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
abs(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
abs(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
absFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
absFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
AbsFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AbsFunctionContext
 
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(Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean, Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractBuilder(String) - Constructor for class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
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
 
AbstractClassTypeDescriptor<T> - Class in org.hibernate.type.descriptor.java
Abstract adapter for Java type descriptors.
AbstractClassTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassTypeDescriptor
Initialize a type descriptor for the given type.
AbstractClassTypeDescriptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassTypeDescriptor
Initialize a type descriptor for the given type.
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, Object) - 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
 
AbstractColumnReferenceQualifier - Class in org.hibernate.sql.ast.tree.from
 
AbstractColumnReferenceQualifier() - Constructor for class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
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
 
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
 
AbstractDelegatingWrapperOptions - Class in org.hibernate.engine.spi
 
AbstractDelegatingWrapperOptions() - Constructor for class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
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
AbstractDomainType<J> - Class in org.hibernate.metamodel.model.domain
 
AbstractDomainType(JavaTypeDescriptor<J>, JpaMetamodel) - Constructor for class org.hibernate.metamodel.model.domain.AbstractDomainType
 
AbstractEmbeddableInitializer - Class in org.hibernate.sql.results.graph.embeddable
 
AbstractEmbeddableInitializer(EmbeddableResultGraphNode, FetchParentAccess, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
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
 
AbstractEntityInitializer - Class in org.hibernate.sql.results.graph.entity
 
AbstractEntityInitializer(EntityResultGraphNode, NavigablePath, LockMode, DomainResult<?>, DomainResult<?>, DomainResult<?>, DomainResult<Object>, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
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
 
AbstractEntityResultGraphNode - Class in org.hibernate.sql.results.graph.entity
AbstractFetchParent sub-class for entity-valued graph nodes
AbstractEntityResultGraphNode(EntityValuedModelPart, NavigablePath, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
AbstractEntityResultGraphNode(EntityValuedModelPart, NavigablePath, EntityMappingType, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
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.
AbstractFetchBuilderContainer<T extends AbstractFetchBuilderContainer<T>> - Class in org.hibernate.query.results.dynamic
 
AbstractFetchBuilderContainer() - Constructor for class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
AbstractFetchParent - Class in org.hibernate.sql.results.graph
 
AbstractFetchParent(FetchableContainer, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.AbstractFetchParent
 
AbstractFetchParentAccess - Class in org.hibernate.sql.results.graph
 
AbstractFetchParentAccess() - Constructor for class org.hibernate.sql.results.graph.AbstractFetchParentAccess
 
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
 
AbstractIdentifiableType<J> - Class in org.hibernate.metamodel.model.domain
Defines commonality for the JPA IdentifiableType types.
AbstractIdentifiableType(String, JavaTypeDescriptor<J>, IdentifiableDomainType<? super J>, boolean, boolean, boolean, JpaMetamodel) - Constructor for class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
AbstractInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
AbstractInterceptor(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
AbstractJdbcLiteralFormatter - Class in org.hibernate.type.descriptor.jdbc.spi
Abstract JdbcLiteralFormatter implementation managing the JavaTypeDescriptor
AbstractJdbcLiteralFormatter(JavaTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
 
AbstractJdbcOperation - Class in org.hibernate.sql.exec.spi
Executable JDBC command
AbstractJdbcOperation(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
AbstractJdbcOperation(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
AbstractJpaSelection<T> - Class in org.hibernate.query.sqm.tree.jpa
Base support for JpaSelection impls.
AbstractJpaSelection(SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
 
AbstractJpaTupleElement<T> - Class in org.hibernate.query.sqm.tree.jpa
Base support for JpaTupleElement impls
AbstractJpaTupleElement(SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
AbstractJpaTupleElement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
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, Object, 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
 
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
 
AbstractManagedType<J> - Class in org.hibernate.metamodel.model.domain
Commonality for Hibernate's implementations of the JPA ManagedType contract.
AbstractManagedType(String, JavaTypeDescriptor<J>, ManagedDomainType<? super J>, JpaMetamodel) - Constructor for class org.hibernate.metamodel.model.domain.AbstractManagedType
 
AbstractManagedType.InFlightAccessImpl - Class in org.hibernate.metamodel.model.domain
 
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
 
AbstractMutationHandler - Class in org.hibernate.query.sqm.mutation.spi
 
AbstractMutationHandler(SqmDeleteOrUpdateStatement, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
 
AbstractMutationStatement - Class in org.hibernate.sql.ast.tree
 
AbstractMutationStatement(TableReference) - Constructor for class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
AbstractMutationStatement(Map<String, CteStatement>, TableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
AbstractNamedQueryBuilder<T extends AbstractNamedQueryBuilder<T>> - Class in org.hibernate.boot.query
 
AbstractNamedQueryBuilder(String) - Constructor for class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
AbstractNamedQueryDefinition - Class in org.hibernate.boot.spi
 
AbstractNamedQueryDefinition(String, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map<String, Object>) - Constructor for class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
AbstractNamedQueryMemento - Class in org.hibernate.query.named
 
AbstractNamedQueryMemento(String, Boolean, String, CacheMode, FlushMode, Boolean, Integer, Integer, String, Map<String, Object>) - Constructor for class org.hibernate.query.named.AbstractNamedQueryMemento
 
AbstractNamedQueryMemento.AbstractBuilder<T extends AbstractNamedQueryMemento.AbstractBuilder> - Class in org.hibernate.query.named
 
AbstractNaturalIdDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractNaturalIdDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
AbstractNegatableSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
AbstractNegatableSqmPredicate(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
AbstractNegatableSqmPredicate(boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
AbstractNonIdentifierAttribute - Class in org.hibernate.tuple
 
AbstractNonIdentifierAttribute(AttributeSource, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
AbstractNonLazyEntityFetch - Class in org.hibernate.sql.results.graph.entity
Support for non-lazy EntityFetch implementations - both joined and subsequent-select
AbstractNonLazyEntityFetch(FetchParent, EntityValuedModelPart, NavigablePath, boolean) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
AbstractNoOffsetLimitHandler - Class in org.hibernate.dialect.pagination
Superclass for LimitHandlers that don't support offsets at all.
AbstractNoOffsetLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
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[], AllowableParameterType) - 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, Object, 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
 
AbstractQuery<R> - Class in org.hibernate.query.spi
 
AbstractQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractQuery
 
AbstractQueryParameter<T> - Class in org.hibernate.query
 
AbstractQueryParameter(boolean, AllowableParameterType<T>) - Constructor for class org.hibernate.query.AbstractQueryParameter
 
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, Object, Boolean, String, boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
 
AbstractSimpleLimitHandler - Class in org.hibernate.dialect.pagination
Superclass for simple LimitHandlers that don't support specifying an offset without a limit.
AbstractSimpleLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
TODO : javadoc
AbstractSingleColumnStandardBasicType(JdbcTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
AbstractSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
AbstractSqlAstTranslator.ForUpdateClause - Class in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator.LockStrategy - Enum in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer<X extends Expression> - Interface in org.hibernate.sql.ast.spi
 
AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
 
AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
AbstractSqmAttributeJoin<O,T> - Class in org.hibernate.query.sqm.tree.domain
Models a join based on a mapped attribute reference.
AbstractSqmAttributeJoin(SqmFrom<?, O>, SqmJoinable, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
AbstractSqmDmlStatement<E> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmDmlStatement(SqmRoot<E>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
 
AbstractSqmExpression(SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
AbstractSqmFrom<O,T> - Class in org.hibernate.query.sqm.tree.domain
Convenience base class for SqmFrom implementations
AbstractSqmFrom(NavigablePath, SqmPathSource<T>, SqmFrom, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
AbstractSqmFrom(EntityDomainType<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmRoot
AbstractSqmFrom(NavigablePath, EntityDomainType<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmTreatedRoot -> SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmCorrelatedRootJoin through SqmRoot
AbstractSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmFunctionDescriptor(String) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmFunctionDescriptor(String, ArgumentsValidator) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmInsertStatement<T> - Class in org.hibernate.query.sqm.tree.insert
Convenience base class for InsertSqmStatement implementations.
AbstractSqmInsertStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmInsertStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmJoin<O,T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmJoin(NavigablePath, SqmPathSource<T>, SqmFrom, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
AbstractSqmNode - Class in org.hibernate.query.sqm.tree
Base implementation of a criteria node.
AbstractSqmNode(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmNode
 
AbstractSqmParameter<T> - Class in org.hibernate.query.sqm.tree.expression
Common support for SqmParameter impls
AbstractSqmParameter(boolean, AllowableParameterType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
AbstractSqmPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmPath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
AbstractSqmPath(SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
AbstractSqmPluralJoin<O,C,E> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmPluralJoin(SqmFrom<?, O>, PluralPersistentAttribute<O, C, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
AbstractSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
AbstractSqmPredicate(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
AbstractSqmSelectQuery<T> - Class in org.hibernate.query.sqm.tree.select
 
AbstractSqmSelectQuery(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(SqmQueryPart<T>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelfRenderingFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmSelfRenderingFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSelfRenderingFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSpecificPluralPartPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSpecificPluralPartPath(NavigablePath, SqmPath<?>, PluralPersistentAttribute<?, ?, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
AbstractSqmStatement<T> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
AbstractStandardBasicType<T> - Class in org.hibernate.type
Convenience base class for BasicType implementations
AbstractStandardBasicType(JdbcTypeDescriptor, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.AbstractStandardBasicType
 
AbstractStatement - Class in org.hibernate.sql.ast.tree
 
AbstractStatement(Map<String, CteStatement>) - Constructor for class org.hibernate.sql.ast.tree.AbstractStatement
 
AbstractTableGroup - Class in org.hibernate.sql.ast.tree.from
 
AbstractTableGroup(boolean, NavigablePath, TableGroupProducer, String, SqlAliasBase, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
AbstractTemporalTypeDescriptor<T> - Class in org.hibernate.type.descriptor.java
 
AbstractTemporalTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalTypeDescriptor
 
AbstractTemporalTypeDescriptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalTypeDescriptor
 
AbstractTransactSQLDialect - Class in org.hibernate.dialect
An abstract base class for Sybase and MS SQL Server dialects.
AbstractTransactSQLDialect() - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
 
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(Type) - Constructor for class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
Initialize a type descriptor for the given type.
AbstractTypeDescriptor(Type, 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(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AbsFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CeilingFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollateExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollateNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollationSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionIndexFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DmlTargetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContinuationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationTargetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExpFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FloorFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IdentificationVariableDefContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LengthFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LnFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionPatternArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStartArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStringArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.LowerFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MaxElementFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MaxIndexFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MinElementFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MinIndexFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ModDividendArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ModDivisorArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OrderingSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PathExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PathRootContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PowerBaseArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.PowerPowerArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinRhsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionPatternArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionReplacementArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionStringArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ResultIdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionPrecisionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SignFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SqrtFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.StrFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.UpperFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
accept(ValueVisitor) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
accept(WorkExecutor<T>, Connection) - Method in class org.hibernate.jdbc.AbstractReturningWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<Void>, Connection) - Method in class org.hibernate.jdbc.AbstractWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<T>, Connection) - Method in interface org.hibernate.jdbc.WorkExecutorVisitable
Accepts a WorkExecutor visitor for executing a discrete piece of work, and returns an implementation-defined result..
accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
 
accept(int, T, U) - Method in interface org.hibernate.mapping.IndexedBiConsumer
 
accept(int, T) - Method in interface org.hibernate.mapping.IndexedConsumer
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.List
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
 
accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
 
accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
 
accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(BasicValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(int, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
Accept the selectable mapping.
accept(String, String[]) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
Simple form allowing visitation over a number of column names within a table.
accept(SqlAstWalker) - Method in class org.hibernate.query.results.SqlSelectionImpl
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedEntityTypePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMaxElementPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMaxIndexPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMinElementPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMinIndexPath
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.tree.expression.Conversion
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
Unsupported.
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmRestrictedSubQueryExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmAndPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmOrPredicate
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
accept(SemanticQueryWalker<T1>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
accept(SemanticQueryWalker<X>) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
Accept the walker per visitation
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.spi.SqlSelection
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Any
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Collate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Distinct
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Duration
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.DurationUnit
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Every
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.ExtractUnit
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Format
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.NullnessLiteral
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.expression.SelfRenderingExpression
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Star
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Summarization
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.TableReference
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
 
accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.SqlAstNode
 
accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.Statement
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.update.Assignment
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement
 
accept(String) - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Accept the given command and write it to the abstracted script
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.
accessOptimizer - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.
ACOS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ACOS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ACOS() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
ACQUIRE_CONNECTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
action(RuleContext, int, int) - Method in class org.hibernate.grammars.hql.HqlLexer
 
action(RuleContext, int, int) - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
Action - Enum in org.hibernate.tool.schema
The allowable actions in terms of schema tooling.
ActionGrouping(String, 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
AdaptedImmutableType<T> - Class in org.hibernate.type
Optimize a mutable type, if the user promises not to mutable the instances.
AdaptedImmutableType(AbstractStandardBasicType<T>) - Constructor for class org.hibernate.type.AdaptedImmutableType
 
Adapter1 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
Adapter1 - Class in org.hibernate.boot.jaxb.mapping.spi
 
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() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
Adapter2 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter2
 
Adapter3 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
Adapter3 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter3
 
Adapter4 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
Adapter4 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter4
 
Adapter5 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
Adapter5 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter5
 
Adapter6 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
Adapter6 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter6
 
Adapter7 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
Adapter7 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter7
 
Adapter8 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
Adapter8 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter8
 
Adapter9 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
Adapter9 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter9
 
add(ToolingHint) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
add(String, int) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
add(XmlDocument) - Method in class org.hibernate.cfg.Configuration
Deprecated.
No longer supported.
add(E) - Method in class org.hibernate.engine.spi.ExecutableList
Add an Executable to this list.
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(SqmExpression<?>, String) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
 
add(T) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
 
add(SqmExpression<?>, String) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
add(SqmDynamicInstantiationArgument<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
add(SqmExpression<?>, String) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
add(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
add(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity insert action
addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity (IDENTITY) insert action
addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity delete action
addAction(OrphanRemovalAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an orphan removal action
addAction(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity update action
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(QueuedOperationCollectionAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an action relating to a collection queued operation (extra lazy).
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)
addAdditionalProperty(String, String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
 
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.
addAnnotatedClasses(Class<?>...) - Method in class org.hibernate.boot.MetadataSources
addAnnotatedClassName(String) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnnotatedClassNames(String...) - Method in class org.hibernate.boot.MetadataSources
addAnyMetaDef(AnyMetaDef) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addAppliedParameterBinding(JdbcParameter, JdbcParameterBinding) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addArgument(OrderingExpression) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
addArgument(SqmDynamicInstantiationArgument<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
addAssignment(SqmAssignment) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
addAssignment(SqmPath, SqmExpression) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
addAssignment(Assignment) - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
addAttribute(PersistentAttribute<J, ?>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType.InFlightAccessImpl
 
addAttributeBinding(Property) - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
Adds an attribute binding.
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(ConverterDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addAttributeConverter(Class<? extends AttributeConverter>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addAttributeConverter(AttributeConverterInfo) - Method in interface org.hibernate.cfg.annotations.reflection.AttributeConverterDefinitionCollector
 
addAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.cfg.annotations.reflection.AttributeConverterDefinitionCollector
 
addAttributeConverter(Class<? extends AttributeConverter>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds the AttributeConverter Class to this Configuration.
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - 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(ConverterDescriptor) - 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(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Add an AttributeNode (with no associated SubGraphNode) to this container by Attribute reference
addAttributeNode(AttributeNodeImplementor<?>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addAttributeNodes(String...) - Method in interface org.hibernate.graph.RootGraph
 
addAttributeNodes(Attribute<J, ?>...) - 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.SubGraph
 
addAttributeResult(String, Class<?>, String) - Method in interface org.hibernate.query.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, String, String) - Method in interface org.hibernate.query.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, SingularAttribute<?, ?>) - Method in interface org.hibernate.query.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, Class<?>, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addAttributeResult(String, String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addAttributeResult(String, SingularAttribute<?, ?>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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
 
addBaselineDescriptor(JavaTypeDescriptor<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBaseline.BaselineTarget
 
addBaselineDescriptor(Type, JavaTypeDescriptor<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBaseline.BaselineTarget
 
addBaselineDescriptor(JavaTypeDescriptor<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
addBaselineDescriptor(Type, JavaTypeDescriptor<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
addBasicArgument(String) - Method in interface org.hibernate.query.NativeQuery.InstantiationResultNode
 
addBasicArgument(String, String) - Method in interface org.hibernate.query.NativeQuery.InstantiationResultNode
 
addBasicArgument(String, String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
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.
addBinding(JdbcParameter, JdbcParameterBinding) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
addCacheableFile(String) - Method in class org.hibernate.boot.MetadataSources
addCacheableFile(String, File) - Method in class org.hibernate.boot.MetadataSources
addCacheableFile(File) - Method in class org.hibernate.boot.MetadataSources
Add a cached mapping file.
addCacheableFile(File, 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.cfg.Configuration
Add a cacheable mapping file.
addCacheableFileStrictly(File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!

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

addCacheableFileStrictly(File, File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!

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

addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
INTENDED FOR TESTSUITE USE ONLY!

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

addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
 
addChildParent(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a child/parent relation to cache for cascading op
addClass(Class) - Method in class org.hibernate.boot.MetadataSources
Deprecated.
hbm.xml is a legacy mapping format now considered deprecated.
addClass(Class) - Method in class org.hibernate.cfg.Configuration
Read a mapping as an application resource using the convention that a class named foo.bar.Foo is mapped by a file foo/bar/Foo.hbm.xml which can be resolved as a classpath resource.
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(Column) - Method in class org.hibernate.mapping.Any
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.Any
 
addColumn(Column) - Method in class org.hibernate.mapping.Any.KeyValue
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.Any.KeyValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Any.MetaValue
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.Any.MetaValue
 
addColumn(Column) - Method in class org.hibernate.mapping.BasicValue
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.BasicValue
 
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, String) - 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, boolean, boolean) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
addColumn(Column, String) - Method in class org.hibernate.mapping.UniqueKey
 
addColumn(String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Insert
 
addColumn(String) - Method in class org.hibernate.sql.InsertSelect
Deprecated.
 
addColumn(String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumn(String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String) - Method in class org.hibernate.sql.Update
 
addColumn(String, String) - Method in class org.hibernate.sql.Update
 
addColumn(String, Object, LiteralType) - Method in class org.hibernate.sql.Update
 
addColumn(ResultSet) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
addColumn(ColumnInformation) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
 
addColumnAlias(String) - Method in interface org.hibernate.query.NativeQuery.ReturnProperty
Add a column alias to this property mapping.
addColumnAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addColumnAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
addColumnAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.Ejb3JoinColumn
 
addColumnNameBinding(Table, Identifier, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumnNameBinding(Table, String, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Constraint
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Index
 
addColumns(String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[]) - Method in class org.hibernate.sql.InsertSelect
Deprecated.
 
addColumns(String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addColumns(String[], String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[], String[], boolean[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addColumnTemplate(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addColumnTemplates(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
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.ANSIJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.ANSIJoinFragment
 
addCondition(ConditionFragment) - Method in class org.hibernate.sql.DisjunctionFragment
 
addCondition(String) - Method in class org.hibernate.sql.DisjunctionFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.JoinFragment
Adds a condition to the join fragment.
addCondition(String) - Method in class org.hibernate.sql.JoinFragment
Adds a free-form condition fragment
addCondition(StringBuilder, String) - Method in class org.hibernate.sql.JoinFragment
Appends the 'on' condition to the buffer, returning true if the condition was added.
addCondition(String, String[], String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.OracleJoinFragment
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String, String[][], String[]) - Method in class org.hibernate.sql.QueryJoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.QueryJoinFragment
Add the condition string to the join fragment.
addCondition(String, String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String[], String, String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String[], String) - Method in class org.hibernate.sql.SimpleSelect
 
addCondition(String, String[], String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String, String[], String[]) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addCondition(String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
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
 
addCteStatement(SqmCteStatement<?>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
addCteStatement(SqmCteStatement<?>) - Method in interface org.hibernate.query.sqm.tree.cte.SqmCteContainer
 
addCteStatement(SqmCteStatement<?>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
addCteStatement(CteStatement) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
addCteStatement(CteStatement) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
addDatabaseHint(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
adddateSubdateAddtimeSubtime(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL style
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(NamedNativeQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultNamedProcedureCall(NamedProcedureCallDefinitionImpl) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultQuery(NamedHqlQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultResultSetMapping(NamedResultSetMappingDescriptor) - 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, MetadataBuildingContext) - 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.spi.JavaTypeDescriptorRegistry
 
addDescriptor(JdbcTypeDescriptor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeDescriptorRegistry
 
addDescriptor(int, JdbcTypeDescriptor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeDescriptorRegistry
 
addDialectScope(String) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
addDialectScope(String) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject.Expandable
 
addDialectScope(String) - Method in interface org.hibernate.mapping.AuxiliaryDatabaseObject
Add the given dialect name to the scope of dialects to which this database object applies.
addDirectory(File) - Method in class org.hibernate.boot.MetadataSources
Read all mapping documents from a directory tree.
addDirectory(File) - Method in class org.hibernate.cfg.Configuration
Read all mapping documents from a directory tree.
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToInsert(Insert) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDiscriminatorToSelect(SelectFragment, String, String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
addDocument(Document) - Method in class org.hibernate.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(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a canonical mapping from entity key to entity instance
addEntity(EntityUniqueKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add an entity to the cache by unique key
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Adds an entity to the internal caches.
addEntity(String) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, without specifying an alias.
addEntity(String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity.
addEntity(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, specifying a lock mode.
addEntity(Class) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, without specifying an alias.
addEntity(String, Class) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity.
addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, specifying a lock mode.
addEntity(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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, Object, Object, LockMode, boolean, EntityPersister, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.
addEventListener(EventType, String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addEventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
addEventListeners(SessionEventListener...) - Method in interface org.hibernate.Session
Add one or more listeners to the Session
addExpression(SqmExpression<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
addExpression(Expression) - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
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(Association, String) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch to the profile.
addFetch(Association, Fetch.Style) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch to the profile.
addFetch(Fetch) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch to the profile.
addFetch(String, String, String) - Method in class org.hibernate.mapping.FetchProfile
Adds a fetch to this profile.
addFetch(String, String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result.
addFetchBuilder(String, DynamicFetchBuilder) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addFetchProfile(FetchProfile) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addFile(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a particular XML file
addFile(File) - 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
addFile(File) - 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(Filter) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in interface org.hibernate.mapping.Filterable
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.PersistentClass
 
addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a filter definition to this repository.
addFormula(Formula) - Method in class org.hibernate.mapping.Any
 
addFormula(Formula) - Method in class org.hibernate.mapping.Any.KeyValue
 
addFormula(Formula) - Method in class org.hibernate.mapping.Any.MetaValue
 
addFormula(Formula) - Method in class org.hibernate.mapping.BasicValue
 
addFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
 
addFormula(String, String, String) - Method in class org.hibernate.sql.SelectFragment
 
addFormulas(String, String[], String[]) - Method in class org.hibernate.sql.SelectFragment
 
addFragment(JoinFragment) - Method in class org.hibernate.sql.JoinFragment
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
 
addHint(String, Object) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
addHint(String, Object) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
addHints(Map<String, Object>) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
addIdColumnAliases(String...) - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
 
addImport(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds an import (HQL entity rename).
addIndex(Index, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addIndexes(Table, Index[], MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addIndexes(Table, Index[], MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addInitCommand(InitCommand) - Method in class org.hibernate.boot.model.relational.Database
 
addInitCommand(InitCommand) - Method in class org.hibernate.mapping.Table
 
addInitializedCollection(CollectionPersister, PersistentCollection, Object) - 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(InputStreamAccess) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream access
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.
addInsertTargetStateField(SqmPath) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
addInstantiation(Class<J>) - Method in interface org.hibernate.query.NativeQuery
 
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.
additionalRestrictions - Variable in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
AdditionExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
additiveOperator() - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
additiveOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
AdditiveOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
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

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

addJavaTypeRegistration(Class<?>, JavaTypeDescriptor<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addJdbcTypeRegistration(int, JdbcTypeDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addJoin(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addJoin(JoinTable, boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addJoin(String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result.
addJoin(String, String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result.
addJoin(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result, specifying a lock mode.
addJoin(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addJoin(String, String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addJoin(String, String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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, 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.ANSIJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.JoinFragment
Adds a join.
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.JoinFragment
Adds a join, with an additional ON clause fragment
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.OracleJoinFragment
 
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.OracleJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[][], String[], JoinType) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[][], String[], JoinType, String) - Method in class org.hibernate.sql.QueryJoinFragment
 
addJoin(String, String, String[], String[], JoinType) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[][], String[], JoinType) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[], String[], JoinType, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
addJoin(String, String, String[][], String[], JoinType, String) - Method in class org.hibernate.sql.Sybase11JoinFragment
 
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
 
addJpaIndexHolders(Table, List<JPAIndexHolder>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addKeyColumnNames(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
addKeySubGraph(Class<S>, SubGraph<S>) - Method in interface org.hibernate.graph.AttributeNode
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addKeySubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.SubGraph
 
addLegacyFetchBuilder(DynamicFetchBuilderLegacy) - Method in interface org.hibernate.query.results.ResultSetMapping
 
addLegacyFetchBuilder(DynamicFetchBuilderLegacy) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
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
 
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
 
addMonths(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
addNamedEntityGraph(NamedEntityGraphDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named entity graph to this repository
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
addNamedNativeQuery(NamedNativeQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named SQL query to this collector.
addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named stored procedure call to this collector.
addNamedQuery(NamedHqlQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named query to this repository.
addNamedQuery(String, Query) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
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(SessionFactoryObserver) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addObserver(SessionFactoryObserver) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
addObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Adds an observer to the coordinator.
addOrderBy(String) - Method in class org.hibernate.sql.QuerySelect
 
addPackage(String) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(Package) - 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(SqmParameter) - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
addParameter(SqmParameter) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
addParameter(JdbcParameter) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
addParameters(Collection<JdbcParameter>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
addParameterType(String, String) - Method in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
addParams(Map<String, String>) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addPermission(GrantedPermission) - Method in interface org.hibernate.secure.spi.JaccService
 
addPermissionDeclaration(GrantedPermission) - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
 
addPermissionDeclarations(Collection<GrantedPermission>) - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Update
 
addPrimeEntry(BasicType<?>, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Add the given properties to ours.
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Property, Ejb3Column[], XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(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(String, String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Add a simple property-to-one-column mapping.
addProperty(String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Add a property, presumably with more than one column.
addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Add a simple property-to-one-column mapping.
addProperty(String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Add a property, presumably with more than one column.
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addProperty(String, String...) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addProperty(String) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addProperty(String, String) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Add a property mapped to a single column.
addProperty(String, String...) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Add a property mapped to multiple columns
addProperty(String) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Add a property whose columns can later be defined using NativeQuery.ReturnProperty.addColumnAlias(java.lang.String)
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addProperty(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
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
 
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.query.NativeQuery
 
addQueryHint(String) - Method in interface org.hibernate.query.Query
Add a DB query hint to the SQL.
addQueryHint(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
addQueryHint(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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.
addQueryImport(String, Class<?>) - Method in class org.hibernate.boot.MetadataSources
 
addQuerySpace(String) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
addQuerySpaces(Set<String>) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
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, 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
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as a application resourceName (i.e.
addRestriction(Predicate) - Method in class org.hibernate.sql.ast.tree.delete.DeleteStatement.DeleteStatementBuilder
 
addRestriction(Predicate) - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
addResultBuilder(ResultBuilder) - Method in interface org.hibernate.query.results.ResultSetMapping
 
addResultBuilder(ResultBuilder) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
addResultSetMapping(NamedResultSetMappingDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds the metadata for a named SQL result set mapping to this collector.
addReturn(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addReturn(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addReturn(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addRoot(JpaRoot<?>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
addRoot(String, String) - Method in interface org.hibernate.query.NativeQuery
Add a new root return mapping, returning a NativeQuery.RootReturn to allow further definition.
addRoot(String, Class) - Method in interface org.hibernate.query.NativeQuery
Add a new root return mapping, returning a NativeQuery.RootReturn to allow further definition.
addRoot(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addRoot(SqmRoot<?>) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
Add roots incrementally
addRoot(JpaRoot<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
addRoot(TableGroup) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
addScalar(String) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result.
addScalar(String, BasicDomainType) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result.
addScalar(String, Class<?>) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result using the specified result type.
addScalar(String, Class<C>, AttributeConverter<?, C>) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion
addScalar(String, Class<O>, Class<R>, AttributeConverter<O, R>) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion
addScalar(String, Class<C>, Class<? extends AttributeConverter<?, C>>) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion
addScalar(String, Class<O>, Class<R>, Class<? extends AttributeConverter<O, R>>) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion
addScalar(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, BasicDomainType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<?>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<C>, AttributeConverter<?, C>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<O>, Class<J>, AttributeConverter<O, J>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<C>, Class<? extends AttributeConverter<?, C>>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class<O>, Class<J>, Class<? extends AttributeConverter<O, J>>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addSecondaryTable(LocalMetadataBuildingContext, Identifier, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
addSecondaryTable(QualifiedTableName, 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
 
addSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
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
 
addSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
addSortSpecification(SqmExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
addSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
addSqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.cfg.Configuration
 
addSqlHintOrComment(String, QueryOptions, boolean) - Method in class org.hibernate.dialect.Dialect
Modify the SQL, adding hints or comments, if necessary
addSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
addSqmJoin(SqmJoin<T, ?>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
addSqmJoin(SqmJoin<T, ?>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
Add an associated join
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
 
addSubExpression(Expression) - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
 
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, Class<AJ>) - Method in interface org.hibernate.graph.Graph
 
addSubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Create a (mutable) SubGraphNode associated with the AttributeNode for the given Attribute.
addSubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.Graph
 
addSubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(String) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(String) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Adds a subselect fetch descriptor for the given entity key.
addSubType(ManagedDomainType) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
addSubType(ManagedDomainType) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
addSubType(ManagedDomainType) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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.sql.spi.NativeQueryImplementor
 
addSynchronizedEntityClass(Class) - Method in interface org.hibernate.query.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 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.sql.spi.NativeQueryImplementor
 
addSynchronizedEntityName(String) - Method in interface org.hibernate.query.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 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.boot.query.NamedNativeQueryDefinitionBuilder
 
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.sql.spi.NativeQueryImplementor
 
addSynchronizedQuerySpace(String) - Method in interface org.hibernate.query.SynchronizeableQuery
Adds a query space.
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
addSynchronizedQuerySpaces(Set<String>) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
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, MetadataBuildingContext) - 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
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.query.results.TableGroupImpl
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
addTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
addTableInformation(TableInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
addTableNameBinding(Identifier, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addTableNameBinding(String, String, String, String, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
addTargetColumnReferences(ColumnReference...) - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
addTargetColumnReferences(List<ColumnReference>) - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
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
 
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
addUnderscores(String) - Static method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
 
addUnderscores(String) - Static method in class org.hibernate.cfg.ImprovedNamingStrategy
 
addUninitializedCollection(CollectionPersister, PersistentCollection, Object) - 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(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
 
addValue(Object) - Method in class org.hibernate.sql.InFragment
 
addValues(Object[]) - Method in class org.hibernate.sql.InFragment
 
addVersionedAssignment(Consumer<Assignment>, SqmUpdateStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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().
addYearsMonthsDaysHoursMinutesSeconds(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
AdjustableBasicType<J> - Interface in org.hibernate.type
Extension contract for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.
adjustDefaultNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
 
adjustDefaultNamespace(String, String) - 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
 
affectedTableNames - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
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(SharedSessionContractImplementor) - Method in interface org.hibernate.action.spi.Executable
Reconnect to session after deserialization
afterDeserialize(SessionImplementor) - Method in class org.hibernate.engine.spi.ExecutableList
Allow the Executables to re-associate themselves with the Session after deserialization.
afterInitialize() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after initialization is complete.
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(DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
afterInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
afterInitialize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
Called just after the entities properties have been initialized.
afterInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
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) - 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, 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
 
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
 
afterLast() - Method in interface org.hibernate.ScrollableResults
Go to a location just after the last result.
afterLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
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.ast.spi.AfterLoadAction
 
AfterLoadAction - Interface in org.hibernate.loader.ast.spi
 
afterOperation(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterOperation(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Check if there is a Hibernate or JTA transaction in progress and, if there is not, flush if necessary, make sure the connection has been committed (if it is not in autocommit mode) and run the after completion processing
afterOperation(boolean) - Method in interface org.hibernate.loader.access.LoadAccessContext
 
afterQuery(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
 
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
afterStatement(LogicalConnectionImplementor) - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Hook to allow delaying calls to LogicalConnectionImplementor.afterStatement().
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.
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(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
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.
afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Performs cleanup of any held cache soft locks.
afterTransactionCompletion() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after transactions end
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
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.
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, 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, 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 class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
aggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
aggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
AggregateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
AggregateFunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
Models an aggregate function expression at the SQL AST level.
aggregates(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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(String) - Method in interface org.hibernate.query.criteria.JpaSelection
 
alias(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
alias(String) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
alias(String) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
alias(String) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
 
alias(String) - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
alias(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
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_SPECIFIC_LOCK_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Query hint (aka Query.setHint(java.lang.String, java.lang.Object)) for applying an alias specific lock mode (aka org.hibernate.Query#setLockMode).
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
Each row of results is a Map from alias to values/entities
AliasCollisionException - Exception in org.hibernate.query.sqm
 
AliasCollisionException(String) - Constructor for exception org.hibernate.query.sqm.AliasCollisionException
 
AliasCollisionException(String, Exception) - Constructor for exception org.hibernate.query.sqm.AliasCollisionException
 
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.sql.SimpleSelect
 
AliasGenerator - Interface in org.hibernate.sql
TODO : javadoc
AliasResolver - Interface in org.hibernate.metamodel.mapping.ordering
 
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 - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist
ALL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ALL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ALL() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
ALL() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ALL() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
all(Subquery<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
all(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ALL - Static variable in interface org.hibernate.tool.schema.spi.ContributableMatcher
Matches everything
ALL - Static variable in interface org.hibernate.tool.schema.spi.SchemaFilter
Matches everything
ALL_DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / delete / update / evict / lock / replicate / merge / persist + delete orphans
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
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.
AllowableFunctionReturnType<T> - Interface in org.hibernate.metamodel.model.domain
Specialization of DomainType for types that can be used as function returns
AllowableOutputParameterType<J> - Interface in org.hibernate.metamodel.model.domain
Specialization of DomainType for types that can be used as a parameter output for a ProcedureCall
AllowableParameterType<J> - Interface in org.hibernate.metamodel.model.domain
Specialization of DomainType for types that can be used as Query parameter bind values.
AllowableTemporalParameterType<T> - Interface in org.hibernate.metamodel.model.domain
Specialization of DomainType for types that can be used as temporal bind values for a query parameter
allowLoadOutsideTransaction() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
allowLoadOutsideTransaction() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
allowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
allowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
allowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
allowMultiValuedBinding() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
Can a collection/array of values be bound to this parameter?

This is allowed in very limited contexts within the query: as the value of an IN predicate if the only value is a single param (in non-strict JPA mode) as the final vararg to a function

allowOutOfTransactionUpdateOperations(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
allowOutOfTransactionUpdateOperations(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
allowsMultiValuedBinding() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
allowsMultiValuedBinding() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
allowsMultiValuedBinding() - Method in class org.hibernate.query.AbstractQueryParameter
 
allowsMultiValuedBinding() - Method in interface org.hibernate.query.QueryParameter
Does this parameter allow multi-valued (collection, array, etc) binding?

This is only valid for HQL/JPQL and (I think) Criteria queries, and is determined based on the context of the parameters declaration.

allowsMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
ALWAYS - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are generated by the database on both insert and update.
alwaysIncludesParentheses() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
alwaysIncludesParentheses() - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Will a call to the described function always include parentheses?
AMPERSAND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
AMPERSAND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
AND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
AND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
AND() - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
AND() - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
AND() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
and(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
and(Predicate...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
and(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
and(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
AndPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
AnnotatedClassType - Enum in org.hibernate.cfg
Type of annotation of a class will give its type
annotatedElementSignature(XProperty) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
annotatedElementSignature(JavaXMember) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
 
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)

Some design description I tried to remove any link to annotation except from the 2 first level of method call.

AnnotationException - Exception in org.hibernate
Annotation related exception.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message and cause.
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message.
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 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 : {@code case when ...
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
 
ANSISequenceSupport - Class in org.hibernate.dialect.sequence
ANSI SQL compliant sequence support, for dialects which support the ANSI SQL syntax next value for seqname.
ANSISequenceSupport() - Constructor for class org.hibernate.dialect.sequence.ANSISequenceSupport
 
AnsiSqlKeywords - Class in org.hibernate.engine.jdbc.env.spi
Maintains the set of ANSI SQL keywords
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 - Static variable in class org.hibernate.engine.spi.IdentifierValue
Always assume the transient instance is newly instantiated
ANY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ANY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ANY() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
ANY() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
Any - Class in org.hibernate.mapping
A Hibernate "any" type (ie.
Any(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any
 
any(Subquery<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
any(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Any - Class in org.hibernate.sql.ast.tree.expression
 
Any(QueryPart, MappingModelExpressable<?>) - Constructor for class org.hibernate.sql.ast.tree.expression.Any
 
Any.KeyValue - Class in org.hibernate.mapping
 
Any.MetaValue - Class in org.hibernate.mapping
 
AnyDiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Source information about the discriminator for an ANY mapping
anyFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
anyFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
AnyFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
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
AnyMappingDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Models Hibernate's ANY mapping (reverse discrimination) as a JPA domain model type
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
Used to provide metadata about an Any or ManyToAny mapping.
AnyMetaDefs - Annotation Type in org.hibernate.annotations
Used to group together AnyMetaDef annotations.
AnyType - Class in org.hibernate.type
Handles "any" mappings
AnyType(TypeConfiguration, Type, Type, boolean) - Constructor for class org.hibernate.type.AnyType
 
AnyType.ObjectTypeCacheEntry - Class in org.hibernate.type
Used to externalize discrimination per a given identifier.
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
 
append(String) - Method in interface org.hibernate.query.DotIdentifierSequence
 
append(String) - Method in class org.hibernate.query.NavigablePath
 
append(String, String) - Method in class org.hibernate.query.NavigablePath
 
appendAliases(SqlAppender) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
appendAssignmentFragment(String) - Method in class org.hibernate.sql.Update
 
appendContainer(String) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
Uses `#` as the separator rather than `.`.
appendElementColumns(SelectFragment, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedEntityTypePath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmMaxElementPath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmMaxIndexPath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmMinElementPath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmMinIndexPath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
appendHqlString(StringBuilder, JavaTypeDescriptor<T>, T) - Static method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmRestrictedSubQueryExpression
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmAndPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.predicate.SqmOrPredicate
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
appendHqlString(StringBuilder) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
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()

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
 
appendListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
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
Deprecated.
This was moved to AbstractSqlAstTranslator
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SybaseASEDialect
 
appendQuoted(String, char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(String) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
Add the passed fragment into the in-flight buffer
appendSql(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
AppliedGraph - Interface in org.hibernate.graph.spi
Contract for anything a fetch/load graph can be applied
appliedParameters - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
appliesTo(String) - Method in interface org.hibernate.graph.RootGraph
 
appliesTo(Class) - Method in interface org.hibernate.graph.RootGraph
 
appliesTo(ManagedDomainType<? super J>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
appliesTo(Class<? super J>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
appliesTo(EntityDomainType<? super J>) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
appliesTo(ManagedDomainType<? 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
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(QuerySpec, TableGroup, String, String, SortOrder, NullPrecedence, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
apply(QuerySpec, TableGroup, String, String, SortOrder, NullPrecedence, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
apply(QuerySpec, TableGroup, String, String, SortOrder, NullPrecedence, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
Apply the SQL AST sort-specifications associated with this ordering-expression
apply(QuerySpec, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.OrderByFragment
Apply the ordering to the given SQL AST
apply(QuerySpec, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
 
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
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.query.results.TableGroupImpl
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
applyAliases(RowLockStrategy, QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
applyAliases(RowLockStrategy, TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
applyAliasSpecificLockModeHint(String, LockMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
applyAnticipatedType(AllowableParameterType) - Method in class org.hibernate.query.AbstractQueryParameter
 
applyAnticipatedType(AllowableParameterType) - Method in interface org.hibernate.query.spi.QueryParameterImplementor
 
applyAnticipatedType(AllowableParameterType) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
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
 
applyAssignment(SqmPath, SqmExpression) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
applyAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by an AttributeConverterDefinition
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by its Class.
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by its Class plus a boolean indicating whether to auto apply it.
applyAttributeConverter(AttributeConverter<O, R>) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance.
applyAttributeConverter(AttributeConverter, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance, explicitly indicating whether to auto-apply.
applyAttributeConverter(ConverterDescriptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class<? extends AttributeConverter<O, R>>, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverter) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverter, boolean) - 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, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Specify an additional or overridden basic type mapping supplying specific registration keys.
applyBasicType(UserType, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Register an additional or overridden custom type mapping.
applyBasicType(BasicType) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(BasicType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(UserType, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBatchFetchStyle(BatchFetchStyle) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated.
(since 6.0) : an appropriate style is selected
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
 
applyCacheableHint(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the cacheable (true/false) hint.
applyCacheModeHint(CacheMode) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the CacheMode hint.
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
 
applyCacheRegionHint(String) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the cache region hint
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.
applyCollectionFilterPredicates(QuerySpec) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
applyCommentHint(String) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the comment hint.
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
 
applyEntityGraphQueryHint(String, RootGraphImplementor<?>) - Method in class org.hibernate.query.spi.AbstractQuery
 
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
applyFetchJoins(Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, List<HbmResultSetMappingDescriptor.HbmFetchDescriptor>) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
applyFetchSizeHint(int) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the fetch size hint
applyFlushModeHint(FlushMode) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the FlushMode hint.
applyFollowOnLockingHint(Boolean) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the follow-on-locking hint.
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(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
Apply the graph and semantic.
applyGraph(RootGraph<?>, GraphSemantic) - Method in interface org.hibernate.query.Query
Apply the given graph using the given semantic
applyHibernateLockModeHint(LockMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
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
 
applyInferableType(SqmExpressable<?>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
applyInferableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
applyInferableType(SqmExpressable<?>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
Deprecated.
- type inference is now handled during the SQM -> SQL AST transformation
applyInferableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
applyInferableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
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
 
applyJpaCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
applyJpaCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
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
applyLockModeTypeHint(LockModeType) - Method in class org.hibernate.query.spi.AbstractQuery
 
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
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.SpannerDialect
 
applyLocksToSql(String, LockOptions, Map<String, String[]>) - Method in class org.hibernate.dialect.SybaseASEDialect
 
applyLockTimeoutHint(int) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the lock timeout (in seconds!) hint
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
 
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
 
applyNativeQueryLockMode(Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
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
 
applyOptions(NamedQueryMemento) - Method in class org.hibernate.query.spi.AbstractQuery
 
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
 
applyPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
applyPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
applyPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmWhereClauseContainer
 
applyPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
applyPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
applyPredicate(Predicate) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
applyPredicate(Predicate) - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
applyPredicate(Predicate) - Method in interface org.hibernate.sql.ast.tree.predicate.PredicateContainer
Apply a predicate to this container
applyPredicate(Predicate) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
applyPredicates(SqmPredicate...) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
applyPredicates(Collection<SqmPredicate>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
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
 
applyReadOnlyHint(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the read-only (true/false) hint.
applyReservedWords(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
Applies any reserved words reported via DatabaseMetaData.getSQLKeywords()
applyReservedWords(String...) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyReservedWords(Collection<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyRestriction(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
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, SqmFunctionDescriptor) - Method in interface org.hibernate.boot.MetadataBuilder
 
applySqlFunction(String, SqmFunctionDescriptor) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a SQLFunction to the underlying SqmFunctionRegistry.
applySqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applySqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Apply SQL selections for a specific reference to this ModelPart outside the domain query's root select clause.
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Apply SQL selections for a specific reference to this ModelPart outside the domain query's root select clause.
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
applySqlSelections(DomainResultCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
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(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
 
applyStatelessInterceptor(Class<? 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
 
applyTimeoutHint(int) - Method in class org.hibernate.query.spi.AbstractQuery
Apply the query timeout hint.
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a QueryCacheFactory to use for building query cache handlers.
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyTypes(TypeContributor) - Method in interface org.hibernate.boot.MetadataBuilder
Apply an explicit TypeContributor (implicit application via ServiceLoader will still happen too)
applyTypes(TypeContributor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyValidatorFactory(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a Bean Validation ValidatorFactory to the SessionFactory being built.
applyValidatorFactory(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
appropriateExpectation(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.jdbc.Expectations
 
ArchiveContext - Interface in org.hibernate.boot.archive.spi
Describes the context for visiting the entries within an archive
ArchiveContextImpl(boolean, ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
archiveDescriptor - Variable in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveDescriptor - Interface in org.hibernate.boot.archive.spi
Contract for visiting an archive, which might be a jar, a zip, an exploded directory, etc.
ArchiveDescriptorFactory - Interface in org.hibernate.boot.archive.spi
Contract for building ArchiveDescriptor instances.
ArchiveDescriptorInfo(ArchiveDescriptor, boolean) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
ArchiveEntry - Interface in org.hibernate.boot.archive.spi
Represent an entry in the archive.
ArchiveEntryHandler - Interface in org.hibernate.boot.archive.spi
Handler for archive entries, based on the classified type of the entry
ArchiveException - Exception in org.hibernate.boot.archive.spi
Indicates a problem accessing or visiting the archive
ArchiveException(String) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveException(String, Throwable) - Constructor for exception org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
areAssignmentCompatible(Class, Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
areAssignmentCompatible(JavaTypeDescriptor, JavaTypeDescriptor) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
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(Identifier, Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
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(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(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(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(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
areEqual(J, J) - Method in interface org.hibernate.metamodel.model.domain.BasicDomainType
 
areEqual(Identifier, Identifier) - Static method in class org.hibernate.metamodel.relational.Identifier
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractClassTypeDescriptor
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
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(Byte[], Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
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(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
areEqual(Clob, Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
areEqual(T, T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Determine if two instances are equal
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
areEqual(NClob, NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
areEqual(C, C) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaTypeDescriptor
 
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
 
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?
arePositionalSelectionsAllowed() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
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.SybaseASEDialect
By default, Sybase string comparisons are case-insensitive.
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.
ArgumentMemento(ResultMemento) - Constructor for class org.hibernate.query.named.ResultMementoInstantiation.ArgumentMemento
 
ArgumentsValidator - Interface in org.hibernate.query.sqm.produce.function
 
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(Selection<?>[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(Selection<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
array(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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(TypeConfiguration, String, String, Class) - Constructor for class org.hibernate.type.ArrayType
 
ARROW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ARROW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
AS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.IdentificationVariableDefContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.ResultIdentifierContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
as(Class<X>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
as(Class<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
as(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asBigDecimal() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asBigDecimal() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asBigInteger() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asBigInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
ASC - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ASC - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ASC() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ASC() - Method in class org.hibernate.grammars.hql.HqlParser.OrderingSpecificationContext
 
ASC - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
ASC - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
ASC() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
ASC() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
asc(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
asc(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ascii(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
asDouble() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asDouble() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asDouble() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asDouble() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asDouble() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asDouble() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
asDouble() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asDoubleStream() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
asDoubleStream() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
asFloat() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asFloat() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asFloat() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asFloat() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asFloat() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asFloat() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
asFloat() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
ASIN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ASIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ASIN() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
asInteger() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asInteger() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asInteger() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
asInteger() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
asLoggableText() - Method in interface org.hibernate.query.sqm.tree.SqmNode
 
asLong() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asLong() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asLong() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asLong() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asLong() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asLong() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
asLong() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
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.
asResult(DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
asResult(DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.BiDirectionalFetch
 
asResult(DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.entity.EntityFetch
 
asResult(DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.Fetch
 
asResultMemento(NavigablePath, ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.FetchDescriptor
 
asResultMemento(NavigablePath, ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
 
asResultMemento(NavigablePath, ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
 
assemble(PersistentCollection, CollectionPersister, Object) - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
Assembles the collection from the cached state.
assemble(Object, Object, 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(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
The main "assembly" contract.
assemble(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
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.CustomType
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
assemble(Serializable, SharedSessionContract) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Assemble a previously disassembled value.
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
assemble(Serializable, Object) - Method in class org.hibernate.type.EnumType
 
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[], Type[], SharedSessionContractImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
assemble(Object[], Type[], SharedSessionContractImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
 
assemble(Serializable, Object) - Method in interface org.hibernate.usertype.UserType
Reconstruct an object from the cacheable representation.
AssemblerCreationState - Interface in org.hibernate.sql.results.graph
 
AssemblerLogger - Interface in org.hibernate.sql.results.graph
 
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.
assertRowsOnlyFetchClauseType(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
Assignable - Interface in org.hibernate.sql.ast.tree.update
 
Assigned - Class in org.hibernate.id
assigned

An IdentifierGenerator that returns the current identifier assigned to an instance.
Assigned() - Constructor for class org.hibernate.id.Assigned
 
assignment() - Method in class org.hibernate.grammars.hql.HqlParser
 
assignment() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
assignment(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
Assignment - Class in org.hibernate.sql.ast.tree.update
 
Assignment(Assignable, Expression) - Constructor for class org.hibernate.sql.ast.tree.update.Assignment
 
AssignmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
assignments - Variable in class org.hibernate.sql.Update
 
association - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
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.
Association - Interface in org.hibernate.metamodel.mapping
 
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(EntityKey, String) - Constructor for class org.hibernate.engine.spi.AssociationKey
Constructs an AssociationKey
AssociationKey - Class in org.hibernate.metamodel.mapping
 
AssociationKey(String, List<String>) - Constructor for class org.hibernate.metamodel.mapping.AssociationKey
 
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.
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
 
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.
asString() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Provides access to the underlying data as a String.
asString() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asString() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
asString() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asString() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asString() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
asString() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
asString() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
AST_LOGGER - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
AST_LOGGER_NAME - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
AST_TRACE_ENABLED - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
ASTERISK - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ASTERISK - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ASTERISK() - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
ASTERISK() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
ATAN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ATAN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ATAN() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
ATAN2 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ATAN2 - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ATAN2() - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
ATAN2() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
atan2_atn2(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact-SQL atan2 is misspelled
atan2Function() - Method in class org.hibernate.grammars.hql.HqlParser
 
atan2Function() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
Atan2FunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
attemptToStartAlreadyStartedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
attemptToStopAlreadyStoppedCacheProvider() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
ATTR_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
ATTR_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
ATTR_NAME() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
ATTR_NAME() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
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.
AttributeClassification - Enum in org.hibernate.metamodel
 
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.
AttributeConverterJdbcTypeDescriptorAdapter - Class in org.hibernate.type.descriptor.converter
Adapter for incorporating JPA AttributeConverter handling into the SqlTypeDescriptor contract.
AttributeConverterJdbcTypeDescriptorAdapter(JpaAttributeConverter, JdbcTypeDescriptor, JavaTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeDescriptorAdapter
 
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, boolean) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
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, ?>, JdbcTypeDescriptor, JavaTypeDescriptor<?>, JavaTypeDescriptor<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
AttributeDefinition - Interface in org.hibernate.persister.walking.spi
Descriptor for
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
attributeList() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
attributeList() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
attributeList() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
AttributeListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
AttributeMapping - Interface in org.hibernate.boot.jaxb.hbm.spi
 
AttributeMapping - Interface in org.hibernate.metamodel.mapping
Describes an attribute at the mapping model level.
AttributeMetadata - Interface in org.hibernate.metamodel.mapping
 
AttributeMetadataAccess - Interface in org.hibernate.metamodel.mapping
Provides access to details about an attribute specific to a particular entity in the hierarchy.
attributeName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
 
attributeName(EntityIdentifierMapping) - Static method in class org.hibernate.query.results.ResultsHelper
 
attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
attributeNode(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
AttributeNode<J> - Interface in org.hibernate.graph
Hibernate extension to the JPA entity-graph AttributeNode contract.
AttributeNodeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
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
 
attributePath() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
attributePath() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
AttributePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
attributeQualifier() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
attributeQualifier() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
AttributeQualifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
attributeResult(String, String, String, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
attributeResult(String, SingularAttribute<?, ?>) - Static method in class org.hibernate.query.results.Builders
 
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.
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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 - 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(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoClose() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
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() - 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 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).
AutoFlushEvent - Class in org.hibernate.event.spi
Defines an event class for the auto-flushing of a session.
AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
 
AutoFlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session auto-flush events.
autoFlushIfRequired(Set<String>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
autoFlushIfRequired(Set<String>) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
detect in-memory changes, determine if the changes are to tables named in the query and, if so, complete execution the flush
autoImport - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoJoinTransactions() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
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() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the autoJoinTransaction flag from the original session should be used to create the new session.
autoJoinTransactions(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AuxiliaryDatabaseObject - Interface in org.hibernate.boot.model.relational
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AuxiliaryDatabaseObject - Interface in org.hibernate.mapping
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AuxiliaryDatabaseObject.Expandable - Interface in org.hibernate.boot.model.relational
Additional, optional interface for AuxiliaryDatabaseObject that want to allow expansion of allowable dialects via mapping.
AvailableSettings - Interface in org.hibernate.cfg
 
AvailableSettings - Interface in org.hibernate.ejb
Deprecated.
use org.hibernate.jpa.AvailableSettings
AvailableSettings - Interface in org.hibernate.jpa
Defines the available HEM settings, both JPA-defined as well as Hibernate-specific

NOTE : Does *not* include Environment values.

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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
AVG - Static variable in class org.hibernate.grammars.hql.HqlParser
 
AVG() - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
AVG() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
avg(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
avg(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
avgFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
avgFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
AvgFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 

B

Backref - Class in org.hibernate.mapping
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
backtrack(GraphImplementor) - Method in interface org.hibernate.sql.results.graph.EntityGraphTraversalState
Backtrack to previous entity graph status before last travrsal.
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
 
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
Hibernate extension to the JPA CollectionAttribute descriptor
BagSemantics<BE extends Collection<E>,E> - Interface in org.hibernate.collection.spi
 
BagType - Class in org.hibernate.type
 
BagType(TypeConfiguration, String, String) - Constructor for class org.hibernate.type.BagType
 
base - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
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
 
BaseNaturalIdLoadAccessImpl<T> - Class in org.hibernate.loader.access
 
BaseNaturalIdLoadAccessImpl(LoadAccessContext, EntityMappingType) - Constructor for class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
BaseSemanticQueryWalker - Class in org.hibernate.query.sqm.spi
Base support for an SQM walker
BaseSemanticQueryWalker(ServiceRegistry) - Constructor for class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
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
 
BaseSqmToSqlAstConverter<T extends Statement> - Class in org.hibernate.query.sqm.sql
 
BaseSqmToSqlAstConverter(SqlAstCreationContext, SqmStatement<?>, QueryOptions, LoadQueryInfluencers, DomainParameterXref, QueryParameterBindings) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector - Class in org.hibernate.query.sqm.sql
 
BaseSqmToSqlAstConverter.SqmAliasedNodeCollector - Interface in org.hibernate.query.sqm.sql
 
BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker - Class in org.hibernate.query.sqm.sql
 
basic - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
basic - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
BASIC - Static variable in class org.hibernate.jdbc.Expectations
 
BasicBinder<J> - Class in org.hibernate.type.descriptor.jdbc
Convenience base implementation of ValueBinder
BasicBinder(JavaTypeDescriptor<J>, JdbcTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicBinder
 
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, 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, int, int, 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.
BasicEntityIdentifierMapping - Interface in org.hibernate.metamodel.mapping
 
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.jdbc
Convenience base implementation of ValueExtractor
BasicExtractor(JavaTypeDescriptor<J>, JdbcTypeDescriptor) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
BasicFetch<T> - Class in org.hibernate.sql.results.graph.basic
 
BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, boolean, BasicValueConverter<T, ?>, FetchTiming, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
 
BasicHolder(Class) - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
BasicJavaDescriptor<T> - Interface in org.hibernate.type.descriptor.java
 
BasicJdbcLiteralFormatter - Class in org.hibernate.type.descriptor.jdbc.spi
Support for JdbcLiteralFormatter implementations with a basic implementation of an unwrap method
BasicJdbcLiteralFormatter(JavaTypeDescriptor<?>) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
 
BasicLazyInitializer - Class in org.hibernate.proxy.pojo
Lazy initializer for POJOs
BasicLazyInitializer(String, Class, Object, Method, Method, CompositeType, SharedSessionContractImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.BasicLazyInitializer
 
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.
BasicResult<T> - Class in org.hibernate.sql.results.graph.basic
 
BasicResult(int, String, JavaTypeDescriptor<T>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaTypeDescriptor<T>, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaTypeDescriptor<T>, BasicValueConverter<T, ?>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaTypeDescriptor<T>, BasicValueConverter<T, ?>, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResultAssembler<J> - Class in org.hibernate.sql.results.graph.basic
 
BasicResultAssembler(int, JavaTypeDescriptor<J>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
BasicResultAssembler(int, JavaTypeDescriptor<J>, BasicValueConverter<J, ?>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
BasicResultGraphNode<J> - Interface in org.hibernate.sql.results.graph.basic
Represent a simple scalar return within a query result.
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<T> - Interface in org.hibernate.type
Marker interface for basic types.
BasicTypeRegistration - Class in org.hibernate.boot.spi
 
BasicTypeRegistration(BasicType) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(BasicType, String[]) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistration(UserType, String[], TypeConfiguration) - Constructor for class org.hibernate.boot.spi.BasicTypeRegistration
 
BasicTypeRegistry - Class in org.hibernate.type
A registry of BasicType instances
BasicTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.BasicTypeRegistry
 
BasicValue - Class in org.hibernate.mapping
 
BasicValue(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.BasicValue
 
BasicValue(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.BasicValue
 
BasicValue.Resolution<J> - Interface in org.hibernate.mapping
Resolved form of BasicValue as part of interpreting the boot-time model into the run-time model
BasicValueBinder<T> - Class in org.hibernate.cfg.annotations
 
BasicValueBinder(BasicValueBinder.Kind, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.annotations.BasicValueBinder
 
BasicValueBinder.Kind - Enum in org.hibernate.cfg.annotations
 
BasicValueConverter<D,R> - Interface in org.hibernate.metamodel.model.convert.spi
Support for basic-value conversions.
BasicValuedMapping - Interface in org.hibernate.metamodel.mapping
Any basic-typed ValueMapping - e.g.
BasicValuedModelPart - Interface in org.hibernate.metamodel.mapping
 
Batch - Interface in org.hibernate.engine.jdbc.batch.spi
Conceptually models a batch.
BATCH_FETCH_STYLE - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
(since 6.0) : An appropriate batch-fetch style is selected automatically
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
Deprecated.
(since 6.0) : see BatchLoadSizingStrategy instead
batchImplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates an implicit execution of the batch.
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 - Annotation Type in org.hibernate.annotations
Defines size for batch loading of collections or lazy entities.
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
 
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
 
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.
beforeAssemble(Serializable[], Type[], SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
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.
beforeFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
beforeInitialize(CollectionPersister, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called prior to the initialization of this yet-uninitialized collection.
beforeLoad() - Method in interface org.hibernate.engine.spi.PersistenceContext
Call this before beginning a two-phase load
beforeQuery(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
 
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(Transaction) - Method in interface org.hibernate.Interceptor
Called before a transaction is committed (but not before rollback).
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.
BeforeTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during before transaction completion.
begin() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Begin the resource transaction
begin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
Begin the physical transaction
beginRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called just before reading any rows from the JDBC result set.
beginTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
beginTransaction() - Method in interface org.hibernate.SharedSessionContract
Begin a unit of work and return the associated Transaction object.
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
The best guess entity name for an entity not in an association
BETWEEN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BETWEEN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BETWEEN() - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
BETWEEN() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
between(Expression<? extends Y>, Y, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
between(Expression<? extends Y>, Y, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
between(int, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
BetweenPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
BetweenPredicate(Expression, Expression, Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
BetweenPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
BiDirectionalFetch - Interface in org.hibernate.sql.results.graph
 
BIG_DECIMAL - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping BigDecimal to JDBC NUMERIC.
BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BIG_DECIMAL_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
BIG_INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping BigInteger to JDBC NUMERIC.
BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BIG_INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
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.jdbc
Descriptor for BIGINT handling.
BigIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC VARBINARY.
BINARY_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BINARY_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BINARY_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
BinaryArithmeticExpression - Class in org.hibernate.sql.ast.tree.expression
 
BinaryArithmeticExpression(Expression, BinaryArithmeticOperator, Expression, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
 
BinaryArithmeticOperator - Enum in org.hibernate.query
 
binaryLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
binaryLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
BinaryLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
BinaryStream - Interface in org.hibernate.engine.jdbc
Wraps a binary stream to also provide the length which is needed when binding.
binaryToDecimalPrecision(int, Size) - Static method in class org.hibernate.dialect.Dialect
Useful conversion for databases which represent the precision of a float(p) using p expressed in decimal digits instead of the usual (standard) binary digits.
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.jdbc
Descriptor for BINARY handling.
BinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.BinaryTypeDescriptor
 
bind(Source, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an XML source.
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(File) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(InputStreamAccess) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(InputStream) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(URL) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
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(String, Object) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Binds a value into JNDI by name.
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, 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, T, int, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
bind(CallableStatement, T, String, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
bind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
bind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
bind(PreparedStatement, X, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a prepared statement by index
bind(CallableStatement, X, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a callable statement by name
Bindable - Interface in org.hibernate.metamodel.mapping
Contract for things at the domain/mapping level that can be bound into a JDBC query.
Bindable.JdbcValuesConsumer - Interface in org.hibernate.metamodel.mapping
Functional interface for consuming the JDBC values.
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
 
bindFilterJdbcParameters(JdbcParameterBindings) - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
 
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.
bindLimitParameters(Limit, 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(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Deprecated.
todo (6.0): remove in favor of Limit version?
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtEndOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Deprecated.
todo (6.0): remove in favor of Limit version?
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtStartOfQuery(RowSelection, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the offset/limit clause come at the start of the SELECT statement, or at the end of the query?
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
bindLimitParametersFirst() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Usually, the offset comes before the limit, but occasionally the offset is specified after the limit.
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
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
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, boolean, 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
 
bindParameterValue(PreparedStatement, int, JdbcParameterBindings, ExecutionContext) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
 
bindParameterValue(PreparedStatement, int, JdbcParameterBindings, ExecutionContext) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
bindParameterValue(PreparedStatement, int, JdbcParameterBindings, ExecutionContext) - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
bindParameterValue(PreparedStatement, int, JdbcParameterBindings, ExecutionContext) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBinder
Bind the appropriate value in the JDBC statement
bindQueries(NamedQueries, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQueries(NamedQueries, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, MetadataBuildingContext, boolean) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
bindQuery(NamedQuery, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
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, boolean, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
return true if it's a Fk, false if it's an association table
bindStarToManySecondPass(Map, XClass, Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], boolean, XProperty, boolean, TableBinder, boolean, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
bindTable(String, String, String, List<UniqueConstraintHolder>, String, InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindTableForDiscriminatedSubclass(InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindValue(T) - Method in interface org.hibernate.jpa.spi.ParameterRegistration
If bindable, bind the value.
bindValue(T, TemporalType) - Method in interface org.hibernate.jpa.spi.ParameterRegistration
If bindable, bind the value using the specific temporal type.
bindValues(PreparedStatement) - Method in interface org.hibernate.id.insert.Binder
 
bitand(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitAndOr(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument!
bitandorxornot_binAndOrXorNot(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Bitwise operators, not aggregate functions!
bitandorxornot_bitAndOrXorNot(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Binary bitwise operators, not aggregate functions!
bitandorxornot_operator(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Binary bitwise operators, not aggregate functions!
bitLength(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitnot(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitor(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitxor(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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.jdbc.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() - Constructor for class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
BlobTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BLOB handling.
BlobTypeDescriptor.BlobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
BOOLEAN - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC BIT.
BooleanDecoder - Class in org.hibernate.dialect
Utility for decoding boolean representations.
BooleanDecoder() - Constructor for class org.hibernate.dialect.BooleanDecoder
 
BooleanExpressionPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
BooleanType - Class in org.hibernate.type
A type that maps between BOOLEAN and Boolean
BooleanType() - Constructor for class org.hibernate.type.BooleanType
 
BooleanType(JdbcTypeDescriptor, BooleanTypeDescriptor) - Constructor for class org.hibernate.type.BooleanType
 
BooleanType(JdbcTypeDescriptor, JavaTypeDescriptor<Boolean>) - Constructor for class org.hibernate.type.BooleanType
 
BooleanTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Boolean handling.
BooleanTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
BooleanTypeDescriptor(char, char) - Constructor for class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
BooleanTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BOOLEAN handling.
BooleanTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
BootLogging - Class in org.hibernate.boot
Logging related to Hibernate bootstrapping
BootLogging() - Constructor for class org.hibernate.boot.BootLogging
 
BootQueryLogging - Class in org.hibernate.boot.query
 
BootQueryLogging() - Constructor for class org.hibernate.boot.query.BootQueryLogging
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BOTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BOTH() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
BOTH() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
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
 
breakDownJdbcValues(Object, ModelPart.JdbcValueConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
breakDownJdbcValues(Object, ModelPart.JdbcValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
breakDownJdbcValues(Object, ModelPart.JdbcValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
broader() - Method in enum org.hibernate.query.ComparisonOperator
 
build() - Method in interface org.hibernate.boot.MetadataBuilder
Actually build the metamodel
build() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
build(MetadataSources, BootstrapContext, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
Unified single phase for MetadataSources->Metadata process
build(HbmLocalMetadataBuildingContext) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
build() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
build() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
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(SessionFactoryImplementor) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
buildAndFillTable(String, String, ObjectNameSource, NamingStrategyHelper, boolean, List<UniqueConstraintHolder>, List<JPAIndexHolder>, String, MetadataBuildingContext, String, InFlightMetadataCollector.EntityTableXref) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildAndFillTable(String, String, Identifier, boolean, List<UniqueConstraintHolder>, List<JPAIndexHolder>, String, MetadataBuildingContext, String, InFlightMetadataCollector.EntityTableXref) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
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, Class[]) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
buildBasicProxyFactory(Class) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBatch(BatchKey, JdbcCoordinator) - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchBuilder
Build a batch.
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
 
buildCallbacksForEntity(Class, CallbackBuilder.CallbackRegistrar) - Method in interface org.hibernate.jpa.event.spi.CallbackBuilder
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3Column
 
buildColumnFromAnnotation(Column[], Formula, Nullability, PropertyHolder, PropertyData, String, 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.
buildColumnReferenceExpression(ModelPart, SqlExpressionResolver, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.MappingModelHelper
 
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, ContributableMatcher, SourceDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
Build a delayed Runnable for performing schema dropping.
buildDeleteTranslator(SessionFactoryImplementor, DeleteStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildDeleteTranslator(SessionFactoryImplementor, DeleteStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Builds a single-use delete translator
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
 
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(String) - Constructor for class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
Builder(String) - Constructor for class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
Builder(String) - Constructor for class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
Builder(MappingModelExpressable) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
 
Builder(MappingModelExpressable, int) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
 
Builder() - Constructor for class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
Builders - Class in org.hibernate.query.results
 
Builders() - Constructor for class org.hibernate.query.results.Builders
 
buildExceptionFromInstantiationError(AttributeConversionInfo, Exception) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
buildExecutionOptions(Map<?, ?>, ExceptionHandler) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
buildExecutionOptions(Map<?, ?>, SchemaFilter, ExceptionHandler) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
buildFetch(FetchParent, Fetchable, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.FetchBuilder
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildGetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildGroupsForOperation(GroupsPerOperation.Operation, Map, ClassLoaderAccess) - Static method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
buildHolder() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
buildIdentifierAttribute(PersistentClass, IdentifierGenerator) - Static method in class org.hibernate.tuple.PropertyFactory
Generates the attribute representation of the identifier for a given entity mapping.
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.AbstractHANADialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.DerbyDialect
 
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.PostgreSQLDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.SQLServerDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.SybaseDialect
 
buildInheritanceStates(List<XClass>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
For the mapped entities build some temporary data-structure containing information about the inheritance status of a class.
buildInsertQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildInsertTranslator(SessionFactoryImplementor, InsertStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildInsertTranslator(SessionFactoryImplementor, InsertStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Builds a single-use insert-select translator
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[], String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsOrFormulas(JoinColumnOrFormula[], String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinColumnsWithDefaultColumnSuffix(JoinColumn[], String, Map<String, Join>, PropertyHolder, String, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJoinFormula(JoinFormula, String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
build join formula
buildJoinTableJoinColumns(JoinColumn[], Map<String, Join>, PropertyHolder, String, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
buildJpaIndexHolder(Index[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.env.spi.LobCreatorBuilder
 
buildLockRequest(LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
buildLockRequest(LockOptions) - Method in interface org.hibernate.Session
Build a LockRequest that specifies the LockMode, pessimistic lock timeout and lock scope.
buildMappings() - Method in class org.hibernate.cfg.Configuration
Deprecated.
Does nothing
buildMetadata() - Method in class org.hibernate.boot.MetadataSources
Short-hand form of calling MetadataSources.getMetadataBuilder() and using its MetadataBuilder.build() method in cases where the application wants to accept the defaults.
buildMetadata(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
 
buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
Intended for test usage only.
buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
Intended for test usage only.
buildMetadataFromMainArgs(String[]) - Static method in class org.hibernate.tool.hbm2ddl.SchemaValidator
Intended for test usage only.
buildMinimalSQLExceptionConverter() - Static method in class org.hibernate.exception.spi.SQLExceptionConverterFactory
Builds a minimal converter.
buildNamedQueryRepository(SessionFactoryImplementor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildNamedQueryRepository(SessionFactoryImplementor) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
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
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(Component, String, PropertyData, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
build a component property holder
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(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
 
buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.RegionFactory
 
buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
buildResolution() - Method in class org.hibernate.mapping.BasicValue
 
buildResolution() - Method in class org.hibernate.mapping.DependantBasicValue
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.dynamic.DynamicResultBuilderEntity
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilder
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderBasicValued
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderEmbeddable
 
buildResult(JdbcValuesMetadata, int, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderEntityValued
 
buildRootNavigablePath(String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
buildSelectQuery(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildSelectTranslator(SessionFactoryImplementor, SelectStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildSelectTranslator(SessionFactoryImplementor, SelectStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Builds a single-use select translator
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(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactory() - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactoryOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
buildSessionFactoryOptions() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
Build the SessionFactoryOptions that will ultimately be passed to SessionFactoryImpl constructor.
buildSessionFactoryUniqueIdentifierGenerator() - Static method in class org.hibernate.id.UUIDGenerator
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
 
buildSetter(Component, Property) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, Map<Column, String>, boolean, String, String) - 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
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, Table, Iterator<Column>, Map<Column, String>, boolean, Metadata) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(Dialect, Table, String, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(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.DB2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.DerbyDialect
 
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.OracleDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SQLServerDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.SybaseASEDialect
 
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
 
buildSubNavigablePath(NavigablePath, String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
buildSubNavigablePath(SqmPath<?>, String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
buildTableStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
buildTargetDescriptor(EnumSet<TargetType>, String, ServiceRegistry) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
buildTargetDescriptor(EnumSet<TargetType>, String, boolean, 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
 
buildTransactionCoordinator(TransactionCoordinatorOwner, TransactionCoordinatorBuilder.Options) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
 
buildTranslator(SessionFactoryImplementor, Statement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildTuple() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
 
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
Do not remove: used by Quarkus
buildUpdateQuery() - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildUpdateTranslator(SessionFactoryImplementor, UpdateStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildUpdateTranslator(SessionFactoryImplementor, UpdateStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Builds a single-use update translator
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
 
BY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
byId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(String) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity type by primary key.
byId(Class<T>) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity by primary key.
byMultipleIds(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleIds(Class<T>) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple entities at once as specified by primary key values.
byMultipleIds(String) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple entities at once as specified by primary key values.
byMultipleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleNaturalId(Class<T>) - Method in interface org.hibernate.Session
Access to load multiple entities by natural-id
byMultipleNaturalId(String) - Method in interface org.hibernate.Session
Access to load multiple entities by natural-id
byName(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
Deprecated.
 
byName(String) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
 
byNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(String) - Method in interface org.hibernate.Session
Create a NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
byNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create a NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
bySimpleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(String) - Method in interface org.hibernate.Session
Create a SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
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.
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[], Object, 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_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
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
 

C

c - Variable in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
c - Variable in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
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 - Annotation Type in org.hibernate.annotations
Add caching strategy to a root entity or a collection.
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_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
CACHEABLE - Static variable in class org.hibernate.annotations.QueryHints
Are the query results cacheable?
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.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
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
CacheInitiator - Class in org.hibernate.engine.spi
Initiator for second level cache support
CacheInitiator() - Constructor for class org.hibernate.engine.spi.CacheInitiator
 
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 - Enum in org.hibernate
Controls how the session interacts with the second-level cache and query cache.
cacheMode - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
CacheModeType - Enum in org.hibernate.annotations
Enumeration for the different interaction modes between the session and the Level 2 Cache.
cacheNonSelectQueryPlan(QueryInterpretationCache.Key, NonSelectQueryPlan) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
cacheNonSelectQueryPlan(QueryPlanCache.Key, NonSelectQueryPlan) - Method in interface org.hibernate.query.spi.QueryPlanCache
 
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.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
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
cacheResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Caches a natural-id-to-identifier resolution.
cacheResolutionFromLoad(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
 
cacheSelectQueryPlan(QueryPlanCache.Key, SelectQueryPlan) - Method in interface org.hibernate.query.spi.QueryPlanCache
 
cacheSqmStatement(String, SqmStatement) - Method in interface org.hibernate.query.spi.QueryPlanCache
 
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(TruthValue) - Constructor for class org.hibernate.boot.model.Caching
 
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
 
calculateHashCode(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Calculate the hash-code of a natural-id value
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.
CALENDAR_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC TIME.
CalendarDateType - Class in org.hibernate.type
A type mapping DATE and Calendar
CalendarDateType() - Constructor for class org.hibernate.type.CalendarDateType
 
CalendarDateTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the date (month, day, year) portion.
CalendarDateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
CalendarMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
CalendarTimeType - Class in org.hibernate.type
A type mapping TIME and Calendar.
CalendarTimeType() - Constructor for class org.hibernate.type.CalendarTimeType
 
CalendarTimeTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the time portion.
CalendarTimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
CalendarType - Class in org.hibernate.type
A type that maps between TIMESTAMP and Calendar
CalendarType() - Constructor for class org.hibernate.type.CalendarType
 
CalendarTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling.
CalendarTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
CalendarTypeDescriptor.CalendarMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
CALLABLE - Static variable in class org.hibernate.annotations.QueryHints
Is the query callable? Note: only valid for named native sql queries.
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
CALLABLE_NAMED_PARAMS_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
Global setting name for controlling whether Hibernate should try to map named parameter names specified in a ProcedureCall or StoredProcedureQuery to named parameters in the JDBC CallableStatement.
CallableStatementSupport - Interface in org.hibernate.procedure.spi
 
Callback - Interface in org.hibernate.jpa.event.spi
Represents a JPA event callback (the method).
Callback - Interface in org.hibernate.sql.exec.spi
Callback to allow SQM interpretation to trigger certain things within ORM.
CallbackBuilder - Interface in org.hibernate.jpa.event.spi
Contract for walking an entity hierarchy and building a list of JPA callbacks
CallbackBuilder.CallbackRegistrar - Interface in org.hibernate.jpa.event.spi
Represents the target of JPA callback registrations as part the EntityCallbackBuilder
CallbackException - Exception in org.hibernate
Intended to be thrown from Lifecycle and Interceptor callbacks.
CallbackException(Exception) - 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.
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.AttributeConverterJdbcTypeDescriptorAdapter
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.IntegerTypeDescriptor
 
canBeRemapped() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
Is this descriptor available for remapping?
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.NClobTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
canBeRemapped() - Method in class org.hibernate.type.descriptor.jdbc.VarcharTypeDescriptor
 
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 interface org.hibernate.Session
Cancel the execution of the current query.
canCreateCatalog() - Method in class org.hibernate.dialect.Dialect
Does this dialect support catalog creation?
canCreateCatalog() - Method in class org.hibernate.dialect.MySQLDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.Dialect
Does this dialect support schema creation?
canCreateSchema() - Method in class org.hibernate.dialect.MySQLDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.OracleDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.SpannerDialect
 
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 interface org.hibernate.metamodel.model.domain.AllowableOutputParameterType
Can the given instance of this type actually perform the parameter value extractions?
canDoExtraction() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
canDoExtraction() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoExtraction() - Method in class org.hibernate.type.ComponentType
 
canDoExtraction() - Method in class org.hibernate.type.CustomType
 
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.
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?
canResultsBeCached() - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
canResultsBeCached() - Method in interface org.hibernate.sql.results.spi.ResultsConsumer
 
canResultsBeCached() - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
canRollback() - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
canUseCachedReferences() - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer.LifecycleOptions
 
canUseInnerJoins() - Method in class org.hibernate.query.results.TableGroupImpl
 
canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
canUseInnerJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
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 - Annotation Type in org.hibernate.annotations
Apply a cascade strategy on an association.
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.
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
 
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
 
CascadingFetchProfile - Enum in org.hibernate.loader.ast.spi
 
CASE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CASE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CASE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
CASE() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
CASE() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
CaseExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
CaseFragment - Class in org.hibernate.sql
Abstract SQL case fragment renderer
CaseFragment() - Constructor for class org.hibernate.sql.CaseFragment
 
CaseLeastGreatestEmulation - Class in org.hibernate.dialect.function
 
CaseLeastGreatestEmulation(boolean) - Constructor for class org.hibernate.dialect.function.CaseLeastGreatestEmulation
 
caseList() - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
caseList() - Method in class org.hibernate.grammars.hql.HqlParser
 
CaseListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
caseOtherwise() - Method in class org.hibernate.grammars.hql.HqlParser
 
caseOtherwise() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
caseOtherwise() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
CaseOtherwiseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
cases - Variable in class org.hibernate.sql.CaseFragment
 
CaseSearchedExpression - Class in org.hibernate.sql.ast.tree.expression
 
CaseSearchedExpression(MappingModelExpressable) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
CaseSearchedExpression(MappingModelExpressable, List<CaseSearchedExpression.WhenFragment>, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
CaseSearchedExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
 
CaseSimpleExpression - Class in org.hibernate.sql.ast.tree.expression
 
CaseSimpleExpression(MappingModelExpressable, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
CaseSimpleExpression(MappingModelExpressable, Expression, List<CaseSimpleExpression.WhenFragment>, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
CaseSimpleExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
 
CaseWhenEveryAnyEmulation - Class in org.hibernate.dialect.function
 
CaseWhenEveryAnyEmulation(boolean) - Constructor for class org.hibernate.dialect.function.CaseWhenEveryAnyEmulation
 
cast(Class<T>, Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Deprecated.
No idea why this is exposed here...
CAST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CAST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CAST() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
CAST() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
cast(JpaExpression<T>, Class<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
cast(JpaExpression<T>, Class<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
castAs(DomainType<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
CastFunction - Class in org.hibernate.dialect.function
 
CastFunction(Dialect, int) - Constructor for class org.hibernate.dialect.function.CastFunction
 
castFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
castFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
castFunction() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
CastFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.AbstractHANADialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.DerbyDialect
Derby does have a real Types.BOOLEAN type, but it doesn't know how to cast to it.
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a cast() function call.
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.HSQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.OracleDialect
Oracle doesn't have any sort of Types.BOOLEAN type or Types.TIME type, and its default behavior for casting dates and timestamps to and from strings is just awful.
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.SQLServerDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.SybaseDialect
 
CastStrEmulation - Class in org.hibernate.dialect.function
 
CastStrEmulation() - Constructor for class org.hibernate.dialect.function.CastStrEmulation
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser
 
CastTarget - Class in org.hibernate.sql.ast.tree.expression
 
CastTarget(JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
 
CastTarget(JdbcMapping, Long, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
 
CastTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
castTargetType() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
castTargetType() - Method in class org.hibernate.grammars.hql.HqlParser
 
CastTargetTypeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
CastType - Enum in org.hibernate.query
Defines the set of basic types which should be accepted by the cast() function on every platform.
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 - 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?
cbrt(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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
 
CEILING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CEILING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CEILING() - Method in class org.hibernate.grammars.hql.HqlParser.CeilingFunctionContext
 
CEILING() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ceiling_ceil(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
ceilingFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
ceilingFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CeilingFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CeilingFunctionContext
 
CFG_FILE - Static variable in interface org.hibernate.jpa.AvailableSettings
cfg.xml configuration file used
CfgXmlAccessService - Interface in org.hibernate.boot.cfgxml.spi
Allows access to any cfg.xml files specified for bootstrapping.
cfgXsd() - Method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
channelNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
channelNames - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
channelNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
channelNames - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
CHAR - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
CHAR - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
CHAR() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
CHAR(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping char[] to JDBC VARCHAR.
char_chr(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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.
CHARACTER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
CHARACTER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
CHARACTER_NCHAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character to JDBC NCHAR(1).
CharacterArrayClobType - Class in org.hibernate.type
A type that maps between CLOB and Character[]

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

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

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

CharacterArrayNClobType() - Constructor for class org.hibernate.type.CharacterArrayNClobType
 
CharacterArrayType - Class in org.hibernate.type
A type that maps between VARCHAR and Character[]
CharacterArrayType() - Constructor for class org.hibernate.type.CharacterArrayType
 
CharacterArrayTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Character[] handling.
CharacterArrayTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
characterLength_len(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
characterLength_length(QueryEngine, SqlAstNodeRenderingMode) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle-style
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
 
CharTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for CHAR handling.
CharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.CharTypeDescriptor
 
Check - Annotation Type in org.hibernate.annotations
Arbitrary SQL CHECK constraints which can be defined at the class, property or collection level.
check - Variable in class org.hibernate.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(int, Object, int, Expectation, PreparedStatement, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
CHECK_NULLABILITY - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable nullability checking.
checkColumnDuplication(Set<String>, Iterator<Selectable>) - Method in class org.hibernate.mapping.PersistentClass
 
checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
 
checkConstraint() - Method in class org.hibernate.mapping.Column
 
checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
checkNamedQueries(QueryEngine) - Method in interface org.hibernate.query.named.NamedObjectRepository
Perform a validity check on all named queries
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(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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 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)
checkOpenOrWaitingForAutoClose() - Method in interface org.hibernate.loader.access.LoadAccessContext
Callback to check whether the session is "active"
checkPermission(PermissionCheckEntityInformation, PermissibleAction) - Method in interface org.hibernate.secure.spi.JaccService
 
checkPropertyColumnDuplication(Set, Iterator) - Method in class org.hibernate.mapping.PersistentClass
 
checkPropertyConsistency(Ejb3Column[], String) - Static method in class org.hibernate.cfg.Ejb3Column
 
checkReferencedColumnsType(Ejb3JoinColumn[], PersistentClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.Ejb3JoinColumn
 
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
 
chr_char(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CLASS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CLASS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CLASS() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
CLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
Deprecated.
 
CLASS - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Class to JDBC VARCHAR.
CLASS_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Caching configuration should follow the following pattern hibernate.ejb.classcache.<fully.qualified.Classname> usage[, region] where usage is the cache strategy used and region the cache region name
CLASS_NAME - Static variable in class org.hibernate.type.SerializableToBlobType
 
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, Throwable) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message and cause.
ClassLoadingException(String) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message.
ClassLoadingStrategyHelper - Class in org.hibernate.bytecode.spi
 
ClassLoadingStrategyHelper() - Constructor for class org.hibernate.bytecode.spi.ClassLoadingStrategyHelper
 
ClassMetadata - Interface in org.hibernate.metadata
Deprecated.
(since 6.0) Use Hibernate's mapping model MappingMetamodel
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 - 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
 
cleanup() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
cleanup() - Method in class org.hibernate.sql.results.spi.LoadContexts
Release internal state associated with *all* result sets.
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.NaturalIdResolutions
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 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 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 - Static variable in class org.hibernate.event.spi.EventType
 
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
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
clearParentResolutionListeners() - Method in class org.hibernate.sql.results.graph.AbstractFetchParentAccess
 
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 - 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.jdbc.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(String) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from string data.
ClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from a reader.
ClobType - Class in org.hibernate.type
A type that maps between CLOB and Clob
ClobType() - Constructor for class org.hibernate.type.ClobType
 
ClobTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Clob handling.
ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
ClobTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for CLOB handling.
ClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
ClobTypeDescriptor.ClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
MutabilityPlan for Clob values
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
close() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
close(Iterator) - Static method in class org.hibernate.Hibernate
Close an Iterator instances obtained from org.hibernate.Query#iterate() immediately instead of waiting until the session is closed or disconnected.
close() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
close() - Method in interface org.hibernate.procedure.ProcedureCall
Release the underlying JDBC CallableStatement
close() - Method in interface org.hibernate.query.hql.HqlTranslator
Give the translator a chance to "shut down" if it needs to
close() - Method in interface org.hibernate.query.named.NamedObjectRepository
Release any held resources
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.QueryEngine
 
close() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
Close the cache when the SessionFactory is closed.
close() - Method in interface org.hibernate.query.spi.QueryPlanCache
Close the cache when the SessionFactory is closed.
close() - Method in class org.hibernate.query.spi.StreamDecorator
 
close() - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
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_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
CLOSE_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
CLOSE_PAREN() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
CLOSE_PARENTHESIS - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
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.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.SpannerDialect
 
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.
coalesce(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
COALESCE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COALESCE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COALESCE() - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
COALESCE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
coalesce() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
coalesce(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
coalesce() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
coalesce(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
coalesce_value(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
SAP DB
coalesceFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
coalesceFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CoalesceFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
CoalesceIfnullEmulation - Class in org.hibernate.dialect.function
 
CoalesceIfnullEmulation() - Constructor for class org.hibernate.dialect.function.CoalesceIfnullEmulation
 
CockroachDB1920IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
CockroachDB1920IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.CockroachDB1920IdentityColumnSupport
 
CockroachDialect - Class in org.hibernate.dialect
A dialect for CockroachDB.
CockroachDialect() - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachDialect(int) - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Cockroach.
CockroachSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.CockroachSqlAstTranslator
 
coerce(X, JavaTypeDescriptor.CoercionContext) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
coerce(X, JavaTypeDescriptor.CoercionContext) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
coerce(X, JavaTypeDescriptor.CoercionContext) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
coerce(X, JavaTypeDescriptor.CoercionContext) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
coerce(X, JavaTypeDescriptor.CoercionContext) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
coerce(Object, JavaTypeDescriptor.CoercionContext) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
coerce(X, JavaTypeDescriptor.CoercionContext) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
 
coerce(X, JavaTypeDescriptor.CoercionContext) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
coerce(Object, JavaTypeDescriptor.CoercionContext) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
coerceWrappingError(CoercionHelper.Coercer<T>) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
CoercionException - Exception in org.hibernate.type.descriptor.java
 
CoercionException(String) - Constructor for exception org.hibernate.type.descriptor.java.CoercionException
 
CoercionException(String, Throwable) - Constructor for exception org.hibernate.type.descriptor.java.CoercionException
 
CoercionHelper - Class in org.hibernate.type.descriptor.java
Helper for type coercions.
CoercionHelper.Coercer<T> - Interface in org.hibernate.type.descriptor.java
 
COLLATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COLLATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COLLATE() - Method in class org.hibernate.grammars.hql.HqlParser.CollationSpecificationContext
 
COLLATE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
COLLATE - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
COLLATE - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
COLLATE() - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
COLLATE() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
Collate - Class in org.hibernate.sql.ast.tree.expression
 
Collate(Expression, String) - Constructor for class org.hibernate.sql.ast.tree.expression.Collate
 
CollateExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollateExpressionContext
 
collateName() - Method in class org.hibernate.grammars.hql.HqlParser
 
collateName() - Method in class org.hibernate.grammars.hql.HqlParser.CollationSpecificationContext
 
CollateNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollateNameContext
 
collationSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.CollateExpressionContext
 
collationSpecification() - Method in class org.hibernate.grammars.hql.HqlParser
 
collationSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
collationSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
collationSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
collationSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
CollationSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollationSpecificationContext
 
CollationSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
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(Consumer<QueryParameterImplementor<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractQuery
 
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_CACHE_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Caching configuration should follow the following pattern hibernate.ejb.collectioncache.<fully.qualified.Classname>.<role> usage[, region] where usage is the cache strategy used and region the cache region name
COLLECTION_ELEMENTS - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INDEX - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_INDICES - Static variable in class org.hibernate.persister.collection.CollectionPropertyNames
 
COLLECTION_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
 
CollectionAttribute - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for Jaxb bindings that represent persistent collection attributes.
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.
CollectionClassification - Enum in org.hibernate.metamodel
Classifications of the plurality.
CollectionDataAccess - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached collection data.
CollectionDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
Specialized DomainDataCachingConfig describing the requested caching config for a particular persistent collection's data
CollectionDefinition - Interface in org.hibernate.persister.walking.spi
 
CollectionElementDefinition - Interface in org.hibernate.persister.walking.spi
Represents a collection element.
collectionElementNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionElementNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
CollectionElementNavigablePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
CollectionEntry - Class in org.hibernate.engine.spi
We need an entry to tell us all about the current state of a collection with respect to its persistent state
CollectionEntry(CollectionPersister, PersistentCollection) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For newly wrapped collections, or dereferenced collection wrappers
CollectionEntry(PersistentCollection, CollectionPersister, Object, boolean) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For collections just loaded from the database
CollectionEntry(CollectionPersister, Object) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For uninitialized detached collections
CollectionEntry(PersistentCollection, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For initialized detached collections
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 - Annotation Type in org.hibernate.annotations
Describe an identifier column for a bag (ie an idbag).
collectionId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
CollectionIdentifierDescriptor - Interface in org.hibernate.metamodel.mapping
Descriptor for the collection identifier.
CollectionIdSource - Interface in org.hibernate.boot.model.source.spi
 
CollectionIndexDefinition - Interface in org.hibernate.persister.walking.spi
 
CollectionIndexFunctionContext(HqlParser.JpaCollectionFunctionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionIndexFunctionContext
 
collectionInfoString(CollectionPersister, PersistentCollection, Object, SharedSessionContractImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(CollectionPersister, Object[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of managed collections.
collectionInfoString(CollectionPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
CollectionInitializer - Interface in org.hibernate.sql.results.graph.collection
Initializer implementation for initializing collections (plural attributes)
CollectionInitializerProducer - Interface in org.hibernate.collection.spi
Functional contract to create a CollectionInitializer
CollectionJavaTypeDescriptor<C> - Class in org.hibernate.type.descriptor.java.spi
Extension of the general JavaTypeDescriptor for "collection types"
CollectionJavaTypeDescriptor(Class<? extends C>, CollectionSemantics<C, ?>) - Constructor for class org.hibernate.type.descriptor.java.spi.CollectionJavaTypeDescriptor
 
CollectionKey - Class in org.hibernate.engine.spi
Uniquely identifies a collection instance in a particular session.
CollectionKey(CollectionPersister, Object) - Constructor for class org.hibernate.engine.spi.CollectionKey
 
CollectionKey(CollectionPersister, Object, EntityMode) - Constructor for class org.hibernate.engine.spi.CollectionKey
CollectionLoader - Interface in org.hibernate.loader.ast.spi
A loader (initialization) for collections
CollectionLoadingLogger - Interface in org.hibernate.sql.results.graph.collection
 
CollectionMappingType<C> - Interface in org.hibernate.metamodel.mapping
MappingType for collections.
CollectionMetadata - Interface in org.hibernate.metadata
Deprecated.
(since 6.0) Use Hibernate's mapping model MappingMetamodel
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
 
CollectionPart - Interface in org.hibernate.metamodel.mapping
 
CollectionPart.Nature - Enum in org.hibernate.metamodel.mapping
 
CollectionPartPath - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents a part of a `CollectionPart` (element or index descriptor) as a DomainPath
collectionPersister(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
Get the persister object for a collection role.
CollectionPersister - Interface in org.hibernate.persister.collection
A strategy for persisting a collection role.
collectionPersisters() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
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.
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
 
CollectionResultDescriptor(JaxbHbmNativeQueryCollectionLoadReturnType, Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
 
CollectionResultGraphNode - Interface in org.hibernate.sql.results.graph.collection
 
CollectionSecondPass - Class in org.hibernate.cfg
Collection second pass
CollectionSecondPass(MetadataBuildingContext, Collection, Map) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionSecondPass(MetadataBuildingContext, Collection) - Constructor for class org.hibernate.cfg.CollectionSecondPass
 
CollectionSemantics<CE,E> - Interface in org.hibernate.collection.spi
Describes the semantics of a persistent collection such that Hibernate understands how to use it - create one, handle elements, etc.
CollectionSemanticsResolver - Interface in org.hibernate.collection.spi
Resolve the collection semantics for the given mapped collection todo (6.0) ...
CollectionSizeFunctionContext(HqlParser.JpaCollectionFunctionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
CollectionStatistics - Interface in org.hibernate.stat
Collection related statistics
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 - Annotation Type in org.hibernate.annotations
Names a custom collection type for a persistent collection.
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(TypeConfiguration, String, String) - Constructor for class org.hibernate.type.CollectionType
 
collectJoinFetch(JaxbHbmNativeQueryJoinReturnType, Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>, Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
collectParameters(SqmStatement<?>, Consumer<SqmParameter<?>>, ServiceRegistry) - Static method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
collectTableMappings() - Method in interface org.hibernate.boot.Metadata
 
collectTableMappings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
COLON - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
COLON - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
COLON() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
COLON - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COLON - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
COLON(int) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
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 - 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 - Interface in org.hibernate.metamodel.relational
 
COLUMN_LABEL_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
COLUMN_NAME_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
An extractor which uses ResultSetMetaData.getColumnName(int)
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
 
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 class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
columnDefinition() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
ColumnInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing table columns
ColumnIterator(ExportableColumn) - Constructor for class org.hibernate.id.ExportableColumn.ColumnIterator
 
columnList - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
 
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(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
columnName - Variable in class org.hibernate.sql.InFragment
 
columnNames - Variable in class org.hibernate.sql.InsertSelect
Deprecated.
 
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 - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents a column-reference used in an order-by fragment
ColumnReference(String, boolean, NavigablePath) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
ColumnReference - Class in org.hibernate.sql.ast.tree.expression
Models a reference to a Column in a SQL AST
ColumnReference(String, SelectableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(String, SelectableMapping, JdbcMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(String, String, boolean, String, String, JdbcMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(TableReference, SelectableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(TableReference, String, JdbcMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(TableReference, String, boolean, String, String, JdbcMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReferenceQualifier - Interface in org.hibernate.sql.ast.tree.from
 
columnResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
Columns - Annotation Type in org.hibernate.annotations
Support an array of columns.
columns() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
 
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
 
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.
COMA_SEPARATOR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
combinePredicates(Predicate, Predicate) - Static method in class org.hibernate.sql.ast.spi.SqlAstHelper
 
combinePredicates(Predicate, Predicate) - Static method in class org.hibernate.sql.ast.spi.SqlAstTreeHelper
 
combinePredicates(Predicate, Predicate) - Static method in interface org.hibernate.sql.ast.tree.predicate.Predicate
COMMA - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
COMMA() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
COMMA(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
COMMA - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
COMMA - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
COMMA - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
COMMA - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
COMMA - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
COMMA() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
COMMA(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
command() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
command() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
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
 
commandBlock() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
commandBlock() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
commandBlock(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
CommandBlockContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
CommandContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
COMMENT - Static variable in class org.hibernate.annotations.QueryHints
Defines a comment to be applied to the SQL sent to the database.
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COMMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
comment - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
comment - Variable in class org.hibernate.sql.Delete
 
comment - Variable in class org.hibernate.sql.Insert
 
comment - Variable in class org.hibernate.sql.InsertSelect
Deprecated.
 
comment - Variable in class org.hibernate.sql.Select
 
comment - Variable in class org.hibernate.sql.SimpleSelect
 
comment - Variable in class org.hibernate.sql.Update
 
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
CommonFunctionFactory - Class in org.hibernate.dialect.function
A group common function template definitions.
CommonFunctionFactory() - Constructor for class org.hibernate.dialect.function.CommonFunctionFactory
 
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).
ComparableHelper() - Constructor for class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
compare(T, T) - Static method in class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractType
 
compare(Object, Object) - Method in class org.hibernate.type.AnyType
 
compare(Object, Object) - Method in class org.hibernate.type.CollectionType
 
compare(Object, Object) - Method in class org.hibernate.type.ComponentType
 
compare(Object, Object) - Method in class org.hibernate.type.descriptor.java.IncomparableComparator
 
compare(Locale, Locale) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
 
compare(TimeZone, TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
compare(ZoneOffset, ZoneOffset) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor.ZoneOffsetComparator
 
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
compareTo(Identifier) - Method in class org.hibernate.boot.model.naming.Identifier
 
compareTo(Namespace.Name) - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
compareTo(Identifier) - Method in class org.hibernate.metamodel.relational.Identifier
 
comparisonOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
comparisonOperator() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
ComparisonOperator - Enum in org.hibernate.query
Defines the comparison operators.
ComparisonOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
ComparisonPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
ComparisonPredicate(Expression, ComparisonOperator, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
ComparisonPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
Compatibility - Class in org.hibernate.query.sqm.tree.expression
 
complete(ManagedResources, BootstrapContext, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
Second step of 2-phase for MetadataSources->Metadata process
complete() - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Callback after all parsing is complete
completedLoadByNaturalId(EntityMappingType, Object, SharedSessionContract) - Method in interface org.hibernate.loader.NaturalIdPostLoadListener
Callback for a load-by-natural-id pre event
CompleteFetchBuilder - Interface in org.hibernate.query.results.complete
 
CompleteFetchBuilderBasicPart - Class in org.hibernate.query.results.complete
 
CompleteFetchBuilderBasicPart(NavigablePath, BasicValuedModelPart, String) - Constructor for class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
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.
CompleteResultBuilder - Interface in org.hibernate.query.results.complete
 
CompleteResultBuilderBasicModelPart - Class in org.hibernate.query.results.complete
CompleteResultBuilder for basic-valued ModelParts
CompleteResultBuilderBasicModelPart(NavigablePath, BasicValuedModelPart, String) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
CompleteResultBuilderBasicValued - Interface in org.hibernate.query.results.complete
Nominal extension to ResultBuilder for cases involving scalar results
CompleteResultBuilderBasicValuedStandard - Class in org.hibernate.query.results.complete
ResultBuilder for scalar results defined via: JPA ColumnResult `` as part of a `` stanza in `hbm.xml`
CompleteResultBuilderBasicValuedStandard(String, BasicValuedMapping, JavaTypeDescriptor<?>) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
CompleteResultBuilderCollection - Interface in org.hibernate.query.results.complete
 
CompleteResultBuilderCollectionStandard - Class in org.hibernate.query.results.complete
 
CompleteResultBuilderCollectionStandard(NavigablePath, PluralAttributeMapping) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
CompleteResultBuilderEntityJpa - Class in org.hibernate.query.results.complete
CompleteResultBuilderEntityValued implementation specific to JPA.
CompleteResultBuilderEntityJpa(NavigablePath, EntityMappingType, LockMode, ResultBuilderBasicValued, HashMap<String, FetchBuilder>) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
CompleteResultBuilderEntityStandard - Class in org.hibernate.query.results.complete
 
CompleteResultBuilderEntityStandard(NavigablePath, EntityMappingType, LockMode, ResultBuilderBasicValued, HashMap<String, FetchBuilder>) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
CompleteResultBuilderEntityValued - Interface in org.hibernate.query.results.complete
 
CompleteResultBuilderInstantiation - Class in org.hibernate.query.results.complete
ResultBuilder for dynamic instantiation results (ConstructorResult
CompleteResultBuilderInstantiation(JavaTypeDescriptor<?>, List<ResultBuilder>) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
Component - Class in org.hibernate.mapping
The mapping for a component, composite element, composite identifier, etc.
Component(MetadataBuildingContext, PersistentClass) - 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, Collection) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataBuildingContext, 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, MetadataBuildingOptions) - Constructor for class org.hibernate.tuple.component.ComponentMetamodel
ComponentMetamodel(Component, BootstrapContext) - 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 - Interface in org.hibernate.tuple.component
Defines further responsibilities regarding tuplization based on a mapped components.
componentTuplizer - Variable in class org.hibernate.type.ComponentType
 
ComponentTuplizerFactory - Class in org.hibernate.tuple.component
A registry allowing users to define the default ComponentTuplizer class to use per EntityMode.
ComponentTuplizerFactory(MetadataBuildingOptions) - Constructor for class org.hibernate.tuple.component.ComponentTuplizerFactory
ComponentTuplizerFactory(BootstrapContext) - Constructor for class org.hibernate.tuple.component.ComponentTuplizerFactory
 
ComponentType - Class in org.hibernate.type
Handles "component" mappings
ComponentType(TypeConfiguration, ComponentMetamodel, int[]) - Constructor for class org.hibernate.type.ComponentType
 
composite(ArgumentsValidator...) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
composite(List<ArgumentsValidator>) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
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.
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
 
compositeId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
CompositeIdentifierMapping - Interface in org.hibernate.metamodel.mapping
Support for composite identifier mappings
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
 
CompositeTableGroup - Class in org.hibernate.sql.ast.tree.from
 
CompositeTableGroup(NavigablePath, EmbeddableValuedModelPart, TableGroup) - Constructor for class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
CompositeTracker - Interface in org.hibernate.engine.spi
 
CompositeType - Interface in org.hibernate.type
Contract for value types to hold collections and have cascades, etc.
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
 
compoundValue(Object...) - Static method in interface org.hibernate.NaturalIdMultiLoadAccess
Helper for creating a Map that represents the value of a compound natural-id for use in loading.
concat(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CONCAT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CONCAT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CONCAT() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
CONCAT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
concat(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(String, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(String, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat_pipeOperator(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Almost every database
concat_plusOperator(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
ConcatenationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
concatFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
concatFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
ConcatFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
concretePropertySelectFragment(String, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
concretePropertySelectFragment(String, AbstractEntityPersister.InclusionChecker) - 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
 
ConditionFragment - Class in org.hibernate.sql
 
ConditionFragment() - Constructor for class org.hibernate.sql.ConditionFragment
 
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_SEQUENCE_PER_ENTITY_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Specifies the suffix to use for an implicit sequence name - appended to the entity-name / collection-role
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
An IdentifierGenerator that supports "configuration".
Configurable - Interface in org.hibernate.service.spi
Allows the service to request access to the configuration properties for configuring itself.
Configuration - Class in org.hibernate.cfg
Represents one approach for bootstrapping Hibernate.
Configuration() - Constructor for class org.hibernate.cfg.Configuration
 
Configuration(BootstrapServiceRegistry) - Constructor for class org.hibernate.cfg.Configuration
 
Configuration(MetadataSources) - 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(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the named resource location.
configure(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(URL) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(LoadedConfig) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(Document) - Method in class org.hibernate.cfg.Configuration
Deprecated.
No longer supported.
configure(Properties) - Method in interface org.hibernate.exception.spi.Configurable
Configure the component, using the given settings and properties.
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.Configurable
Configure this instance, given the value of parameters specified by the user as <param> elements.
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.enhanced.TableGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.ForeignGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SequenceHiLoGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SequenceIdentityGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDHexGenerator
 
configure(Map) - Method in interface org.hibernate.service.spi.Configurable
Configure the service.
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() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
conjunction() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
connect() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a connection being obtained from ConnectionProvider
connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connection() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connection(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(Connection) - Method in interface org.hibernate.SessionBuilder
Adds a specific connection to the session options.
connection() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection from the original session should be used to create the new session.
connection(Connection) - Method in interface org.hibernate.SharedSessionBuilder
 
connection() - Method in interface org.hibernate.StatelessSession
Deprecated.
just missed when deprecating same method from Session
connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
Adds a specific connection to the session options.
CONNECTION_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(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connectionHandlingMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
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.
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.
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 - Enum in org.hibernate
Defines the various policies by which Hibernate might release its underlying JDBC connection.
connectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connectionReleaseMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionReleaseMode(ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SessionBuilder
connectionReleaseMode() - Method in interface org.hibernate.SharedSessionBuilder
Deprecated.
connectionReleaseMode(ConnectionReleaseMode) - Method in interface org.hibernate.SharedSessionBuilder
 
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
 
ConstraintViolationException - Exception in org.hibernate.exception
Implementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint.
ConstraintViolationException(String, SQLException, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, String) - Constructor for exception org.hibernate.exception.ConstraintViolationException
 
construct(Class<Y>, Selection<?>[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
construct(Class<Y>, List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
construct(Class<Y>, Selection<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
construct(Class<Y>, List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.
ConstructorEntityArgumentMode - Enum in org.hibernate.query
Describes the allowable ways in which entity references can be handled as dynamic-instantiation (ctor result) argument.
constructorResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
constructTuplizer(String, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends ComponentTuplizer>, Component) - Method in class org.hibernate.tuple.component.ComponentTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(String, EntityMetamodel, PersistentClass) - Method in class org.hibernate.tuple.entity.EntityTuplizerFactory
Construct an instance of the given tuplizer class.
constructTuplizer(Class<? extends EntityTuplizer>, 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
 
consume(int, Object, JdbcMapping) - Method in interface org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
Consume a JDBC-level jdbcValue.
consume(String, Supplier<Consumer<SelectableConsumer>>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType.ConstraintOrderedTableConsumer
 
consume(Object, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in interface org.hibernate.sql.results.spi.ResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>) - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
consumeExplicitJoin(SqmJoin<?, ?>, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeExplicitJoins(SqmFrom<?, ?>, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeFromClauseRoot(SqmRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeIdentifier(ResultSet) - Method in interface org.hibernate.id.ResultSetIdentifierConsumer
Given a result set, consume/extract the necessary values and construct an appropriate identifier value.
consumeIdentifier(String, boolean, boolean) - Method in class org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
 
consumeIdentifier(String, boolean, boolean) - Method in interface org.hibernate.query.hql.spi.DotIdentifierConsumer
Responsible for consuming each part of the path.
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...
consumeSingleSqmParameter(SqmParameter) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeSqmParameter(SqmParameter, BiConsumer<Integer, JdbcParameter>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeSqmParameter(SqmParameter) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
contains(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
contains(String, Object) - Method in interface org.hibernate.Session
Check if this entity is associated with this Session.
contains(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
contains(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
containsAnyNonScalarResults() - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
Does this node contain any non-scalar (sub-)results?
containsAnyNonScalarResults() - Method in interface org.hibernate.sql.results.graph.entity.EntityFetch
 
containsAnyNonScalarResults() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
containsAnyNonScalarResults() - Method in interface org.hibernate.sql.results.graph.Fetch
 
containsCollection(String, Object) - 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 class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
containsCollectionFetches() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
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, Object) - Method in interface org.hibernate.Cache
Determine whether the cache contains data for the given entity "instance".
containsEntity(String, Object) - 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.
containsOnlyInnerJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
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
Is this parameter reference registered in this collection?
containsTableReference(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
containsTableReference(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
containsTableReference(String) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupProducer
 
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
Contributable - Interface in org.hibernate.mapping
Part of the mapping model that is associated with a contributor.
ContributableDatabaseObject - Interface in org.hibernate.boot.model.relational
Contributable specialization for Tables and Sequences
ContributableMatcher - Interface in org.hibernate.tool.schema.spi
Matcher for whether tables and sequences should be included based on its Contributable.getContributor()
contribute(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.boot.model.TypeContributor
Contribute types
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(InFlightMetadataCollector, IndexView) - Method in interface org.hibernate.boot.spi.MetadataContributor
Perform the contributions.
contribute(MetadataSources) - Method in interface org.hibernate.boot.spi.MetadataSourcesContributor
Perform the process of contributing to MetadataSources.
contribute(EventEngineContributions) - Method in interface org.hibernate.event.spi.EventEngineContributor
Apply the contributions
contribute(StandardServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.ServiceContributor
Contribute services to the indicated registry builder.
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.
contributeFunctions(SqmFunctionRegistry, ServiceRegistry) - Method in interface org.hibernate.boot.model.FunctionContributor
Contribute functions
contributeJavaTypeDescriptor(JavaTypeDescriptor) - Method in interface org.hibernate.boot.model.TypeContributions
Add the JavaTypeDescriptor to the TypeConfiguration's JavaTypeDescriptorRegistry
contributeJdbcTypeDescriptor(JdbcTypeDescriptor) - Method in interface org.hibernate.boot.model.TypeContributions
Add the JdbcTypeDescriptor to the TypeConfiguration's JdbcTypeDescriptorRegistry
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, JdbcTypeDescriptor 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 JdbcTypeDescriptor implementations (or write your own for custom types) and use StandardBasicTypeTemplate to combine those with registration keys and call TypeContributions.contributeType(BasicType) instead
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 JdbcTypeDescriptor implementations (or write your own for custom impls) and use StandardBasicTypeTemplate to combine those with registration keys and call TypeContributions.contributeType(BasicType) instead
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.AbstractHANADialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
Allows the Dialect to contribute additional types
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.OracleDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SybaseDialect
 
CONTRIBUTOR_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The contributor that contributed this generator
CONVENTIONAL_JAVA_CONSTANTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting which indicates whether or not Java constant follow the Java Naming conventions.
Conversion - Class in org.hibernate.query.sqm.tree.expression
A conversion of a duration to a given temporal unit, as a result of applying the 'by unit' operator.
Conversion(Duration, TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.query.sqm.tree.expression.Conversion
 
ConversionContext - Interface in org.hibernate.exception.spi
 
ConversionException - Exception in org.hibernate.query.sqm.sql
Indicates a problem converting an SQM tree to a SQL AST
ConversionException(String) - Constructor for exception org.hibernate.query.sqm.sql.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception org.hibernate.query.sqm.sql.ConversionException
 
conversionFactor(TemporalUnit, Dialect) - Method in enum org.hibernate.query.TemporalUnit
 
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(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, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
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.
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(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(RuntimeException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(SQLException, String) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
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.
convertCommitException(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
Converts the exception thrown during the transaction commit phase
converted(String, Class<R>, AttributeConverter<?, R>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
converted(String, Class<O>, Class<R>, AttributeConverter<O, R>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
converted(String, Class<R>, Class<? extends AttributeConverter<?, R>>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
converted(String, Class<O>, Class<R>, Class<? extends AttributeConverter<O, R>>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
ConvertedBasicType<J> - Interface in org.hibernate.type
Extension for BasicType impls which have an implied conversion
ConvertedValueExtractor<O,R> - Class in org.hibernate.type.descriptor.converter
 
ConvertedValueExtractor(ValueExtractor<R>, AttributeConverter<O, R>) - Constructor for class org.hibernate.type.descriptor.converter.ConvertedValueExtractor
 
converter - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
 
converter - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
CONVERTER - Static variable in class org.hibernate.type.NumericBooleanType
 
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
Converters - Class in org.hibernate.metamodel.model.convert
Factory for converter instances
ConvertibleModelPart - Interface in org.hibernate.metamodel.mapping
 
ConvertibleValueMapping<O> - Interface in org.hibernate.metamodel.model.convert.spi
Describes a part of the domain model to which a value converter can be applied
convertIdFetchToResult(Fetch, DomainResultCreationState) - Static method in class org.hibernate.query.results.ResultsHelper
 
convertToDatabaseColumn(Object) - Method in class org.hibernate.annotations.NoAttributeConverter
 
convertToDatabaseColumn(Boolean) - Method in class org.hibernate.type.NumericBooleanConverter
 
convertToDatabaseColumn(Boolean) - Method in class org.hibernate.type.TrueFalseConverter
 
convertToDatabaseColumn(Boolean) - Method in class org.hibernate.type.YesNoConverter
 
convertToEntityAttribute(Object) - Method in class org.hibernate.annotations.NoAttributeConverter
 
convertToEntityAttribute(Integer) - Method in class org.hibernate.type.NumericBooleanConverter
 
convertToEntityAttribute(Character) - Method in class org.hibernate.type.TrueFalseConverter
 
convertToEntityAttribute(Character) - Method in class org.hibernate.type.YesNoConverter
 
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 Query.setFirstResult(int) accepts a zero-based offset.
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
coordinateWork(WorkExecutorVisitable<T>) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Perform the requested work handling exceptions, coordinating and handling return processing.
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() - 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(LockOptions, LockOptions) - Static method in class org.hibernate.LockOptions
Perform a shallow copy.
copy() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
copy() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
copy() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
copy() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
Make a copy
copy() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
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
 
copyFrom(HqlParser.ExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
copyFrom(HqlParser.HqlCollectionFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParser.HqlCollectionFunctionContext
 
copyFrom(HqlParser.InListContext) - Method in class org.hibernate.grammars.hql.HqlParser.InListContext
 
copyFrom(HqlParser.JpaCollectionFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionFunctionContext
 
copyFrom(HqlParser.ParameterContext) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
copyFrom(HqlParser.PredicateContext) - Method in class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
copyFrom(HqlParser.PrimaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
copyFrom(HqlParser.QueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
copyFrom(HqlParser.SimpleQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryExpressionContext
 
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
 
copyRegistrationMap() - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
copyRegistrationMap() - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.BasicValue
 
copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
 
corr(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
correlate(SqmCrossJoin<X>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(SqmEntityJoin<X>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(Root<Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(Join<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(CollectionJoin<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(SetJoin<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(ListJoin<X, Y>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(MapJoin<X, K, V>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(SqmCrossJoin<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(SqmEntityJoin<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
CorrelatedTableGroup - Class in org.hibernate.sql.ast.tree.from
A virtual TableReference for correlated roots.
CorrelatedTableGroup(TableGroup, SqlAliasBase, QuerySpec, Consumer<Predicate>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
COS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COS() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
cosh(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
cot(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
count() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
COUNT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COUNT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COUNT() - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
COUNT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
count(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
countDistinct(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
countDistinct(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
countFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
countFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
CountFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
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?
covarPopSamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
crc32(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
create - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
create(Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategyCreator
 
create(String, Class<T>, int) - Static method in class org.hibernate.event.spi.EventType
 
create(J, J) - Static method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
create(EnumSet<TargetType>, Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
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(SessionFactoryImplementor, Property, ValueGeneration) - Static method in class org.hibernate.tuple.entity.EntityMetamodel
 
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_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
createAllKeys() - Method in class org.hibernate.mapping.Collection
 
createAllKeys() - Method in class org.hibernate.mapping.Map
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.Fetch
Create the assembler for this fetch
createBean(Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
createBean(String, 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>, 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(InputStream, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given binary stream.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.LobHelper
Create a new Blob from bytes.
createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCaseFragment() - Method in class org.hibernate.dialect.DerbyDialect
 
createCaseFragment() - Method in class org.hibernate.dialect.Dialect
Deprecated.
migrating away from deprecated CaseFragment
createCaseFragment() - Method in class org.hibernate.dialect.OracleDialect
Map case support to the Oracle DECODE function.
createClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual CLOB reference.
createClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given String data.
createClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given character data.
createClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.LobHelper
Create a new Clob from content.
createClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new Clob from character reader.
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.BagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ListBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.SetBinder
 
createCollectionFetchDomainResult(NavigablePath, TableGroup, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createCollectionLoader(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create a collection persister instance.
createColumnReferenceKey(String, String) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Helper for generating an expression key for a column reference.
createColumnReferenceKey(TableReference, String) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Helper for generating an expression key for a column reference.
createComponent(PropertyHolder, PropertyData, boolean, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider

Note: per-spec, the values passed as properties override values found in PersistenceUnitInfo

createCopyUsing(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
 
createCorrelatedAggregateSubQuery(AbstractSqmSpecificPluralPartPath<?>, boolean, boolean) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
createCriteriaDelete(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaDelete(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCriteriaInsertSelect(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaInsertSelect(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCriteriaUpdate(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaUpdate(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCteDefinition(List<?>, Bindable, JdbcParameterBindings, ExecutionContext) - Method in class org.hibernate.sql.ast.tree.cte.CteTable
 
createCteSubQuery(ExecutionContext) - Method in class org.hibernate.sql.ast.tree.cte.CteTable
 
createCteTable(SqmCteTable, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createDelayedDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
Create a delayed DomainResult for a specific reference to this ModelPart.
createDelete() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createDelete() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createDeleteStatement() - Method in class org.hibernate.sql.ast.tree.delete.DeleteStatement.DeleteStatementBuilder
 
createDenormalizedTable(Identifier, Function<Identifier, DenormalizedTable>) - Method in class org.hibernate.boot.model.relational.Namespace
 
createDialect(DialectResolutionInfo) - Method in enum org.hibernate.dialect.Database
Create a Dialect for the given metadata.
createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
createDomainResult(NavigablePath, TableGroup, ForeignKeyDescriptor.Nature, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Create a DomainResult for a specific reference to this ModelPart.
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tree.expression.Conversion
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Duration
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
createDomainResult(String, DomainResultCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
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, Object, Object, LockMode, boolean, EntityPersister, boolean, PersistenceContext) - Method in interface org.hibernate.engine.spi.EntityEntryFactory
Creates EntityEntry.
createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.Session
 
createEntityGraph(String) - Method in interface org.hibernate.Session
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
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

Note: per-spec, the values passed as properties override values found in persistence.xml

createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createFilterKeys(Map<String, Filter>) - Static method in class org.hibernate.cache.spi.FilterKey
Constructs a number of FilterKey instances, given the currently enabled filters
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(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
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
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
 
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.
createInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
createInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
createInformation() - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.collection.spi.CollectionSemantics
todo (6.0) : clean this contract up!
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, Fetch, Fetch, DomainResultCreationState) - Method in interface org.hibernate.collection.spi.CollectionSemantics
 
createInsert() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createInsertTranslator(SqmInsertStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
 
createInsertTranslator(SqmInsertStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createInverseMappingType(EmbeddableValuedModelPart, SelectableMappings, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
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
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
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
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
createJaxbHbmNamedNativeQueryTypeReturnJoin(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNamedNativeQueryTypeReturnScalar(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
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(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
 
createJoin(int[], 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
createKeyDomainResult(NavigablePath, TableGroup, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Create a DomainResult for the referring-side of the fk
CreateKeySecondPass - Class in org.hibernate.cfg
 
CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
CreateKeySecondPass(JoinedSubclass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
createLocalResolution(String, Class, MutabilityPlan, Map, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.TypeDefinition
 
createNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
The JPA-defined named query creation method.
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
The JPA-defined named, typed query creation method.
createNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNamedQuery(String, Class<T>) - Method in interface org.hibernate.Session
 
createNamedQuery(String, Class<T>) - Method in interface org.hibernate.SharedSessionContract
 
createNamedQueryDefinition() - Method in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNativeQuery(String, Class) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNativeQuery(String, String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native (SQL) query
createNativeQuery(String, 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 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) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNaturalIdKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createNClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual NCLOB reference.
createNClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given String data.
createNClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given character data.
createNClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.LobHelper
Create a new NClob from content.
createNClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new NClob from character reader.
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.Dialect
Deprecated.
migrating away from deprecated JoinFragment
createOuterJoinFragment() - Method in class org.hibernate.dialect.OracleDialect
 
createOuterJoinFragment() - Method in class org.hibernate.dialect.SybaseASEDialect
 
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPrimaryTableReference(SqlAliasBase, SqlExpressionResolver, SqlAstCreationContext) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createPrimaryTableReference(SqlAliasBase, SqlExpressionResolver, SqlAstCreationContext) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
 
createProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createProxy(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a new proxy instance
createProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
createProxy(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
Generates an appropriate proxy representation of this entity for this entity-mode.
createQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(String, Class<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(CriteriaQuery<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(CriteriaUpdate) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(CriteriaDelete) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createQuery(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a Query instance for the given HQL/JPQL query string.
createQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a typed Query instance for the given HQL/JPQL query string.
createQuery(CriteriaQuery<T>) - Method in interface org.hibernate.query.QueryProducer
 
createQuery(CriteriaUpdate) - Method in interface org.hibernate.query.QueryProducer
 
createQuery(CriteriaDelete) - Method in interface org.hibernate.query.QueryProducer
 
createQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createQuery() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createQuery(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createQuery(String, Class<T>) - Method in interface org.hibernate.Session
 
createQuery(CriteriaQuery<T>) - Method in interface org.hibernate.Session
 
createQuery(CriteriaUpdate) - Method in interface org.hibernate.Session
 
createQuery(CriteriaDelete) - Method in interface org.hibernate.Session
 
createQuery(String) - Method in interface org.hibernate.SharedSessionContract
 
createQuery(String, Class<T>) - Method in interface org.hibernate.SharedSessionContract
 
createQuery(CriteriaQuery<T>) - Method in interface org.hibernate.SharedSessionContract
 
createQuery(CriteriaUpdate) - Method in interface org.hibernate.SharedSessionContract
 
createQuery(CriteriaDelete) - Method in interface org.hibernate.SharedSessionContract
 
createQueryPlan(NativeSelectQueryDefinition<R>, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Creates a new query plan for the passed native query definition
createQueryPlan(NativeNonSelectQueryDefinition, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Creates a new query plan for the passed native query values
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createResultAssembler(AssemblerCreationState) - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
createResultAssembler(AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
createResultAssembler(AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
createResultAssembler(AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.DomainResult
Create an assembler (and any initializers) for this result.
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAstCreationState, SqlAstCreationContext) - Method in interface org.hibernate.loader.ast.spi.Loadable
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAstCreationState, SqlAstCreationContext) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAstCreationState, SqlAstCreationContext) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAstCreationState, SqlAstCreationContext) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAstCreationState, SqlAstCreationContext) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAstCreationState, SqlAstCreationContext) - Method in interface org.hibernate.sql.ast.tree.from.RootTableGroupProducer
Create a root TableGroup as defined by this producer
createSelect(int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createSelectTranslator(SqmSelectStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
 
createSelectTranslator(SqmSelectStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createSequence(Identifier, Function<Identifier, Sequence>) - Method in class org.hibernate.boot.model.relational.Namespace
 
createSessionFactoryBuilder(MetadataImpl, BootstrapContext) - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderService
 
createSimpleDeleteTranslator(SqmDeleteStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
 
createSimpleDeleteTranslator(SqmDeleteStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createSimpleUpdateTranslator(SqmUpdateStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
 
createSimpleUpdateTranslator(SqmUpdateStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createSqlAliasBase(String) - Method in interface org.hibernate.sql.ast.spi.SqlAliasBaseGenerator
Generate the SqlAliasBase based on the given stem.
createSqlAliasBase(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseManager
 
createSQLQuery(String) - Method in interface org.hibernate.StatelessSession
 
createSqlSelection(int, int, JavaTypeDescriptor, TypeConfiguration) - Method in class org.hibernate.query.results.SqlSelectionImpl
 
createSqlSelection(int, int, JavaTypeDescriptor, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
createSqlSelection(int, int, JavaTypeDescriptor, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlSelectionProducer
Create a SqlSelection for the given JDBC ResultSet position
createSqlSelection(int, int, JavaTypeDescriptor, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
createSqmJoin(SqmFrom, SqmJoinType, String, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.SqmJoinable
 
createSqmPath(SqmPath<?>) - Method in interface org.hibernate.query.sqm.SqmPathSource
Create an SQM path for this source relative to the given left-hand side
createSqmPath(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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, Class...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure.
createStoredProcedureCall(String, Class...) - Method in interface org.hibernate.SharedSessionContract
Creates a call to a stored procedure with specific result set entity mappings.
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, Class...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSubSelectLoader(SubselectFetch, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createSyntheticPropertyReference(Ejb3JoinColumn[], PersistentClass, PersistentClass, Value, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
createTable(Identifier, Function<Identifier, Table>) - Method in class org.hibernate.boot.model.relational.Namespace
Creates a mapping Table instance.
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAstJoinType, boolean, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create a TableGroupJoin as defined for this producer
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAstJoinType, boolean, SqlAliasBaseGenerator, SqlExpressionResolver, SqlAstCreationContext) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create a TableGroupJoin as defined for this producer
createTableReferenceJoin(String, SqlAliasBase, TableReference, SqlExpressionResolver, SqlAstCreationContext) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createTableReferenceJoin(String, SqlAliasBase, TableReference, SqlExpressionResolver, SqlAstCreationContext) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createTargetDomainResult(NavigablePath, TableGroup, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Create a DomainResult for the target-side of the fk
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
 
createTupleQuery() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createTupleQuery() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createTypeDescriptor(Type, Supplier<MutabilityPlan<J>>, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
 
createUnderlyingDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
createUniqueConstraint(Value) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
createUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
createUniqueDelegate() - Method in class org.hibernate.dialect.DB2iDialect
 
createUniqueKey(List<Column>) - Method in class org.hibernate.mapping.Table
 
createUpdate() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createUpdate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createUpdateAst() - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
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_VALUE_HANDLING_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
By default, Criteria queries uses bind parameters for any value passed through the JPA Criteria API.
CROSS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CROSS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CROSS() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
CROSS() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
crossJoin() - Method in class org.hibernate.grammars.hql.HqlParser
 
crossJoin() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
crossJoin(int) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
CrossJoinContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
CteColumn - Class in org.hibernate.sql.ast.tree.cte
Information about a column in the CTE table
CteColumn(String, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.cte.CteColumn
 
CteContainer - Interface in org.hibernate.sql.ast.tree.cte
The consumer part of a CTE statement - the select or insert or delete or update that uses the CTE
CteMaterialization - Enum in org.hibernate.sql.ast.tree.cte
The kind of materialization that should be used for a CTE.
CteSearchClauseKind - Enum in org.hibernate.sql.ast.tree.cte
The kind of CTE search clause.
CteStatement - Class in org.hibernate.sql.ast.tree.cte
A statement using a CTE
CteStatement(CteTable, Statement) - Constructor for class org.hibernate.sql.ast.tree.cte.CteStatement
 
CteStatement(CteTable, Statement, CteMaterialization) - Constructor for class org.hibernate.sql.ast.tree.cte.CteStatement
 
CteStatement(CteTable, Statement, CteMaterialization, CteSearchClauseKind, List<SearchClauseSpecification>, List<CteColumn>, CteColumn, char, char) - Constructor for class org.hibernate.sql.ast.tree.cte.CteStatement
 
CteTable - Class in org.hibernate.sql.ast.tree.cte
Describes the table definition for the CTE - its name amd its columns
CteTable(String, EntityMappingType) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTable
 
CteTable(String, List<CteColumn>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTable
 
CteTableGroup - Class in org.hibernate.sql.ast.tree.cte
Wraps a TableReference representing the CTE and adapts it to TableGroup for use in SQL AST
CteTableGroup(TableReference) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
CUBE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CUBE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
cube() - Method in class org.hibernate.grammars.hql.HqlParser
 
CUBE() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
cube() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CubeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CubeContext
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
CURRENT_DATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT_DATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT_DATE() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
CURRENT_DATE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
CURRENT_INSTANT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT_INSTANT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT_INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
CURRENT_INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Context scoping impl for SessionFactory.getCurrentSession() processing.
CURRENT_TIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT_TIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT_TIME() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
CURRENT_TIME() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
CURRENT_TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT_TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT_TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
CURRENT_TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
currentDate() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL/JPQL current_date function, which maps to the Java type java.sql.Date, and of the HQL local_date function which maps to the Java type java.sql.LocalDate.
currentDate() - Method in class org.hibernate.dialect.OracleDialect
 
currentDate() - Method in class org.hibernate.dialect.SQLServerDialect
 
currentDate() - Method in class org.hibernate.dialect.SybaseASEDialect
 
currentDate() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
currentDate() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
currentDateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
currentDateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CurrentDateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
CurrentFunction - Class in org.hibernate.dialect.function
 
CurrentFunction(String, String, BasicType) - Constructor for class org.hibernate.dialect.function.CurrentFunction
 
currentInstant() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
currentInstant() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
currentLocalTime() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL local_time function, which maps to the Java type java.time.LocalTime which is a time with no time zone.
currentLocalTime() - Method in class org.hibernate.dialect.OracleDialect
 
currentLocalTimestamp() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL local_datetime function, which maps to the Java type java.time.LocalDateTime which is a datetime with no time zone.
currentLocalTimestamp() - Method in class org.hibernate.dialect.OracleDialect
 
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.
currentSqlSelectionCollector() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
CurrentTenantIdentifierResolver - Interface in org.hibernate.context.spi
A callback registered with the SessionFactory that is responsible for resolving the current tenant identifier for use with CurrentSessionContext and SessionFactory.getCurrentSession()
currentTime() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL/JPQL current_time function, which maps to the Java type java.sql.Time which is a time with no time zone.
currentTime() - Method in class org.hibernate.dialect.H2Dialect
 
currentTime() - Method in class org.hibernate.dialect.HSQLDialect
 
currentTime() - Method in class org.hibernate.dialect.OracleDialect
 
currentTime() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
currentTime() - Method in class org.hibernate.dialect.SQLServerDialect
 
currentTime() - Method in class org.hibernate.dialect.SybaseASEDialect
 
currentTime() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
currentTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
currentTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CurrentTimeFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
CurrentTimestamp - Annotation Type in org.hibernate.annotations
Specifies to use the database `current_timestamp` function for generating values for the associated attribute based on CurrentTimestamp.timing()
currentTimestamp() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL/JPQL current_timestamp function, which maps to the Java type java.sql.Timestamp which is a datetime with no time zone.
currentTimestamp() - Method in class org.hibernate.dialect.H2Dialect
 
currentTimestamp() - Method in class org.hibernate.dialect.HSQLDialect
 
currentTimestamp() - Method in class org.hibernate.dialect.MySQLDialect
MySQL 5.7 precision defaults to seconds, but microseconds is better
currentTimestamp() - Method in class org.hibernate.dialect.OracleDialect
 
currentTimestamp() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
currentTimestamp() - Method in class org.hibernate.dialect.SQLServerDialect
 
currentTimestamp() - Method in class org.hibernate.dialect.SybaseASEDialect
 
currentTimestamp() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
currentTimestamp() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
currentTimestampFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
currentTimestampFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CurrentTimestampFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
CurrentTimestampGeneration - Class in org.hibernate.annotations
Value generation strategy for using the database `current_timestamp` function to generate the values
CurrentTimestampGeneration() - Constructor for class org.hibernate.annotations.CurrentTimestampGeneration
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL offset_datetime function, which maps to the Java type java.time.OffsetDateTime which is a datetime with a time zone.
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.H2Dialect
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.HSQLDialect
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.OracleDialect
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.SQLServerDialect
 
currentUtcdatetimetimestamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CUSTOM_ENTITY_DIRTINESS_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to identify a CustomEntityDirtinessStrategy to use.
CustomCollectionType - Class in org.hibernate.type
A custom type for mapping user-written classes that implement PersistentCollection
CustomCollectionType(Class<? extends UserCollectionType>, String, String, TypeConfiguration) - Constructor for class org.hibernate.type.CustomCollectionType
 
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
 
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, TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
 
CustomType(UserType, String[], TypeConfiguration) - 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(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.model.relational.Database
 
Database(MetadataBuildingOptions, JdbcEnvironment) - Constructor for class org.hibernate.boot.model.relational.Database
 
Database - Enum in org.hibernate.dialect
A list of relational database systems for which Hibernate can resolve a Dialect.
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.
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(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
DATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
DATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
date() - Method in class org.hibernate.grammars.hql.HqlParser
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Date) to JDBC DATE.
DATE_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DATE_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DATE_ESCAPE_START() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
DATE_FORMAT - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
DATE_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
DATE_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
Pattern used for parsing literal datetimes in HQL.
DATE_TIME_FORMATTER_DATE - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIME_WITH_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_MICROS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_MICROS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_MILLIS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_MILLIS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DateContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateContext
 
datediff(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL style, returns the number of days between two dates
dateLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
dateLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
DateLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
dateLiteralFrom(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.LiteralHelper
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
dateOrTimeField() - Method in class org.hibernate.grammars.hql.HqlParser
 
dateOrTimeField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
DateOrTimeFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
datepartDatename(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
DATETIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DATETIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
dateTime() - Method in class org.hibernate.grammars.hql.HqlParser
 
dateTime() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
dateTime() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
DateTimeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
DatetimeFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
datetimeFormat(String) - Static method in class org.hibernate.dialect.MySQLDialect
 
datetimeFormat(String, boolean, boolean) - Static method in class org.hibernate.dialect.OracleDialect
 
datetimeFormat(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
datetimeFormat(String) - Static method in class org.hibernate.dialect.SpannerDialect
 
datetimeFormat(String) - Static method in class org.hibernate.dialect.SQLServerDialect
 
dateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
dateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
DateTimeLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
dateTimeTimestamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
DateTimeUtils - Class in org.hibernate.type.descriptor
Utilities for dealing with date/times
dateTrunc(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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() - Constructor for class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
DateTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for DATE handling.
DateTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
DateTypeDescriptor.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
DAY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
day() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
DAY() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
DAY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
day() - Method in class org.hibernate.grammars.hql.HqlParser
 
DAY() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
DAY() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
DayContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DayContext
 
dayField() - Method in class org.hibernate.grammars.hql.HqlParser
 
dayField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
DayFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
daynameMonthname(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
dayofweekmonthyear(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
dayOfWeekMonthYear(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
daysBetween(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
DB2390Dialect - Class in org.hibernate.dialect
Deprecated.
DB2390Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2390Dialect
Deprecated.
 
DB2390Dialect() - Constructor for class org.hibernate.dialect.DB2390Dialect
Deprecated.
 
DB2390Dialect(int) - Constructor for class org.hibernate.dialect.DB2390Dialect
Deprecated.
 
DB2390IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
DB2390IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2390IdentityColumnSupport
 
DB2390V8Dialect - Class in org.hibernate.dialect
Deprecated.
use DB2390Dialect(8)
DB2390V8Dialect() - Constructor for class org.hibernate.dialect.DB2390V8Dialect
Deprecated.
 
DB2400Dialect - Class in org.hibernate.dialect
Deprecated.
DB2400Dialect() - Constructor for class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
DB2400V7R3Dialect - Class in org.hibernate.dialect
Deprecated.
DB2400V7R3Dialect() - Constructor for class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
DB297Dialect - Class in org.hibernate.dialect
Deprecated.
use DB2Dialect(970)
DB297Dialect() - Constructor for class org.hibernate.dialect.DB297Dialect
Deprecated.
 
DB2Dialect - Class in org.hibernate.dialect
An SQL dialect for DB2.
DB2Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2Dialect
 
DB2Dialect() - Constructor for class org.hibernate.dialect.DB2Dialect
 
DB2Dialect(int) - Constructor for class org.hibernate.dialect.DB2Dialect
 
DB2FormatEmulation - Class in org.hibernate.dialect.function
DB2's varchar_format() can't handle quoted literal strings in the format pattern.
DB2FormatEmulation() - Constructor for class org.hibernate.dialect.function.DB2FormatEmulation
 
DB2IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
DB2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
DB2iDialect - Class in org.hibernate.dialect
An SQL dialect for DB2 for iSeries previously known as DB2/400.
DB2iDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2iDialect
 
DB2iDialect() - Constructor for class org.hibernate.dialect.DB2iDialect
 
DB2iDialect(int) - Constructor for class org.hibernate.dialect.DB2iDialect
 
DB2iSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DB2iDialect.
DB2iSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
DB2iSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for DB2i.
DB2iSqlAstTranslator(SessionFactoryImplementor, Statement, int) - Constructor for class org.hibernate.dialect.DB2iSqlAstTranslator
 
DB2LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for DB2 11.1 which supports the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY and OFFSET n ROWS FETCH NEXT m ROWS ONLY, with the only wrinkle being that this clause comes after the FOR UPDATE and other similar clauses.
DB2LimitHandler() - Constructor for class org.hibernate.dialect.pagination.DB2LimitHandler
 
DB2SequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DB2Dialect.
DB2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2SequenceSupport
 
DB2SqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for DB2.
DB2SqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.DB2SqlAstTranslator
 
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
DB2zDialect - Class in org.hibernate.dialect
An SQL dialect for DB2 for z/OS, previously known as known as Db2 UDB for z/OS and Db2 UDB for z/OS and OS/390.
DB2zDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2zDialect
 
DB2zDialect() - Constructor for class org.hibernate.dialect.DB2zDialect
 
DB2zDialect(int) - Constructor for class org.hibernate.dialect.DB2zDialect
 
DB2zSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DB2390Dialect.
DB2zSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
DB2zSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for DB2z.
DB2zSqlAstTranslator(SessionFactoryImplementor, Statement, int) - Constructor for class org.hibernate.dialect.DB2zSqlAstTranslator
 
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
 
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 class org.hibernate.boot.BootLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.boot.jaxb.JaxbLogger
 
DEBUG_ENABLED - Static variable in class org.hibernate.boot.query.BootQueryLogging
 
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 interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.loader.ast.LoaderLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.loader.LoaderLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.metamodel.mapping.MappingModelCreationLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.query.hql.HqlLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.query.QueryLogging
 
DEBUG_ENABLED - Static variable in class org.hibernate.query.sql.NativeQueryLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.ast.SqlTreeCreationLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.ast.tree.SqlAstTreeLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.results.graph.AssemblerLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.results.graph.entity.EntityLoadingLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.results.graph.ResultGraphLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.results.ResultsLogger
 
DEBUG_ENABLED - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
DecimalTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for DECIMAL handling.
DecimalTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
declaredAttributeMappings - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
Declarer(String) - Constructor for class org.hibernate.persister.entity.Queryable.Declarer
Deprecated.
 
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
 
DEEP_COPY_VALUE_PRODUCER - Static variable in class org.hibernate.type.TypeHelper
Deprecated.
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
deepCopy(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
deepCopy(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
deepCopy(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a deep copy of the value.
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopy(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
deepCopy(Object) - Method in class org.hibernate.type.EnumType
 
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(ManagedMappingType, Object[], Object[], Predicate<StateArrayContributorMapping>) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
 
deepCopy(ManagedMappingType, Object[], Object[], Predicate<StateArrayContributorMapping>, BiFunction<StateArrayContributorMapping, Object, Object>) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
 
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) - Method in interface org.hibernate.usertype.UserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
deepCopyNotNull(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopyNotNull(S) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
 
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
Deprecated.
As of 6.0 with no replacement - `hibernate_sequence` as a real, implicit exportable name is no longer supported. No effect
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 - Static variable in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.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_WRITE_EXPRESSION - Static variable in class org.hibernate.metamodel.relational.RuntimeRelationModelHelper
 
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_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 interface org.hibernate.id.OptimizableGenerator
DEFAULT_INDEX_COLUMN_NAME - Static variable in class org.hibernate.mapping.IndexedCollection
 
DEFAULT_INITIAL_VALUE - Static variable in interface org.hibernate.id.OptimizableGenerator
DEFAULT_KEY_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_LOB_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
 
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_PRECISION - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_PROPERTY_ACCESS_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
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_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_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
 
DefaultEnhancementContext - Class in org.hibernate.bytecode.enhance.spi
default implementation of EnhancementContext.
DefaultEnhancementContext() - Constructor for class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
defaultGraph(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(Class) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(EntityPersister) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(EntityDomainType<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
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(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.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).
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).
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
Deprecated.
 
definition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
degrees(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
dehydrate(Object, Object[], boolean[], boolean[][], int, PreparedStatement, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
dehydrate(Object, 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
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.
delayedAfterCompletion() - Method in interface org.hibernate.loader.access.LoadAccessContext
 
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() - 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.AbstractDelegatingWrapperOptions
Returns the underlying session delegate.
delegate - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
Returns the underlying delegate.
delegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
Delegate(PostInsertIdentityPersister, Dialect, String) - Constructor for class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
delegateCallable(Callable<T>, boolean) - Method in interface org.hibernate.engine.transaction.spi.IsolationDelegate
Invoke the given callable in isolation from current transaction.
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in interface org.hibernate.engine.transaction.spi.IsolationDelegate
Perform the given work in isolation from current transaction.
DelegatingQueryOptions - Class in org.hibernate.query.spi
 
DelegatingQueryOptions(QueryOptions) - Constructor for class org.hibernate.query.spi.DelegatingQueryOptions
 
DelegatingSqmAliasedNodeCollector(SqlExpressionResolver) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
DELETE - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete
DELETE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
delete(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object, boolean, Set) - Method in 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 - Static variable in class org.hibernate.event.spi.EventType
 
DELETE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DELETE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DELETE() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
DELETE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
delete(Object, Object, int, Object, String, SharedSessionContractImplementor, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL DELETE
delete(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Delete an object
delete(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Delete a persistent instance
delete(Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
delete(String, Object) - Method in interface org.hibernate.Session
Remove a persistent instance from the datastore.
Delete - Class in org.hibernate.sql
An SQL DELETE statement
Delete() - Constructor for class org.hibernate.sql.Delete
 
delete(Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String, Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete + delete orphans
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
deleteEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being deleted.
DeleteEvent - Class in org.hibernate.event.spi
Defines an event class for the deletion of an entity.
DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
Constructs a new DeleteEvent instance.
DeleteEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, boolean, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of deletion events generated from a session.
deleteOrphans() - Method in 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, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Delete the persistent state of any elements that were removed from the collection
deleteStatement() - Method in class org.hibernate.grammars.hql.HqlParser
 
deleteStatement() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
DeleteStatement - Class in org.hibernate.sql.ast.tree.delete
 
DeleteStatement(TableReference, Predicate) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(TableReference, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(boolean, Map<String, CteStatement>, TableReference, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement.DeleteStatementBuilder - Class in org.hibernate.sql.ast.tree.delete
 
DeleteStatementBuilder(TableReference) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement.DeleteStatementBuilder
 
DeleteStatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
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 class org.hibernate.grammars.importsql.SqlScriptLexer
 
DELIMITER() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
DELIMITER - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
DenormalizedTable - Class in org.hibernate.mapping
 
DenormalizedTable(String, Namespace, Identifier, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DenormalizedTable(String, Namespace, Identifier, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DenormalizedTable(String, Namespace, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DependantBasicValue - Class in org.hibernate.mapping
 
DependantBasicValue(MetadataBuildingContext, Table, BasicValue, boolean, boolean) - Constructor for class org.hibernate.mapping.DependantBasicValue
 
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
 
dependentUpon(CopyIdentifierComponentSecondPass) - Method in class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
dependsOnParameterBindings() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
dependsOnParameterBindings() - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
Signals that the SQL depends on the parameter bindings e.g.
dependsOnParameterBindings() - Method in class org.hibernate.sql.exec.spi.NativeJdbcMutation
 
DEPRECATED_EXTRA_PHYSICAL_TABLE_TYPES - Static variable in interface org.hibernate.cfg.AvailableSettings
DerbyCaseFragment - Class in org.hibernate.sql
 
DerbyCaseFragment() - Constructor for class org.hibernate.sql.DerbyCaseFragment
 
DerbyDialect - Class in org.hibernate.dialect
Hibernate Dialect for Apache Derby / Cloudscape 10
DerbyDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyDialect() - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyDialect(int) - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for Apache Derby, which fully supports the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY and OFFSET n ROWS FETCH NEXT m ROWS ONLY.
DerbyLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.DerbyLimitHandler
 
DerbyLpadEmulation - Class in org.hibernate.dialect.function
A derby implementation for lpad.
DerbyLpadEmulation() - Constructor for class org.hibernate.dialect.function.DerbyLpadEmulation
 
DerbyRpadEmulation - Class in org.hibernate.dialect.function
A derby implementation for rpad.
DerbyRpadEmulation() - Constructor for class org.hibernate.dialect.function.DerbyRpadEmulation
 
DerbySequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DerbyDialect.
DerbySequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DerbySequenceSupport
 
DerbySqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Derby.
DerbySqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.DerbySqlAstTranslator
 
DerbyTenFiveDialect - Class in org.hibernate.dialect
Deprecated.
use DerbyDialect(1050)
DerbyTenFiveDialect() - Constructor for class org.hibernate.dialect.DerbyTenFiveDialect
Deprecated.
 
DerbyTenSevenDialect - Class in org.hibernate.dialect
Deprecated.
use DerbyDialect(1070)
DerbyTenSevenDialect() - Constructor for class org.hibernate.dialect.DerbyTenSevenDialect
Deprecated.
 
DerbyTenSixDialect - Class in org.hibernate.dialect
Deprecated.
use DerbyDialect(1060)
DerbyTenSixDialect() - Constructor for class org.hibernate.dialect.DerbyTenSixDialect
Deprecated.
 
deregister(JdbcValuesSourceProcessingState) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
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.
DerivedValueSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of a derived value (formula).
DESC - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DESC - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DESC() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
DESC() - Method in class org.hibernate.grammars.hql.HqlParser.OrderingSpecificationContext
 
DESC - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DESC - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
DESC() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
DESC() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
desc(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
desc(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
description() - Method in enum org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
descriptor() - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
descriptor() - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
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, 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.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(ServiceRegistry) - Static method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Destroy a service registry.
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Destroy a service registry.
destroy() - 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.service.spi.ServiceRegistryImplementor
Release resources
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
 
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
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of an attribute's column given the source naming information, when a name is not explicitly given.
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Return the select expression fragment, if any, that generates the identifier values.
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
determineBulkInsertionIdentifierGenerationSelectFragment(Dialect) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
determineCascadeStyle() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
 
determineCascadeStyle() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
 
determineCascadeStyle() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of a collection join table given the source naming information, when a name is not explicitly given.
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
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
 
determineEffectiveLockMode(String) - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
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
 
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, ServiceRegistry) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the table name to use for the generator values.
determineGeneratorTableName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
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
 
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(Integer) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
For the given JDBC type, determine the JDBC recommended Java type.
determineJavaClassForJdbcTypeCode(int) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
 
determineJdbcTypeCodeForJavaClass(Class) - Method in class org.hibernate.type.descriptor.jdbc.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
 
determineLoaderToUse(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.
determineMutabilityPlan(Type, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
 
determineNumberOfResultElements(int) - Method in interface org.hibernate.query.TupleTransformer
How many result elements will this transformation produce?
determineNumberOfResultElements(int) - Method in interface org.hibernate.sql.results.spi.RowTransformer
How many result elements will this transformation produce?
determineOptimalBatchLoadSize(int, int) - Method in interface org.hibernate.loader.BatchLoadSizingStrategy
 
determineOptimizationStrategy(Properties, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the optimizer to use.
determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to PrimaryKeyJoinColumn.
determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determinePrimaryTableName(ImplicitEntityNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name of an entity's primary table.
determinePrimaryTableName(ImplicitEntityNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
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

Called during configuration.

determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the segment value corresponding to this generator instance.
determineSequenceName(Properties, Dialect, 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, 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, JdbcEnvironment) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
determineTableName(Table, JdbcEnvironment) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name for the tenant (multi-tenancy) identifier column for the given entity
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineType(String, Class<?>) - Method in class org.hibernate.query.spi.AbstractQuery
 
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.
 
determineValueMapping(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
determineValueMapping(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
DIALECT - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the Hibernate SQL Dialect class
Dialect - Class in org.hibernate.dialect
Represents a dialect of SQL implemented by a particular RDBMS.
Dialect() - Constructor for class org.hibernate.dialect.Dialect
 
dialect - Variable in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
dialect - Variable in class org.hibernate.sql.Select
 
Dialect.SizeStrategy - Interface in org.hibernate.dialect
Pluggable strategy for determining the Size to use for columns of a given SQL type.
Dialect.SizeStrategyImpl - Class in org.hibernate.dialect
 
DIALECT_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.
DIALECT_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.
DIALECT_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).
DIALECT_DB_VERSION - 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).
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
 
DialectSelector - Interface in org.hibernate.boot.registry.selector.spi
Service which acts as a registry for named strategy implementations.
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.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.
dictatedSizes() - Method in interface org.hibernate.usertype.Sized
Return the column sizes dictated by this type.
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
diff(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
diff(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
diff(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
diff(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
direction() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
direction() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
DirectionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
dirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Mark the collection as dirty
DIRTY_CHECK - Static variable in class org.hibernate.event.spi.EventType
 
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 interface org.hibernate.Session
Disable a particular fetch profile on this session.
disableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
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
disallowMultiValuedBinding() - Method in class org.hibernate.query.AbstractQueryParameter
 
disallowMultiValuedBinding() - Method in interface org.hibernate.query.spi.QueryParameterImplementor
 
disallowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
disallowPositionalSelections() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
disassemble(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassemble the collection to get it ready for the cache
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
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) - Method in interface org.hibernate.type.BasicType
 
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.CustomType
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
disassemble(Blob, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
 
disassemble(Clob, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
disassemble(T, SharedSessionContract) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a disassembled representation of the value.
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
disassemble(NClob, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
 
disassemble(Object) - Method in class org.hibernate.type.EnumType
 
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(Object[], Type[], boolean[], SharedSessionContractImplementor, Object) - Static method in class org.hibernate.type.TypeHelper
Deprecated.
disassemble(Object) - Method in interface org.hibernate.usertype.UserType
Transform the object into its cacheable representation.
DISCARD_PC_ON_CLOSE - Static variable in interface org.hibernate.jpa.AvailableSettings
Whether or not discard persistent context on entityManager.close() The EJB3 compliant and default choice is false
disconnect() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disconnect() - Method in interface org.hibernate.Session
Disconnect the session from its underlying JDBC connection.
DiscriminatedAssociationModelPart - Interface in org.hibernate.metamodel.mapping
A discriminated association.
discriminator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
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<T> - Class in org.hibernate.persister.entity
TODO : javadoc
DiscriminatorType(BasicType<?>, Loadable) - Constructor for class org.hibernate.persister.entity.DiscriminatorType
 
DiscriminatorType<T> - Interface in org.hibernate.type
Additional contract for a Type may be used for a discriminator.
discriminatorValue - Variable in class org.hibernate.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
 
disjunction() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
disjunction() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
DisjunctionFragment - Class in org.hibernate.sql
A disjunctive string of conditions
DisjunctionFragment() - Constructor for class org.hibernate.sql.DisjunctionFragment
 
DISTINCT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
DISTINCT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
distinct(boolean) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
distinct(boolean) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
distinct(boolean) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
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(boolean) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
distinct(boolean) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
 
distinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
distinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
Distinct - Class in org.hibernate.sql.ast.tree.expression
 
Distinct(Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.Distinct
 
distinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
distinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
distinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
distinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.
DIVIDE - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DIVIDE - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
dmlTarget() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
dmlTarget() - Method in class org.hibernate.grammars.hql.HqlParser
 
dmlTarget() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
dmlTarget() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
DmlTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DmlTargetContext
 
doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.action.spi.AfterTransactionCompletionProcess
Perform whatever processing is encapsulated here after completion of the transaction.
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(Binder) - Method in class org.hibernate.boot.jaxb.spi.XmlSource
 
doBind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the binding.
doBind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the binding.
doBindNull(PreparedStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the null binding.
doBindNull(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the null binding.
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
 
doCoercion() - Method in interface org.hibernate.type.descriptor.java.CoercionHelper.Coercer
 
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, ContributableMatcher, 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, ContributableMatcher, 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.AbstractTransactSQLDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DB2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DerbyDialect
 
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.SQLServerDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
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.SQLServerDialect
 
doExecuteUpdate() - Method in class org.hibernate.query.spi.AbstractQuery
 
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(ResultSet, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
Perform the extraction.
doGetReference(Object) - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
doGetReference(Object) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
doList() - Method in class org.hibernate.query.spi.AbstractQuery
 
doLoad(Object) - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
doLoad(Object) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
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
DomainPath - Interface in org.hibernate.metamodel.mapping.ordering.ast
Represents a domain-path (model part path) used in an order-by fragment
DomainPathContinuation - Class in org.hibernate.metamodel.mapping.ordering.ast
A path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuation
DomainPathContinuation(NavigablePath, DomainPath, ModelPart) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
DomainResult<J> - Interface in org.hibernate.sql.results.graph
Represents a result value in the domain query results.
DomainResultAssembler<J> - Interface in org.hibernate.sql.results.graph
Responsible for "assembling" a result for inclusion in the domain query result.
DomainResultCreationException - Exception in org.hibernate.sql.results
Base for problems creating DomainResult instances
DomainResultCreationException(String) - Constructor for exception org.hibernate.sql.results.DomainResultCreationException
 
DomainResultCreationException(String, Throwable) - Constructor for exception org.hibernate.sql.results.DomainResultCreationException
 
DomainResultCreationState - Interface in org.hibernate.sql.results.graph
 
DomainResultCreationStateImpl - Class in org.hibernate.query.results
 
DomainResultCreationStateImpl(String, JdbcValuesMetadata, Map<String, Map<String, DynamicFetchBuilderLegacy>>, Consumer<SqlSelection>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.results.DomainResultCreationStateImpl
 
DomainResultGraphNode - Interface in org.hibernate.sql.results.graph
Marker for all object types that can be part of a ResultSetMapping.
DomainResultGraphPrinter - Class in org.hibernate.sql.results.graph
Printer for DomainResult graphs todo (6.0) : implement / use this
DomainType<J> - Interface in org.hibernate.metamodel.model.domain
Describes any type that occurs in the application's domain model.
doMigration(Metadata, ExecutionOptions, ContributableMatcher, 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, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
doProcessQueuedOps(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doProcessQueuedOps(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doProcessQueuedOps(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.SetBasicValueTypeSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
doSecondPass(Map) - Method in class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass
 
DOT - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
DOT() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
DOT - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
DOT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
DOT(int) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
DOT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContinuationContext
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
DOT(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
DOT - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DOT - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
DOT() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
DOT(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
dotIdentifier() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
dotIdentifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
dotIdentifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
DotIdentifierConsumer - Interface in org.hibernate.query.hql.spi
Consumes the parts of a path.
DotIdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.CollateNameContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationTargetContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionNameContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
dotIdentifierSequence(int) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
dotIdentifierSequence() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
DotIdentifierSequence - Interface in org.hibernate.query
Hibernate often deals with compound names/paths.
DotIdentifierSequenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContext
 
dotIdentifierSequenceContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContext
 
dotIdentifierSequenceContinuation(int) - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContext
 
dotIdentifierSequenceContinuation() - Method in class org.hibernate.grammars.hql.HqlParser
 
DotIdentifierSequenceContinuationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContinuationContext
 
DOUBLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Double to JDBC DOUBLE.
DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DOUBLE_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
DOUBLE_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
DOUBLE_PIPE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DOUBLE_PIPE() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
DOUBLE_PIPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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() - Constructor for class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
DoubleTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for DOUBLE handling.
DoubleTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
doUpdateRows(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doUpdateRows(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doUpdateRows(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
doValidation(Metadata, ExecutionOptions, ContributableMatcher) - Method in interface org.hibernate.tool.schema.spi.SchemaValidator
Perform the validation of the schema described by Metadata
DowncastLocation - Enum in org.hibernate.query.sqm.tree.from
 
doWork(ClassLoader) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work
 
doWork(Work) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doWork(Work) - Method in interface org.hibernate.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
 
dropConstraints() - Method in class org.hibernate.dialect.AbstractHANADialect
 
dropConstraints() - Method in class org.hibernate.dialect.DB2Dialect
 
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.H2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.HSQLDialect
 
dropConstraints() - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
dropConstraints() - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
dropConstraints() - Method in class org.hibernate.dialect.MySQLDialect
 
dropConstraints() - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
dropConstraints() - Method in class org.hibernate.dialect.OracleDialect
 
dropConstraints() - Method in class org.hibernate.dialect.SpannerDialect
 
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(DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given type and name.
DuplicateMappingException(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(String, String, String) - Constructor for exception org.hibernate.DuplicateMappingException
Deprecated.
Use the for taking DuplicateMappingException.Type instead.
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
 
Duration - Class in org.hibernate.sql.ast.tree.expression
A duration expressed in terms of a given temporal unit.
Duration(Expression, TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.Duration
 
DURATION - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Duration to JDBC BIGINT.
DurationJavaDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Duration, which is represented internally as (long seconds, int nanoseconds), approximately 28 decimal digits of precision.
DurationJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
DurationType - Class in org.hibernate.type
 
DurationType() - Constructor for class org.hibernate.type.DurationType
 
DurationUnit - Class in org.hibernate.sql.ast.tree.expression
A TemporalUnit passed as an argument to the TimestampaddFunction or TimestampdiffFunction.
DurationUnit(TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.DurationUnit
 
DynamicFetchBuilder - Interface in org.hibernate.query.results.dynamic
 
DynamicFetchBuilderContainer - Interface in org.hibernate.query.results.dynamic
 
DynamicFetchBuilderLegacy - Class in org.hibernate.query.results.dynamic
 
DynamicFetchBuilderLegacy(String, String, String, List<String>) - Constructor for class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
DynamicFetchBuilderLegacy(String, String, String, List<String>, DynamicResultBuilderEntityStandard) - Constructor for class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
DynamicFetchBuilderStandard - Class in org.hibernate.query.results.dynamic
 
DynamicFetchBuilderStandard(DynamicFetchBuilderContainer, String) - Constructor for class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
DynamicFilterParameterSpecification - Class in org.hibernate.param
A specialized ParameterSpecification impl for dealing with a dynamic filter parameters.
DynamicFilterParameterSpecification(String, String, Type) - Constructor for class org.hibernate.param.DynamicFilterParameterSpecification
Constructs a parameter specification for a particular filter parameter.
DynamicInsert - Annotation Type in org.hibernate.annotations
For inserting, should this entity use dynamic sql generation where only non-null columns get referenced in the prepared sql statement?
dynamicInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
dynamicInstantiation() - Method in class org.hibernate.grammars.hql.HqlParser
 
dynamicInstantiation() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgExpressionContext
 
dynamicInstantiation() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
dynamicInstantiationArg() - Method in class org.hibernate.grammars.hql.HqlParser
 
dynamicInstantiationArg() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgsContext
 
dynamicInstantiationArg(int) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgsContext
 
DynamicInstantiationArgContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgContext
 
dynamicInstantiationArgExpression() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgContext
 
dynamicInstantiationArgExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
DynamicInstantiationArgExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgExpressionContext
 
dynamicInstantiationArgs() - Method in class org.hibernate.grammars.hql.HqlParser
 
dynamicInstantiationArgs() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
DynamicInstantiationArgsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgsContext
 
DynamicInstantiationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
DynamicInstantiationNature - Enum in org.hibernate.query
Represents the type of instantiation to be performed.
DynamicInstantiationResult<R> - Interface in org.hibernate.sql.results.graph.instantiation
 
dynamicInstantiationTarget() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
dynamicInstantiationTarget() - Method in class org.hibernate.grammars.hql.HqlParser
 
DynamicInstantiationTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationTargetContext
 
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
 
DynamicModelJtd - Class in org.hibernate.type.descriptor.java.spi
JavaTypeDescriptor for dynamic models
DynamicModelJtd() - Constructor for class org.hibernate.type.descriptor.java.spi.DynamicModelJtd
 
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
 
DynamicResultBuilder - Interface in org.hibernate.query.results.dynamic
ResultBuilder specialization for results added through the Hibernate-specific NativeQuery result definition methods.
DynamicResultBuilderAttribute - Class in org.hibernate.query.results.dynamic
DynamicResultBuilder based on a named mapped attribute
DynamicResultBuilderAttribute(SingularAttributeMapping, String, String, String) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
DynamicResultBuilderBasic - Interface in org.hibernate.query.results.dynamic
 
DynamicResultBuilderBasicConverted<O,R> - Class in org.hibernate.query.results.dynamic
A ResultBuilder for explicitly converted scalar results
DynamicResultBuilderBasicConverted(String, Class<O>, Class<R>, AttributeConverter<O, R>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
DynamicResultBuilderBasicConverted(String, Class<O>, Class<R>, Class<? extends AttributeConverter<O, R>>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
DynamicResultBuilderBasicStandard - Class in org.hibernate.query.results.dynamic
Standard DynamicResultBuilder for basic values.
DynamicResultBuilderBasicStandard(String, String) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(String, String, JavaTypeDescriptor<?>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(String, String, BasicType<?>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderEntity - Interface in org.hibernate.query.results.dynamic
 
DynamicResultBuilderEntityCalculated - Class in org.hibernate.query.results.dynamic
An entity-valued DynamicResultBuilder for cases when the user has not supplied specific column -> attribute mappings.
DynamicResultBuilderEntityCalculated(EntityMappingType, String, LockMode, SessionFactoryImplementor) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
DynamicResultBuilderEntityStandard - Class in org.hibernate.query.results.dynamic
 
DynamicResultBuilderEntityStandard(EntityMappingType, String) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
DynamicResultBuilderEntityStandard(EntityMappingType, String, NavigablePath) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
DynamicResultBuilderInstantiation<J> - Class in org.hibernate.query.results.dynamic
 
DynamicResultBuilderInstantiation(JavaTypeDescriptor<J>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
DynamicUpdate - Annotation Type in org.hibernate.annotations
For updating, should this entity use dynamic sql generation where only changed columns get referenced in the prepared sql statement?

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

dynamicUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 

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
 
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(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementExists(Object, 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
 
ELEMENTS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
ELEMENTS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
ELSE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ELSE() - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
ELSE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ELSE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
embeddable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
embeddable(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
embeddable(Class<X>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
EmbeddableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA EmbeddableType contract.
EmbeddableInitializer - Interface in org.hibernate.sql.results.graph.embeddable
 
EmbeddableInstantiator - Interface in org.hibernate.metamodel.spi
Contract for instantiating embeddable values
EmbeddableLoadingLogger - Interface in org.hibernate.sql.results.graph.embeddable
 
EmbeddableMapping - Interface in org.hibernate.boot.model.source.spi
Unifying contract for consuming JAXB types which describe an embeddable (in JPA terms).
EmbeddableMappingType - Class in org.hibernate.metamodel.mapping
 
EmbeddableRepresentationStrategy - Interface in org.hibernate.metamodel.spi
 
EmbeddableResult<T> - Interface in org.hibernate.sql.results.graph.embeddable
 
EmbeddableResultGraphNode - Interface in org.hibernate.sql.results.graph.embeddable
 
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.
EmbeddableValuedFetchable - Interface in org.hibernate.sql.results.graph.embeddable
 
EmbeddableValuedModelPart - Interface in org.hibernate.metamodel.mapping
An embedded (embeddable-valued) model part.
embedded - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
embedded - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
EmbeddedAttributeMapping - Interface in org.hibernate.boot.model.source.spi
Unifying contract for any JAXB types which describe an embedded (in JPA terms).
EmbeddedComponentType - Class in org.hibernate.type
 
EmbeddedComponentType(TypeConfiguration, ComponentMetamodel, int[]) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
EmbeddedDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Deprecated.
(since 6.0) Use EmbeddableDomainType instead. Originally intended to describe the actual usage of an embeddable (the embedded) because it was intended to include the mapping (column, etc) information. However, that causes us to need multiple embeddable instances per embeddable class.
embeddedId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
empty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection empty? (don't try to initialize the collection)
EMPTY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EMPTY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
EMPTY - Static variable in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
empty() - Static method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
EMPTY_STRING - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
EmptyExtractionContext() - Constructor for class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
EmptyInterceptor - Class in org.hibernate
Deprecated.
implement Interceptor directly
EmptyInterceptor() - Constructor for class org.hibernate.EmptyInterceptor
Deprecated.
 
emulateFetchOffsetWithWindowFunctions(QueryPart, Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
emulateFetchOffsetWithWindowFunctions(QueryPart, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateFetchOffsetWithWindowFunctions(QueryPart, Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateQuantifiedTupleSubQueryPredicate(Predicate, QueryPart, SqlTuple, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
An optimized emulation for relational tuple sub-query comparisons.
emulateSortSpecificationNullPrecedence(Expression, NullPrecedence) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateSubQueryRelationalRestrictionPredicate(Predicate, boolean, QueryPart, X, AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer<X>, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateTupleComparison(List<? extends SqlAstNode>, List<? extends SqlAstNode>, ComparisonOperator, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
A tuple comparison like (a, b) > (1, 2) can be emulated through it logical definition: a > 1 or a = 1 and b > 2.
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 interface org.hibernate.Session
Enable a particular fetch profile on this session.
enableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFilter(String) - Method in interface org.hibernate.Session
Enable the named filter for this current session.
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should nationalized variants of character data be used in the database types? For example, should NVARCHAR be used instead of VARCHAR? NCLOB instead of CLOB?

Its default is defined by the AvailableSettings.USE_NATIONALIZED_CHARACTER_DATA setting if using property-based configuration.

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

Its default is defined by the AvailableSettings.FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULT setting if using property-based configuration.

enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
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
 
enableJpaOrderByMappingCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaOrderByMappingCompliance(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
 
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

Its default is defined by the AvailableSettings.USE_NEW_ID_GENERATOR_MAPPINGS setting if using property-based configuration.

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.
enableOrderedReturn(boolean) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
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.query.procedure.ProcedureParameter
Deprecated.
enableReleaseResourcesOnCloseEnabled(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should resources held by EntityManager instance be released immediately on close?

The other option is to release them as part of an after-transaction callback.

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.
enableReturnOfDeletedEntities(boolean) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
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
 
end() - Method in class org.hibernate.BaseSessionEventListener
 
END - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
END - Static variable in class org.hibernate.grammars.hql.HqlParser
 
END() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
END() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
END() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
end() - Method in interface org.hibernate.SessionEventListener
 
endLoading(ExecutionContext) - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
Lifecycle method called at the very end of the result values processing
endLoading(ExecutionContext) - Method in interface org.hibernate.sql.results.graph.Initializer
Lifecycle method called at the very end of the result values processing
endRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after reading all rows from the JDBC result set.
endTransaction(boolean) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a transaction completing.
ENFORCE_LEGACY_PROXY_CLASSNAMES - Static variable in interface org.hibernate.cfg.AvailableSettings
Configure the global BytecodeProvider implementation to generate class names matching the existing naming patterns.
enhance(String, byte[]) - Method in interface org.hibernate.bytecode.enhance.spi.Enhancer
Performs the enhancement.
EnhancedGetterMethodImpl - Class in org.hibernate.property.access.spi
Deprecated.
No longer used; GetterFieldImpl or GetterMethodImpl should be used instead.
EnhancedGetterMethodImpl(Class, String, Field, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
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
Enable association management feature in runtime bytecode enhancement
ENHANCER_ENABLE_DIRTY_TRACKING - Static variable in interface org.hibernate.jpa.AvailableSettings
Enable dirty tracking feature in runtime bytecode enhancement
ENHANCER_ENABLE_LAZY_INITIALIZATION - Static variable in interface org.hibernate.jpa.AvailableSettings
Enable lazy loading feature in runtime bytecode enhancement
EnhancerConstants - Class in org.hibernate.bytecode.enhance.spi
Constants used during enhancement.
enterAbsFunction(HqlParser.AbsFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.absFunction().
enterAbsFunction(HqlParser.AbsFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.absFunction().
enterAdditionExpression(HqlParser.AdditionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
enterAdditionExpression(HqlParser.AdditionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
enterAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.additiveOperator().
enterAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.additiveOperator().
enterAggregateFunction(HqlParser.AggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.aggregateFunction().
enterAggregateFunction(HqlParser.AggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.aggregateFunction().
enterAndPredicate(HqlParser.AndPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
enterAndPredicate(HqlParser.AndPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
enterAnyFunction(HqlParser.AnyFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.anyFunction().
enterAnyFunction(HqlParser.AnyFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.anyFunction().
enterAssignment(HqlParser.AssignmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.assignment().
enterAssignment(HqlParser.AssignmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.assignment().
enterAtan2Function(HqlParser.Atan2FunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.atan2Function().
enterAtan2Function(HqlParser.Atan2FunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.atan2Function().
enterAttributeList(GraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.attributeList().
enterAttributeList(GraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.attributeList().
enterAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.attributeNode().
enterAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.attributeNode().
enterAttributePath(GraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.attributePath().
enterAttributePath(GraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.attributePath().
enterAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.attributeQualifier().
enterAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.attributeQualifier().
enterAvgFunction(HqlParser.AvgFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.avgFunction().
enterAvgFunction(HqlParser.AvgFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.avgFunction().
enterBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
enterBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
enterBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.binaryLiteral().
enterBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.binaryLiteral().
enterBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
enterBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
enterCaseExpression(HqlParser.CaseExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
enterCaseExpression(HqlParser.CaseExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
enterCaseList(HqlParser.CaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.caseList().
enterCaseList(HqlParser.CaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.caseList().
enterCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.caseOtherwise().
enterCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.caseOtherwise().
enterCastFunction(HqlParser.CastFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.castFunction().
enterCastFunction(HqlParser.CastFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.castFunction().
enterCastTarget(HqlParser.CastTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.castTarget().
enterCastTarget(HqlParser.CastTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.castTarget().
enterCastTargetType(HqlParser.CastTargetTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.castTargetType().
enterCastTargetType(HqlParser.CastTargetTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.castTargetType().
enterCeilingFunction(HqlParser.CeilingFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.ceilingFunction().
enterCeilingFunction(HqlParser.CeilingFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.ceilingFunction().
enterCoalesceFunction(HqlParser.CoalesceFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.coalesceFunction().
enterCoalesceFunction(HqlParser.CoalesceFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.coalesceFunction().
enterCollateExpression(HqlParser.CollateExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the CollateExpression labeled alternative in HqlParser.expression().
enterCollateExpression(HqlParser.CollateExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the CollateExpression labeled alternative in HqlParser.expression().
enterCollateName(HqlParser.CollateNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collateName().
enterCollateName(HqlParser.CollateNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collateName().
enterCollationSpecification(HqlParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collationSpecification().
enterCollationSpecification(HqlParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collationSpecification().
enterCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.collationSpecification().
enterCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.collationSpecification().
enterCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collectionElementNavigablePath().
enterCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collectionElementNavigablePath().
enterCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the CollectionIndexFunction labeled alternative in HqlParser.jpaCollectionFunction().
enterCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the CollectionIndexFunction labeled alternative in HqlParser.jpaCollectionFunction().
enterCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the CollectionSizeFunction labeled alternative in HqlParser.jpaCollectionFunction().
enterCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the CollectionSizeFunction labeled alternative in HqlParser.jpaCollectionFunction().
enterCommand(SqlScriptParser.CommandContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Enter a parse tree produced by SqlScriptParser.command().
enterCommand(SqlScriptParser.CommandContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Enter a parse tree produced by SqlScriptParser.command().
enterCommandBlock(SqlScriptParser.CommandBlockContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Enter a parse tree produced by SqlScriptParser.commandBlock().
enterCommandBlock(SqlScriptParser.CommandBlockContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Enter a parse tree produced by SqlScriptParser.commandBlock().
enterComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.comparisonOperator().
enterComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.comparisonOperator().
enterComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
enterComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
enterConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
enterConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
enterConcatFunction(HqlParser.ConcatFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.concatFunction().
enterConcatFunction(HqlParser.ConcatFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.concatFunction().
enterCountFunction(HqlParser.CountFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.countFunction().
enterCountFunction(HqlParser.CountFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.countFunction().
enterCrossJoin(HqlParser.CrossJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.crossJoin().
enterCrossJoin(HqlParser.CrossJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.crossJoin().
enterCube(HqlParser.CubeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.cube().
enterCube(HqlParser.CubeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.cube().
enterCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.currentDateFunction().
enterCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.currentDateFunction().
enterCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.currentTimeFunction().
enterCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.currentTimeFunction().
enterCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.currentTimestampFunction().
enterCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.currentTimestampFunction().
enterDate(HqlParser.DateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.date().
enterDate(HqlParser.DateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.date().
enterDateLiteral(HqlParser.DateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dateLiteral().
enterDateLiteral(HqlParser.DateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dateLiteral().
enterDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dateOrTimeField().
enterDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dateOrTimeField().
enterDateTime(HqlParser.DateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dateTime().
enterDateTime(HqlParser.DateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dateTime().
enterDatetimeField(HqlParser.DatetimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.datetimeField().
enterDatetimeField(HqlParser.DatetimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.datetimeField().
enterDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dateTimeLiteral().
enterDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dateTimeLiteral().
enterDay(HqlParser.DayContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.day().
enterDay(HqlParser.DayContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.day().
enterDayField(HqlParser.DayFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dayField().
enterDayField(HqlParser.DayFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dayField().
enterDeleteStatement(HqlParser.DeleteStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.deleteStatement().
enterDeleteStatement(HqlParser.DeleteStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.deleteStatement().
enterDirection(OrderingParser.DirectionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.direction().
enterDirection(OrderingParser.DirectionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.direction().
enterDmlTarget(HqlParser.DmlTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dmlTarget().
enterDmlTarget(HqlParser.DmlTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dmlTarget().
enterDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.dotIdentifier().
enterDotIdentifier(OrderingParser.DotIdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.dotIdentifier().
enterDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dotIdentifierSequence().
enterDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dotIdentifierSequence().
enterDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dotIdentifierSequenceContinuation().
enterDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dotIdentifierSequenceContinuation().
enterDynamicInstantiation(HqlParser.DynamicInstantiationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dynamicInstantiation().
enterDynamicInstantiation(HqlParser.DynamicInstantiationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dynamicInstantiation().
enterDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dynamicInstantiationArg().
enterDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dynamicInstantiationArg().
enterDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dynamicInstantiationArgExpression().
enterDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dynamicInstantiationArgExpression().
enterDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dynamicInstantiationArgs().
enterDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dynamicInstantiationArgs().
enterDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dynamicInstantiationTarget().
enterDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dynamicInstantiationTarget().
enterEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
enterEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
enterEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityIdReference().
enterEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityIdReference().
enterEntityName(HqlParser.EntityNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityName().
enterEntityName(HqlParser.EntityNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityName().
enterEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
enterEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
enterEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityNaturalIdReference().
enterEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityNaturalIdReference().
enterEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
enterEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
enterEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityTypeReference().
enterEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityTypeReference().
enterEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
enterEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
enterEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityVersionReference().
enterEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityVersionReference().
enterEveryFunction(HqlParser.EveryFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.everyFunction().
enterEveryFunction(HqlParser.EveryFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.everyFunction().
enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
enterExistsPredicate(HqlParser.ExistsPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
enterExistsPredicate(HqlParser.ExistsPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
enterExpFunction(HqlParser.ExpFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.expFunction().
enterExpFunction(HqlParser.ExpFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.expFunction().
enterExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
enterExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
enterExpression(OrderingParser.ExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.expression().
enterExpression(OrderingParser.ExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.expression().
enterExtractField(HqlParser.ExtractFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.extractField().
enterExtractField(HqlParser.ExtractFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.extractField().
enterExtractFunction(HqlParser.ExtractFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.extractFunction().
enterExtractFunction(HqlParser.ExtractFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.extractFunction().
enterFetchClause(HqlParser.FetchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.fetchClause().
enterFetchClause(HqlParser.FetchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.fetchClause().
enterFilterClause(HqlParser.FilterClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.filterClause().
enterFilterClause(HqlParser.FilterClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.filterClause().
enterFloorFunction(HqlParser.FloorFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.floorFunction().
enterFloorFunction(HqlParser.FloorFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.floorFunction().
enterFormat(HqlParser.FormatContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.format().
enterFormat(HqlParser.FormatContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.format().
enterFormatFunction(HqlParser.FormatFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.formatFunction().
enterFormatFunction(HqlParser.FormatFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.formatFunction().
enterFromClause(HqlParser.FromClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.fromClause().
enterFromClause(HqlParser.FromClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.fromClause().
enterFromClauseSpace(HqlParser.FromClauseSpaceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.fromClauseSpace().
enterFromClauseSpace(HqlParser.FromClauseSpaceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.fromClauseSpace().
enterFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
enterFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
enterFunction(HqlParser.FunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.function().
enterFunction(HqlParser.FunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.function().
enterFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.function().
enterFunction(OrderingParser.FunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.function().
enterFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.functionArguments().
enterFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.functionArguments().
enterFunctionExpression(HqlParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
enterFunctionExpression(HqlParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
enterGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.generalizedLiteral().
enterGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.generalizedLiteral().
enterGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.generalizedLiteralText().
enterGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.generalizedLiteralText().
enterGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.generalizedLiteralType().
enterGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.generalizedLiteralType().
enterGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.generalPathFragment().
enterGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.generalPathFragment().
enterGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.genericTemporalLiteralText().
enterGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.genericTemporalLiteralText().
enterGraph(GraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.graph().
enterGraph(GraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.graph().
enterGreatestFunction(HqlParser.GreatestFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.greatestFunction().
enterGreatestFunction(HqlParser.GreatestFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.greatestFunction().
enterGroupByClause(HqlParser.GroupByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.groupByClause().
enterGroupByClause(HqlParser.GroupByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.groupByClause().
enterGroupByExpression(HqlParser.GroupByExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.groupByExpression().
enterGroupByExpression(HqlParser.GroupByExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.groupByExpression().
enterGroupedExpression(HqlParser.GroupedExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
enterGroupedExpression(HqlParser.GroupedExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
enterGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
enterGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
enterHavingClause(HqlParser.HavingClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.havingClause().
enterHavingClause(HqlParser.HavingClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.havingClause().
enterHour(HqlParser.HourContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.hour().
enterHour(HqlParser.HourContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.hour().
enterIdentificationVariableDef(HqlParser.IdentificationVariableDefContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.identificationVariableDef().
enterIdentificationVariableDef(HqlParser.IdentificationVariableDefContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.identificationVariableDef().
enterIdentifier(HqlParser.IdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.identifier().
enterIdentifier(HqlParser.IdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.identifier().
enterIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.identifier().
enterIdentifier(OrderingParser.IdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.identifier().
enterIfnullFunction(HqlParser.IfnullFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.ifnullFunction().
enterIfnullFunction(HqlParser.IfnullFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.ifnullFunction().
enterIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.indexedPathAccessFragment().
enterIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.indexedPathAccessFragment().
enterInPredicate(HqlParser.InPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
enterInPredicate(HqlParser.InPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
enterInsertStatement(HqlParser.InsertStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.insertStatement().
enterInsertStatement(HqlParser.InsertStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.insertStatement().
enterInstantFunction(HqlParser.InstantFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantFunction().
enterInstantFunction(HqlParser.InstantFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantFunction().
enterIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
enterIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
enterIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
enterIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
enterJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jdbcDateLiteral().
enterJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jdbcDateLiteral().
enterJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jdbcTimeLiteral().
enterJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jdbcTimeLiteral().
enterJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jdbcTimestampLiteral().
enterJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jdbcTimestampLiteral().
enterJoinTypeQualifier(HqlParser.JoinTypeQualifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.joinTypeQualifier().
enterJoinTypeQualifier(HqlParser.JoinTypeQualifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.joinTypeQualifier().
enterJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jpaCollectionJoin().
enterJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jpaCollectionJoin().
enterJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jpaNonStandardFunction().
enterJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jpaNonStandardFunction().
enterJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jpaNonStandardFunctionName().
enterJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jpaNonStandardFunctionName().
enterJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jpaSelectObjectSyntax().
enterJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jpaSelectObjectSyntax().
enterLeastFunction(HqlParser.LeastFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.leastFunction().
enterLeastFunction(HqlParser.LeastFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.leastFunction().
enterLeftFunction(HqlParser.LeftFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.leftFunction().
enterLeftFunction(HqlParser.LeftFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.leftFunction().
enterLengthFunction(HqlParser.LengthFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.lengthFunction().
enterLengthFunction(HqlParser.LengthFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.lengthFunction().
enterLikeEscape(HqlParser.LikeEscapeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.likeEscape().
enterLikeEscape(HqlParser.LikeEscapeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.likeEscape().
enterLikePredicate(HqlParser.LikePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
enterLikePredicate(HqlParser.LikePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
enterLimitClause(HqlParser.LimitClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.limitClause().
enterLimitClause(HqlParser.LimitClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.limitClause().
enterLiteral(HqlParser.LiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.literal().
enterLiteral(HqlParser.LiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.literal().
enterLiteralExpression(HqlParser.LiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
enterLiteralExpression(HqlParser.LiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
enterLnFunction(HqlParser.LnFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.lnFunction().
enterLnFunction(HqlParser.LnFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.lnFunction().
enterLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localDateFunction().
enterLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localDateFunction().
enterLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localDateTimeFunction().
enterLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localDateTimeFunction().
enterLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localTimeFunction().
enterLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localTimeFunction().
enterLocateFunction(HqlParser.LocateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.locateFunction().
enterLocateFunction(HqlParser.LocateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.locateFunction().
enterLocateFunctionPatternArgument(HqlParser.LocateFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.locateFunctionPatternArgument().
enterLocateFunctionPatternArgument(HqlParser.LocateFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.locateFunctionPatternArgument().
enterLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.locateFunctionStartArgument().
enterLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.locateFunctionStartArgument().
enterLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.locateFunctionStringArgument().
enterLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.locateFunctionStringArgument().
enterLowerFunction(HqlParser.LowerFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.lowerFunction().
enterLowerFunction(HqlParser.LowerFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.lowerFunction().
enterMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.mapEntrySelection().
enterMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.mapEntrySelection().
enterMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.mapKeyNavigablePath().
enterMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.mapKeyNavigablePath().
enterMaxElementFunction(HqlParser.MaxElementFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the MaxElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
enterMaxElementFunction(HqlParser.MaxElementFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the MaxElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
enterMaxFunction(HqlParser.MaxFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.maxFunction().
enterMaxFunction(HqlParser.MaxFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.maxFunction().
enterMaxIndexFunction(HqlParser.MaxIndexFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the MaxIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
enterMaxIndexFunction(HqlParser.MaxIndexFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the MaxIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
enterMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
enterMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
enterMinElementFunction(HqlParser.MinElementFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the MinElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
enterMinElementFunction(HqlParser.MinElementFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the MinElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
enterMinFunction(HqlParser.MinFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.minFunction().
enterMinFunction(HqlParser.MinFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.minFunction().
enterMinIndexFunction(HqlParser.MinIndexFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the MinIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
enterMinIndexFunction(HqlParser.MinIndexFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the MinIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
enterMinute(HqlParser.MinuteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.minute().
enterMinute(HqlParser.MinuteContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.minute().
enterModDividendArgument(HqlParser.ModDividendArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.modDividendArgument().
enterModDividendArgument(HqlParser.ModDividendArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.modDividendArgument().
enterModDivisorArgument(HqlParser.ModDivisorArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.modDivisorArgument().
enterModDivisorArgument(HqlParser.ModDivisorArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.modDivisorArgument().
enterModFunction(HqlParser.ModFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.modFunction().
enterModFunction(HqlParser.ModFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.modFunction().
enterMonth(HqlParser.MonthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.month().
enterMonth(HqlParser.MonthContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.month().
enterMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
enterMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
enterMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.multiplicativeOperator().
enterMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.multiplicativeOperator().
enterNamedParameter(HqlParser.NamedParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
enterNamedParameter(HqlParser.NamedParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
enterNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
enterNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
enterNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.simpleQueryExpression().
enterNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.simpleQueryExpression().
enterNonStandardFunction(HqlParser.NonStandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nonStandardFunction().
enterNonStandardFunction(HqlParser.NonStandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nonStandardFunction().
enterNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nonStandardFunctionArguments().
enterNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nonStandardFunctionArguments().
enterNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nonStandardFunctionName().
enterNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nonStandardFunctionName().
enterNullifFunction(HqlParser.NullifFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nullifFunction().
enterNullifFunction(HqlParser.NullifFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nullifFunction().
enterNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nullsPrecedence().
enterNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nullsPrecedence().
enterNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.nullsPrecedence().
enterNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.nullsPrecedence().
enterOffset(HqlParser.OffsetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offset().
enterOffset(HqlParser.OffsetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offset().
enterOffsetClause(HqlParser.OffsetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetClause().
enterOffsetClause(HqlParser.OffsetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetClause().
enterOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetDateTimeFunction().
enterOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetDateTimeFunction().
enterOrderByClause(HqlParser.OrderByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.orderByClause().
enterOrderByClause(HqlParser.OrderByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.orderByClause().
enterOrderByFragment(HqlParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.orderByFragment().
enterOrderByFragment(HqlParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.orderByFragment().
enterOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.orderByFragment().
enterOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.orderByFragment().
enterOrderingSpecification(HqlParser.OrderingSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.orderingSpecification().
enterOrderingSpecification(HqlParser.OrderingSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.orderingSpecification().
enterOrPredicate(HqlParser.OrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
enterOrPredicate(HqlParser.OrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
enterOverlayFunction(HqlParser.OverlayFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunction().
enterOverlayFunction(HqlParser.OverlayFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunction().
enterOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunctionLengthArgument().
enterOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunctionLengthArgument().
enterOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
enterOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
enterOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunctionStartArgument().
enterOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunctionStartArgument().
enterOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunctionStringArgument().
enterOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunctionStringArgument().
enterPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.packagedFunction().
enterPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.packagedFunction().
enterPadCharacter(HqlParser.PadCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.padCharacter().
enterPadCharacter(HqlParser.PadCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.padCharacter().
enterPadFunction(HqlParser.PadFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.padFunction().
enterPadFunction(HqlParser.PadFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.padFunction().
enterPadLength(HqlParser.PadLengthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.padLength().
enterPadLength(HqlParser.PadLengthContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.padLength().
enterPadSpecification(HqlParser.PadSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.padSpecification().
enterPadSpecification(HqlParser.PadSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.padSpecification().
enterParameterExpression(HqlParser.ParameterExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
enterParameterExpression(HqlParser.ParameterExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
enterParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.parameterOrIntegerLiteral().
enterParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.parameterOrIntegerLiteral().
enterParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.parameterOrNumberLiteral().
enterParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.parameterOrNumberLiteral().
enterParamInList(HqlParser.ParamInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
enterParamInList(HqlParser.ParamInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
enterPath(HqlParser.PathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.path().
enterPath(HqlParser.PathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.path().
enterPathContinuation(HqlParser.PathContinuationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.pathContinuation().
enterPathContinuation(HqlParser.PathContinuationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.pathContinuation().
enterPathExpression(HqlParser.PathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the PathExpression labeled alternative in HqlParser.primaryExpression().
enterPathExpression(HqlParser.PathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the PathExpression labeled alternative in HqlParser.primaryExpression().
enterPathRoot(HqlParser.PathRootContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.pathRoot().
enterPathRoot(HqlParser.PathRootContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.pathRoot().
enterPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
enterPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
enterPositionalParameter(HqlParser.PositionalParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
enterPositionalParameter(HqlParser.PositionalParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
enterPositionFunction(HqlParser.PositionFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.positionFunction().
enterPositionFunction(HqlParser.PositionFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.positionFunction().
enterPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.positionFunctionPatternArgument().
enterPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.positionFunctionPatternArgument().
enterPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.positionFunctionStringArgument().
enterPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.positionFunctionStringArgument().
enterPowerBaseArgument(HqlParser.PowerBaseArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.powerBaseArgument().
enterPowerBaseArgument(HqlParser.PowerBaseArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.powerBaseArgument().
enterPowerFunction(HqlParser.PowerFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.powerFunction().
enterPowerFunction(HqlParser.PowerFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.powerFunction().
enterPowerPowerArgument(HqlParser.PowerPowerArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.powerPowerArgument().
enterPowerPowerArgument(HqlParser.PowerPowerArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.powerPowerArgument().
enterQualifiedJoin(HqlParser.QualifiedJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.qualifiedJoin().
enterQualifiedJoin(HqlParser.QualifiedJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.qualifiedJoin().
enterQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.qualifiedJoinPredicate().
enterQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.qualifiedJoinPredicate().
enterQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.qualifiedJoinRhs().
enterQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.qualifiedJoinRhs().
enterQueryOrder(HqlParser.QueryOrderContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.queryOrder().
enterQueryOrder(HqlParser.QueryOrderContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.queryOrder().
enterQuerySpec(HqlParser.QuerySpecContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.querySpec().
enterQuerySpec(HqlParser.QuerySpecContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.querySpec().
enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.simpleQueryExpression().
enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.simpleQueryExpression().
enterReplaceFunction(HqlParser.ReplaceFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.replaceFunction().
enterReplaceFunction(HqlParser.ReplaceFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.replaceFunction().
enterReplaceFunctionPatternArgument(HqlParser.ReplaceFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.replaceFunctionPatternArgument().
enterReplaceFunctionPatternArgument(HqlParser.ReplaceFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.replaceFunctionPatternArgument().
enterReplaceFunctionReplacementArgument(HqlParser.ReplaceFunctionReplacementArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.replaceFunctionReplacementArgument().
enterReplaceFunctionReplacementArgument(HqlParser.ReplaceFunctionReplacementArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.replaceFunctionReplacementArgument().
enterReplaceFunctionStringArgument(HqlParser.ReplaceFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.replaceFunctionStringArgument().
enterReplaceFunctionStringArgument(HqlParser.ReplaceFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.replaceFunctionStringArgument().
enterResultIdentifier(HqlParser.ResultIdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.resultIdentifier().
enterResultIdentifier(HqlParser.ResultIdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.resultIdentifier().
enterRightFunction(HqlParser.RightFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.rightFunction().
enterRightFunction(HqlParser.RightFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.rightFunction().
enterRollup(HqlParser.RollupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.rollup().
enterRollup(HqlParser.RollupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.rollup().
enterRoundFunction(HqlParser.RoundFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.roundFunction().
enterRoundFunction(HqlParser.RoundFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.roundFunction().
enterRoundFunctionPrecision(HqlParser.RoundFunctionPrecisionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.roundFunctionPrecision().
enterRoundFunctionPrecision(HqlParser.RoundFunctionPrecisionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.roundFunctionPrecision().
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AbsFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CeilingFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollateExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollateNameContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollationSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionIndexFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DmlTargetContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContinuationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationTargetContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExpFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FloorFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IdentificationVariableDefContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionNameContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LengthFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LnFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionPatternArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStartArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStringArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LowerFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MaxElementFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MaxIndexFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinElementFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinIndexFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ModDividendArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ModDivisorArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionNameContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderingSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathRootContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PowerBaseArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PowerPowerArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinRhsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionPatternArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionReplacementArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionStringArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ResultIdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionPrecisionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SignFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SqrtFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StrFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UpperFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
enterScript(SqlScriptParser.ScriptContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Enter a parse tree produced by SqlScriptParser.script().
enterScript(SqlScriptParser.ScriptContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Enter a parse tree produced by SqlScriptParser.script().
enterSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchedCaseList().
enterSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchedCaseList().
enterSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchedCaseWhen().
enterSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchedCaseWhen().
enterSecond(HqlParser.SecondContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.second().
enterSecond(HqlParser.SecondContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.second().
enterSelectClause(HqlParser.SelectClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selectClause().
enterSelectClause(HqlParser.SelectClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selectClause().
enterSelectExpression(HqlParser.SelectExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selectExpression().
enterSelectExpression(HqlParser.SelectExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selectExpression().
enterSelection(HqlParser.SelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selection().
enterSelection(HqlParser.SelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selection().
enterSelectionList(HqlParser.SelectionListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selectionList().
enterSelectionList(HqlParser.SelectionListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selectionList().
enterSelectStatement(HqlParser.SelectStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selectStatement().
enterSelectStatement(HqlParser.SelectStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selectStatement().
enterSetClause(HqlParser.SetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.setClause().
enterSetClause(HqlParser.SetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.setClause().
enterSetOperator(HqlParser.SetOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.setOperator().
enterSetOperator(HqlParser.SetOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.setOperator().
enterSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
enterSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
enterSignFunction(HqlParser.SignFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.signFunction().
enterSignFunction(HqlParser.SignFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.signFunction().
enterSignOperator(HqlParser.SignOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.signOperator().
enterSignOperator(HqlParser.SignOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.signOperator().
enterSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.simpleCaseList().
enterSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.simpleCaseList().
enterSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.simpleCaseWhen().
enterSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.simpleCaseWhen().
enterSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.simpleFunction().
enterSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.simpleFunction().
enterSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
enterSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
enterSortExpression(HqlParser.SortExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.sortExpression().
enterSortExpression(HqlParser.SortExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.sortExpression().
enterSortSpecification(HqlParser.SortSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.sortSpecification().
enterSortSpecification(HqlParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.sortSpecification().
enterSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.sortSpecification().
enterSortSpecification(OrderingParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.sortSpecification().
enterSqrtFunction(HqlParser.SqrtFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.sqrtFunction().
enterSqrtFunction(HqlParser.SqrtFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.sqrtFunction().
enterStandardFunction(HqlParser.StandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.standardFunction().
enterStandardFunction(HqlParser.StandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.standardFunction().
enterStatement(HqlParser.StatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.statement().
enterStatement(HqlParser.StatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.statement().
enterStrFunction(HqlParser.StrFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.strFunction().
enterStrFunction(HqlParser.StrFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.strFunction().
enterSubGraph(GraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.subGraph().
enterSubGraph(GraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.subGraph().
enterSubQuery(HqlParser.SubQueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.subQuery().
enterSubQuery(HqlParser.SubQueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.subQuery().
enterSubQueryExpression(HqlParser.SubQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SubQueryExpression labeled alternative in HqlParser.expression().
enterSubQueryExpression(HqlParser.SubQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SubQueryExpression labeled alternative in HqlParser.expression().
enterSubQueryInList(HqlParser.SubQueryInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SubQueryInList labeled alternative in HqlParser.inList().
enterSubQueryInList(HqlParser.SubQueryInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SubQueryInList labeled alternative in HqlParser.inList().
enterSubstringFunction(HqlParser.SubstringFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.substringFunction().
enterSubstringFunction(HqlParser.SubstringFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.substringFunction().
enterSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.substringFunctionLengthArgument().
enterSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.substringFunctionLengthArgument().
enterSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.substringFunctionStartArgument().
enterSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.substringFunctionStartArgument().
enterSubType(GraphLanguageParser.SubTypeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.subType().
enterSubType(GraphLanguageParser.SubTypeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.subType().
enterSumFunction(HqlParser.SumFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.sumFunction().
enterSumFunction(HqlParser.SumFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.sumFunction().
enterSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.syntacticDomainPath().
enterSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.syntacticDomainPath().
enterTargetFieldsSpec(HqlParser.TargetFieldsSpecContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.targetFieldsSpec().
enterTargetFieldsSpec(HqlParser.TargetFieldsSpecContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.targetFieldsSpec().
enterTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.temporalLiteral().
enterTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.temporalLiteral().
enterTime(HqlParser.TimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.time().
enterTime(HqlParser.TimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.time().
enterTimeLiteral(HqlParser.TimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.timeLiteral().
enterTimeLiteral(HqlParser.TimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.timeLiteral().
enterTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.timeZoneField().
enterTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.timeZoneField().
enterToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
enterToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
enterTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.treatedNavigablePath().
enterTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.treatedNavigablePath().
enterTrigFunction(HqlParser.TrigFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.trigFunction().
enterTrigFunction(HqlParser.TrigFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.trigFunction().
enterTrigFunctionName(HqlParser.TrigFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.trigFunctionName().
enterTrigFunctionName(HqlParser.TrigFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.trigFunctionName().
enterTrimCharacter(HqlParser.TrimCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.trimCharacter().
enterTrimCharacter(HqlParser.TrimCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.trimCharacter().
enterTrimFunction(HqlParser.TrimFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.trimFunction().
enterTrimFunction(HqlParser.TrimFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.trimFunction().
enterTrimSpecification(HqlParser.TrimSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.trimSpecification().
enterTrimSpecification(HqlParser.TrimSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.trimSpecification().
enterTupleExpression(HqlParser.TupleExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
enterTupleExpression(HqlParser.TupleExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
enterUnaryExpression(HqlParser.UnaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
enterUnaryExpression(HqlParser.UnaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
enterUpdateStatement(HqlParser.UpdateStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.updateStatement().
enterUpdateStatement(HqlParser.UpdateStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.updateStatement().
enterUpperFunction(HqlParser.UpperFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.upperFunction().
enterUpperFunction(HqlParser.UpperFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.upperFunction().
enterValues(HqlParser.ValuesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionsimpleQueryExpressionsimpleQueryExpressionpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameterjpaCollectionFunctionjpaCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunction.
enterValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionsimpleQueryExpressionsimpleQueryExpressionpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameterjpaCollectionFunctionjpaCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunction.
enterValuesList(HqlParser.ValuesListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.valuesList().
enterValuesList(HqlParser.ValuesListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.valuesList().
enterWeekField(HqlParser.WeekFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.weekField().
enterWeekField(HqlParser.WeekFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.weekField().
enterWhereClause(HqlParser.WhereClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.whereClause().
enterWhereClause(HqlParser.WhereClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.whereClause().
enterYear(HqlParser.YearContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.year().
enterYear(HqlParser.YearContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.year().
enterZoneId(HqlParser.ZoneIdContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.zoneId().
enterZoneId(HqlParser.ZoneIdContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.zoneId().
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(String) - Method in interface org.hibernate.Metamodel
Deprecated.
Access to an entity supporting Hibernate's entity-name feature
entity(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Access to an entity supporting Hibernate's entity-name feature
entity(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
entity(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
entity(Class<X>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
entity(String, String, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
Creates a EntityResultBuilder allowing for further configuring of the mapping.
ENTITY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
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_MANAGER_FACTORY_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
EntityManagerFactory name
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_TUP_CTOR_SIG - Static variable in class org.hibernate.tuple.entity.EntityTuplizerFactory
 
EntityAssociationMapping - Interface in org.hibernate.metamodel.mapping
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keys
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, 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.
entityCalculated(String, String, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
Creates a EntityResultBuilder that does not allow any further configuring of the mapping.
entityCalculated(String, String, LockMode, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
Creates a EntityResultBuilder that does not allow any further configuring of the mapping.
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
EntityDiscriminatorMapping - Interface in org.hibernate.metamodel.mapping
 
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.sql.results.graph.entity
 
EntityGraphQueryHint - Class in org.hibernate.engine.query.spi
Deprecated.
(6.0) - use AppliedGraph instead
EntityGraphQueryHint(AppliedGraph) - Constructor for class org.hibernate.engine.query.spi.EntityGraphQueryHint
Deprecated.
 
EntityGraphs - Class in org.hibernate.graph
A collection of EntityGraph utilities.
EntityGraphs() - Constructor for class org.hibernate.graph.EntityGraphs
 
EntityGraphTraversalState - Interface in org.hibernate.sql.results.graph
 
EntityGraphTraversalState.TraversalResult - Class in org.hibernate.sql.results.graph
POJO class to store the result of applied entity graph traversal, including previous entity graph node so later on EntityGraphTraversalState object can backtrack to it whether the new graph node should be eagerly loaded or not whether the new graph node fetching is joined
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
EntityIdentifierMapping - Interface in org.hibernate.metamodel.mapping
 
EntityIdentifierNature - Enum in org.hibernate.id
Describes the possible natures of an entity-defined identifier.
EntityIdentifierNavigablePath - Class in org.hibernate.query
 
EntityIdentifierNavigablePath(NavigablePath, String) - Constructor for class org.hibernate.query.EntityIdentifierNavigablePath
 
EntityIdExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
entityIdReference() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
entityIdReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
EntityIdReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
EntityInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all entity mappings (root entity and sub-entity mappings).
EntityInitializer - Interface in org.hibernate.sql.results.graph.entity
Initializer implementation for initializing entity references.
EntityInstantiator - Interface in org.hibernate.metamodel.spi
Contract for instantiating entity values
EntityKey - Class in org.hibernate.engine.spi
Uniquely identifies of an entity instance in a particular Session by identifier.
EntityKey(Object, 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
 
EntityLoadingLogger - Interface in org.hibernate.sql.results.graph.entity
 
EntityManagerFactoryBuilder - Interface in org.hibernate.jpa.boot.spi
Represents a 2-phase JPA bootstrap process for building a Hibernate EntityManagerFactory.
EntityMappingType - Interface in org.hibernate.metamodel.mapping
todo (6.0) : make this implement RootTableGroupProducer, etc instead of EntityPersister? todo (6.0) : leverage the "relational model" here?
EntityMappingType.ConstraintOrderedTableConsumer - Interface in org.hibernate.metamodel.mapping
 
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 - Enum in org.hibernate
Deprecated.
entityMode - Variable in class org.hibernate.type.ComponentType
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.DmlTargetContext
 
entityName() - Method in class org.hibernate.grammars.hql.HqlParser
 
entityName() - Method in class org.hibernate.grammars.hql.HqlParser.PathRootContext
 
EntityNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
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
 
EntityNaturalIdExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
entityNaturalIdReference() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
entityNaturalIdReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
EntityNaturalIdReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
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() - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
entityPersister(Class) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
Locate the persister for an entity by the entity class.
entityPersister(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
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
Deprecated.
Get all entity persisters as a Map, which entity name its the key and the persister is the value.
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
 
EntityRepresentationStrategy - Interface in org.hibernate.metamodel.spi
Specialization of ManagedTypeRepresentationStrategy for an entity type adding the ability to generate an instantiator and a proxy factory
entityResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
EntityResult - Interface in org.hibernate.sql.results.graph.entity
Further defines a first-level Return that is a reference to an entity
EntityResultDescriptor(JaxbHbmNativeQueryReturnType, Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
 
EntityResultDescriptor(EntityResult, SqlResultSetMapping, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.SqlResultSetMappingDescriptor.EntityResultDescriptor
 
EntityResultGraphNode - Interface in org.hibernate.sql.results.graph.entity
Represents a reference to an entity either as a return, fetch, or collection element or index.
EntityResultImpl - Class in org.hibernate.query.results.complete
 
EntityResultImpl(NavigablePath, EntityValuedModelPart, String, LockMode, BasicResult<?>, DomainResultCreationState) - Constructor for class org.hibernate.query.results.complete.EntityResultImpl
 
EntityRowIdMapping - Interface in org.hibernate.metamodel.mapping
 
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
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(TypeConfiguration, String, boolean, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
Constructs the requested entity type mapping.
EntityType(EntityType, String) - Constructor for class org.hibernate.type.EntityType
 
EntityTypeExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
EntityTypeLiteral - Class in org.hibernate.sql.ast.tree.expression
 
EntityTypeLiteral(EntityPersister) - Constructor for class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
entityTypeReference() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
entityTypeReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
EntityTypeReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
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
 
EntityValuedFetchable - Interface in org.hibernate.sql.results.graph.entity
 
EntityValuedModelPart - Interface in org.hibernate.metamodel.mapping
 
EntityVersionExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
EntityVersionMapping - Interface in org.hibernate.metamodel.mapping
 
entityVersionReference() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
entityVersionReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
EntityVersionReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
entries(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterate all collection entries, during update of the database
ENTRY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ENTRY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ENTRY() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ENTRY() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
entry() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
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 Enum<T>> - 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 Enum<T>> - Class in org.hibernate.type
Value type mapper for enumerations.
EnumType() - Constructor for class org.hibernate.type.EnumType
 
EnumType(Class<T>, EnumValueConverter, TypeConfiguration) - Constructor for class org.hibernate.type.EnumType
 
EnumValueConverter<O extends Enum<O>,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() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
EOF() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
equal(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
equal(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
equal(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
equal(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.LockOptions
 
equals(Object) - Method in class org.hibernate.mapping.Column
 
equals(Column) - Method in class org.hibernate.mapping.Column
 
equals(Object) - Method in class org.hibernate.mapping.FetchProfile
 
equals(Object) - Method in class org.hibernate.mapping.Table
 
equals(Table) - Method in class org.hibernate.mapping.Table
 
equals(Object) - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
equals(Object) - Method in class org.hibernate.metamodel.mapping.AssociationKey
 
equals(Object) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
equals(Object) - Method in class org.hibernate.metamodel.relational.Identifier
 
equals(Object) - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
equals(Object) - Method in class org.hibernate.query.EntityIdentifierNavigablePath
 
equals(Object) - Method in class org.hibernate.query.NavigablePath
 
equals(Object) - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
equals(Object) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
equals(Object) - Method in class org.hibernate.sql.ast.tree.from.TableReference
 
equals(Object) - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
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.UserType
Compare two instances of the class mapped by this type for persistence "equality".
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.
ESCAPE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ESCAPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ESCAPE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ESCAPE() - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
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
 
event - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
EVENT_LISTENER_PREFIX - Static variable in interface org.hibernate.jpa.AvailableSettings
Event configuration should follow the following pattern hibernate.ejb.event.[eventType] f.q.c.n.EventListener1, f.q.c.n.EventListener12 ...
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.
EVERY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EVERY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EVERY() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
EVERY() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
Every - Class in org.hibernate.sql.ast.tree.expression
 
Every(QueryPart, MappingModelExpressable<?>) - Constructor for class org.hibernate.sql.ast.tree.expression.Every
 
everyAny(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument!
everyAny_boolAndOr(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for databases that can directly aggregate both boolean columns and predicates!
everyAny_sumCase(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for databases that have to emulate the boolean aggregation functions using sum() and case.
everyAny_sumCaseCase(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for Oracle.
everyAny_sumIif(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for SQL Server.
EveryAnyEmulation - Class in org.hibernate.dialect.function
 
EveryAnyEmulation(boolean) - Constructor for class org.hibernate.dialect.function.EveryAnyEmulation
 
everyFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
everyFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
EveryFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
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 - Static variable in class org.hibernate.engine.spi.CascadeStyles
evict
EVICT - Static variable in class org.hibernate.engine.spi.CascadingActions
 
evict(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
EVICT - Static variable in class org.hibernate.event.spi.EventType
 
evict(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
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
Deprecated.
Use Cache#evictCollectionData(String, Serializable) instead
evictCollectionData(String, Object) - Method in interface org.hibernate.Cache
Evicts the cache data for the given identified collection "instance"
evictCollectionData(String) - Method in interface org.hibernate.Cache
Evicts cached data for the given collection role
evictCollectionData() - Method in interface org.hibernate.Cache
Evict cache data for all collections
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, Object) - Method in interface org.hibernate.Cache
Deprecated.
Use Cache#evictEntityData(Class, Serializable) instead
evictEntity(String, Object) - Method in interface org.hibernate.Cache
Deprecated.
Use Cache#evictEntityData(String, Serializable) instead
evictEntityData(Class, Object) - Method in interface org.hibernate.Cache
Evicts the entity data for a particular entity "instance".
evictEntityData(String, Object) - Method in interface org.hibernate.Cache
Evicts the entity data for a particular entity "instance".
evictEntityData(Class) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictEntityData(String) - Method in interface org.hibernate.Cache
Evicts all entity data from the given region (i.e.
evictEntityData() - Method in interface org.hibernate.Cache
Evict data from all entity regions.
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(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
evictNaturalIdData() - Method in interface org.hibernate.Cache
Evict cached data for all natural-ids (for all entities)
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
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
exactly(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
EXCEPT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EXCEPT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EXCEPT() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
except(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
except(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
exceptAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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).
excludeDefaultListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
excludeDefaultListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
excludeSuperclassListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
excludeSuperclassListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
Executable - Interface in org.hibernate.action.spi
An operation which may be scheduled for later execution.
ExecutableList<E extends Executable & Comparable & 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(int) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList with the specified initialCapacity.
ExecutableList(boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(int, boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList using the specified Sorter.
ExecutableList(int, ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new ExecutableList with the specified initialCapacity and 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(LobCreationContext.Callback<T>) - Method in interface org.hibernate.engine.jdbc.LobCreationContext
Execute the given callback, making sure it has access to a viable JDBC Connection.
execute(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the 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(E) - Method in class org.hibernate.engine.spi.ActionQueue
 
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(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(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
execute(JdbcMutation, JdbcParameterBindings, Function<String, PreparedStatement>, BiConsumer<Integer, PreparedStatement>, ExecutionContext) - Method in interface org.hibernate.sql.exec.spi.JdbcMutationExecutor
Perform the execution
execute() - Method in class org.hibernate.tool.enhance.EnhancementTask
 
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(SchemaExport.CommandLineArgs) - Static method in class org.hibernate.tool.hbm2ddl.SchemaExport
 
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Execute the task
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() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Execute the task
execute() - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Execute the task
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)
executeDelete(SqmDeleteStatement, DomainParameterXref, ExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Execute the multi-table update indicated by the passed SqmUpdateStatement
executeInserts() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued entity-insertion actions.
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>, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
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(TypedQuery<R>, EntityGraph<R>, String) - Static method in class org.hibernate.graph.EntityGraphs
executeList(Query, EntityGraph) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the Query using the given EntityGraph
executeList(TypedQuery<R>, EntityGraph<R>) - Static method in class org.hibernate.graph.EntityGraphs
executeOnConnection(Connection) - Method in interface org.hibernate.engine.jdbc.LobCreationContext.Callback
Perform whatever actions are necessary using the provided JDBC Connection.
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(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() - Method in class org.hibernate.query.spi.AbstractQuery
 
executeUpdate(ExecutionContext) - Method in interface org.hibernate.query.spi.NonSelectQueryPlan
 
executeUpdate(SqmUpdateStatement, DomainParameterXref, ExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Execute the multi-table update indicated by the passed SqmUpdateStatement
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.
ExecutionContext - Interface in org.hibernate.sql.exec.spi
 
ExecutionException - Exception in org.hibernate.sql.exec
Indicates an exception performing execution
ExecutionException(String) - Constructor for exception org.hibernate.sql.exec.ExecutionException
 
ExecutionException(String, Throwable) - Constructor for exception org.hibernate.sql.exec.ExecutionException
 
ExecutionOptions - Interface in org.hibernate.tool.schema.spi
Parameter object representing options for schema management tool execution
EXISTS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EXISTS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EXISTS() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
EXISTS() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
exists(Subquery<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
exists(Subquery<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ExistsPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
ExistsPredicate(QueryPart) - Constructor for class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
ExistsPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
exitAbsFunction(HqlParser.AbsFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.absFunction().
exitAbsFunction(HqlParser.AbsFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.absFunction().
exitAdditionExpression(HqlParser.AdditionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
exitAdditionExpression(HqlParser.AdditionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
exitAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.additiveOperator().
exitAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.additiveOperator().
exitAggregateFunction(HqlParser.AggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.aggregateFunction().
exitAggregateFunction(HqlParser.AggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.aggregateFunction().
exitAndPredicate(HqlParser.AndPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
exitAndPredicate(HqlParser.AndPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
exitAnyFunction(HqlParser.AnyFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.anyFunction().
exitAnyFunction(HqlParser.AnyFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.anyFunction().
exitAssignment(HqlParser.AssignmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.assignment().
exitAssignment(HqlParser.AssignmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.assignment().
exitAtan2Function(HqlParser.Atan2FunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.atan2Function().
exitAtan2Function(HqlParser.Atan2FunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.atan2Function().
exitAttributeList(GraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.attributeList().
exitAttributeList(GraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.attributeList().
exitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.attributeNode().
exitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.attributeNode().
exitAttributePath(GraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.attributePath().
exitAttributePath(GraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.attributePath().
exitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.attributeQualifier().
exitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.attributeQualifier().
exitAvgFunction(HqlParser.AvgFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.avgFunction().
exitAvgFunction(HqlParser.AvgFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.avgFunction().
exitBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
exitBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
exitBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.binaryLiteral().
exitBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.binaryLiteral().
exitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
exitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
exitCaseExpression(HqlParser.CaseExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
exitCaseExpression(HqlParser.CaseExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
exitCaseList(HqlParser.CaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.caseList().
exitCaseList(HqlParser.CaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.caseList().
exitCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.caseOtherwise().
exitCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.caseOtherwise().
exitCastFunction(HqlParser.CastFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.castFunction().
exitCastFunction(HqlParser.CastFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.castFunction().
exitCastTarget(HqlParser.CastTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.castTarget().
exitCastTarget(HqlParser.CastTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.castTarget().
exitCastTargetType(HqlParser.CastTargetTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.castTargetType().
exitCastTargetType(HqlParser.CastTargetTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.castTargetType().
exitCeilingFunction(HqlParser.CeilingFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.ceilingFunction().
exitCeilingFunction(HqlParser.CeilingFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.ceilingFunction().
exitCoalesceFunction(HqlParser.CoalesceFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.coalesceFunction().
exitCoalesceFunction(HqlParser.CoalesceFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.coalesceFunction().
exitCollateExpression(HqlParser.CollateExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the CollateExpression labeled alternative in HqlParser.expression().
exitCollateExpression(HqlParser.CollateExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the CollateExpression labeled alternative in HqlParser.expression().
exitCollateName(HqlParser.CollateNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collateName().
exitCollateName(HqlParser.CollateNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collateName().
exitCollationSpecification(HqlParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collationSpecification().
exitCollationSpecification(HqlParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collationSpecification().
exitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.collationSpecification().
exitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.collationSpecification().
exitCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collectionElementNavigablePath().
exitCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collectionElementNavigablePath().
exitCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the CollectionIndexFunction labeled alternative in HqlParser.jpaCollectionFunction().
exitCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the CollectionIndexFunction labeled alternative in HqlParser.jpaCollectionFunction().
exitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the CollectionSizeFunction labeled alternative in HqlParser.jpaCollectionFunction().
exitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the CollectionSizeFunction labeled alternative in HqlParser.jpaCollectionFunction().
exitCommand(SqlScriptParser.CommandContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Exit a parse tree produced by SqlScriptParser.command().
exitCommand(SqlScriptParser.CommandContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Exit a parse tree produced by SqlScriptParser.command().
exitCommand(SqlScriptParser.CommandContext) - Method in class org.hibernate.tool.hbm2ddl.SqlStatementParserListenerImpl
 
exitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Exit a parse tree produced by SqlScriptParser.commandBlock().
exitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Exit a parse tree produced by SqlScriptParser.commandBlock().
exitComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.comparisonOperator().
exitComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.comparisonOperator().
exitComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
exitComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
exitConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
exitConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
exitConcatFunction(HqlParser.ConcatFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.concatFunction().
exitConcatFunction(HqlParser.ConcatFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.concatFunction().
exitCountFunction(HqlParser.CountFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.countFunction().
exitCountFunction(HqlParser.CountFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.countFunction().
exitCrossJoin(HqlParser.CrossJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.crossJoin().
exitCrossJoin(HqlParser.CrossJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.crossJoin().
exitCube(HqlParser.CubeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.cube().
exitCube(HqlParser.CubeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.cube().
exitCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.currentDateFunction().
exitCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.currentDateFunction().
exitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.currentTimeFunction().
exitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.currentTimeFunction().
exitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.currentTimestampFunction().
exitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.currentTimestampFunction().
exitDate(HqlParser.DateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.date().
exitDate(HqlParser.DateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.date().
exitDateLiteral(HqlParser.DateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dateLiteral().
exitDateLiteral(HqlParser.DateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dateLiteral().
exitDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dateOrTimeField().
exitDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dateOrTimeField().
exitDateTime(HqlParser.DateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dateTime().
exitDateTime(HqlParser.DateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dateTime().
exitDatetimeField(HqlParser.DatetimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.datetimeField().
exitDatetimeField(HqlParser.DatetimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.datetimeField().
exitDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dateTimeLiteral().
exitDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dateTimeLiteral().
exitDay(HqlParser.DayContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.day().
exitDay(HqlParser.DayContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.day().
exitDayField(HqlParser.DayFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dayField().
exitDayField(HqlParser.DayFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dayField().
exitDeleteStatement(HqlParser.DeleteStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.deleteStatement().
exitDeleteStatement(HqlParser.DeleteStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.deleteStatement().
exitDirection(OrderingParser.DirectionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.direction().
exitDirection(OrderingParser.DirectionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.direction().
exitDmlTarget(HqlParser.DmlTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dmlTarget().
exitDmlTarget(HqlParser.DmlTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dmlTarget().
exitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.dotIdentifier().
exitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.dotIdentifier().
exitDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dotIdentifierSequence().
exitDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dotIdentifierSequence().
exitDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dotIdentifierSequenceContinuation().
exitDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dotIdentifierSequenceContinuation().
exitDynamicInstantiation(HqlParser.DynamicInstantiationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dynamicInstantiation().
exitDynamicInstantiation(HqlParser.DynamicInstantiationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dynamicInstantiation().
exitDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dynamicInstantiationArg().
exitDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dynamicInstantiationArg().
exitDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dynamicInstantiationArgExpression().
exitDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dynamicInstantiationArgExpression().
exitDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dynamicInstantiationArgs().
exitDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dynamicInstantiationArgs().
exitDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dynamicInstantiationTarget().
exitDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dynamicInstantiationTarget().
exitEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
exitEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
exitEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityIdReference().
exitEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityIdReference().
exitEntityName(HqlParser.EntityNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityName().
exitEntityName(HqlParser.EntityNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityName().
exitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
exitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
exitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityNaturalIdReference().
exitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityNaturalIdReference().
exitEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
exitEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
exitEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityTypeReference().
exitEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityTypeReference().
exitEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
exitEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
exitEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityVersionReference().
exitEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityVersionReference().
exitEveryFunction(HqlParser.EveryFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.everyFunction().
exitEveryFunction(HqlParser.EveryFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.everyFunction().
exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
exitExistsPredicate(HqlParser.ExistsPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
exitExistsPredicate(HqlParser.ExistsPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
exitExpFunction(HqlParser.ExpFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.expFunction().
exitExpFunction(HqlParser.ExpFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.expFunction().
exitExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
exitExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
exitExpression(OrderingParser.ExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.expression().
exitExpression(OrderingParser.ExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.expression().
exitExtractField(HqlParser.ExtractFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.extractField().
exitExtractField(HqlParser.ExtractFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.extractField().
exitExtractFunction(HqlParser.ExtractFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.extractFunction().
exitExtractFunction(HqlParser.ExtractFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.extractFunction().
exitFetchClause(HqlParser.FetchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.fetchClause().
exitFetchClause(HqlParser.FetchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.fetchClause().
exitFilterClause(HqlParser.FilterClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.filterClause().
exitFilterClause(HqlParser.FilterClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.filterClause().
exitFloorFunction(HqlParser.FloorFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.floorFunction().
exitFloorFunction(HqlParser.FloorFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.floorFunction().
exitFormat(HqlParser.FormatContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.format().
exitFormat(HqlParser.FormatContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.format().
exitFormatFunction(HqlParser.FormatFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.formatFunction().
exitFormatFunction(HqlParser.FormatFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.formatFunction().
exitFromClause(HqlParser.FromClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.fromClause().
exitFromClause(HqlParser.FromClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.fromClause().
exitFromClauseSpace(HqlParser.FromClauseSpaceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.fromClauseSpace().
exitFromClauseSpace(HqlParser.FromClauseSpaceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.fromClauseSpace().
exitFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
exitFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
exitFunction(HqlParser.FunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.function().
exitFunction(HqlParser.FunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.function().
exitFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.function().
exitFunction(OrderingParser.FunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.function().
exitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.functionArguments().
exitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.functionArguments().
exitFunctionExpression(HqlParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
exitFunctionExpression(HqlParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
exitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.generalizedLiteral().
exitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.generalizedLiteral().
exitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.generalizedLiteralText().
exitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.generalizedLiteralText().
exitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.generalizedLiteralType().
exitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.generalizedLiteralType().
exitGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.generalPathFragment().
exitGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.generalPathFragment().
exitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.genericTemporalLiteralText().
exitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.genericTemporalLiteralText().
exitGraph(GraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.graph().
exitGraph(GraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.graph().
exitGreatestFunction(HqlParser.GreatestFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.greatestFunction().
exitGreatestFunction(HqlParser.GreatestFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.greatestFunction().
exitGroupByClause(HqlParser.GroupByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.groupByClause().
exitGroupByClause(HqlParser.GroupByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.groupByClause().
exitGroupByExpression(HqlParser.GroupByExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.groupByExpression().
exitGroupByExpression(HqlParser.GroupByExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.groupByExpression().
exitGroupedExpression(HqlParser.GroupedExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
exitGroupedExpression(HqlParser.GroupedExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
exitGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
exitGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
exitHavingClause(HqlParser.HavingClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.havingClause().
exitHavingClause(HqlParser.HavingClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.havingClause().
exitHour(HqlParser.HourContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.hour().
exitHour(HqlParser.HourContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.hour().
exitIdentificationVariableDef(HqlParser.IdentificationVariableDefContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.identificationVariableDef().
exitIdentificationVariableDef(HqlParser.IdentificationVariableDefContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.identificationVariableDef().
exitIdentifier(HqlParser.IdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.identifier().
exitIdentifier(HqlParser.IdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.identifier().
exitIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.identifier().
exitIdentifier(OrderingParser.IdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.identifier().
exitIfnullFunction(HqlParser.IfnullFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.ifnullFunction().
exitIfnullFunction(HqlParser.IfnullFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.ifnullFunction().
exitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.indexedPathAccessFragment().
exitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.indexedPathAccessFragment().
exitInPredicate(HqlParser.InPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
exitInPredicate(HqlParser.InPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
exitInsertStatement(HqlParser.InsertStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.insertStatement().
exitInsertStatement(HqlParser.InsertStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.insertStatement().
exitInstantFunction(HqlParser.InstantFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantFunction().
exitInstantFunction(HqlParser.InstantFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantFunction().
exitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
exitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
exitIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
exitIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
exitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jdbcDateLiteral().
exitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jdbcDateLiteral().
exitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jdbcTimeLiteral().
exitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jdbcTimeLiteral().
exitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jdbcTimestampLiteral().
exitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jdbcTimestampLiteral().
exitJoinTypeQualifier(HqlParser.JoinTypeQualifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.joinTypeQualifier().
exitJoinTypeQualifier(HqlParser.JoinTypeQualifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.joinTypeQualifier().
exitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jpaCollectionJoin().
exitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jpaCollectionJoin().
exitJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jpaNonStandardFunction().
exitJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jpaNonStandardFunction().
exitJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jpaNonStandardFunctionName().
exitJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jpaNonStandardFunctionName().
exitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jpaSelectObjectSyntax().
exitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jpaSelectObjectSyntax().
exitLeastFunction(HqlParser.LeastFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.leastFunction().
exitLeastFunction(HqlParser.LeastFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.leastFunction().
exitLeftFunction(HqlParser.LeftFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.leftFunction().
exitLeftFunction(HqlParser.LeftFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.leftFunction().
exitLengthFunction(HqlParser.LengthFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.lengthFunction().
exitLengthFunction(HqlParser.LengthFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.lengthFunction().
exitLikeEscape(HqlParser.LikeEscapeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.likeEscape().
exitLikeEscape(HqlParser.LikeEscapeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.likeEscape().
exitLikePredicate(HqlParser.LikePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
exitLikePredicate(HqlParser.LikePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
exitLimitClause(HqlParser.LimitClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.limitClause().
exitLimitClause(HqlParser.LimitClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.limitClause().
exitLiteral(HqlParser.LiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.literal().
exitLiteral(HqlParser.LiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.literal().
exitLiteralExpression(HqlParser.LiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
exitLiteralExpression(HqlParser.LiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
exitLnFunction(HqlParser.LnFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.lnFunction().
exitLnFunction(HqlParser.LnFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.lnFunction().
exitLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.localDateFunction().
exitLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.localDateFunction().
exitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.localDateTimeFunction().
exitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.localDateTimeFunction().
exitLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.localTimeFunction().
exitLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.localTimeFunction().
exitLocateFunction(HqlParser.LocateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.locateFunction().
exitLocateFunction(HqlParser.LocateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.locateFunction().
exitLocateFunctionPatternArgument(HqlParser.LocateFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.locateFunctionPatternArgument().
exitLocateFunctionPatternArgument(HqlParser.LocateFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.locateFunctionPatternArgument().
exitLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.locateFunctionStartArgument().
exitLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.locateFunctionStartArgument().
exitLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.locateFunctionStringArgument().
exitLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.locateFunctionStringArgument().
exitLowerFunction(HqlParser.LowerFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.lowerFunction().
exitLowerFunction(HqlParser.LowerFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.lowerFunction().
exitMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.mapEntrySelection().
exitMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.mapEntrySelection().
exitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.mapKeyNavigablePath().
exitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.mapKeyNavigablePath().
exitMaxElementFunction(HqlParser.MaxElementFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the MaxElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
exitMaxElementFunction(HqlParser.MaxElementFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the MaxElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
exitMaxFunction(HqlParser.MaxFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.maxFunction().
exitMaxFunction(HqlParser.MaxFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.maxFunction().
exitMaxIndexFunction(HqlParser.MaxIndexFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the MaxIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
exitMaxIndexFunction(HqlParser.MaxIndexFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the MaxIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
exitMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
exitMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
exitMinElementFunction(HqlParser.MinElementFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the MinElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
exitMinElementFunction(HqlParser.MinElementFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the MinElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
exitMinFunction(HqlParser.MinFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.minFunction().
exitMinFunction(HqlParser.MinFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.minFunction().
exitMinIndexFunction(HqlParser.MinIndexFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the MinIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
exitMinIndexFunction(HqlParser.MinIndexFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the MinIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
exitMinute(HqlParser.MinuteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.minute().
exitMinute(HqlParser.MinuteContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.minute().
exitModDividendArgument(HqlParser.ModDividendArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.modDividendArgument().
exitModDividendArgument(HqlParser.ModDividendArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.modDividendArgument().
exitModDivisorArgument(HqlParser.ModDivisorArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.modDivisorArgument().
exitModDivisorArgument(HqlParser.ModDivisorArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.modDivisorArgument().
exitModFunction(HqlParser.ModFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.modFunction().
exitModFunction(HqlParser.ModFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.modFunction().
exitMonth(HqlParser.MonthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.month().
exitMonth(HqlParser.MonthContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.month().
exitMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
exitMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
exitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.multiplicativeOperator().
exitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.multiplicativeOperator().
exitNamedParameter(HqlParser.NamedParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
exitNamedParameter(HqlParser.NamedParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
exitNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
exitNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
exitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.simpleQueryExpression().
exitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.simpleQueryExpression().
exitNonStandardFunction(HqlParser.NonStandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nonStandardFunction().
exitNonStandardFunction(HqlParser.NonStandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nonStandardFunction().
exitNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nonStandardFunctionArguments().
exitNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nonStandardFunctionArguments().
exitNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nonStandardFunctionName().
exitNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nonStandardFunctionName().
exitNullifFunction(HqlParser.NullifFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nullifFunction().
exitNullifFunction(HqlParser.NullifFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nullifFunction().
exitNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nullsPrecedence().
exitNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nullsPrecedence().
exitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.nullsPrecedence().
exitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.nullsPrecedence().
exitOffset(HqlParser.OffsetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offset().
exitOffset(HqlParser.OffsetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offset().
exitOffsetClause(HqlParser.OffsetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offsetClause().
exitOffsetClause(HqlParser.OffsetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offsetClause().
exitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offsetDateTimeFunction().
exitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offsetDateTimeFunction().
exitOrderByClause(HqlParser.OrderByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.orderByClause().
exitOrderByClause(HqlParser.OrderByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.orderByClause().
exitOrderByFragment(HqlParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.orderByFragment().
exitOrderByFragment(HqlParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.orderByFragment().
exitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.orderByFragment().
exitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.orderByFragment().
exitOrderingSpecification(HqlParser.OrderingSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.orderingSpecification().
exitOrderingSpecification(HqlParser.OrderingSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.orderingSpecification().
exitOrPredicate(HqlParser.OrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
exitOrPredicate(HqlParser.OrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
exitOverlayFunction(HqlParser.OverlayFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunction().
exitOverlayFunction(HqlParser.OverlayFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunction().
exitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunctionLengthArgument().
exitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunctionLengthArgument().
exitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
exitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
exitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunctionStartArgument().
exitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunctionStartArgument().
exitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunctionStringArgument().
exitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunctionStringArgument().
exitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.packagedFunction().
exitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.packagedFunction().
exitPadCharacter(HqlParser.PadCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.padCharacter().
exitPadCharacter(HqlParser.PadCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.padCharacter().
exitPadFunction(HqlParser.PadFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.padFunction().
exitPadFunction(HqlParser.PadFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.padFunction().
exitPadLength(HqlParser.PadLengthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.padLength().
exitPadLength(HqlParser.PadLengthContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.padLength().
exitPadSpecification(HqlParser.PadSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.padSpecification().
exitPadSpecification(HqlParser.PadSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.padSpecification().
exitParameterExpression(HqlParser.ParameterExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
exitParameterExpression(HqlParser.ParameterExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
exitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.parameterOrIntegerLiteral().
exitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.parameterOrIntegerLiteral().
exitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.parameterOrNumberLiteral().
exitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.parameterOrNumberLiteral().
exitParamInList(HqlParser.ParamInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
exitParamInList(HqlParser.ParamInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
exitPath(HqlParser.PathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.path().
exitPath(HqlParser.PathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.path().
exitPathContinuation(HqlParser.PathContinuationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.pathContinuation().
exitPathContinuation(HqlParser.PathContinuationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.pathContinuation().
exitPathExpression(HqlParser.PathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the PathExpression labeled alternative in HqlParser.primaryExpression().
exitPathExpression(HqlParser.PathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the PathExpression labeled alternative in HqlParser.primaryExpression().
exitPathRoot(HqlParser.PathRootContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.pathRoot().
exitPathRoot(HqlParser.PathRootContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.pathRoot().
exitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
exitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
exitPositionalParameter(HqlParser.PositionalParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
exitPositionalParameter(HqlParser.PositionalParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
exitPositionFunction(HqlParser.PositionFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.positionFunction().
exitPositionFunction(HqlParser.PositionFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.positionFunction().
exitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.positionFunctionPatternArgument().
exitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.positionFunctionPatternArgument().
exitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.positionFunctionStringArgument().
exitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.positionFunctionStringArgument().
exitPowerBaseArgument(HqlParser.PowerBaseArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.powerBaseArgument().
exitPowerBaseArgument(HqlParser.PowerBaseArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.powerBaseArgument().
exitPowerFunction(HqlParser.PowerFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.powerFunction().
exitPowerFunction(HqlParser.PowerFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.powerFunction().
exitPowerPowerArgument(HqlParser.PowerPowerArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.powerPowerArgument().
exitPowerPowerArgument(HqlParser.PowerPowerArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.powerPowerArgument().
exitQualifiedJoin(HqlParser.QualifiedJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.qualifiedJoin().
exitQualifiedJoin(HqlParser.QualifiedJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.qualifiedJoin().
exitQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.qualifiedJoinPredicate().
exitQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.qualifiedJoinPredicate().
exitQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.qualifiedJoinRhs().
exitQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.qualifiedJoinRhs().
exitQueryOrder(HqlParser.QueryOrderContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.queryOrder().
exitQueryOrder(HqlParser.QueryOrderContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.queryOrder().
exitQuerySpec(HqlParser.QuerySpecContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.querySpec().
exitQuerySpec(HqlParser.QuerySpecContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.querySpec().
exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.simpleQueryExpression().
exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.simpleQueryExpression().
exitReplaceFunction(HqlParser.ReplaceFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.replaceFunction().
exitReplaceFunction(HqlParser.ReplaceFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.replaceFunction().
exitReplaceFunctionPatternArgument(HqlParser.ReplaceFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.replaceFunctionPatternArgument().
exitReplaceFunctionPatternArgument(HqlParser.ReplaceFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.replaceFunctionPatternArgument().
exitReplaceFunctionReplacementArgument(HqlParser.ReplaceFunctionReplacementArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.replaceFunctionReplacementArgument().
exitReplaceFunctionReplacementArgument(HqlParser.ReplaceFunctionReplacementArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.replaceFunctionReplacementArgument().
exitReplaceFunctionStringArgument(HqlParser.ReplaceFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.replaceFunctionStringArgument().
exitReplaceFunctionStringArgument(HqlParser.ReplaceFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.replaceFunctionStringArgument().
exitResultIdentifier(HqlParser.ResultIdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.resultIdentifier().
exitResultIdentifier(HqlParser.ResultIdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.resultIdentifier().
exitRightFunction(HqlParser.RightFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.rightFunction().
exitRightFunction(HqlParser.RightFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.rightFunction().
exitRollup(HqlParser.RollupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.rollup().
exitRollup(HqlParser.RollupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.rollup().
exitRoundFunction(HqlParser.RoundFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.roundFunction().
exitRoundFunction(HqlParser.RoundFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.roundFunction().
exitRoundFunctionPrecision(HqlParser.RoundFunctionPrecisionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.roundFunctionPrecision().
exitRoundFunctionPrecision(HqlParser.RoundFunctionPrecisionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.roundFunctionPrecision().
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AbsFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CeilingFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollateExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollateNameContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollationSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionIndexFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DmlTargetContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContinuationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationTargetContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExpFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FloorFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IdentificationVariableDefContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionNameContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LengthFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LnFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionPatternArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStartArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStringArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LowerFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MaxElementFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MaxIndexFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinElementFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinIndexFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ModDividendArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ModDivisorArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionNameContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderingSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathRootContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PowerBaseArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PowerPowerArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinRhsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionPatternArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionReplacementArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionStringArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ResultIdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionPrecisionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SignFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SqrtFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StrFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryInListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UpperFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
exitScript(SqlScriptParser.ScriptContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Exit a parse tree produced by SqlScriptParser.script().
exitScript(SqlScriptParser.ScriptContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Exit a parse tree produced by SqlScriptParser.script().
exitSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.searchedCaseList().
exitSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.searchedCaseList().
exitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.searchedCaseWhen().
exitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.searchedCaseWhen().
exitSecond(HqlParser.SecondContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.second().
exitSecond(HqlParser.SecondContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.second().
exitSelectClause(HqlParser.SelectClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selectClause().
exitSelectClause(HqlParser.SelectClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selectClause().
exitSelectExpression(HqlParser.SelectExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selectExpression().
exitSelectExpression(HqlParser.SelectExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selectExpression().
exitSelection(HqlParser.SelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selection().
exitSelection(HqlParser.SelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selection().
exitSelectionList(HqlParser.SelectionListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selectionList().
exitSelectionList(HqlParser.SelectionListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selectionList().
exitSelectStatement(HqlParser.SelectStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selectStatement().
exitSelectStatement(HqlParser.SelectStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selectStatement().
exitSetClause(HqlParser.SetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.setClause().
exitSetClause(HqlParser.SetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.setClause().
exitSetOperator(HqlParser.SetOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.setOperator().
exitSetOperator(HqlParser.SetOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.setOperator().
exitSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
exitSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
exitSignFunction(HqlParser.SignFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.signFunction().
exitSignFunction(HqlParser.SignFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.signFunction().
exitSignOperator(HqlParser.SignOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.signOperator().
exitSignOperator(HqlParser.SignOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.signOperator().
exitSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.simpleCaseList().
exitSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.simpleCaseList().
exitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.simpleCaseWhen().
exitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.simpleCaseWhen().
exitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.simpleFunction().
exitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.simpleFunction().
exitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
exitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
exitSortExpression(HqlParser.SortExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.sortExpression().
exitSortExpression(HqlParser.SortExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.sortExpression().
exitSortSpecification(HqlParser.SortSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.sortSpecification().
exitSortSpecification(HqlParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.sortSpecification().
exitSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.sortSpecification().
exitSortSpecification(OrderingParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.sortSpecification().
exitSqrtFunction(HqlParser.SqrtFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.sqrtFunction().
exitSqrtFunction(HqlParser.SqrtFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.sqrtFunction().
exitStandardFunction(HqlParser.StandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.standardFunction().
exitStandardFunction(HqlParser.StandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.standardFunction().
exitStatement(HqlParser.StatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.statement().
exitStatement(HqlParser.StatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.statement().
exitStrFunction(HqlParser.StrFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.strFunction().
exitStrFunction(HqlParser.StrFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.strFunction().
exitSubGraph(GraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.subGraph().
exitSubGraph(GraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.subGraph().
exitSubQuery(HqlParser.SubQueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.subQuery().
exitSubQuery(HqlParser.SubQueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.subQuery().
exitSubQueryExpression(HqlParser.SubQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SubQueryExpression labeled alternative in HqlParser.expression().
exitSubQueryExpression(HqlParser.SubQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SubQueryExpression labeled alternative in HqlParser.expression().
exitSubQueryInList(HqlParser.SubQueryInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SubQueryInList labeled alternative in HqlParser.inList().
exitSubQueryInList(HqlParser.SubQueryInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SubQueryInList labeled alternative in HqlParser.inList().
exitSubstringFunction(HqlParser.SubstringFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.substringFunction().
exitSubstringFunction(HqlParser.SubstringFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.substringFunction().
exitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.substringFunctionLengthArgument().
exitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.substringFunctionLengthArgument().
exitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.substringFunctionStartArgument().
exitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.substringFunctionStartArgument().
exitSubType(GraphLanguageParser.SubTypeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.subType().
exitSubType(GraphLanguageParser.SubTypeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.subType().
exitSumFunction(HqlParser.SumFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.sumFunction().
exitSumFunction(HqlParser.SumFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.sumFunction().
exitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.syntacticDomainPath().
exitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.syntacticDomainPath().
exitTargetFieldsSpec(HqlParser.TargetFieldsSpecContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.targetFieldsSpec().
exitTargetFieldsSpec(HqlParser.TargetFieldsSpecContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.targetFieldsSpec().
exitTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.temporalLiteral().
exitTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.temporalLiteral().
exitTime(HqlParser.TimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.time().
exitTime(HqlParser.TimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.time().
exitTimeLiteral(HqlParser.TimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.timeLiteral().
exitTimeLiteral(HqlParser.TimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.timeLiteral().
exitTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.timeZoneField().
exitTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.timeZoneField().
exitToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
exitToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
exitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.treatedNavigablePath().
exitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.treatedNavigablePath().
exitTrigFunction(HqlParser.TrigFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.trigFunction().
exitTrigFunction(HqlParser.TrigFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.trigFunction().
exitTrigFunctionName(HqlParser.TrigFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.trigFunctionName().
exitTrigFunctionName(HqlParser.TrigFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.trigFunctionName().
exitTrimCharacter(HqlParser.TrimCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.trimCharacter().
exitTrimCharacter(HqlParser.TrimCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.trimCharacter().
exitTrimFunction(HqlParser.TrimFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.trimFunction().
exitTrimFunction(HqlParser.TrimFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.trimFunction().
exitTrimSpecification(HqlParser.TrimSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.trimSpecification().
exitTrimSpecification(HqlParser.TrimSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.trimSpecification().
exitTupleExpression(HqlParser.TupleExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
exitTupleExpression(HqlParser.TupleExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
exitUnaryExpression(HqlParser.UnaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
exitUnaryExpression(HqlParser.UnaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
exitUpdateStatement(HqlParser.UpdateStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.updateStatement().
exitUpdateStatement(HqlParser.UpdateStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.updateStatement().
exitUpperFunction(HqlParser.UpperFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.upperFunction().
exitUpperFunction(HqlParser.UpperFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.upperFunction().
exitValues(HqlParser.ValuesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionsimpleQueryExpressionsimpleQueryExpressionpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameterjpaCollectionFunctionjpaCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunction.
exitValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionsimpleQueryExpressionsimpleQueryExpressionpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameterjpaCollectionFunctionjpaCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunction.
exitValuesList(HqlParser.ValuesListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.valuesList().
exitValuesList(HqlParser.ValuesListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.valuesList().
exitWeekField(HqlParser.WeekFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.weekField().
exitWeekField(HqlParser.WeekFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.weekField().
exitWhereClause(HqlParser.WhereClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.whereClause().
exitWhereClause(HqlParser.WhereClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.whereClause().
exitYear(HqlParser.YearContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.year().
exitYear(HqlParser.YearContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.year().
exitZoneId(HqlParser.ZoneIdContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.zoneId().
exitZoneId(HqlParser.ZoneIdContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.zoneId().
EXP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EXP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EXP() - Method in class org.hibernate.grammars.hql.HqlParser.ExpFunctionContext
 
EXP() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
expandSelfRenderingFunctionMultiValueParameter(SqmParameter) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
expandSelfRenderingFunctionMultiValueParameter(SqmParameter) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
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
 
expFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
expFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
ExpFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExpFunctionContext
 
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).
ExplicitTupleInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
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.
expression(AllowableFunctionReturnType<?>, SqlAstNode...) - Method in class org.hibernate.dialect.function.TimestampaddFunction
 
expression(AllowableFunctionReturnType<?>, SqlAstNode...) - Method in class org.hibernate.dialect.function.TimestampdiffFunction
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.AbsFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.CeilingFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExpFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FloorFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LengthFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LnFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionPatternArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStartArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStringArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LowerFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ModDividendArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ModDivisorArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PowerBaseArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PowerPowerArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionPatternArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionReplacementArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionStringArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionPrecisionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SignFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SqrtFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.StrFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.UpperFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
expression() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
expression() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
expression(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
expression() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
Expression - Interface in org.hibernate.sql.ast.tree.expression
Models an expression at the SQL AST level.
ExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
ExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
ExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
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_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(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the PreparedStatement.
extract(CallableStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the CallableStatement.
extract(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, expecting a ResultSet in return
EXTRACT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EXTRACT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EXTRACT() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
EXTRACT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.model.domain.AllowableOutputParameterType
Perform the extraction
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.model.domain.AllowableOutputParameterType
Perform the extraction
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(Object) - Method in interface org.hibernate.persister.spi.HydratedCompoundValueHandler
 
extract(Function<Reader, List<String>>) - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
Allows managed access to the input's Reader, returning a result
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
extract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.converter.ConvertedValueExtractor
 
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.converter.ConvertedValueExtractor
 
extract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.converter.ConvertedValueExtractor
 
extract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
extract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
extract(ResultSet, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from result set
extract(CallableStatement, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from a callable output parameter by index
extract(CallableStatement, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from a callable output parameter by name
extractArgumentType(List<? extends SqmTypedNode<?>>, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
extractArgumentValuedMapping(List<? extends SqlAstNode>, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
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.
extractBytes(InputStream) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract by bytes from the given stream.
extractBytes(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
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, Dialect) - Method in interface org.hibernate.tool.schema.spi.SqlScriptCommandExtractor
Read the commands from the SQL script represented by the incoming reader, returning those commands as an array
extractConcreteTypeStateValues(Map<AttributeMapping, DomainResultAssembler>, RowProcessingState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
extractConstraintName(SQLException) - Method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
 
extractConstraintName(SQLException) - Method in interface org.hibernate.exception.spi.ViolatedConstraintNameExtractor
Extract the name of the violated constraint from the given SQLException.
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
 
extractField(StringBuilder, TemporalUnit, TemporalType, TemporalType, TemporalUnit) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
extractField() - Method in class org.hibernate.grammars.hql.HqlParser
 
extractField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
ExtractFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
ExtractFunction - Class in org.hibernate.dialect.function
 
ExtractFunction(Dialect) - Constructor for class org.hibernate.dialect.function.ExtractFunction
 
extractFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
extractFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
ExtractFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractClassTypeDescriptor
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
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(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
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(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
extractHashCode(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
extractHashCode(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Extract a proper hash code for this value.
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
extractHashCode(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
extractHashCode(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
extractHashCode(C) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaTypeDescriptor
 
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
 
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(T) - Method in class org.hibernate.type.descriptor.java.AbstractClassTypeDescriptor
 
extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
extractLoggableRepresentation(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
extractLoggableRepresentation(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
extractLoggableRepresentation(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Extract a loggable representation of the value.
extractLoggableRepresentation(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
extractLong(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
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
 
extractNaturalIdFromEntity(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Given an entity instance, extract the normalized natural id representation
extractNaturalIdFromEntityState(Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Given an array of "full entity state", extract the normalized natural id representation
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.AbstractHANADialect
HANA has no extract() function, but we can emulate it using the appropriate named functions instead of extract().
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.CockroachDialect
The extract() function returns TemporalUnit.DAY_OF_WEEK numbered from 0 to 6.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.DB2Dialect
 
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.DerbyDialect
Derby doesn't have an extract() function, and has no functions at all for calendaring, but we can emulate the most basic functionality of extract() using the functions it does have.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to an extract() function call.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.H2Dialect
In H2, the extract() function does not return fractional seconds for the the field TemporalUnit.SECOND.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.MySQLDialect
MySQL supports a limited list of temporal fields in the extract() function, but we can emulate some of them by using the appropriate named functions instead of extract().
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.OracleDialect
Oracle supports a limited list of temporal fields in the extract() function, but we can emulate some of them by using to_char() with a format string instead of extract().
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.PostgreSQLDialect
The extract() function returns TemporalUnit.DAY_OF_WEEK numbered from 0 to 6.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
 
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.SybaseDialect
 
extractPropertyFetchDescriptors(List<JaxbHbmNativeQueryPropertyReturnType>, HbmResultSetMappingDescriptor.HbmFetchParent, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
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
 
extractRawValue(RowProcessingState) - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
Access to the raw value (unconverted, if a converter applied)
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.
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.
extractString(Reader) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract the contents of the given reader/stream as a string.
extractString(Reader, int) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract the contents of the given reader/stream as a string.
extractString(Clob) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract the contents of the given Clob as a string.
extractTypeInfo(DatabaseMetaData) - Static method in class org.hibernate.engine.jdbc.spi.TypeInfo
Extract the type information from the JDBC driver's DatabaseMetaData
ExtractUnit - Class in org.hibernate.sql.ast.tree.expression
A TemporalUnit passed as an argument to the ExtractFunction.
ExtractUnit(TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ExtractUnit
 
extractUsingTemplate(String, String, String) - Static method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
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
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.
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
 
FALSE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FALSE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FALSE() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
Fetch - Annotation Type in org.hibernate.annotations
Define the fetching strategy used for the given association.
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 - Class in org.hibernate.engine.profile
Models an individual fetch within a profile.
Fetch(Association, Fetch.Style) - Constructor for class org.hibernate.engine.profile.Fetch
Constructs a Fetch
FETCH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FETCH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FETCH() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
FETCH() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
FETCH() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
Fetch(String, String, String) - Constructor for class org.hibernate.mapping.FetchProfile.Fetch
 
fetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(Number) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(Number, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(SingularAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(PluralAttribute<? super T, ?, Y>) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(PluralAttribute<? super T, ?, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(String) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(SingularAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(PluralAttribute<? super T, ?, Y>) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(PluralAttribute<? super T, ?, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(String) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(String, String, String) - Static method in class org.hibernate.query.results.Builders
 
fetch(SingularAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(SingularAttribute<? super T, A>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(PluralAttribute<? super T, ?, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(PluralAttribute<? super T, ?, A>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
fetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(Number, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
Fetch - Interface in org.hibernate.sql.results.graph
Contract for fetches including entity, collection and composite.
Fetch.Style - Enum in org.hibernate.engine.profile
The type or style of fetch.
FETCH_SIZE - Static variable in class org.hibernate.annotations.QueryHints
Defines the JDBC fetch size to use.
Fetchable - Interface in org.hibernate.mapping
Any mapping with an outer-join attribute
Fetchable - Interface in org.hibernate.sql.results.graph
 
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.
FetchableContainer - Interface in org.hibernate.sql.results.graph
 
fetchAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
Fetches the lazy attribute.
FetchBuilder - Interface in org.hibernate.query.results
Responsible for building a single DomainResult instance as part of the overall mapping of native / procedure query results.
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
 
fetchClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
fetchClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
FetchClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
FetchClauseType - Enum in org.hibernate.query
The kind of fetch to use for the FETCH clause.
fetchCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback to indicate a collection being fetched.
FetchDescriptor - Interface in org.hibernate.boot.query
Describes the mapping for a fetch as part of a NamedResultSetMappingDescriptor
fetchEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being fetched.
fetches - Variable in class org.hibernate.sql.results.graph.AbstractFetchParent
 
FetchLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for databases which support the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY but not OFFSET n ROWS.
FetchLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.FetchLimitHandler
 
FetchMemento - Interface in org.hibernate.query.named
 
FetchMemento.Parent - Interface in org.hibernate.query.named
The parent node for the fetch
FetchMementoBasic - Interface in org.hibernate.query.named
 
FetchMode - Enum in org.hibernate.annotations
Fetch options on associations.
FetchMode - Enum in org.hibernate
Represents an association fetching strategy.
FetchOptions - Interface in org.hibernate.sql.results.graph
Represents an aggregated FetchTiming and FetchStyle value
FetchParent - Interface in org.hibernate.sql.results.graph
Contract for things that can be the parent of a fetch
FetchParentAccess - Interface in org.hibernate.sql.results.graph
Serves as a link to a fetch's parent providing access to the parent instance in relation to the current "row" being processed.
FetchProfile - Annotation Type in org.hibernate.annotations
Define the fetching strategy profile.
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(String) - Constructor for class org.hibernate.engine.profile.FetchProfile
Constructs a FetchProfile, supplying its unique name (unique within the SessionFactory).
FetchProfile - Class in org.hibernate.mapping
A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
FetchProfile(String, MetadataSource) - Constructor for class org.hibernate.mapping.FetchProfile
Create a fetch profile representation.
FetchProfile.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.
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.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
FetchStyle - Enum in org.hibernate.engine
Enumeration of values describing HOW fetching should occur.
FetchStyleAccess - Interface in org.hibernate.sql.results.graph
Access to a FetchStyle
FetchTiming - Enum in org.hibernate.engine
Enumeration of values describing WHEN fetching should occur.
FetchTimingAccess - Interface in org.hibernate.sql.results.graph
Access to a FetchTiming
FieldFunction - Class in org.hibernate.dialect.function
 
FieldFunction() - Constructor for class org.hibernate.dialect.function.FieldFunction
 
fieldResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
 
file - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
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.BasicValueBinder
 
Filter - Annotation Type in org.hibernate.annotations
Add filters to an entity or a target entity of a collection.
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 - Interface in org.hibernate
Type definition of Filter.
FILTER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FILTER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FILTER() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
FILTER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
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
 
Filterable - Interface in org.hibernate.mapping
Defines mapping elements to which filters may be applied.
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
FilterClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
FilterDef - Annotation Type in org.hibernate.annotations
Filter definition.
filterDef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
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, Set<String>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String, Map<String, Filter>, Set<String>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(TableGroup, Map<String, Filter>, Set<String>, boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
filterFragment(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map<String, Filter>, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(TableGroup, Map<String, Filter>, Set<String>, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
filterFragment(String, Map<String, Filter>) - 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<String, Filter>, 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(TableGroup, Map<String, Filter>, Set<String>, boolean) - Method in interface org.hibernate.persister.entity.Joinable
 
filterFragment(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
filterFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
filterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
filterJdbcParameters - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
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.
FilterPredicate - Class in org.hibernate.sql.ast.tree.predicate
Represents a filter applied to an entity/collection.
FilterPredicate(String, List<FilterJdbcParameter>) - Constructor for class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
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.
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, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
findAliasedNodeByAlias(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find a node (if one) by the explicit alias assigned to it within the select-clause
findAliasedNodeByPosition(int) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find an SqmSelection by its position in the SqmSelectClause
findAliasedNodePosition(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find the position of a node with the given alias, relative to the underlying SQL select-list.
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 class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findAttributeInSuperTypes(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findAttributeInSuperTypes(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findAttributeInSuperTypes(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findAttributeMapping(String) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
findAttributeMapping(String) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
findAttributeMapping(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
findAttributeNode(String) - Method in interface org.hibernate.graph.Graph
Find an already existing AttributeNode by attributeName within this container
findAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Find an already existing AttributeNode by corresponding attribute reference, within this container
findAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findAttributeNode(PersistentAttribute<? 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
 
findByAlias(String) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
findCachedIdByNaturalId(Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Find the cached identifier for the given natural-id
findCachedNaturalIdById(Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Find the cached natural-id for the given identifier
findCollectionDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find a collection mapping descriptor based on its role.
findCollectionDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find a collection mapping descriptor based on its role.
findColumnOwner(PersistentClass, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
Find the column owner (ie PersistentClass or Join) of columnName.
findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
findCteColumn(CteTable, SqmCteTableColumn) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
findDeclaredAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findDeclaredAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findDeclaredAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findDeclaredAttributeMapping(String) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
findDeclaredAttributeMapping(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
findDeclaredPluralAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findDeclaredPluralAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findDeclaredPluralAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findDeclaredSingularAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findDeclaredSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findDeclaredSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findDirty(Object, EntityPersister, Session, CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used to hook into Hibernate algorithm for determination of which attributes have changed.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
findDirty(Object, Object, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called from flush().
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(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.
findEntityDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find an entity mapping descriptor based on its Hibernate entity-name.
findEntityDescriptor(Class) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find an entity mapping descriptor based on its Class.
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.model.domain.JpaMetamodel
 
findEntityGraphByName(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
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.model.domain.JpaMetamodel
 
findEntityGraphsByJavaType(Class<T>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
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.
findEntityType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Same as JpaMetamodel.entity(java.lang.String) except null is returned rather than throwing an exception
findEventType(String) - Method in interface org.hibernate.event.spi.EventEngineContributions
Return the EventType by name, if one
findFetch(Fetchable) - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
findFetch(Fetchable) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
findFetch(Fetchable) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
findFetchBuilder(String) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
findFetchBuilder(String) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Locate an explicit fetch definition for the named fetchable
findFetchedJoinByPath(NavigablePath) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
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
 
findFirstEntityDescriptorAccess() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
findFirstEntityDescriptorAccess() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
findFirstEntityDescriptorAccess() - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
 
findFromByAlias(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find a SqmFrom by its identification variable (alias).
findFromByPath(NavigablePath) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find a SqmFrom by its NavigablePath.
findFromExposing(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find a SqmFrom which exposes a Navigable by the given name.
findFunctionDescriptor(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Find a SqmFunctionTemplate by name.
findGreatestLockMode() - Method in class org.hibernate.LockOptions
Currently needed for follow-on locking.
findIdAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
findIdAttribute() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
findIdAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findInitializer(EntityKey) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
findLoadingCollectionEntry(CollectionKey) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
findLoadingCollectionLocally(CollectionKey) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
Find a LoadingCollectionEntry locally to this context.
findLoadingEntityEntry(EntityKey) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
findLoadingEntityLocally(EntityKey) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
Find a LoadingEntityEntry locally to this context.
findManagedType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Same as JpaMetamodel.managedType(java.lang.Class<X>) except null is returned rather than throwing an exception
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.
findNamedGraph(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
findOrCreateAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findOrCreateAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findPath(NavigablePath) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find an SqmPath by its NavigablePath.
findPluralAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findPluralAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findPluralAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
findPropertyByName(Component, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way
findRegisteredEventType(String) - Method in class org.hibernate.event.spi.EventEngine
 
findRoot() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
findRootGraphsForType(Class) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
findRootGraphsForType(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
findRootGraphsForType(EntityPersister) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
findSingularAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
findSubPart(String) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
findSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
findSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.Queryable
For an entity, this form allows for Hibernate's "implicit treat" support - meaning it should find a sub-part whether defined on the entity, its super-type or even one of its sub-types.
findSubPart(String, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
findSubPathSource(String) - Method in interface org.hibernate.query.sqm.SqmPathSource
Find a SqmPathSource by name relative to this source.
findSubPathSource(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findSubType(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findSubType(Class<S>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findSubType(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findSubType(Class<S>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findSubType(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findSubType(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findSubTypesAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findSubTypesAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findSubTypesAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findSubTypesSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.Queryable
For an entity, this form allows for Hibernate's "implicit treat" support - meaning it should find a sub-part whether defined on the entity or one of its sub-types.
findSubTypesSubPart(String, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
findTableGroup(NavigablePath) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
findTableGroup(NavigablePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
findTableGroup(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Find a TableGroup by the NavigablePath it is registered under.
findTableGroup(NavigablePath) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
findVersionAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
findVersionAttribute() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
findVersionAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
finishLoading(ExecutionContext) - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
Complete the load
finishRowProcessing() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Callback at the end of processing the current "row"
finishUp() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
General finish up step.
finishUp() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType.InFlightAccessImpl
 
finishUp(SharedSessionContractImplementor) - Method in interface org.hibernate.sql.results.caching.QueryCachePutManager
 
finishUp(SharedSessionContractImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Give implementations a chance to finish processing
finishUp() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
finishUp(JdbcValuesSourceProcessingState) - Method in interface org.hibernate.sql.results.spi.RowReader
Called at the end of processing all rows
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
finishUpRow(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
Lifecycle method called at the end of the current row processing.
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, 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.
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.
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.
fireLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.loader.access.LoadAccessContext
 
FIRST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
FIRST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
FIRST - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
FIRST - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
FIRST() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
FIRST() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
first() - Method in interface org.hibernate.ScrollableResults
Go to the first result.
first(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
firstLevelSecondaryTablesBinding(SecondaryTable, SecondaryTables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
firstResult - Variable in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
firstResult - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
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(IntFunction<? extends IntStream>) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
flatMap(LongFunction<? extends LongStream>) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.hibernate.query.spi.StreamDecorator
 
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_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FLOAT_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
FLOAT_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
FLOAT_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
FloatType - Class in org.hibernate.type
A type that maps between FLOAT and Float
FloatType() - Constructor for class org.hibernate.type.FloatType
 
FloatTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Float handling.
FloatTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
FloatTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for FLOAT handling.
FloatTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
FLOOR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FLOOR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FLOOR() - Method in class org.hibernate.grammars.hql.HqlParser.FloorFunctionContext
 
FLOOR() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
floorFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
floorFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
FloorFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FloorFunctionContext
 
flush() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
flush() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
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_BEFORE_COMPLETION - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable automatic flush during the JTA beforeCompletion() callback
FLUSH_ENTITY - Static variable in class org.hibernate.event.spi.EventType
 
FLUSH_MODE - Static variable in class org.hibernate.annotations.QueryHints
The flush mode to associate with the execution of the query.
FLUSH_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to determine flush mode.
flushBeforeCompletion(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
flushBeforeCompletion() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
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() - Method in interface org.hibernate.SharedSessionBuilder
Deprecated.
(since 5.2) use SharedSessionBuilder.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(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
flushMode(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
FlushMode - Enum in org.hibernate
Represents a flushing strategy.
flushMode - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
flushMode(FlushMode) - Method in interface org.hibernate.SessionBuilder
Specify the initial FlushMode to use for the opened Session
flushMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the FlushMode from the original session should be used to create the new session.
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 org.hibernate.dialect.Dialect#useFollowOnLocking(QueryParameters).
FOR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FOR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FOR() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
FOR() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
FOR() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
force - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
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.
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
forceIdentifierSelection() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
forceIdentifierSelection() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
forceInitialization() - Method in interface org.hibernate.collection.spi.PersistentCollection
To be called internally by the session, forcing immediate initialization.
forceInitialize(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
forceInitialize(Object, String, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
forceLimitUsage() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
forceLimitUsage() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Generally, if there is no limit applied to a Hibernate query we do not apply any limits to the SQL query.
forceLimitUsage() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
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.OracleDialect
 
forceLocked(Object, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
forceNotNull() - Method in class org.hibernate.cfg.Ejb3Column
 
forceVersionIncrement(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forceVersionIncrement(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
forClassInstantiation(JavaTypeDescriptor<R>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forClassInstantiation(Class<R>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalTypeDescriptor
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
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
 
forEach(Consumer<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
forEachAttribute(IndexedConsumer<SingularAttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
 
forEachAttributeMapping(IndexedConsumer<AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachAttributeMapping(IndexedConsumer<AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Visit attributes defined on this class and any supers
forEachAttributeMapping(IndexedConsumer<AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.
forEachCteColumn(CteTable, SqmCteTableColumn, Consumer<CteColumn>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
forEachDisassembledJdbcValue(Object, Clause, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
 
forEachDisassembledJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
 
forEachDisassembledJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachDisassembledJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachDisassembledJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
forEachDisassembledJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
forEachDisassembledJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
forEachDisassembledJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.type.BasicType
 
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.Bindable
Visit each of JdbcMapping
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.Bindable
Visit each JdbcMapping starting from the given offset
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
Visit each of JdbcMapping
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
Visit each JdbcMapping starting from the given offset
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.type.BasicType
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.type.BasicType
 
forEachJdbcValue(Object, Clause, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
Visit each constituent JDBC value extracted from the entity instance itself.
forEachJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
 
forEachJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
forEachJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
forEachJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
forEachJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.type.BasicType
 
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
 
forEachOrdered(Consumer<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
forEachQuerySpec(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
forEachQuerySpec(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
forEachQuerySpec(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
forEachSelectable(SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Visits the FK "referring" columns
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
Visit each contained selectable mapping.
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
ForeignGenerator - Class in org.hibernate.id
foreign

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

One mapping parameter is required: property.
ForeignGenerator() - Constructor for class org.hibernate.id.ForeignGenerator
 
ForeignKey - Annotation Type in org.hibernate.annotations
Deprecated.
Prefer the JPA 2.1 introduced ForeignKey instead.
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 class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
ForeignKey - Class in org.hibernate.mapping
A foreign key constraint
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
 
ForeignKeyDescriptor - Interface in org.hibernate.metamodel.mapping
Descriptor for foreign-keys
ForeignKeyDescriptor.Nature - Enum in org.hibernate.metamodel.mapping
 
ForeignKeyDescriptor.Side - Interface in org.hibernate.metamodel.mapping
 
ForeignKeyDirection - Enum in org.hibernate.type
Represents directionality of the foreign key constraint
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.
forJpa(BootstrapServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended only for use from EntityManagerFactoryBuilderImpl.
forListInstantiation(JavaTypeDescriptor<L>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forListInstantiation(NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forMapInstantiation(JavaTypeDescriptor<M>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forMapInstantiation(NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
format(QualifiedTableName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted a table name
format(QualifiedSequenceName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted sequence 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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FORMAT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
format() - Method in class org.hibernate.grammars.hql.HqlParser
 
FORMAT() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
format() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
FORMAT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
format(int) - Static method in class org.hibernate.id.uuid.Helper
 
format(short) - Static method in class org.hibernate.id.uuid.Helper
 
format(int) - Method in class org.hibernate.id.UUIDHexGenerator
 
format(short) - Method in class org.hibernate.id.UUIDHexGenerator
 
Format - Class in org.hibernate.sql.ast.tree.expression
Represents the format pattern for a date/time format expression
Format(String, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.Format
 
format_dateFormat(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL-style (also Ingres)
format_formatdatetime(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
H2-style (uses Java's SimpleDateFormat directly so no need to translate format)
FORMAT_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable formatting of SQL logged to the console
FORMAT_STRING_DATE - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIME_WITH_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_MICROS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_MICROS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_MILLIS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_MILLIS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
format_toChar(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Usually Oracle-style (except for Informix which quite close to MySQL-style)
format_toVarchar(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
HANA's name for to_char() is still Oracle-style
formatAsDate(TemporalAccessor) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsDate(Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsDate(Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsTime(TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsTime(Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsTime(Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsTimestamp(TemporalAccessor, TimeZone) - Method in class org.hibernate.dialect.Dialect
 
formatAsTimestamp(Date, TimeZone) - Method in class org.hibernate.dialect.Dialect
 
formatAsTimestamp(Calendar, TimeZone) - Method in class org.hibernate.dialect.Dialect
 
formatAsTimestampWithMicros(TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsTimestampWithMicros(Date, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsTimestampWithMicros(Calendar, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsTimestampWithMillis(TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsTimestampWithMillis(Date, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatAsTimestampWithMillis(Calendar, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
formatBinaryLiteral(byte[]) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
formatBinaryLiteral(byte[]) - Method in class org.hibernate.dialect.DB2Dialect
 
formatBinaryLiteral(byte[]) - Method in class org.hibernate.dialect.Dialect
 
formatBinaryLiteral(byte[]) - Method in class org.hibernate.dialect.OracleDialect
 
formatBinaryLiteral(byte[]) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
formatBinaryLiteral(byte[]) - Method in class org.hibernate.dialect.SQLServerDialect
 
FormatContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FormatContext
 
formatDateTimeLiteral(TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
 
formatDateTimeLiteral(Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
 
formatDateTimeLiteral(Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
 
formatFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
formatFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
FormatFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
FORMATTER - Static variable in class org.hibernate.type.InstantType
 
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 - 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 - Class in org.hibernate.mapping
A formula is a derived column value
Formula() - Constructor for class org.hibernate.mapping.Formula
 
Formula(String) - Constructor for class org.hibernate.mapping.Formula
 
Formula - Class in org.hibernate.metamodel.relational
A read-only expression (e.g.
Formula(Table, String, JdbcMapping) - Constructor for class org.hibernate.metamodel.relational.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
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalTypeDescriptor
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalTypeDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
ForUpdateClause(LockMode) - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
ForUpdateClause() - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
ForUpdateFragment - Class in org.hibernate.sql
 
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.CockroachDialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.Dialect
Deprecated.
forUpdateOfColumns() - Method in class org.hibernate.dialect.OracleDialect
 
forUpdateOfColumns() - Method in class org.hibernate.dialect.SybaseASEDialect
 
free() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
from(SqlResultSetMapping, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
 
from(Property, int, int) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
 
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(String, Limit, QueryParameterBindings, SharedSessionContractImplementor) - Static method in class org.hibernate.cache.spi.QueryKey
 
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(Class<? extends AttributeConverter>) - Static method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
Build an AttributeConverterDefinition from the AttributeConverter Class reference.
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(Map, ClassLoaderAccess) - Static method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
from(JdbcEnvironment) - Static method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
FROM - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
FROM - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
from(Component, CompositeType, Function<EmbeddableMappingType, EmbeddableValuedModelPart>, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
from(Component, CompositeType, String, String[], Function<EmbeddableMappingType, EmbeddableValuedModelPart>, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
from(ValueGeneration, GenerationTiming, int) - Static method in interface org.hibernate.metamodel.mapping.GeneratedValueResolver
 
from(Class<X>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
from(EntityType<X>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
from(Class<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
from(EntityType<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
from(SessionFactoryImplementor, MetadataImplementor) - Static method in class org.hibernate.query.spi.QueryEngine
 
from(Class<T>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
from(EntityType<T>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
from(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
from(EntityType<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
from(JoinType) - Static method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
from(Class<T>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
from(EntityType<T>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
from(SqlSelection, JavaTypeDescriptor<X>) - Static method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
from(PersistentClass, Set<String>, CompositeType, boolean, PersisterCreationContext) - Static method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
Static constructor
fromAccessType(AccessType) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
fromByte(Byte) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Interpret a numeric value as the ordinal of the enum type
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() - Method in class org.hibernate.grammars.hql.HqlParser
 
fromClause() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
FromClause - Class in org.hibernate.sql.ast.tree.from
The SQL AST from-clause node
FromClause() - Constructor for class org.hibernate.sql.ast.tree.from.FromClause
 
FromClause(int) - Constructor for class org.hibernate.sql.ast.tree.from.FromClause
 
fromClause - Variable in class org.hibernate.sql.Select
 
FromClauseAccess - Interface in org.hibernate.sql.ast.spi
Access to TableGroup indexing.
FromClauseAccessImpl - Class in org.hibernate.query.results
 
FromClauseAccessImpl() - Constructor for class org.hibernate.query.results.FromClauseAccessImpl
 
FromClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
FromClauseIndex - Class in org.hibernate.query.sqm.sql
An index of various FROM CLAUSE resolutions.
FromClauseIndex(FromClauseIndex) - Constructor for class org.hibernate.query.sqm.sql.FromClauseIndex
 
fromClauseSpace() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
fromClauseSpace(int) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
fromClauseSpace() - Method in class org.hibernate.grammars.hql.HqlParser
 
FromClauseSpaceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
FromDurationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
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
fromExternalName(String) - Static method in enum org.hibernate.metamodel.RepresentationMode
 
fromInteger(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Interpret a numeric value as the ordinal of the enum type
fromInternalFetchProfile(CascadingFetchProfile, Supplier<T>) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
fromJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
fromJoinFragment(String, boolean, boolean, Set<String>, Set<String>) - 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 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 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
 
fromJpaModes(CacheRetrieveMode, CacheStoreMode) - Static method in enum org.hibernate.CacheMode
 
fromLegacyName(String) - Static method in enum org.hibernate.loader.ast.spi.CascadingFetchProfile
 
fromLong(Long) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Interpret a numeric value as the ordinal of the enum type
fromName(String) - Static method in enum org.hibernate.metamodel.mapping.CollectionPart.Nature
 
fromName(String) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Interpret a String value as the named value of the enum type
fromOrdinal(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Interpret a numeric value as the ordinal of the enum type
fromSession(Function<Session, R>) - Method in interface org.hibernate.SessionFactory
Open a Session and perform a action using it
fromShort(Short) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Interpret a numeric value as the ordinal of the enum type
fromStream(Function<InputStream, X>) - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
 
fromString(String) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromString(String) - Method in interface org.hibernate.type.descriptor.java.BasicJavaDescriptor
 
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.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.spi.CollectionJavaTypeDescriptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJtd
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBasicAdaptor
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaDescriptor
 
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
 
fromString(String) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor
 
fromStringValue(String) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromStringValue(String) - Method in class org.hibernate.type.ByteType
 
fromStringValue(String) - Method in class org.hibernate.type.CustomType
 
fromStringValue(String) - Method in interface org.hibernate.type.SingleColumnType
 
fromStringValue(String) - Method in interface org.hibernate.type.StringRepresentableType
Consume the given string representation back into this types java form.
fromStringValue(String) - Method in class org.hibernate.type.TimestampType
 
fromTableFragment(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
fromTableFragment(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the main from table fragment, given a query alias.
fromTableFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
fromTableFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
fromTransaction(Function<Session, R>) - Method in interface org.hibernate.SessionFactory
Open a Session and perform a action using it within the bounds of a transaction
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, Mapping) - Method in class org.hibernate.type.CustomType
 
fromXMLString(String) - Method in class org.hibernate.type.EnumType
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.MetaType
 
fromXMLString(String) - Method in interface org.hibernate.usertype.EnhancedUserType
Deprecated.
To be removed in 5. Implement StringRepresentableType.fromStringValue(String) instead. See HHH-7776 for details
FULL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FULL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FULL() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
FULL() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
FULL_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
use JoinType.FULL_JOIN instead.
fullNameText - Variable in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
fullTargetName - Variable in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
FUNCTION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FUNCTION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
function() - Method in class org.hibernate.grammars.hql.HqlParser
 
function() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
FUNCTION() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
FUNCTION() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
function() - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
function() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
function(String, Class<T>, Expression<?>[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
function(String, Class<T>, Expression<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
FUNCTION_RETURN_TYPE_HINT - Static variable in interface org.hibernate.procedure.ProcedureCall
The hint key (for use with JPA's "hint system") indicating the function's return JDBC type code (aka, Types code)
functionArguments() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
functionArguments() - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
functionArguments() - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
FunctionArgumentsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
FunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
FunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
FunctionContributor - Interface in org.hibernate.boot.model
Contract for contributing functions
FunctionExpression - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents a function used in an order-by fragment
FunctionExpression(String, int) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
FunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
Models a function expression at the SQL AST level.
FunctionExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
FunctionRenderingSupport - Interface in org.hibernate.query.sqm.function
Support for SqmFunctionDescriptors that ultimately want to perform SQL rendering themselves.
FunctionReturn<T> - Interface in org.hibernate.procedure
Describes the function return for ProcedureCalls that represent calls to a function ("{? = call ...} syntax) rather that a proc ({call ...} syntax)
FunctionReturnImplementor - Interface in org.hibernate.procedure.spi
 
FunctionReturnTypeResolver - Interface in org.hibernate.query.sqm.produce.function
Pluggable strategy for resolving a function return type for a specific call.

G

ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ge(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ge(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
generalizedLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
generalizedLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
GeneralizedLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
generalizedLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
generalizedLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser
 
GeneralizedLiteralTextContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
generalizedLiteralType() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
generalizedLiteralType() - Method in class org.hibernate.grammars.hql.HqlParser
 
GeneralizedLiteralTypeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
generalPathFragment() - Method in class org.hibernate.grammars.hql.HqlParser
 
generalPathFragment() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
generalPathFragment() - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
GeneralPathFragmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
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(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(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_STATISTICS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable statistics collection
generateAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
generateAlias(String) - Method in interface org.hibernate.sql.AliasGenerator
 
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, 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, 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, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
Generated - Annotation Type in org.hibernate.annotations
The annotated property is generated by the database.
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
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
 
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
 
generateDiscriminatorMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateDiscriminatorMapping() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateDiscriminatorMapping() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
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
 
GeneratedValueResolver - Interface in org.hibernate.metamodel.mapping
Generalized contract covering an attribute's generation handling
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
Deprecated.
The legacy "walking model" is deprecated in favor of the newer "mapping model". This method is no longer called by Hibernate. See InFlightEntityMappingType.prepareMappingModel(org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess) instead
generateEntityKey(Object, EntityPersister) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
generateEntityKey(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Hide the changing requirements of entity key creation
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.entity.EntityValuedFetchable
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.Fetchable
 
generateFetchableFetch(Fetchable, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
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
Deprecated.
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, 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, 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.
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.
 
generateIdentifierMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateIdentifierMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateIdentityInsertString(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.
generateInsertInitCommand() - Method in class org.hibernate.id.enhanced.TableGenerator
 
generateInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateInsertRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL INSERT that creates a new row
generateInsertRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that updates a foreign key to a value
generateInsertString(boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertString(boolean, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertString(boolean, boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that inserts a row
generateJoinPredicate(TableGroup, TableGroup, SqlAstJoinType, SqlExpressionResolver, SqlAstCreationContext) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
generateJoinPredicate(TableReference, TableReference, SqlAstJoinType, SqlExpressionResolver, SqlAstCreationContext) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
generateJoinPredicate(TableReference, TableReference, String[], SqlExpressionResolver) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateJoinPredicate(TableReference, TableReference, int, SqlExpressionResolver) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
generateMap() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
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.
generateName(String, Table, List<Column>) - Static method in class org.hibernate.mapping.Constraint
generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateNewAlias() - Method in interface org.hibernate.sql.ast.spi.SqlAliasBase
Generates a new alias based on the stem
generateNewAlias() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
 
generateNewAlias() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
 
generateNonEncapsulatedCompositeIdentifierMapping(MappingModelCreationProcess, PersistentClass, CompositeType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateNonEncapsulatedCompositeIdentifierMapping(MappingModelCreationProcess, PersistentClass, CompositeType) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateNonStrictReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateNonStrictReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateProxy(InvocationHandler, Class...) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
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(String) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using the string data.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using a character reader of given length.
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a Clob proxy using the string data.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a NClob proxy using a character reader of given length.
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.
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
 
generateQueryKeyMemento(SharedSessionContractImplementor) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Generate a "memento" for these parameter bindings that can be used in creating a QueryKey
generateReadOnlyEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateReadOnlyNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateSchema() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Perform an explicit schema generation (rather than an "auto" one) based on the
generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
generateSchema(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
generateSelectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateSelectSizeString(boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
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
 
generateSQLDeleteStrings(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
Return an SQM node or subtree representing an invocation of this aggregate function with the given arguments.
generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generateSqmExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateSqmExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Instantiate this template with the given arguments and expected return type.
generateSqmExpression(SqmTypedNode<?>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Convenience for single argument
generateSqmExpression(AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Convenience for no arguments
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.CastStrEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.CoalesceIfnullEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.ExtractFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.LocatePositionEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.LpadRpadPadEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.NvlCoalesceEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
Return an SQM node or subtree representing an invocation of this function with the given arguments.
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
 
generateStemFromAttributeName(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
 
generateStemFromEntityName(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
 
generateSubquery(PersistentClass, Mapping) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
generateTableAlias(String, int) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateTableReferenceJoin(TableReference, String, SqlAliasBase, SqlAstJoinType, String[], SqlExpressionResolver) - 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
 
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.
generateVersionMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateVersionMapping(AbstractEntityPersister, PersistentClass, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateVersionMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
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_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
Used as a key to pass the name used as GeneratedValue.generator() to the IdentifierGenerator as it is configured.
generatorKey() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
generatorKey() - Method in class org.hibernate.id.enhanced.TableGenerator
 
generatorKey() - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
generatorKey() - Method in interface org.hibernate.id.PersistentIdentifierGenerator
Return a key unique to the underlying database objects.
generatorKey() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
GeneratorType - Annotation Type in org.hibernate.annotations
Deprecated.
Most uses can be changed to use ValueGenerationType + AnnotationValueGeneration
generatorType(GeneratedValue, MetadataBuildingContext, XClass) - Static method in class org.hibernate.cfg.AnnotationBinder
 
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
 
genericTemporalLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser
 
genericTemporalLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
genericTemporalLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
genericTemporalLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
GenericTemporalLiteralTextContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
get(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to retrieve an object from the cache.
get(QueryKey, Set<String>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Get results from the cache.
get(QueryKey, String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Get results 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(GroupsPerOperation.Operation) - Method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
get(int) - Method in class org.hibernate.dialect.TypeNames
Get default type name for specified JDBC type code.
get(int, Long, Integer, Integer) - Method in class org.hibernate.dialect.TypeNames
Get the SQL type name for the specified JDBC type code and size, filling in the placemarkers $l, $p, and $s with the given length, precision, and scale.
get(int) - Method in class org.hibernate.engine.spi.ExecutableList
 
get(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
GET - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
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(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.query.sqm.tree.domain.AbstractSqmPath
 
get(SingularAttribute<? super T, Y>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(PluralAttribute<T, C, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(MapAttribute<T, K, V>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get() - Method in interface org.hibernate.ScrollableResults
Get the current row of results.
get(Class<T>, Object) - 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>, Object, 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>, Object, 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, Object) - 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, Object, 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, Object, 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, Object) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(Class, Object) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(Class, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
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.
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
 
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.AbstractTransactSQLDialect
 
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.OracleDialect
 
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[], 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) - Method in class org.hibernate.dialect.Dialect
 
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.SpannerDialect
 
getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.SpannerDialect
 
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.SpannerDialect
 
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.
getAddUniqueConstraintString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getAdjustedSqlString() - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
 
getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getAffectedOwnerEntityName() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the entity name for the collection owner entity that is affected by this event.
getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the ID for the collection owner entity that is affected by this event.
getAffectedOwnerOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the collection owner entity that is affected by this event.
getAffectedTableNames() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
getAffectedTableNames() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getAffectedTableNames() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
Not the best spot for this.
getAffectedTableNames() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
getAffectedTableNames() - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
 
getAffectedTableNames() - Method in class org.hibernate.sql.exec.spi.NativeJdbcMutation
 
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
 
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 class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
Retrieve the defined result alias
getAlias(Dialect) - Method in class org.hibernate.mapping.Column
 
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Column
Generate a column alias that is unique across multiple tables
getAlias(Dialect) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect) - Method in interface org.hibernate.mapping.Selectable
Deprecated.
(since 6.0) new read-by-position paradigm means that these generated aliases are no longer needed
getAlias(Dialect, Table) - Method in interface org.hibernate.mapping.Selectable
Deprecated.
(since 6.0) new read-by-position paradigm means that these generated aliases are no longer needed
getAlias(Dialect) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getAlias(Dialect, Table) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getAlias() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getAlias() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getAlias() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
getAlias() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
getAlias() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getAliases() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
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
Get the LockMode explicitly specified for the given alias via LockOptions.setAliasSpecificLockMode(java.lang.String, org.hibernate.LockMode)

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

getAliasSpecificLocks() - Method in class org.hibernate.LockOptions
Iterable access to alias (key) and LockMode (value) as Map.Entry.
getAliasStem() - Method in interface org.hibernate.sql.ast.spi.SqlAliasBase
The stem for unique alias generation
getAliasStem() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
 
getAliasStem() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
 
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
Deprecated.
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
Deprecated.
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.
getAllowedEnumLiteralTexts() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Returns a map that gives access to the enum literal expressions that can be used in queries.
getAlterTableString(String) - Method in class org.hibernate.dialect.Dialect
Command used to alter a table.
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.
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
 
getAnnotationValueStringOrNull(String) - Static method in class org.hibernate.cfg.BinderHelper
 
getAnticipatedType() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getAnticipatedType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getAnticipatedType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getAnticipatedType() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
Based on the context it is declared, what is the anticipated type for bind values?

NOTE: If SqmParameter.allowMultiValuedBinding() is true, this will indicate the Type of the individual values.

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
 
getAppliedGraph() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getAppliedGraph() - Method in interface org.hibernate.query.spi.QueryOptions
JPA EntityGraph explicitly applied to the query.
getAppliedGraph() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getAppliedParameterBindings() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.CaseLeastGreatestEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.CastFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.CurrentFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.DB2FormatEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.DerbyLpadEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.DerbyRpadEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.ExtractFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.LocatePositionEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.LpadRpadPadEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.SQLServerFormatEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.TimestampaddFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.TimestampdiffFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.TrimFunction
 
getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
 
getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
getArguments() - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
getArguments() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getArguments() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
getArguments() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
getArguments() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
getArguments() - Method in interface org.hibernate.sql.ast.tree.expression.FunctionExpression
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
getArrayClass() - Method in interface org.hibernate.type.descriptor.java.spi.Primitive
Get the Java type that describes an array of this type.
getAsciiStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getAssembledJavaTypeDescriptor() - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
getAssembledJavaTypeDescriptor() - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
The JavaTypeDescriptor describing the Java type that this assembler assembles.
getAssembledJavaTypeDescriptor() - Method in class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
getAssembler() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
For testing purposes only
getAssignable() - Method in class org.hibernate.sql.ast.tree.update.Assignment
The column being updated.
getAssignedValue() - Method in class org.hibernate.sql.ast.tree.update.Assignment
 
getAssignments() - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
getAssignments() - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement
 
getAssociatedClass() - Method in class org.hibernate.mapping.OneToMany
 
getAssociatedEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
 
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
getAssociatedEntityName(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
Get the entity name of the associated entity
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
getAssociatedEntityName() - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
The name of the associated entity.
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.metamodel.mapping.ForeignKeyDescriptor
 
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
 
getAssociationKeyFromSide(Object, ForeignKeyDescriptor.Nature, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
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
 
getATN() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getATN() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getATN() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getATN() - Method in class org.hibernate.grammars.hql.HqlParser
 
getATN() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getATN() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getATN() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getATN() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
getAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
getAttribute() - Method in interface org.hibernate.query.criteria.JpaJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
getAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
getAttributeClassification() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
The classification of the attribute (is it a basic type, entity, etc)
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
getAttributeConverterDescriptor() - Method in class org.hibernate.mapping.SimpleValue
 
getAttributeConverterDescriptors() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to the AttributeConverter definitions known about.
getAttributeConverters() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to collected AttributeConverter definitions.
getAttributeCount() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
The number of attributes associated with this composite
getAttributeDefinition() - Method in interface org.hibernate.persister.walking.spi.EncapsulatedEntityIdentifierDefinition
 
getAttributeDescriptor() - Method in interface org.hibernate.graph.AttributeNode
 
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.
getAttributeJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getAttributeMapping() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getAttributeMapping() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getAttributeMappings() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Get access to the attributes defined on this class and any supers
getAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getAttributeMetadataAccess() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
getAttributeMetadataAccess() - Method in interface org.hibernate.metamodel.mapping.StateArrayContributorMapping
 
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
 
getAttributeName() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
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 interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
The attributes associated with this composite
getAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
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.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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 interface org.hibernate.boot.spi.BootstrapContext
Access to any AuxiliaryDatabaseObject explicitly registered with the MetadataBuilder.
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.
 
getBaseType() - Method in class org.hibernate.type.MetaType
 
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.
getBasicType() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
 
getBasicTypeForJavaType(Class<J>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
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
 
getBasicValueBinder() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
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?

Note that this is distinctly different than the size of the 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
Deprecated.
(since 6.0) : No longer used internally
getBatchFetchStyle() - Method in class org.hibernate.cfg.Settings
Deprecated.
(since 6.0) : No longer used internally
getBatchLoadableEntityIds(EntityMappingType, Object, int) - 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.
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.ast.spi.MultiLoadOptions
Batch size to use when loading entities from the database.
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
 
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(String, 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(String, 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<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.
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.
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getBindableType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeDescriptorAdapter
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
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.jdbc.NClobTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharTypeDescriptor
 
getBinding(QueryParameter<P>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via QueryParameter reference
getBinding(QueryParameterImplementor<P>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via QueryParameter reference
getBinding(String) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via name
getBinding(int) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via position
getBinding(JdbcParameter) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
getBindings() - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
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.
getBindType() - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBinding
 
getBindValue() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Get the value current bound.
getBindValue() - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBinding
 
getBindValues() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Get the values currently bound.
getBindValues() - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Get the values currently bound.
getBlobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
getBlobTypeDescriptor() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getBoolean(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getBooleanCheckCondition(String, int, char, char) - Method in class org.hibernate.dialect.Dialect
Render a SQL check condition for a column that represents a boolean value.
getBooleanExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
getBootModel() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getBootstrapContext() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
 
getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getBootstrapContext() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getBootstrapContext() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
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
 
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
 
getBuildingContext() - Method in class org.hibernate.mapping.Collection
 
getBuildingContext() - Method in class org.hibernate.mapping.OneToMany
 
getBuildingContext() - Method in class org.hibernate.mapping.SimpleValue
 
getBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to the options specified by the MetadataBuilder
getByAlias(String) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
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.
getCacheability() - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getCacheable() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getCacheable() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getCacheable() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getCacheable() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getCacheable() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getCacheAccess() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Access to the natural-id's L2 cache access.
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(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Collection
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.PersistentClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.RootClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Subclass
 
getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the cached database snapshot for the requested entity key.
getCachedPkResolutions(EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Find all the locally cached primary key cross-reference entries for the given entity.
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 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.boot.query.AbstractNamedQueryBuilder
 
getCacheMode() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getCacheMode() - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getCacheMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCacheMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
getCacheMode() - Method in interface org.hibernate.query.CommonQueryContract
Obtain the CacheMode in effect for this query.
getCacheMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getCacheMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getCacheMode() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getCacheMode() - Method in class org.hibernate.query.spi.AbstractQuery
 
getCacheMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getCacheMode() - Method in interface org.hibernate.query.spi.QueryOptions
 
getCacheMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getCacheMode() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getCacheMode() - Method in interface org.hibernate.Session
Get the current cache mode.
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 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.boot.query.AbstractNamedQueryBuilder
 
getCacheRegion() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getCacheRegion() - Method in class org.hibernate.engine.spi.QueryParameters
 
getCacheRegion() - Method in interface org.hibernate.query.CommonQueryContract
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 CommonQueryContract.isCacheable() for more information).
getCacheRegion() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getCacheRegion() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getCacheRegion() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getCacheRegion() - Method in class org.hibernate.query.spi.AbstractQuery
 
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.
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.
getCacheRetrieveMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getCacheRetrieveMode() - Method in interface org.hibernate.query.spi.QueryOptions
Controls whether query results are read from the cache.
getCacheRetrieveMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getCacheStorageAccess() - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
Public for testing purposes
getCacheStoreMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getCacheStoreMode() - Method in interface org.hibernate.query.spi.QueryOptions
Controls whether query results are put into the cache.
getCacheStoreMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
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
 
getCallableName() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Informational access to the name of the database function or procedure
getCallableQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.Dialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCallback() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getCallbackAnnotation() - Method in enum org.hibernate.jpa.event.spi.CallbackType
 
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
 
getCanonicalName() - Method in class org.hibernate.metamodel.relational.Identifier
 
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.CockroachDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Dialect
The keyword that specifies that a drop table operation should be cascaded to its constraints, typically " cascade" where the leading space is required, or the empty string if there is no such keyword in this dialect.
getCascadeConstraintsString() - Method in class org.hibernate.dialect.H2Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.HSQLDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.OracleDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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(String) - Static method in class org.hibernate.engine.spi.CascadeStyles
Factory method for obtaining named cascade styles
getCascadeStyle() - Method in class org.hibernate.mapping.Property
 
getCascadeStyle() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
getCascadeStyle(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCascadeStyle(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the cascade style of this (subclass closure) property
getCascadeStyle() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getCascadeStyle() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getCascadeStyle() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getCascadeStyle(int) - Method in class org.hibernate.type.AnyType
 
getCascadeStyle(int) - Method in class org.hibernate.type.ComponentType
 
getCascadeStyle(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the cascade style of the indicated component property.
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
 
getCascadingAction() - Method in enum org.hibernate.loader.ast.spi.CascadingFetchProfile
 
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.CockroachDialect
 
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.PostgreSQLDialect
 
getCastType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getCastType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
 
getCastType() - Method in class org.hibernate.type.NumericBooleanType
 
getCastType() - Method in class org.hibernate.type.OffsetDateTimeType
 
getCastType() - Method in class org.hibernate.type.TrueFalseType
 
getCastType() - Method in class org.hibernate.type.YesNoType
 
getCastType() - Method in class org.hibernate.type.ZonedDateTimeType
 
getCastTypeName(SqlExpressable, Long, Integer, Integer) - 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 SqlExpressable SQL type.
getCastTypeName(SqlExpressable, Long, Integer, Integer) - Method in class org.hibernate.dialect.MySQLDialect
 
getCastTypeName(SqlExpressable, Long, Integer, Integer) - Method in class org.hibernate.dialect.SpannerDialect
 
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
 
getCatalogName() - Method in class org.hibernate.metamodel.relational.PhysicalTable
 
getCategorization() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
 
getChannelNames() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getChannelNames() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getChannelNames() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getChannelNames() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getCharacterSetBytesPerCharacter(DatabaseMetaData) - Static method in class org.hibernate.dialect.MySQLDialect
 
getCharacterStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getCharVariantCode() - Method in enum org.hibernate.dialect.NationalizationSupport
 
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
getCheckCondition(String, JdbcTypeDescriptor, Dialect) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
getCheckCondition(String, JdbcTypeDescriptor, Dialect) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
getCheckCondition(String, JdbcTypeDescriptor, Dialect) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
The check constraint that should be added to the column definition in generated DDL.
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
 
getCheckValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
 
getCheckValue() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
 
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(Class) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getClassMetadata(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getClassMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getClassMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the user-visible metadata for the class (optional operation)
getClassMetadata(Class) - Method in interface org.hibernate.SessionFactory
Deprecated.
Use the descriptors from EntityManagerFactory.getMetamodel() instead
getClassMetadata(String) - Method in interface org.hibernate.SessionFactory
Deprecated.
Use the descriptors from EntityManagerFactory.getMetamodel() instead
getClassName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
Retrieve the fully-qualified entity class name.
getClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getClassName() - Method in class org.hibernate.mapping.PersistentClass
 
getClassOrElement() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class itself or the element type if an array
getClassOrElement() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElement() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElement() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassOrElementName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself or the element type if an array
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElementName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassType(XClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getClassType() - Method in interface org.hibernate.graph.SubGraph
 
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!).
getClauseStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
 
getClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
getClobVariantCode() - Method in enum org.hibernate.dialect.NationalizationSupport
 
getCloseStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were released
getCollation() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
getCollation() - Method in class org.hibernate.query.sqm.tree.expression.SqmCollate
 
getCollation() - Method in class org.hibernate.sql.ast.tree.expression.Collate
 
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(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection instance associated with the CollectionKey
getCollection() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getCollection(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getCollection(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getCollection(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getCollection(Object, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.CollectionType
instantiate a collection wrapper (called when loading an object)
getCollectionBatch(CollectionPersister, Object, 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(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
 
getCollectionBinding() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
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
getCollectionClassification() - Method in interface org.hibernate.collection.spi.CollectionSemantics
Get the classification of collections described by this semantic
getCollectionClassification() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
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.
getCollectionDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getCollectionDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get a collection mapping descriptor based on its role
getCollectionDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get a collection mapping descriptor based on its role
getCollectionDescriptor() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
The descriptor for the collection being loaded
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
Deprecated.
Intended use was in handling Hibernate's legacy "collection filter via Query" feature which has been removed
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
 
getCollectionInstance() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
getCollectionInstance() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
The collection instance being loaded
getCollectionJavaType() - Method in interface org.hibernate.collection.spi.CollectionSemantics
 
getCollectionKey(CollectionPersister, Object, EntityEntry, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCollectionKey() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Get the collection key for the collection which is to be loaded immediately.
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(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionMetadata() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionMetadata() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getCollectionMetadata(String) - Method in interface org.hibernate.SessionFactory
Deprecated.
Use the descriptors from EntityManagerFactory.getMetamodel() instead
getCollectionOwner(Object, CollectionPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity that owns this persistent collection
getCollectionPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCollectionPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
getCollectionPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionPersister() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
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.
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
getCollectionRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
Global number of collections removed
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
Deprecated.
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!
getCollectionSemantics() - Method in interface org.hibernate.metamodel.mapping.CollectionMappingType
 
getCollectionSemantics() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionSemantics() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
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
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
 
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() - Method in class org.hibernate.mapping.BasicValue
 
getColumn(int) - Method in class org.hibernate.mapping.Constraint
 
getColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Identifier) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(int) - Method in class org.hibernate.mapping.SimpleValue
 
getColumn(Column) - Method in class org.hibernate.mapping.Table
Return the column which is identified by column provided as argument.
getColumn(Identifier) - Method in class org.hibernate.mapping.Table
 
getColumn(int) - Method in class org.hibernate.mapping.Table
 
getColumn(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named ColumnInformation
getColumnAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
 
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() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
Number of values in the underlying result
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 class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the fragment that can be used to make a column unique as part of its column definition.
getColumnExpression() - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
getColumnExpression() - Method in interface org.hibernate.metamodel.relational.Column
 
getColumnExpression() - Method in class org.hibernate.metamodel.relational.Formula
 
getColumnExpression() - Method in class org.hibernate.metamodel.relational.PhysicalColumn
 
getColumnExpression() - Method in class org.hibernate.sql.ast.tree.cte.CteColumn
 
getColumnExpression() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
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
 
getColumnLength() - Method in class org.hibernate.mapping.BasicValue
 
getColumnLength() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators
Useful for resolutions based on column length.
getColumnLengths() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getColumnList() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Gets the value of the columnList property.
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 class org.hibernate.mapping.Any.MetaValue
 
getColumnName() - Method in class org.hibernate.metamodel.relational.PhysicalColumn
 
getColumnName() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
getColumnName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
getColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
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.
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.ast.tree.expression.ColumnReference
 
getColumnReferences() - Method in interface org.hibernate.sql.ast.tree.update.Assignable
 
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.mapping.Constraint
 
getColumns() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
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
 
getColumnsAndFormulasSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnsAndFormulasSourceContainer
 
getColumnSize() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
Deprecated.
 
getColumnSize() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The column size (length).
getColumnSource() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain source information about the column for the collection id.
getColumnSpan() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumnSpan() - Method in class org.hibernate.mapping.Collection
 
getColumnSpan() - Method in class org.hibernate.mapping.Component
 
getColumnSpan() - Method in class org.hibernate.mapping.Constraint
 
getColumnSpan() - Method in class org.hibernate.mapping.Index
 
getColumnSpan() - Method in class org.hibernate.mapping.OneToMany
 
getColumnSpan() - Method in class org.hibernate.mapping.Property
 
getColumnSpan() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnSpan() - Method in class org.hibernate.mapping.Table
 
getColumnSpan() - Method in interface org.hibernate.mapping.Value
 
getColumnSpan(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AnyType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CollectionType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ComponentType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.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.
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.boot.query.AbstractNamedQueryBuilder
 
getComment() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getComment() - Method in class org.hibernate.engine.spi.QueryParameters
 
getComment() - Method in class org.hibernate.mapping.Column
 
getComment() - Method in class org.hibernate.mapping.Table
 
getComment() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getComment() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getComment() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getComment() - Method in interface org.hibernate.query.Query
Obtain the comment currently associated with this query.
getComment() - Method in class org.hibernate.query.spi.AbstractQuery
 
getComment() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getComment() - Method in interface org.hibernate.query.spi.QueryOptions
The SQL comment to apply to the interpreted SQL query, for dialects which support SQL comments
getComment() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
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.AbstractClassTypeDescriptor
 
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.descriptor.java.ZoneOffsetJavaDescriptor
 
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.
getCompositeInstance() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getCompositeInstance() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
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
 
getCompoundSelectionItems() - Method in interface org.hibernate.query.criteria.JpaSelection
 
getCompoundSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getConcreteDescriptor() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getConcreteDescriptor() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
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
Deprecated.
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
 
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(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
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(String) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Deprecated.
Get a reference to the connection we are using.
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
Deprecated.
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.
getConsumedPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
 
getConsumedPart() - Method in interface org.hibernate.query.hql.spi.DotIdentifierConsumer
Get the currently consumed part.
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.
getContainingQuery() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
The main table expression (table name or subselect) that usually contains most of the columns to which this embedded is mapped.
getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
getContainingTableInformation() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
Access to the containing table.
getContainingTableName() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
 
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
FILTER element; used to apply a filter.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
The sql-query element declares a named SQL query string Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the content property.
getContext() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Gets the value of the context property.
getContext() - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get the mappings
getContext() - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
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
 
getContextId() - Method in interface org.hibernate.secure.spi.JaccService
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
Deprecated.
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
 
getContributor() - Method in class org.hibernate.boot.model.relational.Sequence
 
getContributor() - Method in interface org.hibernate.mapping.Contributable
 
getContributor() - Method in class org.hibernate.mapping.PersistentClass
 
getContributor() - Method in class org.hibernate.mapping.Table
 
getContributor() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getContributor() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
getContributors() - Method in interface org.hibernate.boot.Metadata
All of the known model contributors
getContributors() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
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
 
getCorrelatedJoins() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
getCorrelatedRoot() - Method in interface org.hibernate.query.sqm.tree.domain.SqmCorrelation
 
getCorrelatedSqmJoins() - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
getCorrelatedSqmJoins() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getCorrelationParent() - Method in interface org.hibernate.query.criteria.JpaFrom
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
getCorrelationParent() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
getCorrespondingJpaJoinType() - Method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
getCorrespondingLobCode(int) - Method in class org.hibernate.type.descriptor.jdbc.LobTypeMappings
getCorrespondingNationalizedCode(int) - Method in class org.hibernate.type.descriptor.jdbc.NationalizedTypeMappings
getCorrespondingSqlJoinType() - Method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
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
getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
Slight variation on Dialect.getCreateTableString().
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
 
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
getCreateSequenceString(String) - Method in class org.hibernate.dialect.LegacySequenceSupport
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.LegacySequenceSupport
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
HSQL will start with 0, by default.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
Because of the overridden HSQLSequenceSupport.getCreateSequenceString(String), we must also override Dialect.getCreateSequenceString(String, int, int) to prevent duplication of start with.
getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getCreateSequenceString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Typically dialects which support sequences can create a sequence with a single command.
getCreateSequenceString(String, int, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Typically dialects which support sequences can create a sequence with a single command.
getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.LegacySequenceSupport
 
getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getCreateSequenceStrings(String, int, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
An optional multi-line form for databases which SequenceSupport.supportsPooledSequences().
getCreateTableString() - Method in class org.hibernate.dialect.Dialect
Command used to create a table.
getCreateTableString() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getCreateTableString() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
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
 
getCreationContext() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
Access to the context of the creation
getCreationContext() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCreationContext() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getCreationContext() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getCreationOptions() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
What options should be applied to the creation
getCreationState() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
The overall SQM creation state
getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCriteriaBuilder() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCriteriaBuilder() - Method in class org.hibernate.query.spi.QueryEngine
 
getCriteriaBuilder() - Method in interface org.hibernate.SharedSessionContract
Return an instance of CriteriaBuilder
getCriteriaValueHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCriteriaValueHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DB2Dialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.DerbyDialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.Dialect
The separator to use for declaring cross joins in a SQL query, typically either " cross join " or a comma ", ", where the spaces are required.
getCrossJoinSeparator() - Method in class org.hibernate.dialect.OracleDialect
 
getCrossJoinSeparator() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getCteColumn() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
getCteColumn() - Method in class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
 
getCteColumns() - Method in class org.hibernate.sql.ast.tree.cte.CteTable
 
getCteContainer() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCteDefinition() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCteDefinition() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getCteName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
getCteStatement(String) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
getCteStatement(String) - Method in interface org.hibernate.query.sqm.tree.cte.SqmCteContainer
 
getCteStatement(String) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getCteStatement(String) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
getCteStatement(String) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
getCteStatements() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
getCteStatements() - Method in interface org.hibernate.query.sqm.tree.cte.SqmCteContainer
 
getCteStatements() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getCteStatements() - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
getCteStatements() - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
getCteTable() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCteTable() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
getCteTable() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getCurrent() - Method in interface org.hibernate.result.Outputs
Retrieve the current Output object.
getCurrentBaseSqlTypeIndicators() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getCurrentCatalog() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the current database catalog.
getCurrentClauseStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getCurrentClauseStack() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
getCurrentContributorName() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
The name of the contributor whose mappings we are currently processing
getCurrentExplicitFetchMementoResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCurrentKey() - Method in class org.hibernate.engine.spi.CollectionEntry
This is only available late during the flush cycle
getCurrentLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCurrentLockMode(Object) - Method in interface org.hibernate.Session
Determine the current lock mode of the given object.
getCurrentlyResolvingForeignKeyPart() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCurrentlyResolvingForeignKeyPart() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getCurrentlyResolvingForeignKeyPart() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Returns the part of the foreign key that is currently being resolved, or null if no foreign key is currently being resolved.
getCurrentPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getCurrentProcessingState() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
 
getCurrentProcessingState() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCurrentProcessingState() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getCurrentProcessingState() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getCurrentRelativePath() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCurrentRowValuesArray() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Get the JDBC values for the row currently positioned at within this source.
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.OracleDialect
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SpannerDialect
 
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.AbstractTransactSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DerbyDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
Deprecated.
no longer called, use Dialect.currentTimestamp()
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.MySQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.OracleDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SpannerDialect
 
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

Retrieve the command used to retrieve the current timestamp from the database.

getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Dialect
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.OracleDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getCurrentTransactionStartTimestamp() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
getCurrentTransactionStartTimestamp() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
What is the start time of this context object?
getCurrentValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the current value of this attribute.
getCurrentVersion(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Retrieve the version number
getCurrentVersion(Object, 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
 
getCustomHqlTranslator() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomHqlTranslator() - Method in interface org.hibernate.query.spi.QueryEngineOptions
Translator for transforming HQL (as an Antlr parse tree) into an SQM tree.
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
 
getCustomRead() - Method in class org.hibernate.mapping.Column
 
getCustomReadExpression() - Method in class org.hibernate.mapping.Column
 
getCustomReadExpression() - Method in class org.hibernate.mapping.Formula
 
getCustomReadExpression() - Method in interface org.hibernate.mapping.Selectable
Any custom read expression for this selectable.
getCustomReadExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
getCustomReadExpression() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
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.query.spi.QueryEngineOptions
User defined SQM functions available for use in HQL and Criteria.
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
 
getCustomSqmFunctionRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqmFunctionRegistry() - Method in interface org.hibernate.query.spi.QueryEngineOptions
User supplied registry of SQM functions available for use in HQL and Criteria Can be used in conjunction with QueryEngineOptions.getCustomSqlFunctionMap(), but generally one or the other will be used.
getCustomSqmMultiTableMutationStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqmMultiTableMutationStrategy() - Method in interface org.hibernate.query.spi.QueryEngineOptions
Contract for handling SQM trees representing mutation (UPDATE or DELETE) queries where the target of the mutation is a multi-table entity.
getCustomSqmTranslatorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqmTranslatorFactory() - Method in interface org.hibernate.query.spi.QueryEngineOptions
Factory for translators transforming an SQM tree into a different form.
getCustomWrite() - Method in class org.hibernate.mapping.Column
 
getCustomWriteExpression() - Method in class org.hibernate.mapping.Column
 
getCustomWriteExpression() - Method in class org.hibernate.mapping.Formula
 
getCustomWriteExpression() - Method in interface org.hibernate.mapping.Selectable
Any custom write expression for this selectable.
getCustomWriteExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
getCustomWriteExpression() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getCycleColumns() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCycleColumns() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getCycleMarkColumn() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCycleMarkColumn() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getCycleValue() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCycleValue() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
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.annotations.CurrentTimestampGeneration
 
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
 
getDatabaseHints() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getDatabaseHints() - Method in interface org.hibernate.query.spi.QueryOptions
Hints to apply to the interpreted SQL query
getDatabaseHints() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
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(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the current state of the entity as known to the underlying database, or null if there is no corresponding row
getDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current database state of the object, in a "hydrated" form, without resolving identifiers
getDatabaseStructure() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'databaseStructure'.
getDatabaseVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database version, as returned from DatabaseMetaData.getDatabaseProductVersion() for the target database
getDatatype() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
The deduced (and dialect convertible) type for this column
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 class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
getDeclaredAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Get access to the attributes defined on this class - do not access attributes defined on the super
getDeclaredAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDeclaredAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredCollection(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredCollection(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredCollection(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredId(Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getDeclaredId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getDeclaredId(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
getDeclaredList(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredList(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredList(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredList(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredMap(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredMap(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredPluralAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredPluralAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.Join
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredSet(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSet(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSet(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredSet(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredSingularAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredSingularAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSingularAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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 class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getDeclaredVersion() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
For used to retrieve the declared version when populating the static metamodel.
getDeclaredVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getDeclaredVersion(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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.mapping.AttributeMapping
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.BagPersistentAttribute
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.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 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
getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.DB2Dialect
 
getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.DerbyDialect
 
getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.Dialect
This is the default precision for a generated column mapped to a BigInteger or BigDecimal.
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
 
getDefaultLobLength() - Method in class org.hibernate.dialect.Dialect
 
getDefaultLobLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getDefaultLobLength() - Method in class org.hibernate.dialect.SQLServerDialect
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MariaDBDialect
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQLDialect
 
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.
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.
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
 
getDefaultSqlAstJoinType(TableGroup) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
 
getDefaultSqlAstJoinType(TableGroup) - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
The default column length when this Java type is mapped to a SQL data type which is parametrized by length, for example Types.VARCHAR.
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
getDefaultSqlLength(Dialect) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
The default column precision when this Java type is mapped to a SQL data type which is parametrized by precision, for example Types.DECIMAL.
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
getDefaultSqlPrecision(Dialect) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
getDefaultSqlScale() - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
getDefaultSqlScale() - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
getDefaultSqlScale() - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
getDefaultSqlScale() - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
getDefaultSqlScale() - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
getDefaultSqlScale() - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
getDefaultSqlScale() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
The default column scale when this Java type is mapped to a SQL data type which is parametrized by scale, for example Types.DECIMAL.
getDefaultSqlScale() - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
getDefaultSqlScale() - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
getDefaultSqlTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
Get a JDBC type code that identifies the SQL column type to be used for schema generation.
getDefaultTimestampPrecision() - Method in class org.hibernate.dialect.Dialect
This is the default precision for a generated column mapped to a Timestamp or LocalDateTime.
getDefaultTimestampPrecision() - Method in class org.hibernate.dialect.SQLServerDialect
SQL server supports up to 7 decimal digits of fractional second precision in a datetime2, but since its duration arithmetic functions try to fit durations into an int, which is impossible with such high precision, so default to generating datetime2(3) columns.
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(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
 
getDefaultValue(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Get a default value meant to indicate transience.
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
getDefaultValue() - Method in class org.hibernate.mapping.Column
 
getDefaultValue() - Method in class org.hibernate.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.descriptor.java.BooleanTypeDescriptor
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
getDefaultValue() - Method in interface org.hibernate.type.descriptor.java.spi.Primitive
` Get this Java type's default value.
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
 
getDefinedFilterNames() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
Obtain a set of the names of all filters defined on this SessionFactory.
getDefinedHints() - Static method in class org.hibernate.jpa.QueryHints
 
getDefinition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the definition property.
getDelegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
getDelegate() - Method in class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
 
getDelegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
This is an implementation of EntityManager#getDelegate().
getDeleteAllCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been deleted
getDeletedState() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getDeletedState() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getDeletedState() - Method in class org.hibernate.event.spi.PreDeleteEvent
Getter for property 'deletedState'.
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() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
 
getDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
getDescriptor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeDescriptorRegistry
 
getDeserializationResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDeserializationResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getDialect() - Method in class org.hibernate.boot.model.relational.Database
 
getDialect() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getDialect() - Static method in class org.hibernate.dialect.Dialect
Deprecated.
this just calls the default constructor and does not pass in the DialectResolutionInfo.
getDialect(Properties) - Static method in class org.hibernate.dialect.Dialect
Deprecated.
this just calls the default constructor and does not pass in the DialectResolutionInfo.
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.persister.collection.AbstractCollectionPersister
 
getDialect() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getDialect() - Method in class org.hibernate.sql.Insert
 
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(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorAlias() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getDiscriminatorAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getDiscriminatorAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
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
 
getDiscriminatorMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getDiscriminatorMapping(TableGroup) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getDiscriminatorMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorMapping(TableGroup) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorMapping(TableGroup) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorMapping(EntityMappingType, TableGroup) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getDiscriminatorMatchValue() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Get the actual discriminator value in case of a single table inheritance
getDiscriminatorPart() - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
 
getDiscriminatorRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Obtain the column/formula information about the discriminator.
getDiscriminatorResult() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
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
getDiscriminatorSource() - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorSQLValue() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
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 interface org.hibernate.metamodel.model.domain.AnyMappingDomainType
 
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
 
getDmlTargetTableAlias() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getDomainDataRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Second-level cache statistics per domain data (entity, collection, natural-id) region
getDomainJavaDescriptor() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The JavaTypeDescriptor for the value as part of the domain model
getDomainJavaDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.BasicValueConverter
Descriptor for the Java type for the domain portion of this converter
getDomainJavaDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
getDomainJavaDescriptor() - Method in class org.hibernate.metamodel.model.convert.spi.SimpleBasicValueConverter
 
getDomainJavaDescriptor() - Method in class org.hibernate.type.NumericBooleanType.NumericConverter
 
getDomainJavaDescriptor() - Method in class org.hibernate.type.TrueFalseType.TrueFalseConverter
 
getDomainJavaDescriptor() - Method in class org.hibernate.type.YesNoType.YesNoConverter
 
getDomainJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
 
getDomainJtd() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getDomainModel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getDomainModel() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getDomainModel() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getDomainModel() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
 
getDomainParameterXref() - Method in interface org.hibernate.query.spi.HqlInterpretation
 
getDomainParameterXref() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
getDomainResultDescriptors() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
 
getDomainResults() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
 
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
 
getDoublePrecision() - Method in class org.hibernate.dialect.DerbyDialect
 
getDoublePrecision() - Method in class org.hibernate.dialect.Dialect
This is the default precision for a generated column mapped to a Java Double or double.
getDoublePrecision() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getDriverClassName(String) - Method in enum org.hibernate.dialect.Database
Get the name of the JDBC driver class for this database, or null if we're not too sure what it should be.
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.Dialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.SpannerDialect
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.DerbyDialect
 
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.SpannerDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
getDropSequenceString(String) - Method in class org.hibernate.dialect.LegacySequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.H2SequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
getDropSequenceString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Typically dialects which support sequences can drop a sequence with a single command.
getDropSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
getDropSequenceStrings(String) - Method in class org.hibernate.dialect.LegacySequenceSupport
 
getDropSequenceStrings(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getDropSequenceStrings(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
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
 
getDuration() - Method in class org.hibernate.query.sqm.tree.expression.Conversion
 
getDuration() - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
getEffectiveEntityGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEffectiveKeysFactory() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getEffectiveLimit() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getEffectiveLimit() - Method in interface org.hibernate.query.spi.QueryOptions
Determine the effective paging limit to apply to the query.
getEffectiveLimit() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getEffectiveLockMode(String) - Method in class org.hibernate.LockOptions
Determine the LockMode to apply to the given alias.
getEffectiveLockMode(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getEffectiveLockTimeout(LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getEffectiveOptionalEntityName() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
 
getEffectiveOptionalId() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
 
getEffectiveOptionalObject() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
 
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(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the value of the given collection entry.
getElement() - Method in class org.hibernate.mapping.Collection
 
getElementByIndex(Object, Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementByIndex(Object, Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
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(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association), aliased by the given table alias
getElementColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association)
getElementConverter() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementConverter() - Method in interface org.hibernate.persister.collection.CollectionPersister
The value converter for the element values of this collection
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.mapping.PluralAttributeMapping
 
getElementIterator(CE) - Method in interface org.hibernate.collection.spi.CollectionSemantics
 
getElementPathSource() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
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).
getElementPersisterInternal() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementsIterator(Object) - Method in class org.hibernate.type.ArrayType
Not defined for collections of primitive type
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
getElementsIterator(Object) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection in POJO mode
getElementsIterator(Object) - Method in class org.hibernate.type.CustomCollectionType
 
getElementsIterator(Object) - Method in class org.hibernate.type.MapType
 
getElementsIterator(Object) - Method in interface org.hibernate.usertype.UserCollectionType
Return an iterator over the elements of this collection - the passed collection instance may or may not be a wrapper
getElementSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getElementsToProcess() - Method in class org.hibernate.cfg.InheritanceState
 
getElementType() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
The collection element type
getElementType() - Method in interface org.hibernate.metamodel.model.domain.BagPersistentAttribute
 
getElementType() - Method in interface org.hibernate.metamodel.model.domain.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
 
getEmbeddables() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
getEmbeddableSource() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
Gets the source information about the embeddable/composition.
getEmbeddableTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
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.
getEmbedded(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getEmbeddedId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the embeddedId property.
getEmbeddedValueMapping() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getEnabledCascadingFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFetchProfileNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEnabledFilter(String) - Method in interface org.hibernate.Session
Retrieve a currently enabled filter by name.
getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Returns an unmodifiable Set of enabled filter names.
getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
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.
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.
getEntities() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
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(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity instance associated with the given key
getEntity(EntityUniqueKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an entity cached by unique key
getEntity() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Retrieves the entity involved in the database operation.
getEntity() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntity() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getEntity() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntity() - Method in interface org.hibernate.id.insert.Binder
 
getEntity(String, Serializable) - Method in interface org.hibernate.Interceptor
getEntity(String, Object) - Method in interface org.hibernate.Interceptor
Get a fully loaded entity instance that is cached externally.
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
 
getEntityAttributeType() - Method in class org.hibernate.cfg.AttributeConverterDefinition
Deprecated.
 
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
getEntityDescriptor() - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
getEntityDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get an entity mapping descriptor based on its Hibernate entity-name
getEntityDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get an entity mapping descriptor based on its NavigableRole.
getEntityDescriptor(Class) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get an entity mapping descriptor based on its Class.
getEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
 
getEntityDescriptor() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getEntityDescriptor() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
Get the descriptor for the type of entity being initialized
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 interface org.hibernate.Session
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityGraphs(Class<T>) - Method in interface org.hibernate.Session
 
getEntityId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getEntityId() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityId() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityId() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getEntityInitializer(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getEntityInitializer() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
 
getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
Get global number of entity inserts
getEntityInstance() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Should only be used when initializing a bytecode-proxy
getEntityInstance() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getEntityInstance() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
Get the entity instance for the currently processing "row".
getEntityInstance() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
 
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 class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getEntityKey() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
getEntityKey() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
 
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
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
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(PersistenceUnitDescriptor, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
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(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
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.
getEntityMapping() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getEntityMapping() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getEntityMapping() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
getEntityMappingType(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getEntityMappingType(Class) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getEntityMappingType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMappingType() - Method in interface org.hibernate.persister.entity.EntityPersister
 
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 interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
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
 
getEntityModelPart() - Method in class org.hibernate.engine.spi.SubselectFetch
 
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(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityName() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
 
getEntityName() - Method in class org.hibernate.event.spi.DeleteEvent
 
getEntityName() - Method in class org.hibernate.event.spi.LockEvent
 
getEntityName() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PersistEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntityName() - Method in class org.hibernate.event.spi.RefreshEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityName() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntityName() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'entityName'.
getEntityName(Object) - Method in interface org.hibernate.Interceptor
Get the entity name for a persistent or transient instance.
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
Deprecated.
The name of the entity
getEntityName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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.query.sqm.tree.from.SqmCrossJoin
 
getEntityName() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getEntityName() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getEntityName() - Method in exception org.hibernate.query.sqm.UnknownEntityException
 
getEntityName() - Method in class org.hibernate.secure.spi.GrantedPermission
 
getEntityName() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
 
getEntityName(Object) - Method in interface org.hibernate.Session
Return the entity name for a persistent entity.
getEntityName() - Method in exception org.hibernate.StaleObjectStateException
 
getEntityName() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
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
 
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
Deprecated.
 
getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
 
getEntityNameResolvers() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
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(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the EntityPersister for any instance
getEntityPersister() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityPersister() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Safety-net.
getEntityPersister() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityPersister() - Method in interface org.hibernate.persister.walking.spi.EntityDefinition
 
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.
getEntityRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.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
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
Deprecated.
 
getEntityTypeDescriptor() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
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
getEntityValuedModelPart() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getEntityValuedModelPart() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getEntityValuedModelPart() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getEntityValuedModelPart() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
getEntries() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
Deprecated.
 
getEntries() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
Deprecated.
 
getEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the EntityEntry representation of the given entity.
getEntry() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntryBasePrefix() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getEnumCheckCondition(String, int, Class<? extends Enum<?>>) - Method in class org.hibernate.dialect.Dialect
Render a SQL check condition for a column that represents an enumerated value.
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 class org.hibernate.cfg.annotations.BasicValueBinder
 
getEnumeratedType() - Method in class org.hibernate.mapping.BasicValue
 
getEnumeratedType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators
For enum mappings, what style of storage was requested (name vs.
getEnumerationStyle() - Method in class org.hibernate.mapping.BasicValue
 
getEnumValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
getEnumValueConverter() - Method in class org.hibernate.type.EnumType
 
getEnumValueName() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
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.
getEscapeCharacter() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
getEscapeCharacter() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
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.
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
 
getExecutionContext() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
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?
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 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.
getExplicitAccessType(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getExplicitAlias() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getExplicitAlias() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getExplicitAlias() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
getExplicitAlias() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Retrieve the explicit alias, if one.
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
 
getExplicitTemporalPrecision() - Method in interface org.hibernate.query.spi.QueryParameterBinding
If the parameter represents a temporal type, return the explicitly specified precision - if one.
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
 
getExposedMutabilityPlan() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
getExposedMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlanExposer
 
getExpressableJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.ValueMapping
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.metamodel.model.domain.AbstractDomainType
 
getExpressableJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.domain.AllowableParameterType
 
getExpressableJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.domain.DomainType
The descriptor for the Java type (i.e.
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getExpressableJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.SqmExpressable
The Java type descriptor for this expressable
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getExpressableJavaTypeDescriptor() - Method in interface org.hibernate.type.BasicType
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.type.ComponentType
 
getExpressableJavaTypeDescriptor() - Method in class org.hibernate.type.CustomType
 
getExpressableJavaTypeDescriptor() - Method in interface org.hibernate.type.descriptor.java.JavaTypedExpressable
 
getExpression() - Method in interface org.hibernate.boot.model.source.spi.DerivedValueSource
Obtain the expression used to derive the value.
getExpression() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
getExpression() - Method in class org.hibernate.metamodel.relational.Formula
 
getExpression() - Method in interface org.hibernate.query.criteria.JpaInPredicate
Return the expression to be tested against the list of values.
getExpression() - Method in interface org.hibernate.query.criteria.JpaOrder
 
getExpression() - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
getExpression() - Method in class org.hibernate.query.results.SqlSelectionImpl
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmCollate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
getExpression() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
The underlying expression.
getExpression() - Method in class org.hibernate.sql.ast.tree.expression.Collate
 
getExpression() - Method in class org.hibernate.sql.ast.tree.expression.Distinct
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmAndPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmOrPredicate
 
getExpressions() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
 
getExpressions() - Method in class org.hibernate.sql.ast.tree.insert.Values
 
getExpressionText() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getExpressionType() - Method in class org.hibernate.query.results.SqlSelectionImpl
 
getExpressionType() - Method in class org.hibernate.query.results.TableGroupImpl
 
getExpressionType() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getExpressionType() - Method in class org.hibernate.query.sqm.tree.expression.Conversion
 
getExpressionType() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
Get the type of the expression
getExpressionType() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Any
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Collate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Distinct
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Duration
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.DurationUnit
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Every
 
getExpressionType() - Method in interface org.hibernate.sql.ast.tree.expression.Expression
The type for this expression
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.ExtractUnit
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.NullnessLiteral
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Star
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
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
Deprecated.
 
getExternalName() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
getExternalName() - Method in enum org.hibernate.metamodel.RepresentationMode
 
getExternalName() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
getExternalName() - Method in enum org.hibernate.secure.spi.PermissibleAction
 
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.
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeDescriptorAdapter
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
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.jdbc.NClobTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
getExtractor(JavaTypeDescriptor) - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharTypeDescriptor
 
getExtraProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getExtraQueryImports() - Method in class org.hibernate.boot.MetadataSources
 
getExtraQueryImports() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
 
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFactory() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the creating SessionFactoryImplementor
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
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DB2Dialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DerbyDialect
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.Dialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.H2Dialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HSQLDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.MySQLDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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.
getFetch() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
getFetch() - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
getFetch() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getFetch() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getFetch() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getFetchableContainer() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
 
getFetchableName() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
 
getFetchableName() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
 
getFetchableName() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
getFetchableName() - Method in interface org.hibernate.sql.results.graph.Fetchable
 
getFetchablePath() - Method in interface org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchDescriptor
 
getFetchablePath() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
 
getFetchablePath() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
 
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
 
getFetchClauseExpression() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getFetchClauseType() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
getFetchClauseType() - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
getFetchClauseType() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getFetchClauseType() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getFetchClauseType() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getFetchClauseTypeForRowNumbering(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
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
getFetchedMapping() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getFetchedMapping() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getFetchedMapping() - Method in interface org.hibernate.sql.results.graph.Fetch
The value mapping being fetched
getFetches() - Method in class org.hibernate.engine.profile.FetchProfile
Getter for property 'fetches'.
getFetches() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetches associated with this profile
getFetches() - Method in interface org.hibernate.query.criteria.JpaFetch
 
getFetches() - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
getFetches() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getFetches() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getFetches() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getFetches() - Method in interface org.hibernate.sql.results.graph.FetchParent
Retrieve the fetches owned by this fetch source.
getFetchExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
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(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
 
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(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFetchMode(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
May this (subclass closure) property be fetched using an SQL outerjoin?
getFetchMode() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getFetchMode() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getFetchMode() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getFetchMode(int) - Method in class org.hibernate.type.AnyType
 
getFetchMode(int) - Method in class org.hibernate.type.ComponentType
 
getFetchMode(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the fetch mode of the indicated component property.
getFetchParent() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getFetchParent() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getFetchParent() - Method in interface org.hibernate.sql.results.graph.Fetch
Obtain the owner of this fetch.
getFetchParentAccess() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getFetchParentInstance() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
getFetchParentInstance() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getFetchParentInstance() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
For an EntityInitializer, the FetchParent reference would be the loading entity instance.
getFetchParentInstance() - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
Access to the fetch's parent instance.
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 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.boot.query.AbstractNamedQueryBuilder
 
getFetchSize() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getFetchSize() - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
getFetchSize() - Method in interface org.hibernate.query.CommonQueryContract
Obtain the JDBC fetch size hint in effect for this query.
getFetchSize() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getFetchSize() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getFetchSize() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getFetchSize() - Method in class org.hibernate.query.spi.AbstractQuery
 
getFetchSize() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getFetchSize() - Method in interface org.hibernate.query.spi.QueryOptions
The fetch size to be applied to the JDBC query.
getFetchSize() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getFetchSize() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getFetchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
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
 
getFetchTiming() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
 
getField() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getFieldJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getFieldName() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
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
 
getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
 
getFilter() - Method in interface org.hibernate.sql.ast.tree.expression.AggregateFunctionExpression
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getFilterAliasGenerator(String) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getFilterAliasGenerator(TableGroup) - 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(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() - 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.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
 
getFilterFragment() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
getFilterJdbcParameters() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getFilterJdbcParameters() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
getFilterJdbcParameters() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
getFilterJdbcParameters() - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
 
getFilterJdbcParameters() - Method in class org.hibernate.sql.exec.spi.NativeJdbcMutation
 
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
 
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
 
getFirstQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
getFirstQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getFirstQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getFirstQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
getFirstQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getFirstQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getFirstResult() - Method in interface org.hibernate.query.hql.spi.NamedHqlQueryMemento
 
getFirstResult() - Method in class org.hibernate.query.spi.AbstractQuery
 
getFirstRow(RowSelection) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Retrieve the indicated first row for pagination
getFirstRow(Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Retrieve the indicated first row for pagination
getFirstRow() - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
getFirstRow() - Method in class org.hibernate.query.Limit
 
getFirstRow() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getFirstRow() - Method in interface org.hibernate.query.spi.QueryOptions
The first row from the results to return
getFirstRow() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getFirstRowJpa() - Method in class org.hibernate.query.Limit
 
getFixture() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
getFixture() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
getFloatPrecision() - Method in class org.hibernate.dialect.DerbyDialect
 
getFloatPrecision() - Method in class org.hibernate.dialect.Dialect
This is the default precision for a generated column mapped to a Java Float or float.
getFloatPrecision() - Method in class org.hibernate.dialect.MySQLDialect
 
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.boot.query.AbstractNamedQueryBuilder
 
getFlushMode() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getFlushMode() - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the flush mode for this session.
getFlushMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getFlushMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getFlushMode() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getFlushMode() - Method in class org.hibernate.query.spi.AbstractQuery
 
getFlushMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getFlushMode() - Method in interface org.hibernate.query.spi.QueryOptions
The flush mode to use for the query execution
getFlushMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getFlushMode() - Method in interface org.hibernate.Session

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.

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
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
 
getForeignKeyDescriptor() - Method in interface org.hibernate.metamodel.mapping.Association
 
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
 
getForeignKeyExporter() - Method in class org.hibernate.dialect.SpannerDialect
 
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(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).
getForeignKeys() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined foreign keys.
getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
Returns the foreignKeyType.
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
 
getFormat() - Method in class org.hibernate.sql.ast.tree.expression.Format
 
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.
getFormulaSources() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
 
getFormulaString() - Method in class org.hibernate.cfg.Ejb3Column
 
getForShare() - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
getForShare() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getForShare() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getForShare() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
getForShare() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
getForShare() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
getForShare() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getForUpdate() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getForUpdate() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getForUpdate() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect.
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list NOWAIT fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateNowaitString() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdatePattern() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
The offset/limit clauses typically must come before the FOR UPDATEish clauses, so we need a way to identify these clauses in the text of the whole query.
getForUpdatePattern() - Method in class org.hibernate.dialect.pagination.DerbyLimitHandler
The offset/fetch clauses must come before the FOR UPDATEish and WITH clauses.
getForUpdatePattern() - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE SKIP LOCKED syntax specific to this dialect.
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() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DerbyDialect
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
Given LockOptions (lockMode, timeout), determine the appropriate for update fragment to use.
getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
Given a lock mode, determine the appropriate for update fragment to use.
getForUpdateString() - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire locks for this dialect.
getForUpdateString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString() - Method in class org.hibernate.dialect.HSQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.SybaseASEDialect
 
getForUpdateWithClause() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getForUpdateWithClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.CockroachDialect
microsecond is the smallest unit for an interval, and the highest precision for a timestamp.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.DB2Dialect
Since we're using seconds_between() and add_seconds(), it makes sense to use seconds as the "native" precision.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.Dialect
The "native" precision for arithmetic with datetimes and day-to-second durations.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.MySQLDialect
microsecond is the smallest unit for timestampadd() and timestampdiff(), and the highest precision for a timestamp.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.OracleDialect
We minimize multiplicative factors by using seconds (with fractional part) as the "native" precision for duration arithmetic.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.PostgreSQLDialect
microsecond is the smallest unit for an interval, and the highest precision for a timestamp, so we could use it as the "native" precision, but it's more convenient to use whole seconds (with the fractional part), since we want to use extract(epoch from ...) in our emulation of timestampdiff().
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.SQLServerDialect
SQL server supports up to 7 decimal digits of fractional second precision in a datetime2, but unfortunately its duration arithmetic functions have a nasty habit of overflowing.
getFragmentSpecs() - Method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
 
getFriendlyName() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.IntegerTypeDescriptor
 
getFriendlyName() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
A "friendly" name for use in logging
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.NClobTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.RealTypeDescriptor
Deprecated.
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.VarcharTypeDescriptor
 
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.
getFromClause() - Method in interface org.hibernate.query.sqm.tree.from.SqmFromClauseContainer
Obtains this container's SqmFromClause.
getFromClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getFromClause() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getFromClauseAccess() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getFromClauseAccess() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getFromClauseAccess() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getFromClauseAccess() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getFromClauseAccess() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getFromClauseIndex() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getFromDual() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getFromDual() - Method in class org.hibernate.dialect.DB2Dialect
 
getFromDual() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.DerbyDialect
 
getFromDual() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.Dialect
Deprecated.
getFromDual() - Method in class org.hibernate.dialect.H2Dialect
 
getFromDual() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.HSQLDialect
 
getFromDual() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.MySQLDialect
 
getFromDual() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.OracleDialect
 
getFromDual() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getFromDual() - Method in class org.hibernate.dialect.sequence.HANASequenceSupport
 
getFromDual() - Method in class org.hibernate.dialect.sequence.OracleSequenceSupport
 
getFromDual() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
 
getFromDual() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
getFromDual() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Some databases require a bit of syntactic noise when there are no tables in the from clause.
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
 
getFullPath() - Method in interface org.hibernate.query.DotIdentifierSequence
 
getFullPath() - Method in class org.hibernate.query.NavigablePath
 
getFunctionDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
getFunctionDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
getFunctionName() - Method in interface org.hibernate.query.criteria.JpaFunction
Retrieve the name of the function.
getFunctionName() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getFunctionName() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
getFunctionName() - Method in interface org.hibernate.sql.ast.tree.expression.FunctionExpression
 
getFunctions() - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
getFunctionsByName() - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
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 class org.hibernate.annotations.CurrentTimestampGeneration
 
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 interface org.hibernate.metamodel.mapping.GeneratedValueResolver
 
getGenerationTiming() - Method in class org.hibernate.metamodel.mapping.InDatabaseGeneratedValueResolver
 
getGenerationTiming() - Method in class org.hibernate.metamodel.mapping.InMemoryGeneratedValueResolver
 
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(Class) - Method in class org.hibernate.mapping.Property
 
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
Deprecated.
Retrieve the getter for the specified property.
getGrammarFileName() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getGrammarFileName() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getGrammarFileName() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getGrammarFileName() - Method in class org.hibernate.grammars.hql.HqlParser
 
getGrammarFileName() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getGrammarFileName() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getGrammarFileName() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getGrammarFileName() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
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
Deprecated.
 
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.
getGroupAlias() - Method in class org.hibernate.query.results.TableGroupImpl
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getGroupAlias() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
If we want to use CTE for TableGroup rendering we will need to know the alias we can use for the group
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getGroupByClauseExpressions() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getGroupByClauseExpressions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getGroupByConstantRenderingStrategy() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getGroupByConstantRenderingStrategy() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getGroupByConstantRenderingStrategy() - Method in class org.hibernate.dialect.DB2Dialect
 
getGroupByConstantRenderingStrategy() - Method in class org.hibernate.dialect.Dialect
Deprecated.
getGroupByConstantRenderingStrategy() - Method in class org.hibernate.dialect.OracleDialect
 
getGroupByConstantRenderingStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getGroupByConstantRenderingStrategy() - Method in class org.hibernate.dialect.SQLServerDialect
 
getGroupBySummarizationRenderingStrategy() - Method in class org.hibernate.dialect.DB2Dialect
 
getGroupBySummarizationRenderingStrategy() - Method in class org.hibernate.dialect.DerbyDialect
 
getGroupBySummarizationRenderingStrategy() - Method in class org.hibernate.dialect.Dialect
Deprecated.
getGroupBySummarizationRenderingStrategy() - Method in class org.hibernate.dialect.MariaDBDialect
 
getGroupBySummarizationRenderingStrategy() - Method in class org.hibernate.dialect.MySQLDialect
 
getGroupBySummarizationRenderingStrategy() - Method in class org.hibernate.dialect.OracleDialect
 
getGroupBySummarizationRenderingStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getGroupBySummarizationRenderingStrategy() - Method in class org.hibernate.dialect.SQLServerDialect
 
getGroupedExpressions() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
getGroupingExpressions() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getGroupingExpressions() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getGroupings() - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
getGroupings() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
 
getGroupList() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
getGroupRestriction() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getGroupRestriction() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
getGroupRestriction() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getGroupRestriction() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object) - Method in class org.hibernate.type.CollectionType
 
getHashCode(Object) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object) - Method in class org.hibernate.type.CustomType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getHashCode(Object) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHavingClausePredicate() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getHavingClauseRestrictions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getHibernateEntityName() - Method in interface org.hibernate.metamodel.model.domain.EntityDomainType
 
getHibernateEntityName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getHibernateFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the current flush mode for this session.
getHibernateFlushMode() - Method in interface org.hibernate.query.CommonQueryContract
Obtain the FlushMode in effect for this query.
getHibernateFlushMode() - Method in class org.hibernate.query.spi.AbstractQuery
 
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
 
getHibernateType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getHibernateType() - Method in class org.hibernate.query.AbstractQueryParameter
 
getHibernateType() - Method in interface org.hibernate.query.QueryParameter
Get the Hibernate Type associated with this parameter, if one.
getHibernateType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
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, Integer, Integer, Integer) - 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
 
getHints() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getHints() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getHints() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getHints() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getHints() - Method in class org.hibernate.query.spi.AbstractQuery
 
getHintsMap() - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
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'.
getHqlEntityReference(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Specialized handling for resolving entity-name references in an HQL query
getHqlQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
getHqlString() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
getHqlString() - Method in interface org.hibernate.boot.query.NamedHqlQueryDefinition
 
getHqlString() - Method in interface org.hibernate.query.hql.spi.NamedHqlQueryMemento
Informational access to the HQL query string
getHqlTranslator() - Method in class org.hibernate.dialect.Dialect
Return an HqlTranslator specific for the Dialect.
getHqlTranslator() - Method in class org.hibernate.query.spi.QueryEngine
 
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
 
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(Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getId() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getId(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getIdByUniqueKey(Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdByUniqueKey(Object, 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.
getIdClassAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getIdClassAttributes() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getIdClassAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getIdClassAttributesSafely() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
A form of AbstractIdentifiableType.getIdClassAttributes() which prefers to return null rather than throw exceptions
getIdClassSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
Retrieve the source information for the IdClass definition
getIdentificationVariable() - Method in class org.hibernate.sql.ast.tree.from.TableReference
 
getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
Get an identifier for the specified details.
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(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the identifier of the given collection entry.
getIdentifier() - Method in class org.hibernate.engine.spi.EntityKey
 
getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getIdentifier() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
 
getIdentifier() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getIdentifier() - Method in class org.hibernate.mapping.IdentifierCollection
 
getIdentifier() - Method in class org.hibernate.mapping.OneToOne
Returns the identifier.
getIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifier() - Method in class org.hibernate.mapping.RootClass
 
getIdentifier() - Method in class org.hibernate.mapping.Subclass
 
getIdentifier(Object) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
getIdentifier() - Method in exception org.hibernate.NonUniqueObjectException
 
getIdentifier(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
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() - 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
 
getIdentifier(Object) - Method in interface org.hibernate.Session
Return the identifier value of the given entity as associated with this session.
getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
 
getIdentifier(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getIdentifier(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
Extract the identifier value from the given entity.
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
 
getIdentifier() - Method in exception org.hibernate.WrongClassException
 
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
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
Deprecated.
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
 
getIdentifierColumnSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getIdentifierDescriptor() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getIdentifierDescriptor() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getIdentifierDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getIdentifierForTableGroup() - Method in class org.hibernate.query.NavigablePath
 
getIdentifierGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the identifierGenerator property.
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
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
 
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
Deprecated.
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.engine.jdbc.env.spi.JdbcEnvironment
Obtain the helper for dealing with identifiers in this environment.
getIdentifierLoadAccess() - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
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
 
getIdentifierMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getIdentifierMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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(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
 
getIdentifierPropertyName() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
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
getIdentifierResult() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
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(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() - 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
Deprecated.
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
 
getIdentifierValue() - Method in class org.hibernate.engine.spi.EntityKey
 
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.CockroachDB1920IdentityColumnSupport
 
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.MySQLIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2390Dialect
Deprecated.
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2iDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2zDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DerbyDialect
 
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.MySQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
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.Oracle12cIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.CockroachDB1920IdentityColumnSupport
 
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.MySQLIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
getIdentitySelectString() - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get the database-specific SQL command to retrieve the last generated IDENTITY value.
getIdentitySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentityTable() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentityTable() - Method in class org.hibernate.mapping.UnionSubclass
 
getIdentityTables() - Method in class org.hibernate.mapping.RootClass
 
getIdGenerationTypeInterpreter() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getIdGenerationTypeInterpreter() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getIdOfOwnerOrNull(Object, 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
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 class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getIdType() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getIdType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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(SharedSessionContractImplementor) - 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 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
Deprecated.
Given the name of an entity class, determine all the class and interface names by which it can be referenced in an HQL query.
getImplementors() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
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
Deprecated.
 
getImportedName(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
getImportedName(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
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(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the index of the given collection entry
getIndex() - Method in class org.hibernate.mapping.IndexedCollection
 
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(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection index columns if this is an indexed collection (optional operation)
getIndexColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection index columns if this is an indexed collection (optional operation), aliased by the given table alias
getIndexConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
 
getIndexConverter() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexConverter() - Method in interface org.hibernate.persister.collection.CollectionPersister
The value converter for index values of this collection (effectively map keys only)
getIndexDefinition() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
 
getIndexDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getIndexDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
 
getIndexedColumns() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
Obtain the columns indexed under this index.
getIndexes(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about indexes defined against the given table.
getIndexes() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined indexes.
getIndexExporter() - Method in class org.hibernate.dialect.Dialect
 
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)
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() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getIndexMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
Deprecated.
 
getIndexPathSource() - Method in interface org.hibernate.metamodel.model.domain.ListPersistentAttribute
 
getIndexPathSource() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getIndexType() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
The collection index type (or null if the collection has no index)
getIndexType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "index" type for a list or map (optional operation)
getIndividualAttributeIdGenerator(String) - Method in interface org.hibernate.boot.model.source.spi.CompositeIdentifierSource
Handle silly SpecJ reading of the JPA spec.
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Dialect
Return the limit that the underlying database places on the number of elements in an IN predicate.
getInExpressionCountLimit() - Method in class org.hibernate.dialect.OracleDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SybaseDialect
 
getInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getInflightQueryPart() - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryPartProcessingState
Get the QueryPart being processed as part of this state.
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() - Method in class org.hibernate.mapping.Table
 
getInitializedInstance() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
getInitializedInstance() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
getInitializedInstance() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
getInitializedInstance() - Method in interface org.hibernate.sql.results.graph.Initializer
 
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
getInitializedPart() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
getInitializedPart() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getInitializedPart() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
getInitializedPart() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getInitializedPart() - Method in interface org.hibernate.sql.results.graph.Initializer
 
getInitializer() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
The initializer responsible for the loading
getInitializers() - Method in interface org.hibernate.sql.results.spi.RowReader
The initializers associated with this reader
getInitializingCollectionDescriptor() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
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.
 
getInsertionTargetPaths() - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
getInsertionTargetPaths() - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
 
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.
getInstantiationTarget() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
getInstantiator() - Method in interface org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
Create a delegate capable of instantiating instances of the represented type.
getInstantiator() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
Create a delegate capable of instantiating instances of the represented type.
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(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 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.
getInterpretationCache() - Method in class org.hibernate.query.spi.QueryEngine
 
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.
getIVersion() - Method in class org.hibernate.dialect.DB2iDialect
 
getJaccPermissions(String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getJaccPermissionsByContextId() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
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.
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.metamodel.model.domain.AbstractDomainType
 
getJavaType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
 
getJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getJavaType() - Method in interface org.hibernate.query.criteria.JpaTupleElement
 
getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getJavaType() - Method in interface org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
For DynamicInstantiationNature.CLASS this will return the Class to be instantiated.
getJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getJavaType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJavaType() - Method in class org.hibernate.type.ComponentType
 
getJavaType() - Method in class org.hibernate.type.CustomType
 
getJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractClassTypeDescriptor
 
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.AbstractClassTypeDescriptor
 
getJavaTypeClass() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Retrieve the Java type handled here.
getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJtd
 
getJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The descriptor for the Java type represented by this expressable type
getJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
getJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
getJavaTypeDescriptor() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getJavaTypeDescriptor() - Method in interface org.hibernate.query.criteria.JpaTupleElement
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJavaTypeDescriptor() - Method in interface org.hibernate.type.BasicType
 
getJavaTypeDescriptor() - Method in class org.hibernate.type.CustomType
 
getJavaTypeDescriptor() - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
getJavaTypeDescriptor() - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
getJavaTypeDescriptor() - Method in class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
 
getJavaTypeDescriptorRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
 
getJavaTypeDescriptorRegistry() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getJavaTypeDescriptorRegistry() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
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 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.
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
todo (6.0) : move to JdbcMapping?
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
getJdbcLiteralFormatter(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharTypeDescriptor
 
getJdbcLockStrategy() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getJdbcMapping() - Method in interface org.hibernate.mapping.BasicValue.Resolution
 
getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.SqlExpressable
Any thing that is expressable at the SQL AST level would be of basic type.
getJdbcMapping() - Method in interface org.hibernate.metamodel.relational.Column
 
getJdbcMapping() - Method in class org.hibernate.metamodel.relational.Formula
 
getJdbcMapping() - Method in class org.hibernate.metamodel.relational.PhysicalColumn
 
getJdbcMapping() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.cte.CteColumn
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Collate
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Distinct
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Format
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getJdbcMapping() - Method in interface org.hibernate.sql.ast.tree.expression.Literal
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
 
getJdbcMapping() - Method in interface org.hibernate.type.BasicType
 
getJdbcMappings() - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
getJdbcMappings() - Method in interface org.hibernate.metamodel.mapping.Bindable
The list of JDBC mappings
getJdbcMappings() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getJdbcMappings() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getJdbcMappings() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getJdbcMappings() - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
The list of JDBC mappings
getJdbcMappings() - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
Obtain the JdbcMappings for the underlying selectable mappings
getJdbcMappings() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getJdbcMappings() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getJdbcMappings() - Method in interface org.hibernate.type.BasicType
 
getJdbcMutationExecutor() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
 
getJdbcParameterBindings() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getJdbcParameters() - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
getJdbcParamsBySqmParam() - Method in interface org.hibernate.query.sqm.spi.JdbcParameterBySqmParameterAccess
The mapping between an SqmParameter and all of its JDBC parameters
getJdbcParamsBySqmParam() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getJdbcParamsBySqmParam() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getJdbcParamsBySqmParam() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.IntegerTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.RealTypeDescriptor
Deprecated.
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.VarcharTypeDescriptor
 
getJdbcResultSetIndex() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
Get the JDBC position (1-based)
getJdbcResultsMetadata() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getJdbcScrollableResultSetEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getJdbcSelectExecutor() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Access the executor for JdbcSelect operations
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
 
getJdbcServices() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.AbstractDelegatingWrapperOptions
 
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
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getJdbcTypeCode() - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
getJdbcTypeCode() - Method in interface org.hibernate.procedure.FunctionReturn
 
getJdbcTypeCode() - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeDescriptorAdapter
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BinaryTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.CharTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.IntegerTypeDescriptor
 
getJdbcTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
Return the JDBC type code used when interacting with JDBC APIs.
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarbinaryTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NCharTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NClobTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NumericTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.RealTypeDescriptor
Deprecated.
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarcharTypeDescriptor
 
getJdbcTypeCode() - Method in interface org.hibernate.type.SingleColumnType
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.Bindable
The number of JDBC mappings
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
The number of JDBC mappings
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
The number of selectables
getJdbcTypeCount() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getJdbcTypeCount() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getJdbcTypeCount() - Method in interface org.hibernate.type.BasicType
 
getJdbcTypeDescriptor() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The JavaTypeDescriptor for the relational value as part of the relational model (its JDBC representation)
getJdbcTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The descriptor for the SQL type represented by this expressable type
getJdbcTypeDescriptor() - Method in interface org.hibernate.metamodel.model.domain.AllowableOutputParameterType
Descriptor for the SQL type mapped by this type.
getJdbcTypeDescriptor() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getJdbcTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJdbcTypeDescriptor() - Method in class org.hibernate.type.ComponentType
 
getJdbcTypeDescriptor() - Method in class org.hibernate.type.CustomType
 
getJdbcTypeDescriptor() - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
getJdbcTypeDescriptor() - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
getJdbcTypeDescriptorRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getJdbcValue(SqlSelection) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Retrieve the value corresponding to the given SqlSelection as part of the "current JDBC row".
getJdbcValue(int) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Retrieve the value corresponding to the given index as part of the "current JDBC row".
getJdbcValueBinder() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The strategy for binding values of this expressable type to JDBC PreparedStatements, CallableStatements, etc
getJdbcValueBinder() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getJdbcValueBinder() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJdbcValueBinder() - Method in interface org.hibernate.type.BasicType
 
getJdbcValueBinder() - Method in class org.hibernate.type.CustomType
 
getJdbcValueExtractor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The strategy for extracting values of this expressable type from JDBC ResultSets, CallableStatements, etc
getJdbcValueExtractor() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getJdbcValueExtractor() - Method in class org.hibernate.query.results.SqlSelectionImpl
 
getJdbcValueExtractor() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
Get the extractor that can be used to extract JDBC values for this selection
getJdbcValueExtractor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJdbcValueExtractor() - Method in interface org.hibernate.type.BasicType
 
getJdbcValueExtractor() - Method in class org.hibernate.type.CustomType
 
getJdbcValuesMappingProducer() - Method in interface org.hibernate.sql.exec.spi.JdbcAnonBlock
Retrieve the "result set mappings" for processing any ResultSets returned from the JDBC call.
getJdbcValuesMappingProducer() - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
getJdbcValuesSourceProcessingState() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Access to the state related to the overall processing of the results.
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.tuple.component.CompositeBasedAssociationAttribute
 
getJoinable() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
 
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.
getJoinedGroup() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getJoinedNode() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getJoinedNode() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
 
getJoinedNode() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
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.
getJoinedTableReference() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
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
 
getJoinPredicate() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getJoinPredicate() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
getJoinPredicate() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getJoinPredicate() - Method in interface org.hibernate.query.sqm.tree.from.SqmQualifiedJoin
Obtain the join predicate
getJoins(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getJoinType() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getJoinType() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
 
getJoinType() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
getJoinTypeValue() - Method in enum org.hibernate.sql.JoinType
 
getJpaAttributeConverterDescriptor() - Method in class org.hibernate.mapping.SimpleValue
 
getJpaCallbackClasses() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Access to the sources describing JPA lifecycle callbacks.
getJpaClassification() - Method in enum org.hibernate.metamodel.AttributeClassification
 
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.metamodel.mapping.ordering.TranslationContext
 
getJpaCompliance() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
getJpaCompliance() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
getJpaCriteriaParameter() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getJpaCriteriaParamResolutions() - Method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
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
 
getJpaMetamodel() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getJpaMetamodel() - Method in interface org.hibernate.metamodel.RuntimeMetamodels
Access to the JPA / domain metamodel
getJpaMetamodel() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
Access to the domain model metadata
getJpaRetrieveMode() - Method in enum org.hibernate.CacheMode
 
getJpaStoreMode() - Method in enum org.hibernate.CacheMode
 
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
 
getKey() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
The collection key.
getKeyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getKeyClosureIterator() - Method in class org.hibernate.mapping.RootClass
 
getKeyClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getKeyColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's key column aliases, based on the given suffix.
getKeyColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getKeyColumnNames() - Method in interface org.hibernate.persister.entity.Joinable
The columns to join on
getKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getKeyDefinition() - Method in class org.hibernate.mapping.ForeignKey
 
getKeyDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getKeyIterator(MKV) - Method in interface org.hibernate.collection.spi.MapSemantics
 
getKeyMapping() - Method in class org.hibernate.mapping.Any
 
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
getKeyPart() - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
 
getKeyPart() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getKeyPathSource() - Method in interface org.hibernate.metamodel.model.domain.MapPersistentAttribute
 
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
 
getKeySide() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
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.AttributeNode
 
getKeySubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getKeySubgraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getKeyTable() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getKeyTargetMatchPart() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
The model sub-part relative to the associated entity type that is the target of this association's foreign-key
getKeyType() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
The collection key type
getKeyType() - Method in interface org.hibernate.metamodel.model.domain.AnyMappingDomainType
 
getKeyType() - Method in interface org.hibernate.metamodel.model.domain.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)
getKeyValue() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
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
getKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
getKind() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
 
getLabel() - Method in class org.hibernate.param.PositionalParameterSpecification
 
getLastQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
getLastQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getLastQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getLastQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
getLastQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getLastQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
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
 
getLeftHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
getLeftHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
getLeftHandExpression(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getLeftHandExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
getLeftHandOperand() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
Get the left-hand operand.
getLeftHandOperand() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
Get the left-hand operand.
getLeftHandPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmAndPredicate
 
getLeftHandPredicate() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmJunctivePredicate
 
getLeftHandPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmOrPredicate
 
getLegacyEntityMode() - Method in enum org.hibernate.metamodel.RepresentationMode
Deprecated.
EntityMode is deprecated itself
getLegacyFetchResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getLegacyName() - Method in enum org.hibernate.loader.ast.spi.CascadingFetchProfile
 
getLegacyResolvedBasicType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The BasicType resolved using the pre-6.0 rules.
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 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
 
getLength() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getLength() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getLhs() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
getLhs() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
getLhs() - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
getLhs() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
 
getLhs() - Method in interface org.hibernate.query.criteria.JpaPath
The source (think "left hand side") of this path
getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
getLhs() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Get the left-hand side of this path - may be null, indicating a root, cross-join or entity-join
getLhs() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getLhs() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
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
 
getLimit() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getLimit() - Method in interface org.hibernate.query.spi.QueryOptions
The limit to the query results.
getLimit() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getLimit() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getLimit() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getLimitHandler() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getLimitHandler() - Method in class org.hibernate.dialect.CockroachDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2390Dialect
Deprecated.
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2iDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2zDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DerbyDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Dialect
Returns a LimitHandler that implements support for Query.setMaxResults(int) and Query.setFirstResult(int) for this dialect.
getLimitHandler() - Method in class org.hibernate.dialect.H2Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.HSQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.MySQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.OracleDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SpannerDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SQLServerDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getLimitParameter() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
getLimitString(String, int, int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
getLimitString(String, boolean) - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
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 class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getList(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getList(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getList(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
getListExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
getListExpressions() - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
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.
getListIndexBase() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
 
getLiteral() - Method in class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
 
getLiteralPrefix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getLiteralSuffix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getLiteralValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
getLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getLiteralValue() - Method in interface org.hibernate.sql.ast.tree.expression.Literal
 
getLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
getLoadable() - Method in interface org.hibernate.loader.ast.spi.CollectionLoader
 
getLoadable() - Method in interface org.hibernate.loader.ast.spi.Loader
The value-mapping loaded by this loader
getLoadable() - Method in interface org.hibernate.loader.ast.spi.MultiIdEntityLoader
 
getLoadable() - Method in interface org.hibernate.loader.ast.spi.SingleEntityLoader
 
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
 
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
 
getLoadingJdbcParameterBindings() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getLoadingJdbcParameters() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getLoadingSqlAst() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getLoadJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
The Java type descriptor for the type returned when the entity is loaded
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.query.sqm.sql.BaseSqmToSqlAstConverter
 
getLoadQueryInfluencers() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
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.jdbc.LobTypeMappings
 
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() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
getLobCreator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLobCreator(Session) - 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(SessionImplementor) - Static method in class org.hibernate.Hibernate
Obtain a lob creator for the given session.
getLobCreator() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Obtain access to the LobCreator
getLobCreatorBuilder() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Retrieve the delegate for building LobCreator instances.
getLobHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLobHelper() - Method in interface org.hibernate.Session
Retrieve this session's helper/delegate for creating LOB instances.
getLobMergeStrategy() - Method in class org.hibernate.dialect.Dialect
 
getLobMultiplier() - Method in class org.hibernate.engine.jdbc.Size
 
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.
getLocalName() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getLocalName() - Method in interface org.hibernate.query.DotIdentifierSequence
 
getLocalName() - Method in class org.hibernate.query.EntityIdentifierNavigablePath
 
getLocalName() - Method in class org.hibernate.query.NavigablePath
 
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.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.HSQLDialect
For HSQLDB 2.0, this is a copy of the base class implementation.
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.SpannerDialect
 
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(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
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(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.LockOptions
Retrieve the overall lock mode in effect for this set of options.
getLockMode() - Method in class org.hibernate.query.spi.AbstractQuery
 
getLockMode() - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
getLockMode() - Method in interface org.hibernate.Session.LockRequest
Get the lock mode.
getLockMode() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
getLockMode() - Method in class org.hibernate.sql.Select
Deprecated.
Instead use getLockOptions
getLockOptions() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getLockOptions() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
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.access.BaseNaturalIdLoadAccessImpl
 
getLockOptions() - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
getLockOptions() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
Specify the lock options applied during loading.
getLockOptions() - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoadOptions
The locking options for the loaded entity
getLockOptions() - Method in interface org.hibernate.query.hql.spi.NamedHqlQueryMemento
 
getLockOptions() - Method in interface org.hibernate.query.Query
Obtains the LockOptions in effect for this query.
getLockOptions() - Method in class org.hibernate.query.spi.AbstractQuery
 
getLockOptions() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getLockOptions() - Method in interface org.hibernate.query.spi.QueryOptions
Describes the locking to apply to the query results
getLockOptions() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getLockOptions() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getLockOptions() - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
getLockOptions() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getLockOptions() - Method in class org.hibernate.sql.Select
Get the current lock options
getLockRowIdentifier(LockMode) - Method in class org.hibernate.dialect.Dialect
 
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
 
getLockStrategy() - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
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
 
getLogicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalColumnName() - Method in class org.hibernate.cfg.Ejb3Column
 
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
 
getLongSqlLength() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
The default column length when this Java type is mapped to a column of type Types.LONGVARCHAR or Types.LONGVARBINARY.
getLongVarcharVariantCode() - Method in enum org.hibernate.dialect.NationalizationSupport
 
getLoTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
 
getLowerBound() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
getLowerBound() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
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
getMagnitude() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
getMagnitude() - Method in class org.hibernate.sql.ast.tree.expression.Duration
 
getManagedBeanRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
 
getManagedBeanRegistry() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getManagedBeanRegistry() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getManagedClassNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getManagedFlushChecker() - Method in interface org.hibernate.engine.spi.SessionOwner
Deprecated.
 
getManagedResources() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
 
getManagedType() - Method in interface org.hibernate.query.criteria.JpaPathSource
Deprecated.
 
getManagedType() - Method in interface org.hibernate.query.criteria.JpaRoot
 
getManagedType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getManagedType() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getManagedTypeRepresentationResolver() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getManagedTypes() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
getManagementBean() - Method in interface org.hibernate.service.spi.Manageable
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
Get the domain name to be used in registering the management bean.
getManagementServiceType() - Method in interface org.hibernate.service.spi.Manageable
Allows the service to specify a special 'serviceType' portion of the object name.
getManyToAny() - Method in class org.hibernate.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(TableGroup, Map<String, Filter>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getManyToManyFilterFragment(TableGroup, Map<String, Filter>) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getManyToManyFilters() - Method in class org.hibernate.mapping.Collection
 
getManyToManyOrderByFragment() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
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(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getMap(String, Class<K>, Class<V>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getMap(String, Class<K>, Class<V>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getMap(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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.
getMapPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
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.mapping.OneToOne
 
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
Deprecated.
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
Deprecated.
Return the pojo class managed by this tuplizer.
getMappedFetchOptions() - Method in interface org.hibernate.sql.results.graph.Fetchable
 
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.
getMappedJavaTypeDescriptor() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getMappedJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getMappedJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getMappedJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.MappingType
 
getMappedJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
The Java type descriptor for the concrete type.
getMappedJavaTypeDescriptor() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedJavaTypeDescriptor() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getMappedJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getMappedJavaTypeDescriptor() - Method in interface org.hibernate.type.BasicType
 
getMappedJavaTypeDescriptor() - Method in class org.hibernate.type.CustomType
 
getMappedSuperclass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the mappedSuperclass property.
getMappedSuperclass(Class) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getMappedSuperclass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedSuperclass() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Get the class that this class is mapped as a subclass of - not necessarily the direct superclass
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
 
getMappedType() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getMappedType() - Method in interface org.hibernate.metamodel.mapping.ValueMapping
Descriptor for the type of this mapping
getMappedType() - Method in interface org.hibernate.type.BasicType
 
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
 
getMappingMetamodel() - Method in interface org.hibernate.metamodel.RuntimeMetamodels
Access to the relational-mapping model
getMappingModelExpressable(SqmToSqlAstConverter, AllowableFunctionReturnType<?>) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getMappingReferences() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getMappingType() - Method in interface org.hibernate.metamodel.mapping.MappingTypedModelPart
 
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.
getMatchExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
getMatchExpression() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
getMaterialization() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getMaterialization() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
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?

The maximum here should account for the fact that Hibernate often needs to append "uniqueing" information to the end of generated aliases.

getMaxAliasLength() - Method in class org.hibernate.dialect.OracleDialect
 
getMaxAliasLength() - Method in class org.hibernate.dialect.SybaseASEDialect
 
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.
 
getMaximumFetchDepth() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getMaximumFetchDepth() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
 
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).
getMaxOrLimit(Limit) - 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 interface org.hibernate.query.hql.spi.NamedHqlQueryMemento
 
getMaxResults() - Method in class org.hibernate.query.spi.AbstractQuery
 
getMaxRows() - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
getMaxRows() - Method in class org.hibernate.query.Limit
 
getMaxRows() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getMaxRows() - Method in interface org.hibernate.query.spi.QueryOptions
The maximum number of rows to return from the results
getMaxRows() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getMaxRows(SelectStatement, JdbcParameterBindings, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getMaxRows() - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
getMaxRowsJpa() - Method in class org.hibernate.query.Limit
 
getMaxValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted maximum value defined for the sequence.
getMaxVarcharLen() - Method in class org.hibernate.dialect.MariaDBDialect
 
getMaxVarcharLen() - Method in class org.hibernate.dialect.MySQLDialect
 
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.metamodel.spi.RuntimeModelCreationContext
 
getMetadata() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getMetadataBuilder() - Method in class org.hibernate.boot.MetadataSources
Get a builder for metadata where non-default options can be specified.
getMetadataBuilder(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
Deprecated.
getMetadataBuilder(MetadataSources, MetadataBuilderImplementor) - Method in interface org.hibernate.boot.spi.MetadataBuilderFactory
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.
getMetaMapping() - Method in class org.hibernate.mapping.Any
 
getMetamodel() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getMetamodel() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getMetamodel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getMetamodel() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Deprecated.
 
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.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.metamodel.spi.ManagedTypeRepresentationStrategy
 
getMode() - Method in interface org.hibernate.query.procedure.ProcedureParameter
Retrieves the parameter "mode".
getModel() - Method in interface org.hibernate.query.criteria.JpaEntityJoin
 
getModel() - Method in interface org.hibernate.query.criteria.JpaRoot
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getModelPart() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Side
 
getModelPart() - Method in class org.hibernate.query.results.TableGroupImpl
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getModelPart() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getModeNames() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getModeNames() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getModeNames() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getModeNames() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getModes(Object) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
 
getModifier() - Method in class org.hibernate.query.sqm.tree.expression.SqmRestrictedSubQueryExpression
 
getMostSignificantBits() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
getMultiNaturalIdLoader() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Access to performing multi-value natural-id database selection.
getMultiNaturalIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMultiNaturalIdLoader() - Method in interface org.hibernate.persister.entity.EntityPersister
 
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 interface org.hibernate.mapping.BasicValue.Resolution
The resolved MutabilityPlan
getMutabilityPlan() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
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.AbstractClassTypeDescriptor
 
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
 
getMySQLVersion() - Method in class org.hibernate.dialect.MySQLDialect
 
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.boot.query.AbstractNamedQueryBuilder
 
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 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.spi.SessionFactoryDelegatingImpl
 
getName() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Access to the name (if one) assigned to the SessionFactory
getName() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
getName() - Method in interface org.hibernate.Filter
Get the name of this filter.
getName() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The name of the database structure (table or sequence).
getName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getName() - Method in class org.hibernate.id.enhanced.TableStructure
 
getName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the persistence unit name,
getName() - Method in class org.hibernate.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 enum org.hibernate.metamodel.mapping.CollectionPart.Nature
 
getName() - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
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 class org.hibernate.query.AbstractQueryParameter
 
getName() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getName() - Method in interface org.hibernate.query.named.NamedResultSetMappingMemento
The name associated with this memento
getName() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getName() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
Function name accessor
getName() - Method in interface org.hibernate.query.sqm.SqmJoinable
 
getName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getName() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getName() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getName() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getName() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
getName() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
If this represents a named parameter, return that parameter name; otherwise return null.
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.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.JavaObjectType
 
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.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 class org.hibernate.type.ZoneOffsetType
 
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
 
getNamedHqlQueryMapping(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named query metadata by name.
getNamedHqlQueryMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
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, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedNativeQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getNamedNativeQuery(String, String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getNamedNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
Get a NativeQuery instance for a named native SQL query
getNamedNativeQuery(String, 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
 
getNamedNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getNamedNativeQueryMapping(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named SQL query metadata.
getNamedNativeQueryMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedObjectRepository() - Method in class org.hibernate.query.spi.QueryEngine
 
getNamedParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
getNamedParameterNames() - Method in interface org.hibernate.query.ParameterMetadata
Return the names of all named parameters of the query.
getNamedParameters() - Method in class org.hibernate.engine.spi.QueryParameters
 
getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Gets a ProcedureCall based on a named template
getNamedProcedureCallMap() - Method in class org.hibernate.cfg.Configuration
 
getNamedProcedureCallMapping(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named procedure metadata.
getNamedProcedureCallMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
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 interface org.hibernate.engine.spi.SessionImplementor
 
getNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a Query instance for the named query.
getNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getNamedQuery(String) - Method in interface org.hibernate.SharedSessionContract
 
getNamedSQLQueries() - Method in class org.hibernate.cfg.Configuration
 
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.Dialect
By default interpret this based on DatabaseMetaData.
getNameQualifierSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getNameQualifierSupport() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the level of support for qualified names.
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.
getNationalizationSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.DerbyDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.Dialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.MariaDBDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.SybaseDialect
 
getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Dialect
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.CockroachDialect
 
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Dialect
Resolves the native generation strategy associated to this dialect.
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.OracleDialect
 
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNativeQueryInterpreter() - Method in class org.hibernate.query.spi.QueryEngine
 
getNativeQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
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
getNaturalIdAttributes() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
The attribute(s) making up the natural-id.
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
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
Deprecated.
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(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdentifierSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the current state of the natural-id properties from the database.
getNaturalIdLoader() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Access to performing natural-id database selection.
getNaturalIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdLoader() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getNaturalIdMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getNaturalIdMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
getNaturalIdResolutions() - Method in interface org.hibernate.engine.spi.PersistenceContext
Access to the natural-id helper for this persistence context
getNaturalIdSnapshot(Object, 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
getNaturalIdValue() - Method in interface org.hibernate.engine.spi.Resolution
 
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
 
getNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
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 interface org.hibernate.metamodel.mapping.CollectionPart
 
getNature() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Side
 
getNature() - Method in interface org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
Retrieves the enum describing the nature of this target.
getNature() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
getNavigableName() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getNavigablePath() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
 
getNavigablePath() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
getNavigablePath() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
getNavigablePath() - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
getNavigablePath() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
 
getNavigablePath() - Method in interface org.hibernate.query.criteria.JpaPath
Get this path's NavigablePath
getNavigablePath() - Method in interface org.hibernate.query.named.ModelPartReferenceMemento
Path to the memento, relative to the result roots
getNavigablePath() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getNavigablePath() - Method in interface org.hibernate.query.results.complete.ModelPartReference
 
getNavigablePath() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getNavigablePath() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getNavigablePath() - Method in class org.hibernate.query.results.TableGroupImpl
 
getNavigablePath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getNavigablePath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
getNavigablePath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
getNavigablePath() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
getNavigablePath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Returns the NavigablePath.
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getNavigablePath() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
The NavigablePath for this node (if one!).
getNavigablePath() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.Fetch
Get the property path to this fetch
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.FetchParent
Get the property path to this parent
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.Initializer
 
getNavigableRole() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
The NavigableRole of the thing to be cached
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getNavigableRole() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
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
 
getNClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.jdbc.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.CockroachDialect
 
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.PostgreSQLDialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.SQLServerDialect
 
getNoCycleValue() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getNoCycleValue() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
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
getNodeBuilder() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
 
getNodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getNodeJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getNodeJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getNodeJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
The Java type descriptor for this node.
getNodeType() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
This node's type is its "referenced path source"
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedPath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
The expression's type.
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
 
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.persister.entity.AbstractEntityPersister
 
getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
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.
getNonSelectQueryPlan(QueryInterpretationCache.Key) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
getNonSelectQueryPlan(QueryPlanCache.Key) - Method in interface org.hibernate.query.spi.QueryPlanCache
 
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.DerbyDialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
todo (6.0): Remove
getNotExpression(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getNotExpression(String) - Method in class org.hibernate.dialect.OracleDialect
 
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.
getNoWait() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.Dialect
The keyword used to specify a nullable column.
getNullColumnString(String) - Method in class org.hibernate.dialect.Dialect
The keyword used to specify a nullable column.
getNullColumnString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getNullColumnString() - Method in class org.hibernate.dialect.SybaseDialect
 
getNullifiableEntityKeys() - Method in interface org.hibernate.engine.spi.PersistenceContext
getNullOrdering() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getNullOrdering() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getNullOrdering() - Method in class org.hibernate.dialect.CockroachDialect
 
getNullOrdering() - Method in class org.hibernate.dialect.Dialect
Returns the ordering of null.
getNullOrdering() - Method in class org.hibernate.dialect.H2Dialect
 
getNullOrdering() - Method in class org.hibernate.dialect.HSQLDialect
 
getNullOrdering() - Method in class org.hibernate.dialect.MySQLDialect
 
getNullPrecedence() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
getNullPrecedence() - Method in interface org.hibernate.query.criteria.JpaOrder
The precedence for nulls for this order element
getNullPrecedence() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
getNullPrecedence() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
getNullPrecedence() - Method in class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
 
getNullPrecedence() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
 
getNullValue() - Method in interface org.hibernate.mapping.KeyValue
 
getNullValue() - Method in class org.hibernate.mapping.SimpleValue
 
getNumberOfAttributeMappings() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getNumberOfAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getNumberOfAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Get the number of attributes defined on this class and any supers
getNumberOfAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNumberOfCachedHqlInterpretations() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
getNumberOfCachedQueryPlans() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
getNumberOfCollectionsProcessed() - Method in class org.hibernate.event.spi.FlushEvent
 
getNumberOfDeclaredAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Get the number of attributes defined on this class - do not access attributes defined on the super
getNumberOfDeclaredAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNumberOfEntitiesProcessed() - Method in class org.hibernate.event.spi.FlushEvent
 
getNumberOfFetchables() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getNumberOfFetchables() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getNumberOfFetchables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNumberOfFetchables() - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
getNumberOfManagedEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
getNumberOfProcessedSelections() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getNumberOfResultBuilders() - Method in interface org.hibernate.query.results.ResultSetMapping
 
getNumberOfResultBuilders() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
getNumberOfRoots() - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
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
 
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
 
getOccurrenceOrderedParameters() - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
Access to the defined parameters in the order they were encountered, potentially including "duplicate references" to a single parameter
getOffset() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
getOffset() - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
getOffset() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getOffset() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getOffset() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getOffsetClauseExpression() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getOffsetExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getOffsetFetchClauseMode(QueryPart) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
getOffsetParameter() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.
getOn() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.AnyType
 
getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - 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, 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) - Method in class org.hibernate.type.CollectionType
 
getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - 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.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.
getOperand() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
getOperand() - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
getOperation() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
getOperator() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
Get the operator
getOperator() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
getOperator() - Method in class org.hibernate.query.sqm.tree.predicate.SqmAndPredicate
 
getOperator() - Method in class org.hibernate.query.sqm.tree.predicate.SqmOrPredicate
 
getOperator() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
Get the operation
getOperator() - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
getOperator() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
getOperatorChar() - Method in enum org.hibernate.query.UnaryArithmeticOperator
 
getOperatorSqlText() - Method in enum org.hibernate.query.BinaryArithmeticOperator
 
getOperatorSqlTextString() - Method in enum org.hibernate.query.BinaryArithmeticOperator
 
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
 
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.mapping.Collection
 
getOrderByClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getOrderByFragment() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getOrderByValue() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
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
 
getOrderList() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
getOrdinalParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
getOrdinalParameterLabels() - Method in interface org.hibernate.query.ParameterMetadata
 
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
 
getOriginalPropertyOrder() - Method in class org.hibernate.type.ComponentType
 
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)
getOtherwise() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
getOtherwise() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
getOtherwise() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
getOtherwise() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
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(ProcedureParameter<T>) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the parameter's registration memento.
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(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.
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.mapping.Collection
 
getOwner() - Method in class org.hibernate.mapping.Component
 
getOwnerAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
Retrieve the alias of the owner of this fetched association.
getOwnerAlias() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
 
getOwnerAlias() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
getOwnerEntityName() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
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
 
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.
getOwnerTableGroup() - Method in class org.hibernate.engine.spi.SubselectFetch
 
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.
getParameter(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameter(String, Class<T>) - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameter(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameter(int, Class<T>) - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameterBinder() - Method in interface org.hibernate.sql.ast.tree.expression.JdbcParameter
 
getParameterBinders() - Method in interface org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
 
getParameterBinders() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getParameterBinders() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
getParameterBinders() - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
Get the list of parameter binders for the generated PreparedStatement
getParameterBinders() - Method in class org.hibernate.sql.exec.spi.NativeJdbcMutation
 
getParameterBindings() - Method in interface org.hibernate.query.spi.QueryImplementor
 
getParameterBindValue(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getParameterCount() - Method in interface org.hibernate.query.ParameterMetadata
The total number of registered parameters.
getParameterMementos() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getParameterMetadata() - Method in interface org.hibernate.query.hql.spi.HqlQueryImplementor
 
getParameterMetadata() - Method in interface org.hibernate.query.Query
Access to information about query parameters.
getParameterMetadata() - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameterMetadata() - Method in interface org.hibernate.query.spi.HqlInterpretation
 
getParameterMetadata() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
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
 
getParameters() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
getParameters() - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getParameterStrategy() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getParameterStrategy() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
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.
getParameterType() - Method in class org.hibernate.query.AbstractQueryParameter
 
getParameterType() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getParameterType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getParameterType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getParameterTypes() - Method in class org.hibernate.engine.spi.FilterDefinition
 
getParameterTypes() - Method in interface org.hibernate.query.hql.spi.NamedHqlQueryMemento
 
getParameterValue(Parameter<T>) - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameterValue(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameterValue(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
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.query.DotIdentifierSequence
 
getParent() - Method in class org.hibernate.query.NavigablePath
 
getParent() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getParent() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
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
 
getParentInjectionAttributePropertyAccess() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getParentKey() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getParentKey() - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
 
getParentPath() - Method in interface org.hibernate.query.criteria.JpaPath
 
getParentPath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getParentProcessingState() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
The parent processing state.
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.
getParentState() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getParentState() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.CollectionPart
 
getPartName() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
 
getPartName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPath() - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
getPath(PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.BinderHelper
 
getPath() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPath() - Method in exception org.hibernate.InvalidMappingException
 
getPathName() - Method in interface org.hibernate.query.sqm.SqmPathSource
The name of this thing.
getPathName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getPathRegistry() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
SqmPathRegistry associated with this state.
getPattern() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
getPattern() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
getPermissibleAction() - Method in class org.hibernate.secure.spi.GrantedPermission
 
getPermissionDeclarations() - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
 
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.
getPersistenceContext() - Method in class org.hibernate.sql.results.spi.LoadContexts
Retrieves the persistence context to which this is bound.
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
 
getPersistenceType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getPersistenceType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getPersistenceType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getPersistenceType() - Method in class org.hibernate.type.ComponentType
 
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
 
getPersistentCollectionRepresentationResolver() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
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
 
getPhysicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalConnection() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Exposes access to the "real" Connection.
getPhysicalConnectionHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getPhysicalJdbcTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Access to the current underlying JDBC transaction
getPhysicalName() - Method in class org.hibernate.boot.model.relational.Namespace
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.model.relational.Database
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getPhysicalNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getPhysicalTableName(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalTableName(String) - 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() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
getPluralAttribute() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
getPluralAttribute() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
getPluralAttributeDescriptor() - Method in interface org.hibernate.query.named.ModelPartResultMementoCollection
 
getPluralAttributeMapping(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
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
getPluralAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getPluralAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getPluralDomainPath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
getPluralPath() - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
getPluralPath() - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
getPluralPath() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
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.query.AbstractQueryParameter
 
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getPosition() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
If this represents a positional parameter, return that parameter position; otherwise return null.
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
getPosition() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
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
 
getPostLoadEvent() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
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
 
getPrecision() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getPrecision() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
getPrecision() - Method in interface org.hibernate.type.descriptor.java.TemporalJavaTypeDescriptor
The precision represented by this type
getPrecision() - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
getPredicate() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
 
getPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getPredicate() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
getPredicates() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.DerbyDialect
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.Dialect
The JDBC type code to use for mapping properties of Java type boolean.
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.MySQLDialect
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.OracleDialect
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.mapping.BasicValue
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.query.spi.QueryEngine
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators
When mapping a boolean type to the database what is the preferred SQL type code to use?

Specifically names the key into the JdbcTypeDescriptorRegistry.

getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Get the JDBC type code used to bind a null boolean value
getPreLoadEvent() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
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
 
getPreviousContext() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
 
getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
 
getPrimaryKey() - Method in class org.hibernate.mapping.Table
 
getPrimaryKey(TableInformationImpl) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about the given table's primary key.
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).
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
 
getPrimaryTableReference() - Method in class org.hibernate.query.results.TableGroupImpl
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
getPrimaryTableReference() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
getPrimitiveArrayClass() - Method in interface org.hibernate.type.descriptor.java.spi.Primitive
Get the Java type that describes an array of this type's primitive variant.
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.descriptor.java.BooleanTypeDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
getPrimitiveClass() - Method in interface org.hibernate.type.descriptor.java.spi.Primitive
Retrieve the primitive counterpart to the wrapper type identified by this descriptor
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 interface org.hibernate.boot.query.NamedProcedureCallDefinition
The name of the underlying database procedure or function name
getProcedureName() - Method in interface org.hibernate.procedure.ProcedureCall
Get the name of the stored procedure (or function) to be called.
getProcessingOptions() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getProcessingQuery() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
Access to the query currently being processed.
getProcessingQuery() - Method in interface org.hibernate.query.hql.spi.SqmQuerySpecCreationProcessingState
 
getProcessingStateStack() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
Access to the stack of current creation processing state.
getProcessingStateStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getProperties() - Method in class org.hibernate.cfg.Configuration
Get all properties
getProperties() - Static method in class org.hibernate.cfg.Environment
Return System properties, extended by any properties specified in hibernate.properties.
getProperties() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getProperties() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getProperties() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getProperties() - Method in class org.hibernate.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(String) - Method in class org.hibernate.cfg.Configuration
Get a property value by name
getProperty() - Method in interface org.hibernate.cfg.PropertyData
Return the Hibernate mapping property
getProperty() - Method in class org.hibernate.cfg.PropertyInferredData
 
getProperty() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getProperty() - Method in class org.hibernate.cfg.WrappedInferredData
 
getProperty() - 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(String) - Method in class org.hibernate.mapping.Component
 
getProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getProperty(int) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getProperty(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
The getter/setter access to this attribute
getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.PropertyBasedMapping
 
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(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
 
getPropertyAccessStrategy() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Access to the PropertyAccessStrategy that created this PropertyAccess
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).
getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyAnnotatedWithMapsId(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyBase() - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
getPropertyBase() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getPropertyCascadeStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyCascadeStyles() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cascade styles of the properties (optional operation)
getPropertyCheckability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyCheckability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "checkability" of the properties of this class (is the property dirty checked, does the cache need to be updated)
getPropertyCheckability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyClass() - Method in interface org.hibernate.cfg.PropertyData
Return the class itself
getPropertyClass() - Method in class org.hibernate.cfg.PropertyInferredData
 
getPropertyClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getPropertyClass() - Method in class org.hibernate.cfg.WrappedInferredData
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.RootClass
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.Subclass
 
getPropertyClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosureSpan() - Method in class org.hibernate.mapping.Subclass
 
getPropertyColumnInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Get the column names for the given property path
getPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set column names mapped for this property (properties of this class, only).
getPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the column names for the given property path
getPropertyColumnSpan(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnUpdateable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnWriters(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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 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
Deprecated.
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
 
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.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
 
getPropertyNames() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Get the name of all properties.
getPropertyNames() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
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 interface org.hibernate.type.CompositeType
Get the names of the component properties
getPropertyNullability() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
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 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.
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.
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
Deprecated.
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
Deprecated.
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
 
getPropertyUniqueness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Which properties appear in the SQL update? (Initialized, updateable ones!)
getPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyUpdateability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "updateability" of the properties of this class (does the property appear in an SQL UPDATE)
getPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyUpdateGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
no simple, direct replacement
getPropertyUpdateGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
Replaced internally with InMemoryValueGenerationStrategy / InDatabaseValueGenerationStrategy
getPropertyValue(Object, String) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the value of a particular (named) property
getPropertyValue(Object, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
getPropertyValue(Object, String) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
getPropertyValue(Object, int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
 
getPropertyValue(Object, int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValue(Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getPropertyValue(Object, String) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
Extract the value of a particular property from the given entity.
getPropertyValue(Object, int) - Method in interface org.hibernate.tuple.Tuplizer
Deprecated.
Extract the value of a particular property from the given entity.
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, EntityMode) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
Extract a particular component property value indicated by index.
getPropertyValueGenerationStrategies() - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Get the value of all properties from the given entity
getPropertyValues() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getPropertyValues(Object) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
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
Deprecated.
Extract the current values contained on the given entity.
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.ComponentType
 
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 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
Deprecated.
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
Deprecated.
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(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an existing proxy by key
getProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
getProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
 
getProxy(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.ProxyFactory
Create a new proxy instance
getProxy(PersistenceContext) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
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 interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
Create the delegate capable of producing proxies for the given entity
getProxyFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getProxyFactory() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
 
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
 
getProxyJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
 
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.
 
getQualifiedName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getQualifiedName(Dialect, String, String) - Method in class org.hibernate.mapping.Table
getQualifiedObjectNameFormatter() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain support for formatting qualified object names.
getQualifiedTableName() - Method in class org.hibernate.mapping.Table
 
getQualifier() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
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 interface org.hibernate.jpa.spi.ParameterRegistration
Access to the query that this parameter belongs to.
getQuery() - Method in class org.hibernate.metamodel.relational.InlineView
 
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
getQueryEngine() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getQueryEngine() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getQueryEngine() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getQueryEngine() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
 
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, 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.
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.MySQLDialect
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.OracleDialect
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
getQueryIdentifier(String) - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getQueryOptions() - Method in interface org.hibernate.query.Query
Get the execution options for this Query.
getQueryOptions() - Method in class org.hibernate.query.spi.AbstractQuery
 
getQueryOptions() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getQueryOptions() - Method in interface org.hibernate.result.spi.ResultContext
 
getQueryOptions() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getQueryOptions() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getQueryParameter(String) - Method in interface org.hibernate.query.ParameterMetadata
Resolve the QueryParameter reference registered here under the given name, if one.
getQueryParameter(int) - Method in interface org.hibernate.query.ParameterMetadata
Resolve the QueryParameter reference registered here under the given position/ordinal label, if one.
getQueryParameter(String) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
getQueryParameter(int) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
getQueryParameterBindings() - Method in class org.hibernate.query.spi.AbstractQuery
 
getQueryParameterBindings() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getQueryParameterList() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
getQueryPart() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
The query structure.
getQueryPart() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getQueryPart() - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
 
getQueryPart() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
 
getQueryPartForRowNumbering() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getQueryParts() - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
getQueryParts() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
getQueryParts() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
getQueryPartStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
getQueryResultsCache(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
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.
getQueryReturns() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
 
getQuerySequencesString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.CockroachDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2390Dialect
Deprecated.
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2iDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2zDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DerbyDialect
 
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.MariaDBDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.OracleDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.SQLServerDialect
 
getQuerySource() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
getQuerySource() - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
getQuerySource() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getQuerySource() - Method in interface org.hibernate.query.sqm.tree.SqmStatement
 
getQuerySpaces() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
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.event.spi.AutoFlushEvent
 
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
 
getQuerySpaces() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getQuerySpaces() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getQuerySpaces() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
The affected query spaces.
getQuerySpec() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
The query structure.
getQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getQuerySpec() - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
 
getQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
 
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 interface org.hibernate.query.Query
Get the query string.
getQueryString() - Method in interface org.hibernate.query.spi.QueryInterpretationCache.Key
 
getQueryString() - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
getQueryString() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
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.
 
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(Dialect) - Method in class org.hibernate.mapping.Column
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Index
 
getQuotedName() - Method in class org.hibernate.mapping.Table
 
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
 
getRawTypeName(int) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given Types typecode, with no length, precision, or scale.
getRawTypeName(JdbcTypeDescriptor) - Method in class org.hibernate.dialect.Dialect
 
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(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.CockroachDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.CockroachDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
 
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(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(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.MySQLDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.OracleDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.OracleDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.SpannerDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.SpannerDialect
 
getReadOnly() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getReadOnly() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getReadOnly() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getReadOnly() - Method in class org.hibernate.event.spi.LoadEvent
 
getReadOnly() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getReadOnly() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getReadOnly() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getReadRowLockStrategy() - Method in class org.hibernate.dialect.DerbyDialect
 
getReadRowLockStrategy() - Method in class org.hibernate.dialect.Dialect
The row lock strategy to use for read locks.
getRealManageables() - Method in interface org.hibernate.service.spi.OptionallyManageable
Any wrapped services that are Manageable.
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in interface org.hibernate.type.descriptor.java.BasicJavaDescriptor
Obtain the "recommended" SQL type descriptor for this Java type.
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Obtain the "recommended" SQL type descriptor for this Java type.
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJtd
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBasicAdaptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
getRecommendedJdbcType(JdbcTypeDescriptorIndicators) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor
 
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(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getReference() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReference(Object) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, assuming that the instance exists.
getReference(Object) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
getReference() - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
getReference(Object) - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
getReference() - Method in interface org.hibernate.NaturalIdLoadAccess
Return the persistent instance with the natural id value(s) defined by the call(s) to NaturalIdLoadAccess.using(java.lang.String, java.lang.Object).
getReference(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, assuming that the instance exists.
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.JoinedSubclass
 
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Build an iterator of properties which 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.FkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedEntityName() - Method in class org.hibernate.mapping.OneToMany
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getReferencedMappingContainer() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getReferencedMappingContainer() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
getReferencedMappingContainer() - Method in interface org.hibernate.sql.results.graph.FetchParent
This parent's mapping type
getReferencedMappingType() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getReferencedMappingType() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getReferencedMappingType() - Method in interface org.hibernate.sql.results.graph.FetchParent
This parent's mapping type
getReferencedModePart() - Method in interface org.hibernate.sql.results.graph.FetchParent
Whereas FetchParent.getReferencedMappingContainer() and FetchParent.getReferencedMappingType() return the referenced container type, this method returns the referenced part.
getReferencedPart() - Method in interface org.hibernate.query.results.complete.CompleteFetchBuilder
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.CompleteResultBuilderEntityValued
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReference
The part of the domain model that is referenced
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReferenceBasic
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReferenceCollection
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReferenceEmbeddable
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReferenceEntity
 
getReferencedPath() - Method in interface org.hibernate.sql.results.graph.BiDirectionalFetch
The NavigablePath for the DomainResult or Fetch that this Fetch refers to.
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmMaxElementPath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmMaxIndexPath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmMinElementPath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmMinIndexPath
 
getReferencedPathSource() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
The path source that this path refers to (and that most likely created it).
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
getReferencedPathSource() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getReferencedPathSource() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
The Navigable for an SqmFrom will always be a NavigableContainer The path source that this path refers to (and that most likely created it).
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
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
 
getReferenceModelPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
getReferenceModelPart() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
getReferenceModelPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
getReferenceModelPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
 
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.
getReflectionOptimizer() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
 
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(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get a cache Region by name.
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
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
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.
 
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
 
getRegisteredLockModes() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getRegisteredName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
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
 
getRegisteredType(Type) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegisteredType(Class<J>) - 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.persister.entity.DiscriminatorType
 
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.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.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
 
getRegistrationName() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
getRegistrationName() - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
getRegistrationName() - Method in interface org.hibernate.boot.query.NamedQueryDefinition
The name under which the query is to be registered
getRegistrationName() - Method in interface org.hibernate.boot.query.NamedResultSetMappingDescriptor
The name under which the result-set-mapping is to be registered
getRegistrationName() - Method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
 
getRegistrationName() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getRegistrationName() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getRegistrationName() - Method in interface org.hibernate.query.named.NamedQueryMemento
The name under which the query is registered
getRegistrations() - Method in interface org.hibernate.query.ParameterMetadata
 
getRelationalJavaDescriptor() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The JavaTypeDescriptor for the relational value as part of the relational model (its JDBC representation)
getRelationalJavaDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.BasicValueConverter
Descriptor for the Java type for the relational portion of this converter
getRelationalJavaDescriptor() - Method in class org.hibernate.metamodel.model.convert.spi.SimpleBasicValueConverter
 
getRelationalJavaDescriptor() - Method in class org.hibernate.type.NumericBooleanType.NumericConverter
 
getRelationalJavaDescriptor() - Method in class org.hibernate.type.TrueFalseType.TrueFalseConverter
 
getRelationalJavaDescriptor() - Method in class org.hibernate.type.YesNoType.YesNoConverter
 
getRelationalJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
 
getRelationalJtd() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
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.
getRenderer() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getRenderingSupport() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getReplacement(T, T, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
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
 
getReplicationMode() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getRepresentationMode() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getRepresentationMode() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
getRepresentationMode() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getRepresentationStrategy() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getRepresentationStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getRepresentationStrategy() - Method in interface org.hibernate.metamodel.model.domain.EmbeddableDomainType
 
getRepresentationStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRepresentationStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getRepresentationStrategySelector() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
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
 
getResolution() - Method in class org.hibernate.mapping.BasicValue
 
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.
getResolvedJavaType() - Method in class org.hibernate.mapping.BasicValue
 
getResolvedMappingModelType(SqmParameter<T>) - Method in interface org.hibernate.query.sqm.spi.SqmParameterMappingModelResolutionAccess
 
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.
getRestriction() - Method in interface org.hibernate.query.criteria.JpaCriteriaBase
 
getRestriction() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getRestriction() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
getRestriction() - Method in class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
getRestriction() - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement
 
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
 
getResult() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
 
getResult() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
 
getResult() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
 
getResult() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
 
getResultBuilders() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
getResultCacheRegionName() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getResultCacheRegionName() - Method in interface org.hibernate.query.spi.QueryOptions
The query cache region in which the results should be cached.
getResultCacheRegionName() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
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.
getResultClasses() - Method in interface org.hibernate.query.named.RowReaderMemento
 
getResultId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getResultingEntityKeys() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getResultJavaType() - Method in interface org.hibernate.sql.results.spi.RowReader
The overall row result Java type.
getResultJavaTypeDescriptor() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getResultJavaTypeDescriptor() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getResultJavaTypeDescriptor() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
getResultJavaTypeDescriptor() - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
 
getResultJavaTypeDescriptor() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getResultJavaTypeDescriptor() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
getResultJavaTypeDescriptors() - Method in interface org.hibernate.sql.results.spi.RowReader
The JavaTypeDescriptors of the result
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.
getResultListTransformer() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getResultListTransformer() - Method in interface org.hibernate.query.spi.QueryOptions
Transformer applied to the query to transform the structure of the overall results
getResultListTransformer() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getResultMappingClass() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
An implicit entity mapping by entity class
getResultMappingName() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
An explicit ResultSet mapping by name
getResultMappingNames() - Method in interface org.hibernate.query.named.RowReaderMemento
 
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(CallableStatement) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
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, 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, 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) - Method in class org.hibernate.dialect.MySQLDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.OracleDialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.OracleDialect
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.OracleDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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 interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Given a callable statement previously processed by RefCursorSupport.registerRefCursorParameter(java.sql.CallableStatement, String), extract the 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() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
getResultSetMappingClasses() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getResultSetMappingClassName() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
getResultSetMappingMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
getResultSetMappingName() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
getResultSetMappingNames() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getResultsetRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the resultsetRef property.
getResultSetReturn() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Obtain the resultset extractor associated with this JDBC coordinator.
getResultTransformer() - Method in class org.hibernate.engine.spi.QueryParameters
 
getResultType() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getResultVariable() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
getResultVariable() - Method in interface org.hibernate.sql.results.graph.DomainResult
The result-variable (alias) associated with this result.
getReturnAliases() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
 
getReturnClass() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
Getter for property 'returnClass'.
getReturnColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the returnColumn property.
getReturnDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the returnDiscriminator property.
getReturnedClass() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getReturnedClass() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getReturnedClass() - Method in class org.hibernate.type.AnyType
 
getReturnedClass() - Method in class org.hibernate.type.ArrayType
 
getReturnedClass() - Method in class org.hibernate.type.BagType
 
getReturnedClass() - Method in class org.hibernate.type.ComponentType
 
getReturnedClass() - Method in class org.hibernate.type.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.
getReturningColumns() - Method in class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
getReturningColumns() - Method in interface org.hibernate.sql.ast.tree.MutationStatement
 
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
getReturnSignature() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
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() - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
The return type in a format suitable for display to the user.
getReturnTypeClass() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
Deprecated.
 
getReturnTypeClass() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the declared Java type class
getReturnTypeClass() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getReturnTypeClass() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getReturnTypeResolver() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getReturnTypes() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
 
getReusablePath(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getReusablePath(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
getReusablePaths() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getReusablePaths() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Returns an immutable List of reusable paths
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
 
getRightHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
getRightHandExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
getRightHandOperand() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
Get the right-hand operand.
getRightHandOperand() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
Get the right-hand operand.
getRightHandPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmAndPredicate
 
getRightHandPredicate() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmJunctivePredicate
 
getRightHandPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmOrPredicate
 
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
Deprecated.
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
 
getRole() - Method in class org.hibernate.type.CollectionType
 
getRoleName() - Method in class org.hibernate.mapping.Component
 
getRoot() - Method in class org.hibernate.boot.jaxb.spi.Binding
Obtain the root JAXB bound object
getRoot() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the hierarchy's root type source.
getRoot() - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getRoot() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
getRootClass() - Method in class org.hibernate.mapping.PersistentClass
 
getRootClass() - Method in class org.hibernate.mapping.RootClass
 
getRootClass() - Method in class org.hibernate.mapping.Subclass
 
getRootEntityDescriptor() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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
 
getRootPathName() - Method in interface org.hibernate.loader.ast.spi.Loadable
 
getRootPathName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getRoots() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getRoots() - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
Immutable view of the domain roots.
getRoots() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getRoots() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getRoots() - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
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".
getRootTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
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
 
getRowIdMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getRowIdMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRowIdName() - Method in interface org.hibernate.metamodel.mapping.EntityRowIdMapping
 
getRowIdResult() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getRowNumber() - Method in interface org.hibernate.ScrollableResults
Get the current position in the results.
getRowReader() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
todo (6.0) : do we want this here? Depends how we handle caching assembler / result memento
getRowSelection() - Method in class org.hibernate.engine.spi.QueryParameters
 
getRowSize() - Method in class org.hibernate.query.results.JdbcValuesMappingImpl
 
getRowSize() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
 
getRowsToSkip(SelectStatement, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getRowsToSkip() - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
getRowTransformer() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AbsFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CeilingFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollateNameContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollationSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DmlTargetContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContinuationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationTargetContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExpFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FloorFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.HqlCollectionFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.IdentificationVariableDefContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionNameContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LengthFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LnFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionPatternArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStartArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionStringArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LowerFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ModDividendArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ModDivisorArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionNameContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OrderingSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PathRootContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PowerBaseArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PowerPowerArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinPredicateContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinRhsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionPatternArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionReplacementArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionStringArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ResultIdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionPrecisionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SignFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SqrtFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.StrFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.UpperFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
getRuleIndex() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
getRuleIndex() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
getRuleIndex() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
getRuleNames() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getRuleNames() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getRuleNames() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getRuleNames() - Method in class org.hibernate.grammars.hql.HqlParser
 
getRuleNames() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getRuleNames() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getRuleNames() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getRuleNames() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
getRuntimeMetamodels() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getRuntimeMetamodels() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
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
 
getScale() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getScale() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
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
 
getSchemaFilter() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
 
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
 
getSchemaName() - Method in class org.hibernate.metamodel.relational.PhysicalTable
 
getSchemaNameResolver() - Method in class org.hibernate.dialect.Dialect
Get the strategy for determining the schema name of a Connection
getSchemaNameResolver() - Method in class org.hibernate.dialect.SpannerDialect
 
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
 
getSearchBySpecifications() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getSearchBySpecifications() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getSearchClauseKind() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getSearchClauseKind() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
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.stat.Statistics
Get all second-level cache region names.
getSecondLevelCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.ListBinder
 
getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.MapBinder
 
getSecurity() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Gets the value of the security property.
getSegmentColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store the segment to which each row belongs.
getSegmentValue() - Method in class org.hibernate.id.enhanced.TableGenerator
The value in segment column corresponding to this generator instance.
getSegmentValueLength() - Method in class org.hibernate.id.enhanced.TableGenerator
The size of the segment column in the underlying table.
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getSelectable(int) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
Get the selectable at the given position
getSelectableNode() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
 
getSelectableNode() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
getSelectableNode() - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
getSelectables() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getSelectables() - Method in class org.hibernate.mapping.Collection
 
getSelectables() - Method in class org.hibernate.mapping.Component
 
getSelectables() - Method in class org.hibernate.mapping.OneToMany
 
getSelectables() - Method in class org.hibernate.mapping.OneToOne
 
getSelectables() - Method in class org.hibernate.mapping.SimpleValue
 
getSelectables() - Method in interface org.hibernate.mapping.Value
 
getSelectByUniqueKeyString(String) - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get a SQL select string that performs a select based on a unique key determined by the given property name).
getSelectByUniqueKeyString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSelectClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getSelectClause() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.DerbyDialect
 
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.OracleDialect
 
getSelectClauseNullString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
Workaround for postgres bug #1453

Given a Types type code, determine an appropriate null value to use in a select clause.

getSelectGUIDString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
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.MySQLDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.OracleDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getSelection() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getSelection() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
getSelection() - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
getSelection() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getSelection() - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
getSelectionExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
getSelectionItems() - Method in interface org.hibernate.query.criteria.JpaSelection
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getSelections(int) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
getSelections(int) - Method in interface org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodeCollector
 
getSelections(int) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
getSelections() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
getSelectorExpression() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
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.
getSelectQueryPart() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
getSelectQueryPlan(QueryPlanCache.Key) - Method in interface org.hibernate.query.spi.QueryPlanCache
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
Deprecated.
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.LegacySequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.ANSISequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.NextvalSequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
getSelectSequenceNextValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the select expression fragment that will retrieve the next value of a sequence as part of another (typically DML) statement.
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.ANSISequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DerbySequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.NextvalSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the select expression fragment that will retrieve the previous value of a sequence as part of another (typically DML) statement.
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.
getSelfRenderingExpression() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
getSemantic() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
Deprecated.
 
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
getSemantics() - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaTypeDescriptor
 
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.
getSeparateCollectionTable() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
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.SpannerDialect
 
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.DB2Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.DerbyDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Dialect
A source of SequenceInformation.
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.H2Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.HSQLDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.MariaDBDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.OracleDialect
 
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.Dialect
Deprecated.
getSequenceNextValString(String, int) - Method in class org.hibernate.dialect.Dialect
Deprecated.
getSequenceNextValString(String) - Method in class org.hibernate.dialect.LegacySequenceSupport
 
getSequenceNextValString(String, int) - Method in class org.hibernate.dialect.LegacySequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.H2SequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getSequenceNextValString(String, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getSequenceNextValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the appropriate select statement to to retrieve the next value of a sequence.
getSequenceNextValString(String, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the appropriate select statement to to retrieve the next value of a sequence.
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.H2SequenceSupport
 
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
 
getSequencePreviousValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the appropriate select statement to to retrieve the previous value of a sequence.
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.SQLServerSequenceSupport
 
getSequences() - Method in class org.hibernate.boot.model.relational.Namespace
 
getSequenceSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.DB2390Dialect
Deprecated.
 
getSequenceSupport() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
No support for sequences.
getSequenceSupport() - Method in class org.hibernate.dialect.DB2Dialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.DB2iDialect
No support for sequences.
getSequenceSupport() - Method in class org.hibernate.dialect.DB2zDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.DerbyDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.Dialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.H2Dialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.MariaDBDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.MySQLDialect
No support for sequences.
getSequenceSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSequentialSelect(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSerializedATN() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getSerializedATN() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getSerializedATN() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getSerializedATN() - Method in class org.hibernate.grammars.hql.HqlParser
 
getSerializedATN() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getSerializedATN() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getSerializedATN() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getSerializedATN() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
getService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
Retrieve a service by role.
getService() - Method in class org.hibernate.service.spi.ServiceBinding
 
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.
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.metamodel.model.domain.JpaMetamodel
 
getServiceRegistry() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getServiceRegistry() - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
getServiceRegistry() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
Access to the ServiceRegistry for the context
getServiceRegistry() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getServiceRegistry() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
 
getServiceRegistry() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
 
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 interface org.hibernate.engine.spi.SessionImplementor
 
getSession() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
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.loader.access.LoadAccessContext
The session from which the load originates
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.query.Query
Get the QueryProducer this Query originates from.
getSession() - Method in class org.hibernate.query.spi.AbstractQuery
 
getSession() - Method in interface org.hibernate.query.spi.QueryImplementor
 
getSession() - Method in interface org.hibernate.result.spi.ResultContext
 
getSession() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getSession() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getSession() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Access to the current Session
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 class org.hibernate.engine.spi.LoadQueryInfluencers
 
getSessionFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getSessionFactory() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSessionFactory() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getSessionFactory() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
Deprecated.
The expectation is that SessionFactory implementors also implement EntityManagerFactory; so this call really should just return this
getSessionFactory() - Method in interface org.hibernate.Metamodel
Deprecated.
Access to the SessionFactory that this Metamodel instance is bound to.
getSessionFactory() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
getSessionFactory() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getSessionFactory() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getSessionFactory() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSessionFactory() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
 
getSessionFactory() - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getSessionFactory() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getSessionFactory() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
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
getSessionToken() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
A "token" that is unique to this Session.
getSet(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSet(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSet(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSet(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSetClause() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
getSetOperator() - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
getSetOperator() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
getSetOperator() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
getSetter(Class) - Method in class org.hibernate.mapping.Property
 
getSetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Obtain the delegate for setting values for the described persistent property
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.
getSetting(String, Class<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting.
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
 
getShowSqlEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
getSideNature() - Method in interface org.hibernate.metamodel.mapping.Association
 
getSignature(String) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getSignature(String) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
 
getSignature() - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
 
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
Simple class name of this initializer for logging
getSingleIdEntityLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSingleResult() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getSingleResult() - Method in interface org.hibernate.query.Query
 
getSingleResult() - Method in class org.hibernate.query.spi.AbstractQuery
 
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 class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSingularAttribute(String, Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSingularAttribute(String, Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSingularAttributeNature() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Obtain the nature of this attribute type.
getSingularAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSingularAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSize(String) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
getSize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
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.
getSizeStrategy() - Method in class org.hibernate.dialect.Dialect
 
getSizeStrategy() - Method in class org.hibernate.dialect.MySQLDialect
 
getSizeStrategy() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getSkipLocked() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getSkipLocked() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSkipLockedSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Return a new snapshot of the current state of the collection
getSnapshot() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getSnapshot(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the snapshot of the pre-flush collection state
getSnapshotElement(Object, int) - Method in 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.
getSortExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
getSortExpression() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
 
getSortingComparator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSortingComparator() - Method in interface org.hibernate.persister.collection.CollectionPersister
For sorted collections, the comparator to use.
getSortOrder() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
getSortOrder() - Method in interface org.hibernate.query.criteria.JpaOrder
 
getSortOrder() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
getSortOrder() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
getSortOrder() - Method in class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
 
getSortOrder() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
 
getSortSpecifications() - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
getSortSpecifications() - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
getSortSpecifications() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getSortSpecifications() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getSortSpecificationsRowNumbering(SelectClause, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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 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
 
getSourceAlias() - Method in class org.hibernate.query.results.TableGroupImpl
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getSourceAlias() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
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.
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.
getSourceSelectStatement() - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
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.
getSpecification() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
getSpecification() - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
 
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 exception org.hibernate.JDBCException
Get the actual SQL statement being executed when the exception occurred.
getSql() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSql() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
getSql() - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
Get the SQL command we will be executing through JDBC PreparedStatement or CallableStatement
getSql() - Method in class org.hibernate.sql.exec.spi.NativeJdbcMutation
 
getSql() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
Deprecated.
 
getSqlAliasBase() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getSqlAliasBaseGenerator() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSqlAliasBaseGenerator() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getSqlAliasBaseGenerator() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getSqlAliasBaseManager() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSqlAliasBaseManager() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
getSqlAliasStem() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getSqlAliasStem() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqlAliasStem() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getSqlAliasStem() - Method in interface org.hibernate.sql.ast.tree.from.TableGroupProducer
Get the "stem" used as the base for generating SQL table aliases for table references that are part of the TableGroup being generated

Note that this is a metadata-ive value.

getSqlAppender() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSqlAst() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getSqlAst() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getSqlAstCreationContext() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
getSqlAstCreationState() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSqlAstCreationState() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getSqlAstCreationState() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
 
getSqlAstCreationState() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.CockroachDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DB2Dialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DB2iDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DB2zDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DerbyDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.Dialect
Return an SqlAstTranslatorFactory specific for the Dialect.
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.H2Dialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.HSQLDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.MariaDBDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.MySQLDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.OracleDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SpannerDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SQLServerDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SybaseDialect
 
getSqlAstTranslatorFactory() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
 
getSqlCreateStrings(T, Metadata) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for creation.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSQLDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLDeleteStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqlDropStrings(T, Metadata) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for dropping.
getSQLException() - Method in exception org.hibernate.JDBCException
Get the underlying SQLException.
getSqlExceptionConverter() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Access the current exception converter being used internally.
getSQLExceptionConverter() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSQLExceptionConverter() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getSQLExceptionConverter() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the helper for dealing with JDBC SQLException faults.
getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for dealing with exceptions.
getSQLExceptionHelper() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSQLExceptionHelper() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getSQLExceptionHelper() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSqlExpression() - Method in class org.hibernate.query.results.SqlSelectionImpl
 
getSqlExpression() - Method in interface org.hibernate.sql.ast.spi.SqlExpressionAccess
 
getSqlExpressionResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getSqlExpressionResolver() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getSqlExpressionResolver() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getSqlExpressionResolver() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
 
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
 
getSqlFunctions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to any SQL functions explicitly registered with the MetadataBuilder.
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
 
getSQLLazySelectLoadPlan(String) - 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
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.
getSqlQueryString() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
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
 
getSqlSelections() - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
getSqlSelections() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
The JDBC selection descriptors.
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.
getSqlStatementLogger() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for logging SQL statements.
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.query.sql.spi.NamedNativeQueryMemento
Informational access to the SQL query string
getSqlString() - Method in interface org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
 
getSqlString() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
getSqlTemporalType(SqmExpressable<?>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(JdbcMapping) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(JdbcMappingContainer) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(MappingModelExpressable<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(JdbcTypeDescriptor) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(int) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTuple() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
 
getSqlTuple() - Method in interface org.hibernate.sql.ast.tree.expression.SqlTupleContainer
 
getSqlTuple(SqlAstNode) - Static method in interface org.hibernate.sql.ast.tree.expression.SqlTupleContainer
 
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(Dialect, Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlType() - Method in class org.hibernate.mapping.Column
 
getSqlTypeCode(Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlTypeCode() - Method in class org.hibernate.mapping.Column
Returns the underlying columns SqlTypeCode.
getSqlTypeCodes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.AnyType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.CollectionType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.ComponentType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.CustomType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.MetaType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.OneToOneType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
getSqlTypeCodes(Mapping) - Method in interface org.hibernate.type.Type
Return the JDBC types codes (per Types) for the columns mapped by this type.
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.DerbyDialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.Dialect
Returns the JdbcTypeDescriptor that should be used to handle the given JDBC type code.
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseASEDialect
 
getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseDialect
 
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
 
getSqmAliasedNodeCollector() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
getSqmDeleteOrUpdateStatement() - Method in class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
 
getSqmFunctionRegistry() - Method in class org.hibernate.query.spi.QueryEngine
 
getSqmJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getSqmJoins() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
The joins associated with this SqmFrom
getSqmJoinType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
getSqmJoinType() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getSqmJoinType() - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
getSqmMultiTableMutationStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getSqmMultiTableMutationStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqmMultiTableMutationStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
The strategy to use for SQM mutation statements where the target entity has multiple tables.
getSqmOperator() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
getSqmParameterMappingModelExpressableResolutions() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getSqmParameterMappingModelTypeResolutions() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getSqmParameterMappingModelTypeResolutions() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getSqmParameters() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
getSqmParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getSqmParameters() - Method in interface org.hibernate.query.sqm.tree.SqmStatement
Access to the (potentially still growing) collection of parameters for the statement.
getSqmParameters() - Method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
getSqmPathType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
 
getSqmPathType() - Method in interface org.hibernate.query.sqm.SqmPathSource
The type of SqmPaths this source creates.
getSqmPathType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSqmStatement() - Method in interface org.hibernate.query.hql.spi.HqlQueryImplementor
 
getSqmStatement() - Method in interface org.hibernate.query.spi.HqlInterpretation
 
getSqmStatement(String) - Method in interface org.hibernate.query.spi.QueryPlanCache
 
getSqmStatement() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
getSqmTranslatorFactory() - Method in class org.hibernate.dialect.Dialect
Return an SqmToSqlAstConverterFactory specific for the Dialect.
getSqmTranslatorFactory() - Method in class org.hibernate.dialect.SybaseDialect
 
getSqmTranslatorFactory() - Method in class org.hibernate.query.spi.QueryEngine
 
getStandardCollectionLoader() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
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.
getStateArrayInitialPosition(MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getStateArrayPosition() - Method in interface org.hibernate.metamodel.mapping.StateArrayContributorMapping
The attribute's position within the container's state array
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.query.sqm.sql.BaseSqmToSqlAstConverter
 
getStatement() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.
getStatements() - Method in class org.hibernate.tool.hbm2ddl.SqlStatementParserListenerImpl
 
getStaticFetchableList() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getStatistics() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getStatistics() - Method in interface org.hibernate.Session
Get the statistics for this session.
getStatistics() - Method in interface org.hibernate.SessionFactory
Retrieve the statistics 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(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.profile.Fetch
 
getStyle() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getStyle() - Method in interface org.hibernate.sql.results.graph.FetchStyleAccess
 
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
 
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(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Return the column names used to persist the numbered property of the class or a subclass.
getSubclassPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Return the column names used to persist/query the named property of the class or a subclass (optional operation).
getSubclassPropertyColumnReaderClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
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
Deprecated.
 
getSubclassPropertyName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the name of the numbered property of the class or a subclass.
getSubclassPropertyNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertySubclassNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Return the table name used to persist the numbered property of the class or a subclass.
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Warning: When there are duplicated property names in the subclasses of the class, this method may return the wrong table number for the duplicated subclass property (note that SingleTableEntityPersister defines an overloaded form which takes the entity name.
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Given a property name, determine the number of the table which contains the column to which this property is mapped.
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyType(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyType(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the type of the numbered property of the class or a subclass.
getSubclassPropertyTypeClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassSpan() - Method in class org.hibernate.mapping.PersistentClass
 
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
Deprecated.
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
 
getSubclassTableNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableNames() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableNames() - 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.AttributeNode
 
getSubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getSubgraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getSubPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
getSubPredicate() - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
 
getSubquery() - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
getSubquery() - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
getSubQuery() - Method in class org.hibernate.query.sqm.tree.expression.SqmRestrictedSubQueryExpression
 
getSubquery() - Method in class org.hibernate.sql.ast.tree.expression.Any
 
getSubquery() - Method in class org.hibernate.sql.ast.tree.expression.Every
 
getSubQuery() - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
getSubQueryExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
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(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Retrieve the fetch descriptor associated with the given entity key.
getSubselect() - Method in class org.hibernate.mapping.Table
 
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 interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Access the subtype sources for types extending from this type source,
getSubtypes() - Method in class org.hibernate.type.AnyType
 
getSubtypes() - Method in class org.hibernate.type.ComponentType
 
getSubtypes() - Method in interface org.hibernate.type.CompositeType
Get the types of the component properties
getSuccessfulTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have been successful
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
 
getSuperMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getSuperMappingType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.boot.model.source.spi.IdentifiableTypeSource
 
getSuperType() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getSupertype() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getSuperType() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSupertype() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getSuperType() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
This type's super type descriptor.
getSupertype() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSuperType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSupportedHints() - Method in class org.hibernate.query.spi.AbstractQuery
 
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.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.
getSynchronizedQuerySpaces() - Method in interface org.hibernate.query.SynchronizeableQuery
Obtain the list of query spaces the query is synchronized on.
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 class org.hibernate.metamodel.mapping.AssociationKey
 
getTable() - Method in interface org.hibernate.metamodel.relational.Column
 
getTable() - Method in class org.hibernate.metamodel.relational.Formula
 
getTable() - Method in class org.hibernate.metamodel.relational.PhysicalColumn
 
getTable(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Look for a matching table.
getTable() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
Getter for property 'tableAccessCount'.
getTableAlias() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
 
getTableAlias() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getTableAlias() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
getTableAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getTableAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
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.
getTableAliasSeparator() - Method in class org.hibernate.dialect.Dialect
The separator to use between a table name and its alias in a SQL query, typically either " as " where the spaces are required, or a space character " ".
getTableAliasSeparator() - Method in class org.hibernate.dialect.OracleDialect
 
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 class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getTableCreationUniqueConstraintsFragment(Table) - 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
 
getTableExporter() - Method in class org.hibernate.dialect.SpannerDialect
 
getTableExpression() - Method in class org.hibernate.metamodel.relational.InlineView
 
getTableExpression() - Method in class org.hibernate.metamodel.relational.PhysicalTable
 
getTableExpression() - Method in interface org.hibernate.metamodel.relational.Table
 
getTableExpression() - Method in class org.hibernate.sql.ast.tree.cte.CteTable
 
getTableExpression() - Method in class org.hibernate.sql.ast.tree.from.TableReference
 
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.
getTableGroup(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Get a TableGroup by the NavigablePath it is registered under.
getTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.query.results.TableGroupImpl
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getTableGroupJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getTableHasColumns() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableId(String, String[]) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
getTableInformation(String) - 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.metamodel.relational.PhysicalTable
 
getTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getTableName() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableName() - Method in interface org.hibernate.persister.entity.Joinable
The table to join to.
getTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.sql.Update
 
getTableNameForLogging(Column) - Method in class org.hibernate.mapping.PrimaryKey
 
getTableNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableReference(NavigablePath, String) - Method in class org.hibernate.query.results.TableGroupImpl
 
getTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getTableReference(NavigablePath, String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
getTableReference(String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
getTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
getTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.TableReference
 
getTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
 
getTableReferenceInternal(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getTableReferenceInternal(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getTableReferenceInternal(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableReferenceInternal(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.query.results.TableGroupImpl
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
getTableReferenceJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
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(String) - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
getTableTypeString(String) - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQLDialect
 
getTableTypeString(String) - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
getTableTypeString() - Method in class org.hibernate.dialect.SybaseASEDialect
 
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'.
getTarget() - Method in interface org.hibernate.query.criteria.JpaManipulationCriteria
Get the root path that is the target of the DML statement.
getTarget() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
getTarget() - Method in interface org.hibernate.query.sqm.tree.SqmDmlStatement
Get the root path that is the target of the DML statement.
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
 
getTargetColumnReferences() - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
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
 
getTargetPart() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getTargetPath() - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
The attribute/path to be updated
getTargetSide() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getTargetTable() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getTargetTable() - Method in class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
getTargetTable() - Method in interface org.hibernate.sql.ast.tree.MutationStatement
 
getTargetTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
 
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(Dialect, SqmFunctionRegistry) - Method in class org.hibernate.mapping.Column
 
getTemplate(Dialect, SqmFunctionRegistry) - Method in class org.hibernate.mapping.Formula
 
getTemplate(Dialect, SqmFunctionRegistry) - Method in interface org.hibernate.mapping.Selectable
Deprecated.
getTemplate(Dialect, SqmFunctionRegistry) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
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.
getTemporalPrecision() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
getTemporalPrecision() - Method in class org.hibernate.mapping.BasicValue
 
getTemporalPrecision() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators
For temporal type mappings, what precision was requested?
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 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
 
getTestExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
getTestExpression() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmInPredicate
 
getTestExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
getTestExpression() - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
getTestExpression() - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
getText() - Method in class org.hibernate.boot.model.naming.Identifier
Get the identifiers name (text)
getText(Dialect) - Method in class org.hibernate.mapping.Column
 
getText() - Method in class org.hibernate.mapping.Column
 
getText(Dialect) - Method in class org.hibernate.mapping.Formula
 
getText() - Method in class org.hibernate.mapping.Formula
 
getText() - Method in interface org.hibernate.mapping.Selectable
The selectable's "canonical" text representation
getText(Dialect) - Method in interface org.hibernate.mapping.Selectable
The selectable's text representation accounting for the Dialect's quoting, if quoted
getText() - Method in class org.hibernate.metamodel.relational.Identifier
Get the identifiers name (text)
getText(Dialect) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getText() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getText() - Method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
getText() - Method in enum org.hibernate.sql.ast.SqlAstJoinType
 
getThis() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getThis() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
getThis() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
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
 
getThis() - Method in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
getThis() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getThis() - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
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.boot.query.AbstractNamedQueryBuilder
 
getTimeout() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getTimeout() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
getTimeout() - Method in interface org.hibernate.cache.spi.RegionFactory
 
getTimeout() - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getTimeout() - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
getTimeOut() - Method in class org.hibernate.LockOptions
Retrieve the current timeout setting.
getTimeout() - Method in interface org.hibernate.query.CommonQueryContract
Obtain the query timeout in seconds.
getTimeout() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getTimeout() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getTimeout() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getTimeout() - Method in class org.hibernate.query.spi.AbstractQuery
 
getTimeout() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getTimeout() - Method in interface org.hibernate.query.spi.QueryOptions
The timeout to apply to the query.
getTimeout() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getTimeOut() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
getTimeOut() - Method in interface org.hibernate.Session.LockRequest
Get the timeout setting.
getTimeout() - Method in interface org.hibernate.Transaction
Retrieve the transaction timeout set for this transaction.
getTimeoutMillis() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
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.
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.
 
getTiming() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getTiming() - Method in interface org.hibernate.sql.results.graph.Fetch
immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?
getTiming() - Method in interface org.hibernate.sql.results.graph.FetchTimingAccess
 
getTokenNames() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.hql.HqlLexer
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.hql.HqlParser
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.ordering.OrderingLexer
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.ordering.OrderingParser
Deprecated.
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 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
A "timestamp" at or before the start of the current transaction.
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.
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
getTreatTarget() - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedPath
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
getTupleTransformer() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getTupleTransformer() - Method in interface org.hibernate.query.spi.QueryOptions
Transformer applied to the query to transform the structure of each "row" in the results
getTupleTransformer() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
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
 
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
 
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.mapping.Any
 
getType() - Method in class org.hibernate.mapping.Any.KeyValue
 
getType() - Method in class org.hibernate.mapping.Any.MetaValue
 
getType() - Method in class org.hibernate.mapping.BasicValue
 
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.ToOne
 
getType() - Method in interface org.hibernate.mapping.Value
 
getType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
 
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 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.query.spi.QueryParameterBinding
Returns the inferred mapping model expressable i.e.
getType() - Method in exception org.hibernate.query.sqm.StrictJpaComplianceViolation
 
getType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
getType() - Method in class org.hibernate.query.TypedParameterValue
The specific Hibernate type to use to bind the value.
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
 
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.jdbc.JdbcTypeFamilyInformation.Family
 
getTypeConfiguration() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
 
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 class org.hibernate.cfg.annotations.BasicValueBinder
 
getTypeConfiguration() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getTypeConfiguration() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getTypeConfiguration() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
getTypeConfiguration() - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
getTypeConfiguration() - Method in class org.hibernate.mapping.BasicValue
 
getTypeConfiguration() - Method in class org.hibernate.mapping.Collection
 
getTypeConfiguration() - Method in interface org.hibernate.metamodel.MappingMetamodel
The TypeConfiguration this metamodel is associated with
getTypeConfiguration() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
todo (6.0) : should we expose JpaMetamodel from TypeConfiguration?
getTypeConfiguration() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
Access to the TypeConfiguration in effect for this SessionFactory/Metamodel
getTypeConfiguration() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getTypeConfiguration() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getTypeConfiguration() - Method in class org.hibernate.query.spi.QueryEngine
 
getTypeConfiguration() - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
getTypeConfiguration() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getTypeConfiguration() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor.CoercionContext
 
getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators
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
 
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
 
getTypeDefinitionRegistry() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getTypeDefinitionRegistry() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getTypeDescriptor() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
getTypeDiscriminatorMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTypeDiscriminatorMetadata() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Retrieve the information needed to properly deal with this entity's discriminator in a query.
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(int, Size) - Method in class org.hibernate.dialect.DerbyDialect
 
getTypeName(JdbcTypeDescriptor) - Method in class org.hibernate.dialect.Dialect
 
getTypeName(int) - Method in class org.hibernate.dialect.Dialect
 
getTypeName(int, Size) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given java.sql.Types typecode.
getTypeName(JdbcTypeDescriptor, Size) - Method in class org.hibernate.dialect.Dialect
Get the name of the database type associated with the given SqlTypeDescriptor.
getTypeName() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getTypeName() - Method in class org.hibernate.mapping.Any.KeyValue
 
getTypeName() - Method in class org.hibernate.mapping.Any.MetaValue
 
getTypeName() - Method in class org.hibernate.mapping.Collection
 
getTypeName() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeName() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getTypeName() - Method in interface org.hibernate.metamodel.model.domain.DomainType
The name of the type.
getTypeName() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
Get the type name.
getTypeName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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(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
 
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
 
getUnaliasedLocalName() - Method in class org.hibernate.query.NavigablePath
 
getUnderlyingMember(XProperty) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
getUnderlyingMember(JavaXMember) - 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
 
getUnderlyingTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getUnderlyingType() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
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
Deprecated.
 
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.MySQLDialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.SpannerDialect
 
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
 
getUniqueKeyExporter() - Method in class org.hibernate.dialect.SpannerDialect
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.DenormalizedTable
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.Table
 
getUniqueKeyLoader(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getUniqueKeyName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.Conversion
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
getUnit() - Method in class org.hibernate.sql.ast.tree.expression.Duration
 
getUnit() - Method in class org.hibernate.sql.ast.tree.expression.DurationUnit
 
getUnit() - Method in class org.hibernate.sql.ast.tree.expression.ExtractUnit
 
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.query.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
 
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
getUpperBound() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
getUpperBound() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
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!
getUrlPrefix() - Method in enum org.hibernate.dialect.Database
Get the JDBC URL prefix used by this database.
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.
getUserProvidedIdentifier() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
getUserType() - Method in class org.hibernate.type.CustomCollectionType
 
getUserType() - Method in class org.hibernate.type.CustomType
 
getUUID() - Method in interface org.hibernate.boot.Metadata
Gets the UUID for this metamodel.
getUUID() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
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
 
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.engine.spi.TypedValue
 
getValue() - Method in interface org.hibernate.jpa.spi.ParameterBind
Access the bound value
getValue() - Method in class org.hibernate.mapping.Column
 
getValue() - Method in class org.hibernate.mapping.MetaAttribute
 
getValue() - Method in class org.hibernate.mapping.Property
 
getValue() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getValue() - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
The new value
getValue() - Method in class org.hibernate.query.TypedParameterValue
The value to bind
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.
getValueConverter() - Method in interface org.hibernate.mapping.BasicValue.Resolution
Converter, if any, to convert values between the domain and relational JavaTypeDescriptor representations
getValueConverter() - Method in interface org.hibernate.metamodel.mapping.ConvertibleModelPart
Get the value converter applied to this model part if any
getValueConverter() - Method in interface org.hibernate.metamodel.model.convert.spi.ConvertibleValueMapping
Get the value converter associated with this value mapping.
getValueConverter() - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
Exposed for testing purposes
getValueConverter() - Method in interface org.hibernate.type.ConvertedBasicType
 
getValueConverter() - Method in class org.hibernate.type.NumericBooleanType
 
getValueConverter() - Method in class org.hibernate.type.TrueFalseType
 
getValueConverter() - Method in class org.hibernate.type.YesNoType
 
getValueGeneration() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
The value generation strategy to use for this attribute.
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.annotations.CurrentTimestampGeneration
 
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.BagPersistentAttribute
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
For a singular attribute, the value type is defined as the attribute type
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
 
getValuesArrayPosition() - Method in class org.hibernate.query.results.SqlSelectionImpl
 
getValuesArrayPosition() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
Get the position within the "JDBC values" array (0-based).
getValuesList() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
getValuesList() - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
getValuesMapping() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
getVarcharVariantCode() - Method in enum org.hibernate.dialect.NationalizationSupport
 
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 class org.hibernate.dialect.CockroachDialect
 
getVersion() - Method in class org.hibernate.dialect.DB2Dialect
 
getVersion() - Method in class org.hibernate.dialect.DerbyDialect
 
getVersion() - Method in class org.hibernate.dialect.Dialect
 
getVersion() - Method in class org.hibernate.dialect.H2Dialect
 
getVersion() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getVersion() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getVersion() - Method in class org.hibernate.dialect.HSQLDialect
 
getVersion() - Method in class org.hibernate.dialect.MariaDBDialect
 
getVersion() - Method in class org.hibernate.dialect.MySQLDialect
 
getVersion() - Method in class org.hibernate.dialect.OracleDialect
 
getVersion() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getVersion() - Method in class org.hibernate.dialect.SpannerDialect
 
getVersion() - Method in class org.hibernate.dialect.SQLServerDialect
 
getVersion() - Method in class org.hibernate.dialect.SybaseDialect
 
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(Object) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersion(Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
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(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getVersion(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
getVersion(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
Extract the value of the version property from the given entity.
getVersionAttribute() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
 
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
Deprecated.
Retrieve the getter for the version property.
getVersionMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getVersionMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionProperty() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
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
 
getVersionResult() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
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.
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.Dialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.H2Dialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.HSQLDialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.MySQLDialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.OracleDialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getViolatedConstraintNameExtractor() - Method in interface org.hibernate.exception.spi.ConversionContext
 
getVocabulary() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getVocabulary() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getVocabulary() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getVocabulary() - Method in class org.hibernate.grammars.hql.HqlParser
 
getVocabulary() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getVocabulary() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getVocabulary() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getVocabulary() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
getWhenFragments() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
getWhenFragments() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
getWhenFragments() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
getWhenFragments() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
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
 
getWhereClause() - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
getWhereClause() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmWhereClauseContainer
 
getWhereClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getWhereClause() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
getWhereClauseRestrictions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
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.
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
getWrappedPath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPathWrapper
Access the wrapped SqmPath.
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
getWrappedPath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedPath
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
getWrappedPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
getWrappedValue() - Method in class org.hibernate.mapping.DependantValue
 
getWrapperOptions() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.CockroachDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.CockroachDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
 
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(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(int) - Method in class org.hibernate.dialect.MariaDB103Dialect
Deprecated.
 
getWriteLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.OracleDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.OracleDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.SpannerDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.SpannerDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.CockroachDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.DerbyDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.Dialect
The row lock strategy to use for write locks.
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.OracleDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.SybaseASEDialect
 
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.
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
Describes a Hibernate (persistence) permission.
GrantedPermission(String, String, String) - Constructor for class org.hibernate.secure.spi.GrantedPermission
 
graph() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
Graph<J> - Interface in org.hibernate.graph
A container for AttributeNode references.
GraphContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
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
GraphLanguageLexer - Class in org.hibernate.grammars.graph
 
GraphLanguageLexer(CharStream) - Constructor for class org.hibernate.grammars.graph.GraphLanguageLexer
 
GraphLanguageParser - Class in org.hibernate.grammars.graph
 
GraphLanguageParser(TokenStream) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser
 
GraphLanguageParser.AttributeListContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.AttributeNodeContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.AttributePathContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.AttributeQualifierContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.GraphContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.SubGraphContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.SubTypeContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParserBaseListener - Class in org.hibernate.grammars.graph
This class provides an empty implementation of GraphLanguageParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
GraphLanguageParserBaseListener() - Constructor for class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
 
GraphLanguageParserBaseVisitor<T> - Class in org.hibernate.grammars.graph
This class provides an empty implementation of GraphLanguageParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
GraphLanguageParserBaseVisitor() - Constructor for class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
 
GraphLanguageParserListener - Interface in org.hibernate.grammars.graph
This interface defines a complete listener for a parse tree produced by GraphLanguageParser.
GraphLanguageParserVisitor<T> - Interface in org.hibernate.grammars.graph
This interface defines a complete generic visitor for a parse tree produced by GraphLanguageParser.
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.
GREATER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GREATER() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
GREATER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GREATER_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GREATER_EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
GREATER_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
greaterThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is more restrictive than the given lock mode.
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greaterThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greaterThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
GREATEST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GREATEST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GREATEST() - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
GREATEST() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
greatest(Expression<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greatest(Expression<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greatestFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
greatestFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
GreatestFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
GROUP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GROUP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GROUP() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
GROUP() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
groupByClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
groupByClause() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
groupByClause - Variable in class org.hibernate.sql.Select
 
GroupByClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
GroupByConstantRenderingStrategy - Enum in org.hibernate.dialect
Strategies for rendering a constant in a group by.
groupByExpression() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
groupByExpression(int) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
groupByExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
GroupByExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
GroupBySummarizationRenderingStrategy - Enum in org.hibernate.dialect
Strategies for rendering summarization function like rollup and cube in a group by.
GroupedExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
GroupedPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
GroupedPredicate(Predicate) - Constructor for class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
 
GroupedPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
GroupsPerOperation - Class in org.hibernate.cfg.beanvalidation
 
GroupsPerOperation.Operation - Enum in org.hibernate.cfg.beanvalidation
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
gt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
gt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
GUIDGenerator - Class in org.hibernate.id
Generates string values using the SQL Server NEWID() function.
GUIDGenerator() - Constructor for class org.hibernate.id.GUIDGenerator
 

H

H2Dialect - Class in org.hibernate.dialect
A dialect compatible with the H2 database.
H2Dialect() - Constructor for class org.hibernate.dialect.H2Dialect
 
H2Dialect(int, int) - Constructor for class org.hibernate.dialect.H2Dialect
 
H2Dialect(int) - Constructor for class org.hibernate.dialect.H2Dialect
 
H2Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.H2Dialect
 
H2IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
H2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
H2SequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for H2Dialect.
H2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.H2SequenceSupport
 
H2SqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for H2.
H2SqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.H2SqlAstTranslator
 
HANABlobTypeDescriptor(int) - Constructor for class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
HANACloudColumnStoreDialect - Class in org.hibernate.dialect
Deprecated.
use HANAColumnStoreDialect(400)
HANACloudColumnStoreDialect() - Constructor for class org.hibernate.dialect.HANACloudColumnStoreDialect
Deprecated.
 
HANAColumnStoreDialect - Class in org.hibernate.dialect
An SQL dialect for the SAP HANA column store.
HANAColumnStoreDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.HANAColumnStoreDialect
 
HANAColumnStoreDialect() - Constructor for class org.hibernate.dialect.HANAColumnStoreDialect
 
HANAColumnStoreDialect(int) - 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
 
HANASequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for AbstractHANADialect.
HANASequenceSupport() - Constructor for class org.hibernate.dialect.sequence.HANASequenceSupport
 
HANASqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for HANA.
HANASqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.HANASqlAstTranslator
 
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.
handleEntityNotFound(String, Object) - 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, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
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
 
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(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
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
 
hasAfterTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasAggregateFunctions(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
hasAlias(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
hasAliases() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
hasAliasSpecificLockModes() - Method in class org.hibernate.LockOptions
Does this LockOptions object define alias-specific lock modes?
hasAlterTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the ALTER TABLE syntax?
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
 
hasAnyInsertableColumns() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
hasAnyInsertableColumns() - Method in class org.hibernate.mapping.Collection
 
hasAnyInsertableColumns() - Method in class org.hibernate.mapping.Component
 
hasAnyInsertableColumns() - Method in class org.hibernate.mapping.OneToMany
 
hasAnyInsertableColumns() - Method in class org.hibernate.mapping.SimpleValue
 
hasAnyInsertableColumns() - Method in interface org.hibernate.mapping.Value
 
hasAnyMatching(Predicate<QueryParameterImplementor<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
hasAnyMultiValuedBindings() - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
hasAnyQueuedActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasAnyReturns() - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
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
 
hasAnyUpdatableColumns() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.Collection
 
hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.Component
 
hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.OneToMany
 
hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.SimpleValue
 
hasAnyUpdatableColumns() - Method in interface org.hibernate.mapping.Value
 
hasAutoDiscoverScalarTypes() - Method in class org.hibernate.engine.spi.QueryParameters
 
hasBeforeTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
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.jdbc.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.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.PostgreSQLIdentityColumnSupport
 
hasDeclaredVersionAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
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
 
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.AbstractLimitHandler
Is a first row limit indicated?
hasFirstRow(Limit) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
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
 
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.LockOptions
 
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.mapping.AssociationKey
 
hashCode() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
hashCode() - Method in class org.hibernate.metamodel.relational.Identifier
 
hashCode() - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
hashCode() - Method in class org.hibernate.query.EntityIdentifierNavigablePath
 
hashCode() - Method in class org.hibernate.query.NavigablePath
 
hashCode() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
hashCode() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
hashCode() - Method in class org.hibernate.sql.ast.tree.from.TableReference
 
hashCode() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
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.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 class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
hasIdClass() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
hasIdClass() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
Deprecated.
Does this class have an identifier property?
hasIdentifierProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasIdentifierProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the entity has a particular property holding the identifier value.
hasImmutableNaturalId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasIndex() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
Is this collection indexed?
hasIndex - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an "indexed" collection? (list or map)
hasInsertGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasInsertGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on insert?
hasInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
hasJoins() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
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
 
hasLimit() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
hasLimit() - Method in interface org.hibernate.query.spi.QueryOptions
Did the application explicitly request paging limits?
hasLimit() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
hasLimit() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.AbstractLimitHandler
Is a max row limit indicated?
hasMaxRows(Limit) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
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
Deprecated.
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
 
hasNotNullProperty() - Method in class org.hibernate.type.AnyType
 
hasNotNullProperty() - Method in class org.hibernate.type.ComponentType
 
hasNotNullProperty() - Method in interface org.hibernate.type.CompositeType
Convenience method to quickly check CompositeType.getPropertyNullability() for any non-nullable sub-properties.
hasOffset(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
hasOffsetOrFetchClause() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
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"?
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
 
hasPositionalGroupItem() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
hasPositionalGroupItem() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
hasPositionalParameters() - Method in interface org.hibernate.query.ParameterMetadata
Does this parameter set contain any positional parameters?
hasPositionalSortItem() - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
hasPositionalSortItem() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
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
 
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
Deprecated.
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
Deprecated.
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, CallbackType) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
Do we have any registered callbacks of the given type for the given entity?
hasRegisteredCallbacks(Class, Class) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
hasRegisteredDescriptor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeDescriptorRegistry
 
hasRegisteredResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Does this registry currently have any registered resources?
hasRowId() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasRowId() - Method in interface org.hibernate.persister.entity.Loadable
Does the result set contain rowids?
hasRowSelection() - Method in class org.hibernate.engine.spi.QueryParameters
 
hasSelectBeforeUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.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
 
hasSingleIdAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
hasSingleIdAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
hasSortSpecifications() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
hasSubclasses(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper.InheritanceChecker
 
hasSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
hasSubclasses() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
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
 
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?
hasTableGroup() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
hasTableGroup() - Method in interface org.hibernate.sql.results.graph.Fetch
Is the TableGroup associated with this Fetch defined?
hasTableGroupJoins() - Method in class org.hibernate.query.results.TableGroupImpl
 
hasTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
hasTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
hasTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
hasTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
hasTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
hasTableGroupJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
hasTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
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
 
hasVersionAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
hasVersionAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
HAVING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
HAVING() - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
havingClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
havingClause() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
HavingClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
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
The JPA variant of AvailableSettings.HBM2DDL_CREATE_NAMESPACES

Specifies whether the persistence provider is to create the database schema(s) in addition to creating database objects (tables, sequences, constraints, etc).

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
HBM2DDL_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
HBM2DDL_DB_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
HBM2DDL_DB_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
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
JPA variant of AvailableSettings.HBM2DDL_IMPORT_FILES

Specifies a Reader configured for reading of the SQL load script or a string designating the file URL for the SQL load script.

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.
HbmFetchParentMemento(NavigablePath, FetchableContainer) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
 
HbmResultSetMappingDescriptor - Class in org.hibernate.boot.query
Boot-time descriptor of a result-set mapping as defined in an `hbm.xml` file either implicitly or explicitly
HbmResultSetMappingDescriptor(JaxbHbmResultSetMappingType, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor
Constructor for an explicit `` mapping.
HbmResultSetMappingDescriptor(String, List<ResultDescriptor>, Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>, Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor
Constructor for an implicit resultset mapping defined inline as part of a `` stanza
HbmResultSetMappingDescriptor.CollectionResultDescriptor - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.EntityResultDescriptor - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.HbmFetchDescriptor - Interface in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.HbmFetchParent - Interface in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.HbmFetchParentMemento - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.JoinDescriptor - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.PropertyFetchDescriptor - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.ScalarDescriptor - Class in org.hibernate.boot.query
 
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.id.uuid
TODO : javadoc
HEX_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
HEX_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
HEX_LITERAL(int) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
HEX_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
HEX_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
HEX_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
HEX_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
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
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(Throwable) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given message and underlying cause.
HibernateException(String, 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.
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 - 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.
hints - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
HOUR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
HOUR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser
 
HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
HourContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.HourContext
 
hourMinuteSecond(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
HQL_BULK_ID_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
HQL_VARIABLE_PREFIX - Static variable in class org.hibernate.engine.spi.QueryParameters
 
hqlCollectionFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
hqlCollectionFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
HqlCollectionFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.HqlCollectionFunctionContext
 
HqlCollectionFunctionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.HqlCollectionFunctionContext
 
HqlInterpretation - Interface in org.hibernate.query.spi
 
HqlInterpretationException - Exception in org.hibernate.query.hql
Base of exception hierarchy for exceptions stemming from producing SQM AST trees
HqlInterpretationException(String) - Constructor for exception org.hibernate.query.hql.HqlInterpretationException
 
HqlInterpretationException(String, Throwable) - Constructor for exception org.hibernate.query.hql.HqlInterpretationException
 
HqlLexer - Class in org.hibernate.grammars.hql
 
HqlLexer(CharStream) - Constructor for class org.hibernate.grammars.hql.HqlLexer
 
HqlLogging - Interface in org.hibernate.query.hql
 
HqlParser - Class in org.hibernate.grammars.hql
 
HqlParser(TokenStream) - Constructor for class org.hibernate.grammars.hql.HqlParser
 
HqlParser.AbsFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.AdditionExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.AdditiveOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.AggregateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.AndPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.AnyFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.AssignmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.Atan2FunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.AvgFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.BetweenPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.BinaryLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.BooleanExpressionPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.CaseExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CaseListContext - Class in org.hibernate.grammars.hql
 
HqlParser.CaseOtherwiseContext - Class in org.hibernate.grammars.hql
 
HqlParser.CastFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CastTargetContext - Class in org.hibernate.grammars.hql
 
HqlParser.CastTargetTypeContext - Class in org.hibernate.grammars.hql
 
HqlParser.CeilingFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CoalesceFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollateExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollateNameContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollationSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionElementNavigablePathContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionIndexFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionSizeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ComparisonOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.ComparisonPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.ConcatenationExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ConcatFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CountFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CrossJoinContext - Class in org.hibernate.grammars.hql
 
HqlParser.CubeContext - Class in org.hibernate.grammars.hql
 
HqlParser.CurrentDateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CurrentTimeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CurrentTimestampFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateOrTimeFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateTimeContext - Class in org.hibernate.grammars.hql
 
HqlParser.DatetimeFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateTimeLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.DayContext - Class in org.hibernate.grammars.hql
 
HqlParser.DayFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.DeleteStatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.DmlTargetContext - Class in org.hibernate.grammars.hql
 
HqlParser.DotIdentifierSequenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.DotIdentifierSequenceContinuationContext - Class in org.hibernate.grammars.hql
 
HqlParser.DynamicInstantiationArgContext - Class in org.hibernate.grammars.hql
 
HqlParser.DynamicInstantiationArgExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.DynamicInstantiationArgsContext - Class in org.hibernate.grammars.hql
 
HqlParser.DynamicInstantiationContext - Class in org.hibernate.grammars.hql
 
HqlParser.DynamicInstantiationTargetContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityIdExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityIdReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityNameContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityNaturalIdExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityNaturalIdReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityTypeExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityTypeReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityVersionExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityVersionReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.EveryFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExistsPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExpFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExplicitTupleInListContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExtractFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExtractFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FetchClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.FilterClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.FloorFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FormatContext - Class in org.hibernate.grammars.hql
 
HqlParser.FormatFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FromClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.FromClauseSpaceContext - Class in org.hibernate.grammars.hql
 
HqlParser.FromDurationExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FunctionExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralizedLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralizedLiteralTextContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralizedLiteralTypeContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralPathFragmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.GenericTemporalLiteralTextContext - Class in org.hibernate.grammars.hql
 
HqlParser.GreatestFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GroupByClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.GroupByExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GroupedExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GroupedPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.HavingClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.HourContext - Class in org.hibernate.grammars.hql
 
HqlParser.HqlCollectionFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.IdentificationVariableDefContext - Class in org.hibernate.grammars.hql
 
HqlParser.IdentifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.IfnullFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.IndexedPathAccessFragmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.InListContext - Class in org.hibernate.grammars.hql
 
HqlParser.InPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.InsertStatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.IsEmptyPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.IsNullPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.JdbcDateLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.JdbcTimeLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.JdbcTimestampLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinTypeQualifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.JpaCollectionFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.JpaCollectionJoinContext - Class in org.hibernate.grammars.hql
 
HqlParser.JpaNonStandardFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.JpaNonStandardFunctionNameContext - Class in org.hibernate.grammars.hql
 
HqlParser.JpaSelectObjectSyntaxContext - Class in org.hibernate.grammars.hql
 
HqlParser.LeastFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LeftFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LengthFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LikeEscapeContext - Class in org.hibernate.grammars.hql
 
HqlParser.LikePredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.LimitClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.LiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.LiteralExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LnFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocalDateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocalDateTimeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocalTimeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocateFunctionPatternArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocateFunctionStartArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocateFunctionStringArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.LowerFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MapEntrySelectionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MapKeyNavigablePathContext - Class in org.hibernate.grammars.hql
 
HqlParser.MaxElementFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MaxFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MaxIndexFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MemberOfPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.MinElementFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MinFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MinIndexFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MinuteContext - Class in org.hibernate.grammars.hql
 
HqlParser.ModDividendArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.ModDivisorArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.ModFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MonthContext - Class in org.hibernate.grammars.hql
 
HqlParser.MultiplicationExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MultiplicativeOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.NamedParameterContext - Class in org.hibernate.grammars.hql
 
HqlParser.NegatedPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.NestedQueryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.NonStandardFunctionArgumentsContext - Class in org.hibernate.grammars.hql
 
HqlParser.NonStandardFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.NonStandardFunctionNameContext - Class in org.hibernate.grammars.hql
 
HqlParser.NullifFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.NullsPrecedenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetDateTimeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrderByClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrderByFragmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrderingSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionLengthArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionReplacementArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionStartArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionStringArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.PadCharacterContext - Class in org.hibernate.grammars.hql
 
HqlParser.PadFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.PadLengthContext - Class in org.hibernate.grammars.hql
 
HqlParser.PadSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParameterContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParameterExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParameterOrIntegerLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParameterOrNumberLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParamInListContext - Class in org.hibernate.grammars.hql
 
HqlParser.PathContext - Class in org.hibernate.grammars.hql
 
HqlParser.PathContinuationContext - Class in org.hibernate.grammars.hql
 
HqlParser.PathExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.PathRootContext - Class in org.hibernate.grammars.hql
 
HqlParser.PersistentCollectionReferenceInListContext - Class in org.hibernate.grammars.hql
 
HqlParser.PositionalParameterContext - Class in org.hibernate.grammars.hql
 
HqlParser.PositionFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.PositionFunctionPatternArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.PositionFunctionStringArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.PowerBaseArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.PowerFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.PowerPowerArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.PredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.PrimaryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.QualifiedJoinContext - Class in org.hibernate.grammars.hql
 
HqlParser.QualifiedJoinPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.QualifiedJoinRhsContext - Class in org.hibernate.grammars.hql
 
HqlParser.QueryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.QueryOrderContext - Class in org.hibernate.grammars.hql
 
HqlParser.QuerySpecContext - Class in org.hibernate.grammars.hql
 
HqlParser.QuerySpecExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ReplaceFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ReplaceFunctionPatternArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.ReplaceFunctionReplacementArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.ReplaceFunctionStringArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.ResultIdentifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.RightFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.RollupContext - Class in org.hibernate.grammars.hql
 
HqlParser.RoundFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.RoundFunctionPrecisionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SearchedCaseListContext - Class in org.hibernate.grammars.hql
 
HqlParser.SearchedCaseWhenContext - Class in org.hibernate.grammars.hql
 
HqlParser.SecondContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectionListContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectStatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.SetClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.SetOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.SetQueryGroupContext - Class in org.hibernate.grammars.hql
 
HqlParser.SignFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SignOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleCaseListContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleCaseWhenContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleQueryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleQueryGroupContext - Class in org.hibernate.grammars.hql
 
HqlParser.SortExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SortSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.SqrtFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.StandardFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.StatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.StrFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubQueryContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubQueryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubQueryInListContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubstringFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubstringFunctionLengthArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubstringFunctionStartArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.SumFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SyntacticDomainPathContext - Class in org.hibernate.grammars.hql
 
HqlParser.TargetFieldsSpecContext - Class in org.hibernate.grammars.hql
 
HqlParser.TemporalLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.TimeContext - Class in org.hibernate.grammars.hql
 
HqlParser.TimeLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.TimeZoneFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.ToDurationExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.TreatedNavigablePathContext - Class in org.hibernate.grammars.hql
 
HqlParser.TrigFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.TrigFunctionNameContext - Class in org.hibernate.grammars.hql
 
HqlParser.TrimCharacterContext - Class in org.hibernate.grammars.hql
 
HqlParser.TrimFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.TrimSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.TupleExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.UnaryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.UpdateStatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.UpperFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ValuesContext - Class in org.hibernate.grammars.hql
 
HqlParser.ValuesListContext - Class in org.hibernate.grammars.hql
 
HqlParser.WeekFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.WhereClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.YearContext - Class in org.hibernate.grammars.hql
 
HqlParser.ZoneIdContext - Class in org.hibernate.grammars.hql
 
HqlParserBaseListener - Class in org.hibernate.grammars.hql
This class provides an empty implementation of HqlParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
HqlParserBaseListener() - Constructor for class org.hibernate.grammars.hql.HqlParserBaseListener
 
HqlParserBaseVisitor<T> - Class in org.hibernate.grammars.hql
This class provides an empty implementation of HqlParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
HqlParserBaseVisitor() - Constructor for class org.hibernate.grammars.hql.HqlParserBaseVisitor
 
HqlParserListener - Interface in org.hibernate.grammars.hql
This interface defines a complete listener for a parse tree produced by HqlParser.
HqlParserVisitor<T> - Interface in org.hibernate.grammars.hql
This interface defines a complete generic visitor for a parse tree produced by HqlParser.
HqlQueryImplementor<R> - Interface in org.hibernate.query.hql.spi
 
hqlString - Variable in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
HqlTranslator - Interface in org.hibernate.query.hql
Main entry point into building semantic queries.
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 HyperSQL (HSQLDB) version 1.8 and above.
HSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLDialect() - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLDialect(int) - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
HSQLIdentityColumnSupport(int) - Constructor for class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
HSQLSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for HSQLDialect.
HSQLSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
HSQLSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for HSQL.
HSQLSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.HSQLSqlAstTranslator
 
hydrate(ResultSet, Object, 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, Object, 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, Object, 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, 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...

I

i - Variable in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
i - Variable in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
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 variable in class org.hibernate.grammars.hql.HqlLexer
 
ID() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
ID - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ID() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ID_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
ID_TABLE_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
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
 
IdentifiableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Extension to the JPA IdentifiableType contract
IdentifiableTypeSource - Interface in org.hibernate.boot.model.source.spi
Common contract between Entity and MappedSuperclass sources.
identificationVariableDef() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
identificationVariableDef() - Method in class org.hibernate.grammars.hql.HqlParser.DmlTargetContext
 
identificationVariableDef() - Method in class org.hibernate.grammars.hql.HqlParser
 
identificationVariableDef() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
identificationVariableDef() - Method in class org.hibernate.grammars.hql.HqlParser.PathRootContext
 
identificationVariableDef() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinRhsContext
 
IdentificationVariableDefContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.IdentificationVariableDefContext
 
Identifier - Class in org.hibernate.boot.model.naming
Models an identifier (name), which may or may not be quoted.
Identifier(String, boolean) - Constructor for class org.hibernate.boot.model.naming.Identifier
Constructs an identifier instance.
Identifier(String) - Constructor for class org.hibernate.boot.model.naming.Identifier
Constructs an unquoted identifier instance.
IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
identifier(int) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionIndexFunctionContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.DotIdentifierSequenceContinuationContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationArgContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
identifier(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.IdentificationVariableDefContext
 
IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentificationVariableDefContext
 
IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.ResultIdentifierContext
 
IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.ResultIdentifierContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
IDENTIFIER(int) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
IDENTIFIER() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
IDENTIFIER(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
IDENTIFIER() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
Identifier - Class in org.hibernate.metamodel.relational
Models an identifier (name), which may or may not be quoted.
Identifier(String, boolean) - Constructor for class org.hibernate.metamodel.relational.Identifier
Constructs an identifier instance.
IDENTIFIER_GENERATOR_STRATEGY_PROVIDER - Static variable in interface org.hibernate.jpa.AvailableSettings
IdentifierGeneratorStrategyProvider class name, the class must have a no-arg constructor
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_MAPPER_PROPERTY - Static variable in class org.hibernate.query.NavigablePath
 
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
 
IdentifierBagType - Class in org.hibernate.type
 
IdentifierBagType(TypeConfiguration, String, String) - Constructor for class org.hibernate.type.IdentifierBagType
 
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
 
identifierColumnName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
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, 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(String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(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.
IdentifierLoadAccessImpl<T> - Class in org.hibernate.loader.access
 
IdentifierLoadAccessImpl(LoadAccessContext, EntityPersister) - Constructor for class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
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
Deprecated.
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(Object) - Constructor for class org.hibernate.engine.spi.IdentifierValue
Assume the transient instance is newly instantiated if its identifier is null or equal to value
IdentityColumnSupport - Interface in org.hibernate.dialect.identity
A set of operations providing support for identity columns in a certain SQL dialect.
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.
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
 
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
 
IFNULL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IFNULL() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
IFNULL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IFNULL() - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
ifnullFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
ifnullFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
IfnullFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
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...).
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.
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
 
IllegalIdentifierException - Exception in org.hibernate.metamodel.relational
Indicates an attempted use of a name that was deemed illegal
IllegalIdentifierException(String) - Constructor for exception org.hibernate.metamodel.relational.IllegalIdentifierException
 
IllegalPathUsageException - Exception in org.hibernate.query.sqm
Indicates an attempt to use an SqmPath in an unsupported manner - e.g., an attempt to de-reference a basic value
IllegalPathUsageException(String) - Constructor for exception org.hibernate.query.sqm.IllegalPathUsageException
 
IllegalPathUsageException(String, Exception) - Constructor for exception org.hibernate.query.sqm.IllegalPathUsageException
 
IllegalQueryOperationException - Exception in org.hibernate.query
Indicates an attempt to perform some operation on a Query that is illegal based on its state, e.g., attempt to call Query.executeUpdate() on a SELECT query.
IllegalQueryOperationException(String) - Constructor for exception org.hibernate.query.IllegalQueryOperationException
 
IllegalQueryOperationException(String, Throwable) - Constructor for exception org.hibernate.query.IllegalQueryOperationException
 
IMAGE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC LONGVARBINARY.
ImageType - Class in org.hibernate.type
A type that maps between LONGVARBINARY and byte[]
ImageType() - Constructor for class org.hibernate.type.ImageType
 
IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
immediateLoad(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
immediateLoad(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Load an instance immediately.
Immutable - Annotation Type in org.hibernate.annotations
Mark an Entity, a Collection, or an Attribute type as immutable.
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(DomainResultCreationState) - Static method in class org.hibernate.query.results.ResultsHelper
 
implementsLifecycle() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
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_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_NAME_BASE - Static variable in interface org.hibernate.id.OptimizableGenerator
If an explicit sequence/table name is not configured,
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.
ImplicitAttributeFetchBuilder - Class in org.hibernate.query.results
FetchBuilder used when an explicit mapping was not given
ImplicitAttributeFetchBuilder(NavigablePath, AttributeMapping) - Constructor for class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
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
implicitEntityResultBuilder(Class<?>, ResultSetMappingResolutionContext) - Static method in class org.hibernate.query.results.Builders
 
implicitFetchBuilder(NavigablePath, Fetchable, DomainResultCreationState) - Static method in class org.hibernate.query.results.Builders
 
ImplicitFetchBuilder - Interface in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderBasic - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderBasic(NavigablePath, BasicValuedModelPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
ImplicitFetchBuilderEmbeddable - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderEmbeddable(NavigablePath, EmbeddableValuedFetchable, DomainResultCreationState) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
ImplicitFetchBuilderEntity - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderEntity(NavigablePath, ToOneAttributeMapping, DomainResultCreationState) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
ImplicitFetchBuilderPlural - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderPlural(NavigablePath, PluralAttributeMapping, DomainResultCreationState) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
ImplicitForeignKeyNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitHbmResultSetMappingDescriptorBuilder - Class in org.hibernate.boot.query
Builder for implicit ResultSet mapping defined inline as part of a named native query
ImplicitHbmResultSetMappingDescriptorBuilder(String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
ImplicitHbmResultSetMappingDescriptorBuilder(String, int, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
ImplicitIdentifierColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's identifier column.
implicitIdentifierResult(EntityIdentifierMapping, EntityIdentifierNavigablePath, DomainResultCreationState) - Static method in class org.hibernate.query.results.ResultsHelper
 
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.
ImplicitModelPartResultBuilder - Interface in org.hibernate.query.results.implicit
 
ImplicitModelPartResultBuilderBasic - Class in org.hibernate.query.results.implicit
 
ImplicitModelPartResultBuilderBasic(NavigablePath, BasicValuedModelPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
ImplicitModelPartResultBuilderEmbeddable - Class in org.hibernate.query.results.implicit
 
ImplicitModelPartResultBuilderEmbeddable(NavigablePath, EmbeddableValuedModelPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
ImplicitModelPartResultBuilderEntity - Class in org.hibernate.query.results.implicit
 
ImplicitModelPartResultBuilderEntity(NavigablePath, EntityValuedModelPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
ImplicitModelPartResultBuilderEntity(EntityMappingType) - Constructor for class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
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
Deprecated.
ImportSqlCommandExtractorInitiator - Class in org.hibernate.tool.hbm2ddl
Deprecated.
User SqlScriptExtractorInitiator instead
ImportSqlCommandExtractorInitiator() - Constructor for class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
Deprecated.
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IN() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
IN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IN() - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
IN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
IN() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
in(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>, Expression<? extends T>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>, T...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>, List<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Object...) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Collection<?>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Expression<Collection<?>>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, Expression<? extends T>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, T...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, List<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, SqmSubQuery<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Object...) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Expression<?>...) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Collection<?>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Expression<Collection<?>>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
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
 
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?
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
 
includes(GenerationTiming) - Method in enum org.hibernate.tuple.GenerationTiming
 
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
 
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 interface org.hibernate.id.OptimizableGenerator
Indicates the increment size to use.
incrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before cascading
incrementFetchDepth() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
 
incrementFetchDepth() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
incrementFetchDepth() - Method in interface org.hibernate.sql.results.graph.Fetchable
 
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.
InDatabaseGeneratedValueResolver - Class in org.hibernate.metamodel.mapping
GeneratedValueResolver impl for in-db generation.
InDatabaseGeneratedValueResolver(GenerationTiming, int) - Constructor for class org.hibernate.metamodel.mapping.InDatabaseGeneratedValueResolver
 
InDatabaseValueGenerationStrategy - Interface in org.hibernate.tuple
Strategy for describing values which are generated in the database.
Index - Annotation Type in org.hibernate.annotations
Deprecated.
Using Index instead.
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INDEX() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionIndexFunctionContext
 
INDEX() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
INDEX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
Index - Class in org.hibernate.mapping
A relational table index
Index() - Constructor for class org.hibernate.mapping.Index
 
index() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
IndexBackref - Class in org.hibernate.mapping
 
IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
 
IndexColumn - Annotation Type in org.hibernate.annotations
Deprecated.
Prefer the standard JPA OrderColumn annotation and the Hibernate specific ListIndexBase (for replacing IndexColumn.base()).
indexColumn - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
IndexColumn - Class in org.hibernate.cfg
index column
IndexColumn(boolean, String, long, 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
 
IndexedBiConsumer<T,U> - Interface in org.hibernate.mapping
A consumer like BiConsumer but also accepts an integer as index.
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
 
IndexedConsumer<T> - Interface in org.hibernate.mapping
A consumer like Consumer but also accepts an integer as index.
indexedPathAccessFragment() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
indexedPathAccessFragment() - Method in class org.hibernate.grammars.hql.HqlParser
 
indexedPathAccessFragment() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
IndexedPathAccessFragmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
indexes(L) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
indexes(L) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
indexExists(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexExists(Object, 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(Table, String, String[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
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
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
 
inferrableTypeAccessStack - Variable in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
InFlightAccessImpl() - Constructor for class org.hibernate.metamodel.model.domain.AbstractManagedType.InFlightAccessImpl
 
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
 
INFO_ENABLED - Static variable in interface org.hibernate.sql.results.ResultsLogger
 
InformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
Contract for extracting information about objects in the database schema(s).
infoString(String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity, based on the given entityName and id.
infoString(EntityPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity.
infoString(EntityPersister, Object, Type, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity,.
infoString(EntityPersister, Object[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of entities.
infoString(EntityPersister) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to given entity persister.
infoString(String, String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a given property value for an entity.
InFragment - Class in org.hibernate.sql
An SQL IN expression.
InFragment() - Constructor for class org.hibernate.sql.InFragment
 
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
 
initcap(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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
 
INITIAL_PARAM - Static variable in interface org.hibernate.id.OptimizableGenerator
Indicates the initial value to use.
initialize(CurrentTimestamp, Class<?>) - Method in class org.hibernate.annotations.CurrentTimestampGeneration
 
initialize(Map, ClassLoaderService) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
initialize(Size) - Method in class org.hibernate.engine.jdbc.Size
 
initialize(Object) - Static method in class org.hibernate.Hibernate
Force initialization of a proxy or persistent collection.
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given primitive long.
initialize(ResultSet, long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given result set, using the specified default value if we could not get a value from the result set (aka result was null).
initialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
initialize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Initialize the given collection with the given key
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(A, Class<?>) - Method in interface org.hibernate.tuple.AnnotationValueGeneration
Initializes this generation strategy for the given annotation instance.
initialize(CreationTimestamp, Class<?>) - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
initialize(Generated, Class<?>) - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
initialize(UpdateTimestamp, Class<?>) - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
initialize(GeneratorType, Class<?>) - Method in class org.hibernate.tuple.VmValueGeneration
 
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.
initializeEmptyCollection(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
 
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, Object, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Read the state of the collection from a disassembled cached value
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.AbstractHANADialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.CockroachDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.DB2Dialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.DerbyDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.Dialect
Initialize the given registry with any dialect-specific functions.
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.H2Dialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.HSQLDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.MariaDBDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.MySQLDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.OracleDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.SpannerDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.SQLServerDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.SybaseDialect
 
initializeIdentifier(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
initializeImmediately() - Method in class org.hibernate.type.ArrayType
 
initializeImmediately() - Method in class org.hibernate.type.CollectionType
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
initializeInstance(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
Step 3 - Initialize the state of the instance resolved in Initializer.resolveInstance(org.hibernate.sql.results.jdbc.spi.RowProcessingState) from the current row values.
initializeLazyPropertiesFromCache(String, Object, SharedSessionContractImplementor, EntityEntry, CacheEntry) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeLazyPropertiesFromDatastore(Object, Object, EntityEntry, String, SharedSessionContractImplementor) - 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)
Initializer - Interface in org.hibernate.sql.results.graph
Defines a multi-step process for initializing entity, collection and composite state.
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(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
initiateService(SessionFactoryServiceInitiatorContext) - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.engine.spi.CacheInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
initiateService(ServiceInitiator<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
initiateService(SessionFactoryServiceInitiatorContext) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
Initiates the managed service.
initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initMappingColumn(String, String, Long, Integer, Integer, boolean, String, boolean, boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
initPropertyPaths(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initPropertyPaths(String, Type, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
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
 
injectAttributeMapping(PluralAttributeMapping) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
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, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
injectInterceptor(Object, PersistentAttributeInterceptor, 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 class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in interface org.hibernate.collection.spi.PersistentCollection
Inject the state loaded for a collection instance.
injectParameters(Object, Supplier<Properties>) - Static method in class org.hibernate.boot.model.TypeDefinition
 
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.
inlineLiteral(String) - Method in class org.hibernate.dialect.Dialect
Inline String literal.
InlineView - Class in org.hibernate.metamodel.relational
Support for Hibernate's Subselect feature
InlineView(String) - Constructor for class org.hibernate.metamodel.relational.InlineView
 
InLineViewSource - Interface in org.hibernate.boot.model.source.spi
Describes in-line view source information.
inList() - Method in class org.hibernate.grammars.hql.HqlParser
 
inList() - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
InListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InListContext
 
InListContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.InListContext
 
InListPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
InListPredicate(Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InListPredicate(Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InListPredicate(Expression, Expression...) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InListPredicate(Expression, List<Expression>) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InListPredicate(Expression, List<Expression>, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InMemoryGeneratedValueResolver - Class in org.hibernate.metamodel.mapping
GeneratedValueResolver impl for in-memory generation
InMemoryGeneratedValueResolver(ValueGenerator, GenerationTiming) - Constructor for class org.hibernate.metamodel.mapping.InMemoryGeneratedValueResolver
 
InMemoryValueGenerationStrategy - Interface in org.hibernate.tuple
 
INNER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INNER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
INNER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INNER() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
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
 
inOverClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
InPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
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(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) - 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, 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(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(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
insert(String, String) - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
insert(String, String) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
insert(String, String) - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
 
insert(String, String) - Method in class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
insert(String, String) - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
INSERT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INSERT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
INSERT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INSERT() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
INSERT - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are generated by the database on insert.
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[], boolean[], int, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL INSERT.
insert(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Object, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance
insert(Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance, using a natively generated identifier (optional operation)
Insert - Class in org.hibernate.sql
An SQL INSERT statement
Insert(Dialect) - Constructor for class org.hibernate.sql.Insert
 
insert(Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insert(String, Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insert_overlay(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Postgres
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
 
insertAfterDistinct(String, String) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Insert a fragment of SQL right after SELECT, SELECT DISTINCT, or SELECT ALL.
insertAfterSelect(String, String) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Insert a fragment of SQL right after SELECT, but before DISTINCT or ALL.
insertAtEnd(String, String) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Insert a fragment of SQL right at the very end of the query.
insertBeforeForUpdate(String, String) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Insert a fragment of SQL right before the FOR UPDATEish clauses at the end of the query.
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, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
insertRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Insert the persistent state of any new collection elements
insertRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
InsertSelect - Class in org.hibernate.sql
Deprecated.
(since 6.0) Use InsertStatement instead
InsertSelect(Dialect) - Constructor for class org.hibernate.sql.InsertSelect
Deprecated.
 
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
 
insertStatement() - Method in class org.hibernate.grammars.hql.HqlParser
 
insertStatement() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
InsertStatement - Class in org.hibernate.sql.ast.tree.insert
 
InsertStatement(TableReference) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertStatement
 
InsertStatement(boolean, Map<String, CteStatement>, TableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertStatement
 
InsertStatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
InsertSubstringOverlayEmulation - Class in org.hibernate.dialect.function
 
InsertSubstringOverlayEmulation(boolean) - Constructor for class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
 
inSession(Consumer<Session>) - Method in interface org.hibernate.SessionFactory
Open a Session and perform a action using it
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.dialect.hint.IndexQueryHintHandler
 
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.DB2LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.FetchLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.LimitLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.NoopLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.TopLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.ANSISequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.DerbySequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.H2SequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.HANASequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.NoSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.OracleSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.SQLServerSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.EmptyInterceptor
Deprecated.
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.id.uuid.StandardRandomStrategy
 
INSTANCE - Static variable in class org.hibernate.loader.entity.CacheEntityLoaderHelper
 
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.ast.spi.SqlAliasStemHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.ast.spi.SqlAstHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.ast.spi.SqlAstTreeHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.ast.tree.expression.Star
Singleton access
INSTANCE - Static variable in interface org.hibernate.sql.ast.tree.SqlAstTreeLogger
Static access to the logging instance
INSTANCE - Static variable in interface org.hibernate.sql.exec.SqlExecLogger
Static access to the logging instance
INSTANCE - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
Static access to the logging instance
INSTANCE - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
Static access to the logging instance
instance(ListResultsConsumer.UniqueSemantic) - Static method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
INSTANCE - Static variable in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
Singleton access to the standard scrollable-results consumer instance
instance() - Static method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
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 method 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.JavaObjectTypeDescriptor
Singleton access
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.MapEntryJavaDescriptor
Singleton access
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.java.ZoneOffsetJavaDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor.ZoneOffsetComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.CharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.IntegerTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LobTypeMappings
Deprecated.
use the static method helpers instead.
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongNVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongVarbinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NationalizedTypeMappings
Deprecated.
use the static methods instead
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NCharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NumericTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectJdbcTypeDescriptor
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.RealTypeDescriptor
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.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.JavaObjectType
Singleton access
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.NumericBooleanType.NumericConverter
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.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.TrueFalseType.TrueFalseConverter
Singleton access
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.YesNoConverter
Singleton access
INSTANCE - Static variable in class org.hibernate.type.YesNoType
 
INSTANCE - Static variable in class org.hibernate.type.YesNoType.YesNoConverter
Singleton access
INSTANCE - Static variable in class org.hibernate.type.ZonedDateTimeType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.ZoneOffsetType
 
INSTANCE_WITHOUT_LITERALS - Static variable in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
INSTANT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
INSTANT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
INSTANT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Instant to JDBC TIME.
instantFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
instantFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
InstantFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
instantiate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(EntityPersister, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
instantiate(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Instantiate the entity class, initializing with the given identifier
instantiate(EntityPersister, Object) - Method in interface org.hibernate.event.spi.EventSource
Instantiate an entity instance, using either an interceptor, or the given persister
instantiate(String, EntityMode, Serializable) - Method in interface org.hibernate.Interceptor
instantiate(String, EntityRepresentationStrategy, Object) - Method in interface org.hibernate.Interceptor
Instantiate the entity.
instantiate(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
(since 5.3) Use the form accepting SharedSessionContractImplementor instead
instantiate(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Create a class instance initialized with the given identifier
instantiate() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
instantiate(Supplier<Object[]>, SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.EmbeddableInstantiator
Create an instance of the embeddable
instantiate(SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.EntityInstantiator
Create an instance of managed entity
instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
instantiate(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a class instance initialized with the given identifier
instantiate() - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
This method does not populate the component parent
instantiate(Object) - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
instantiate(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
instantiate(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
Create an entity instance initialized with the given identifier.
instantiate(Object) - Method in interface org.hibernate.tuple.Instantiator
Perform the requested entity instantiation.
instantiate() - Method in interface org.hibernate.tuple.Instantiator
Perform the requested instantiation.
instantiate() - Method in class org.hibernate.tuple.PojoInstantiator
 
instantiate(Object) - Method in class org.hibernate.tuple.PojoInstantiator
 
instantiate() - Method in interface org.hibernate.tuple.Tuplizer
Deprecated.
Generate a new, empty entity.
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.ArrayType
 
instantiate(int) - Method in class org.hibernate.type.ArrayType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.BagType
 
instantiate(int) - Method in class org.hibernate.type.BagType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.CollectionType
Instantiate an uninitialized collection wrapper or holder.
instantiate(int) - Method in class org.hibernate.type.CollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(EntityMode) - Method in class org.hibernate.type.ComponentType
This method does not populate the component parent
instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(int) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EmbeddedComponentType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(int) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.ListType
 
instantiate(int) - Method in class org.hibernate.type.ListType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.MapType
 
instantiate(int) - Method in class org.hibernate.type.MapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedMapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedSetType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SetType
 
instantiate(int) - Method in class org.hibernate.type.SetType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SortedMapType
 
instantiate(int) - Method in class org.hibernate.type.SortedMapType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SortedSetType
 
instantiate(int) - Method in class org.hibernate.type.SortedSetType
 
instantiate(SharedSessionContractImplementor, CollectionPersister) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an uninitialized instance of the collection wrapper
instantiate(int) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiateRaw(int, CollectionPersister) - Method in interface org.hibernate.collection.spi.CollectionSemantics
 
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".
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.CollectionSemantics
 
instantiation(Class<J>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
InstantiationException - Exception in org.hibernate
Thrown if Hibernate can't instantiate a class at runtime.
InstantiationException(String, Class, Throwable) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
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.
Instantiator - Interface in org.hibernate.metamodel.spi
Strategy for instantiating representation structure instances.
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
 
instr(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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.
InSubQueryPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
InSubQueryPredicate(Expression, QueryPart, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
INTEGER - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Integer to JDBC INTEGER.
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
INTEGER_LITERAL(int) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
integerLiteral(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.LiteralHelper
 
integerLiteral(String, QueryEngine) - Static method in class org.hibernate.query.sqm.tree.expression.LiteralHelper
 
integerLiteral(int, QueryEngine) - Static method in class org.hibernate.query.sqm.tree.expression.LiteralHelper
 
IntegerType - Class in org.hibernate.type
A type that maps between INTEGER and @link Integer}
IntegerType() - Constructor for class org.hibernate.type.IntegerType
 
IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for Integer handling.
IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for INTEGER handling.
IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.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
Deprecated.
(since 6.0) - use
integrate(Metadata, BootstrapContext, SessionFactoryImplementor) - Method in interface org.hibernate.integrator.spi.Integrator
Perform integration.
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.secure.spi.JaccIntegrator
 
IntegrationException - Exception in org.hibernate.cfg.beanvalidation
Indicates a problem integrating Hibernate and the Bean Validation spec.
IntegrationException(String) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
IntegrationException - Exception in org.hibernate.secure.spi
 
IntegrationException(String) - Constructor for exception org.hibernate.secure.spi.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
 
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 - 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(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
interceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
Interceptor - Interface in org.hibernate
Allows user code to inspect and/or change property values.
INTERCEPTOR - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.INTERCEPTOR instead
interceptor(Interceptor) - Method in interface org.hibernate.SessionBuilder
Adds a specific interceptor to the session options.
interceptor() - Method in interface org.hibernate.SharedSessionBuilder
Signifies the interceptor from the original session should be used to create the new session.
interceptor(Interceptor) - Method in interface org.hibernate.SharedSessionBuilder
 
INTERCEPTOR_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.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 - Annotation Type in org.hibernate
Annotation used to identify a package, class, interface or method as "internal", meaning that applications should expect no guarantees with regard to the binary stability from release to release.
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
 
internalApplyInferableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
internalApplyInferableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
internalApplyInferableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
internalApplyInferableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
internalApplyInferableType(SqmExpressable) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
internalApplyInferableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
internalApplyInferableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
internalLoad(String, Object, boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
internalLoad(String, Object, boolean, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Load an instance without checking if it was deleted.
interpret(String) - Static method in enum org.hibernate.boot.SchemaAutoTooling
 
interpret(String) - Static method in enum org.hibernate.ConnectionAcquisitionMode
 
interpret(Object) - Static method in enum org.hibernate.ConnectionAcquisitionMode
 
interpret(Object) - Static method in enum org.hibernate.ConnectionReleaseMode
 
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.id.SequenceMismatchStrategy
Interpret the configured SequenceMismatchStrategy value.
interpret(Object) - Static method in enum org.hibernate.loader.BatchFetchStyle
Deprecated.
 
interpret(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
interpret(Object) - Static method in enum org.hibernate.query.criteria.ValueHandlingMode
Interpret the configured valueHandlingMode value.
interpret(Object) - Static method in enum org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
Interpret the configured ImmutableEntityUpdateQueryHandlingMode value.
interpret(String) - Static method in enum org.hibernate.query.SortOrder
 
interpret(Object) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
interpret(ConnectionAcquisitionMode, ConnectionReleaseMode) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
interpret(String) - Static method in enum org.hibernate.secure.spi.PermissibleAction
 
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(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(Map) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
For test use
interpret(Metadata, Map<?, ?>) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
InterpretationException - Exception in org.hibernate.query.sqm
Represents a general uncaught problem performing the interpretation.
InterpretationException(String) - Constructor for exception org.hibernate.query.sqm.InterpretationException
 
InterpretationException(String, Throwable) - Constructor for exception org.hibernate.query.sqm.InterpretationException
 
interpretCall(String, FunctionReturnImpl, ParameterMetadataImplementor, ProcedureParamBindings, SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
interpretExpression(Expression, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
 
interpretSqmMultiTableStrategy(AbstractEntityPersister, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
interpretTableGenerator(TableGenerator, IdentifierGeneratorDefinition.Builder) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
INTERSECT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INTERSECT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INTERSECT() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
intersect(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
intersect(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
intersectAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
INTO - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INTO() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
INTO() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
INTO - Static variable in class org.hibernate.grammars.hql.HqlParser
 
inTransaction(Consumer<Session>) - Method in interface org.hibernate.SessionFactory
Open a Session and perform a action using it within the bounds of a transaction
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.NaturalIdResolutions
Marker reference used to indicate that a given natural-id is invalid
InvalidatableWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Specialized JdbcWrapper contract for wrapped objects that can additioanlly be invalidated
invalidate(String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
Perform invalidation of the passed spaces (table names) against the timestamps region data
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
 
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(Origin) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
InvalidMappingException(Origin, Throwable) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
InvalidMappingException - Exception in org.hibernate
Thrown when a mapping is found to be invalid.
InvalidMappingException(String, String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, String, String) - 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.
invariant(BasicType<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
A resolver that defines an invariant result type.
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 enum org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
 
inverseForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
inverseJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
invert() - Method in enum org.hibernate.query.ComparisonOperator
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ClobProxy
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
 
invokeAfterLoadActions(SharedSessionContractImplementor, Object, Loadable) - Method in interface org.hibernate.sql.exec.spi.Callback
 
invokeAfterLoadActions(SharedSessionContractImplementor, Object, Loadable) - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
IS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
IS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
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?

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

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
Deprecated.
Is this an abstract class?
isAbstract() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isAbstractUnionTable() - Method in class org.hibernate.mapping.Table
 
isActive(boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Indicate whether a resource transaction is in progress.
isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Is this transaction still active?

Answers on a best effort basis.

isActive(boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
 
isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Is the TransactionCoordinator owner considered active?
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
 
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAfterLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
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
 
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
Deprecated.
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.query.sqm.tree.select.SqmSortSpecification
 
isAssociation() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
 
isAssociationFetch() - Method in class org.hibernate.event.spi.LoadEvent
 
isAssociationKeyVisited(AssociationKey) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
isAssociationKeyVisited(AssociationKey) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
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(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
 
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
 
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?
isBeforeFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
isBeingReplicated() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isBidirectionalAttributeName(NavigablePath) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
isBinary() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
 
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(Parameter<?>) - Method in class org.hibernate.query.spi.AbstractQuery
 
isBound() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Is any value (including null) bound? Asked another way, were any of the `#set` methods called?
isBound(QueryParameterImplementor<?>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Has binding been done for the given parameter.
isBytecodeEnhanced() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
 
isBytecodeLazy() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Should the attribute be lazily loaded by bytecode enhancement?
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.QueryParameters
 
isCacheable() - Method in interface org.hibernate.query.CommonQueryContract
Are the results of this query eligible for second level query caching?

This is different that second level caching of any returned entities and collections, which is controlled by CommonQueryContract.getCacheMode().

isCacheable() - Method in class org.hibernate.query.spi.AbstractQuery
 
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.QueryParameters
 
isCallable() - Method in interface org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
 
isCallable() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
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(Join) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
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.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?

Historical handling for these in hbm.xml binding was to simply name the column "elt".

isCollectionElement() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Does this part represent a collection-element reference?
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.
isColumnExpressionFormula() - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
isColumnExpressionFormula() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
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.
 
isCompatible(Limit) - Method in class org.hibernate.query.Limit
 
isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
 
isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.spi.NativeJdbcMutation
 
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 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
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
isConnected() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
isCreateEmptyCompositesEnabled() - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
isCreateEmptyCompositesEnabled() - Method in class org.hibernate.tuple.component.ComponentMetamodel
 
isCreationEnabled() - Method in class org.hibernate.mapping.ForeignKey
 
isCurrentlyInPredicate() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.AbstractHANADialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DB2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DerbyDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Dialect
Deprecated.
no longer called
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.H2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.HSQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.MySQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.OracleDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.SpannerDialect
 
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
 
isDateUnit() - Method in enum org.hibernate.query.TemporalUnit
Is this unit extractable from a date?
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.
isDefaultOrdering(SortOrder, NullOrdering) - Method in enum org.hibernate.query.NullPrecedence
Is this null precedence the default for the given sort order and null ordering.
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 interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
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)?

Implementors that can copy elements out of a directly provided collection into the wrapped collection should override this method.

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(CustomEntityDirtinessStrategy.AttributeInformation) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
Do the attribute dirty check.
isDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
The callback used by Hibernate to determine if the given entity is dirty.
isDirty() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isDirty() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDirty() - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
isDirty() - Method in interface org.hibernate.Session
Does this session contain any changes which must be synchronized with the database? In other words, would any DML operations be executed if we flushed this session?
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
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, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, boolean[], 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, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirtyCheckable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isDirtyCheckable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isDirtyCheckable(boolean) - Method in interface org.hibernate.tuple.NonIdentifierAttribute
isDirtyCheckable() - 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
 
isDistinct() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
isDistinct() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
isDistinct() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
isDistinct() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
isDistinct() - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
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
 
isDuration(SqmExpressable<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
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 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.engine.spi.ExecutableList
 
isEmpty() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Are there no listeners registered?
isEmpty() - Method in class org.hibernate.LockOptions
Returns whether the lock options are empty.
isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
 
isEmpty(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isEmpty() - Method in class org.hibernate.query.Limit
 
isEmpty(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
isEmpty() - Method in interface org.hibernate.sql.ast.tree.predicate.Predicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
isEmptyAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
 
isEmptyOrNullAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
 
IsEmptyPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
isEmptyStringTreatedAsNull() - Method in class org.hibernate.dialect.Dialect
Return whether the dialect considers an empty-string value as null.
isEmptyStringTreatedAsNull() - Method in class org.hibernate.dialect.OracleDialect
 
isEnabled() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
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 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
 
isEntityReturn() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
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, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CollectionType
 
isEqual(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
 
isEqual(Object, Object) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
isEqual(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEqual(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
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
Deprecated.
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
 
isFalse(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isFalse(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isFetched() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
isFetched() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
isFetched() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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?
isFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
isFixedPrecisionScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isFloatingType(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
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
Does this selectable represent a formula? true indicates it is a formula; false indicates it is a physical column
isFormula() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
isFormula() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
isFunctionCall() - Method in interface org.hibernate.procedure.ProcedureCall
Does this ProcedureCall represent a call to a database FUNCTION (as opposed to a PROCEDURE call)? NOTE : this will only report whether this ProcedureCall was marked as a function via call to ProcedureCall.markAsFunctionCall(int).
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
 
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
 
isIdentifier(EntityIdentifierMapping, String...) - Static method in class org.hibernate.query.results.ResultsHelper
 
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
 
isIdMappingRequired() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
isIgnore() - Method in class org.hibernate.engine.spi.CollectionEntry
 
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.
isIncludedInDirtyChecking() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
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?
isIncludedInOptimisticLocking() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
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
Deprecated.
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
 
isInitializing() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this PersistentCollection in the process of being initialized?
isInPrimaryKey() - Method in class org.hibernate.cfg.FkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
isInSecondPass() - Method in 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 interface org.hibernate.metamodel.mapping.AttributeMetadata
 
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, SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.Instantiator
Performs and "instance of" check to see if the given object is an instance of managed structure
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
Deprecated.
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)
isInteger() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
 
isIntegralType(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
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 - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection "inverse", so state changes are not 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
 
isJdbcTemporalType(SqmExpressable<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
isJoined() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Determine if there is an active transaction that this coordinator is already joined to.
isJoined() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
 
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
 
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.
isJpaOrderByMappingComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Should we strictly handle OrderBy expressions? JPA says the order-items can only be attribute references whereas Hibernate supports a wide range of items.
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?
isLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
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
Deprecated.
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?
isLifecycleImplementor() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
 
isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
isLifecycleImplementor() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
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
 
isLoadByIdComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
JPA says that the id passed to EntityManager.getReference(java.lang.Class<T>, java.lang.Object) and EntityManager.find(java.lang.Class<T>, java.lang.Object) should be the exact expected type, allowing no type coercion.
isLoadFinished() - Method in interface org.hibernate.engine.spi.PersistenceContext
Is in a two-phase load?
isLob() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
isLob() - Method in class org.hibernate.mapping.Property
 
isLob() - Method in class org.hibernate.mapping.SimpleValue
 
isLob() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators
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
 
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
 
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(JpaExpression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a predicate that tests whether a Map is empty.
isMapEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isMapNotEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a predicate that tests whether a Map is not empty.
isMapNotEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.jdbc.LobTypeMappings
 
isMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isMember(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isMember(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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 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?
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
Deprecated.
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
 
isMultiValued() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Is the binding multi-valued?
isMultiValuedBindingAllowed() - Method in interface org.hibernate.query.sqm.spi.ParameterDeclarationContext
Are multi-valued parameter bindings allowed in this context?
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.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
Deprecated.
Are instances of this class mutable?
isMutable() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Whether the natural-id is immutable.
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.CustomType
 
isMutable() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
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.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.cfg.annotations.BasicValueBinder
 
isNationalized() - Method in class org.hibernate.mapping.SimpleValue
 
isNationalized() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators
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
 
isNaturalKeyLookup() - Method in class org.hibernate.engine.spi.QueryParameters
 
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.
isNClob(Class) - Static method in class org.hibernate.type.descriptor.java.DataHelper
 
isNClob(Class) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
 
isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.SqmAndPredicate
 
isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
isNegated() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmNegatablePredicate
Is this predicate (currently) negated?
isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.SqmOrPredicate
 
isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
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(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotEmpty(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNotMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotMember(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNotMember(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotNull() - Method in interface org.hibernate.query.criteria.JpaExpression
 
isNotNull(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNotNull() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
isNotNull() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
isNotNull() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
isNotNull() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
isNotNull() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
isNotNull() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
isNotOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
isNull(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNull() - Method in interface org.hibernate.query.criteria.JpaExpression
 
isNull(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNull() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
isNull() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
isNull() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
isNull() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
isNull() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
isNull() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
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 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.metamodel.mapping.AttributeMetadata
 
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
 
IsNullPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
isNumber() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
 
isNumeric() - Method in enum org.hibernate.query.CastType
 
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 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
 
isOptional() - Method in class org.hibernate.sql.ast.tree.from.TableReference
 
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.loader.ast.spi.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.query.procedure.ProcedureParameter
Deprecated.
(since 6.0) : Passing null or not is now triggered by whether setting the parameter was called at all. In other words a distinction is made between calling `setParameter` passing null versus not calling `setParameter` at all. In the first case, we pass along the null; in the second we do not pass null.
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(JdbcEnvironment, boolean) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.TableStructure
 
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
 
isPrimed() - Method in class org.hibernate.type.BasicTypeRegistry
 
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
Deprecated.
Is the collection a primitive array?
isPrimitiveArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isPrimitiveArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an array or primitive values?
isPrimitiveVariant(SingularAttribute<?, ?>, Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
isProcedureParameterNullPassingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isProcedureParameterNullPassingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
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, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
isQualified(String, String) - 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.
 
isQueryCacheHit() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
 
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(String) - Static method in class org.hibernate.boot.model.naming.Identifier
Is the given identifier text considered quoted.
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.metamodel.relational.Identifier
Is the given identifier text considered quoted.
isQuoted() - Method in class org.hibernate.metamodel.relational.Identifier
Is this a quoted identifier>
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
 
isReached() - Method in class org.hibernate.engine.spi.CollectionEntry
 
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 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.engine.spi.EntityEntry
 
isReadOnly(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the entity or proxy read-only?

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

isReadOnly() - Method in class org.hibernate.engine.spi.QueryParameters
Should entities and proxies loaded by the Query be put in read-only mode? The read-only/modifiable setting must be initialized via QueryParameters#setReadOnly(boolean) before calling this method.
isReadOnly(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.
isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.CommonQueryContract
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.query.spi.AbstractQuery
 
isReadOnly() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
isReadOnly() - Method in interface org.hibernate.query.spi.QueryOptions
Should entities returned from the query be marked read-only.
isReadOnly() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
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:
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 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?
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
isRealTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
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
 
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.
isRegisteringVisitedAssociationKeys() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
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
isResolved(SqmFrom) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
isResolvingCircularFetch() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
isResolvingCircularFetch() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
isResolvingCircularFetch() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
isResultCachingEnabled() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
isResultCachingEnabled() - Method in interface org.hibernate.query.spi.QueryOptions
Should results from the query be cached?
isResultCachingEnabled() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
isResultSet() - Method in interface org.hibernate.result.Output
Determine if this return is a result (castable to ResultSetOutput).
isReturnOfDeletedEntitiesEnabled() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
Should we returned entities that are scheduled for deletion.
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
 
isRoot() - Method in interface org.hibernate.query.DotIdentifierSequence
 
isRoot() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
Does this QueryPart map to the statement's root query (as opposed to one of its sub-queries)?
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
 
isRowNumberingCurrentQueryPart() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isRowsOnlyFetchClauseType(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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) - Method in interface org.hibernate.engine.spi.Resolution
 
isSame(Value) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.Any
 
isSame(Any) - Method in class org.hibernate.mapping.Any
 
isSame(Value) - Method in class org.hibernate.mapping.Collection
 
isSame(Value, Value) - Static method in class org.hibernate.mapping.Collection
 
isSame(Collection) - Method in class org.hibernate.mapping.Collection
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.Component
 
isSame(Component) - Method in class org.hibernate.mapping.Component
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.DependantValue
 
isSame(DependantValue) - Method in class org.hibernate.mapping.DependantValue
 
isSame(Collection) - Method in class org.hibernate.mapping.IdentifierCollection
 
isSame(IdentifierCollection) - Method in class org.hibernate.mapping.IdentifierCollection
 
isSame(Collection) - Method in class org.hibernate.mapping.IndexedCollection
 
isSame(IndexedCollection) - Method in class org.hibernate.mapping.IndexedCollection
 
isSame(Value) - Method in class org.hibernate.mapping.OneToMany
 
isSame(OneToMany) - Method in class org.hibernate.mapping.OneToMany
 
isSame(ToOne) - Method in class org.hibernate.mapping.OneToOne
 
isSame(OneToOne) - Method in class org.hibernate.mapping.OneToOne
 
isSame(Value) - Method in class org.hibernate.mapping.SimpleValue
 
isSame(Value, Value) - Static method in class org.hibernate.mapping.SimpleValue
 
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.ToOne
 
isSame(Value) - Method in interface org.hibernate.mapping.Value
 
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.
isSameClass(Object, SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.Instantiator
 
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.loader.ast.spi.MultiIdLoadOptions
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.
 
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.loader.ast.spi.MultiIdLoadOptions
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
 
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
 
isSimpleQueryPart() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
isSimpleQueryPart() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
isSimpleQueryPart() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
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
 
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
isString() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
 
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
 
isSynchronizationEnabled() - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
isSynchronizationEnabled() - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
isSynchronizationEnabled() - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoadOptions
Whether Hibernate should perform "synchronization" prior to performing look-ups?
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
 
isTemporal() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptor
 
isTimeUnit() - Method in enum org.hibernate.query.TemporalUnit
Is this unit extractable from a time?
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?
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 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?
isTrue(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isTrue(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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).
isTypeOrSuperType(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
isTypeOrSuperType(ManagedMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
isTypeOrSuperType(EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
isUpdatable() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
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.
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
 
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(Collection<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.
isUseOfJdbcNamedParametersEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isUseOfJdbcNamedParametersEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Controls whether Hibernate should try to map named parameter names specified in a ProcedureCall or StoredProcedureQuery to named parameters in the JDBC CallableStatement.
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.HANAColumnStoreDialect
 
isValid(Mapping) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isValid(Mapping) - Method in class org.hibernate.mapping.Any
 
isValid(Mapping) - Method in class org.hibernate.mapping.Any.KeyValue
 
isValid(Mapping) - Method in class org.hibernate.mapping.Any.MetaValue
 
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
 
isVersion() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isVersion() - Method in class org.hibernate.mapping.SimpleValue
 
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
Deprecated.
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 interface org.hibernate.query.criteria.JpaCriteriaUpdate
 
isVersioned() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
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
Deprecated.
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.
isWholeNumber(double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
isWholeNumber(float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
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.
isWithRecursive() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
isWithRecursive() - Method in interface org.hibernate.query.sqm.tree.cte.SqmCteContainer
 
isWithRecursive() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
isWithRecursive() - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
isWithRecursive() - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
isWrapper(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this the wrapper for the given collection instance?
isWrapper(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
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
 
isXmlMappingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isXmlMappingEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
iterateEntityNameResolvers() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
iterateEntityNameResolvers() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
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
 
JACC_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JACC_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JaccIntegrator - Class in org.hibernate.secure.spi
Integrator for setting up JACC integration
JaccIntegrator() - Constructor for class org.hibernate.secure.spi.JaccIntegrator
 
JaccPermissionDeclarations - Class in org.hibernate.secure.spi
 
JaccPermissionDeclarations(String) - Constructor for class org.hibernate.secure.spi.JaccPermissionDeclarations
 
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
Service describing Hibernate integration with JACC for security service.
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_DIALECT_DB_VERSION - 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_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
The JPA variant of AvailableSettings.HBM2DDL_CREATE_NAMESPACES

Specifies whether the persistence provider is to create the database schema(s) in addition to creating database objects (tables, sequences, constraints, etc).

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
JPA variant of AvailableSettings.HBM2DDL_IMPORT_FILES

Specifies a Reader configured for reading of the SQL load script or a string designating the file URL for the SQL load script.

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

See JPA 2 section 8.2.1.9

JAKARTA_JPA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
The name of the PersistenceProvider implementor

See JPA 2 sections 9.4.3 and 8.2.1.4

JAKARTA_JPA_REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

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

See JPA 2 section 8.2.1.9

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

See JPA 2 sections 9.4.3 and 8.2.1.8

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
 
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.
JavaObjectType - Class in org.hibernate.type
 
JavaObjectType() - Constructor for class org.hibernate.type.JavaObjectType
 
JavaObjectTypeDescriptor - Class in org.hibernate.type.descriptor.java
 
JavaObjectTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.JavaObjectTypeDescriptor
 
JavaType - Annotation Type in org.hibernate.annotations
Explicit BasicJavaDescriptor for the associated attribute
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.
JavaTypeDescriptor.CoercionContext - Interface in org.hibernate.type.descriptor.java
 
JavaTypeDescriptorBaseline - Class in org.hibernate.type.descriptor.java.spi
 
JavaTypeDescriptorBaseline() - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBaseline
 
JavaTypeDescriptorBaseline.BaselineTarget - Interface in org.hibernate.type.descriptor.java.spi
 
JavaTypeDescriptorBasicAdaptor<T> - Class in org.hibernate.type.descriptor.java.spi
AbstractBasicTypeDescriptor adapter for cases where we do not know a proper JavaTypeDescriptor for a given Java type.
JavaTypeDescriptorBasicAdaptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBasicAdaptor
 
JavaTypeDescriptorBasicAdaptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBasicAdaptor
 
JavaTypeDescriptorHelper - Class in org.hibernate.type.descriptor.java
 
JavaTypeDescriptorHelper() - Constructor for class org.hibernate.type.descriptor.java.JavaTypeDescriptorHelper
 
JavaTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.java.spi
Basically a map from Class -> JavaTypeDescriptor
JavaTypeDescriptorRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
JavaTypeDescriptorResolvable - Interface in org.hibernate.boot.model.source.spi
 
JavaTypedExpressable<T> - Interface in org.hibernate.type.descriptor.java
Contract for something that has an associated JavaTypeDescriptor
JavaTypeRegistration - Annotation Type in org.hibernate.annotations
Registers the BasicJavaDescriptor to use for the given JavaTypeRegistration.javaType()
JavaTypeRegistrations - Annotation Type in org.hibernate.annotations
JAXB_LOGGER - Static variable in interface org.hibernate.boot.jaxb.JaxbLogger
 
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
 
JaxbLogger - Interface in org.hibernate.boot.jaxb
 
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
 
JDBC_DRIVER - Static variable in interface org.hibernate.jpa.AvailableSettings
Deprecated.
(since 5.2) use AvailableSettings.JPA_JDBC_DRIVER instead
JDBC_ESCAPE_END - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
JDBC_ESCAPE_START_DATE - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
JDBC_ESCAPE_START_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
JDBC_ESCAPE_START_TIMESTAMP - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
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_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
JdbcAnonBlock - Interface in org.hibernate.sql.exec.spi
An anonymous call block (sometimes called an anonymous procedure) to be executed on the database.
JdbcBindingLogging - Interface in org.hibernate.type.descriptor
 
JdbcCall - Interface in org.hibernate.sql.exec.spi
 
JdbcConnectionAccess - Interface in org.hibernate.engine.jdbc.connections.spi
Provides centralized access to JDBC connections.
jdbcConnectionAcquisitionEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionAcquisitionEnd(Connection) - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionAcquisitionEnd() - Method in interface org.hibernate.SessionEventListener
 
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
 
jdbcDateLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
jdbcDateLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
JdbcDateLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
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
 
JdbcDelete - Class in org.hibernate.sql.exec.spi
 
JdbcDelete(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.JdbcDelete
 
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
JdbcEscapeFunctionDescriptor - Class in org.hibernate.query.sqm.function
Acts as a wrapper to another SqmFunctionDescriptor, rendering the standard JDBC escape sequence {fn f(x, y)} around the invocation syntax generated by its delegate.
JdbcEscapeFunctionDescriptor(String, SqmFunctionDescriptor) - Constructor for class org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
 
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
 
JdbcExtractingLogging - Interface in org.hibernate.type.descriptor
 
JdbcInsert - Class in org.hibernate.sql.exec.spi
 
JdbcInsert(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.JdbcInsert
 
JdbcLiteral<T> - Class in org.hibernate.sql.ast.tree.expression
Represents a literal in the SQL AST.
JdbcLiteral(T, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
JdbcLiteralFormatter<T> - Interface in org.hibernate.type.descriptor.jdbc
A formatter object for creating JDBC literals of a given type.
JdbcLockStrategy - Enum in org.hibernate.sql.exec.spi
The strategy to use for applying locks to a JdbcSelect.
JdbcMapping - Interface in org.hibernate.metamodel.mapping
Models the type of a thing that can be used as an expression in a SQL query
JdbcMappingContainer - Interface in org.hibernate.metamodel.mapping
Container for one-or-more JdbcMappings
JdbcMetadaAccessStrategy - Enum in org.hibernate.tool.schema
 
JdbcMutation - Interface in org.hibernate.sql.exec.spi
Classification of JdbcDelete and JdbcUpdate operations
JdbcMutationExecutor - Interface in org.hibernate.sql.exec.spi
Executor for JdbcDelete and JdbcUpdate operations
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.
JdbcOperation - Interface in org.hibernate.sql.exec.spi
Unifying contract for any SQL statement we want to execute via JDBC.
JdbcParameter - Interface in org.hibernate.sql.ast.tree.expression
 
JdbcParameterBinder - Interface in org.hibernate.sql.exec.spi
Performs parameter value binding to a JDBC PreparedStatement.
JdbcParameterBinding - Interface in org.hibernate.sql.exec.spi
 
JdbcParameterBindings - Interface in org.hibernate.sql.exec.spi
Access to all of the externalized JDBC parameter bindings
JdbcParameterBySqmParameterAccess - Interface in org.hibernate.query.sqm.spi
Access to the mapping between an SqmParameter and all of its JDBC parameters
JdbcParameters - Interface in org.hibernate.sql.exec.spi
The collection
jdbcPositionToValuesArrayPosition(int) - Static method in class org.hibernate.query.results.ResultsHelper
 
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
 
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.
JdbcSelect - Class in org.hibernate.sql.exec.spi
Executable JDBC command
JdbcSelect(String, List<JdbcParameterBinder>, JdbcValuesMappingProducer, Set<String>, Set<FilterJdbcParameter>) - Constructor for class org.hibernate.sql.exec.spi.JdbcSelect
 
JdbcSelect(String, List<JdbcParameterBinder>, JdbcValuesMappingProducer, Set<String>, Set<FilterJdbcParameter>, int, int, Map<JdbcParameter, JdbcParameterBinding>, JdbcLockStrategy, JdbcParameter, JdbcParameter) - Constructor for class org.hibernate.sql.exec.spi.JdbcSelect
 
JdbcSelectExecutor - Interface in org.hibernate.sql.exec.spi
An executor for JdbcSelect operations.
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.
jdbcTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
jdbcTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
JdbcTimeLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
jdbcTimestampLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
jdbcTimestampLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
JdbcTimestampLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
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
 
JdbcType - Annotation Type in org.hibernate.annotations
Allows specifying the specific JdbcTypeDescriptor to use for a particular column mapping.
JdbcTypeCode - Annotation Type in org.hibernate.annotations
 
JdbcTypeDescriptor - Interface in org.hibernate.type.descriptor.jdbc
Descriptor for the SQL/JDBC side of a value mapping.
JdbcTypeDescriptorIndicators - Interface in org.hibernate.type.descriptor.jdbc
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.
JdbcTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.jdbc.spi
Basically a map from JDBC type code (int) -> JdbcTypeDescriptor
JdbcTypeDescriptorRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeDescriptorRegistry
 
JdbcTypeFamilyInformation - Class in org.hibernate.type.descriptor.jdbc
Information pertaining to JDBC type families.
JdbcTypeFamilyInformation() - Constructor for class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
 
JdbcTypeFamilyInformation.Family - Enum in org.hibernate.type.descriptor.jdbc
 
JdbcTypeJavaClassMappings - Class in org.hibernate.type.descriptor.jdbc
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
JdbcTypeRecommendationException - Exception in org.hibernate.type.descriptor.java.spi
Exception indicating JavaTypeDescriptor.getRecommendedJdbcType(org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators) could not determine a recommended JDBC type descriptor
JdbcTypeRecommendationException(String) - Constructor for exception org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
 
JdbcTypeRecommendationException(String, Throwable) - Constructor for exception org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
 
JdbcTypeRegistration - Annotation Type in org.hibernate.annotations
Describes a SqlTypeDescriptor to be added to the JdbcTypeDescriptorRegistry
JdbcTypeRegistrations - Annotation Type in org.hibernate.annotations
JdbcUpdate - Class in org.hibernate.sql.exec.spi
 
JdbcUpdate(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.JdbcUpdate
 
JdbcValues - Interface in org.hibernate.sql.results.jdbc.spi
Provides unified access to query results (JDBC values - see RowProcessingState.getJdbcValue(org.hibernate.sql.ast.spi.SqlSelection) whether they come from query cache or ResultSet.
JdbcValuesMapping - Interface in org.hibernate.sql.results.jdbc.spi
The "resolved" form of JdbcValuesMappingProducer providing access to resolved JDBC results (SqlSelection) descriptors and resolved domain results (DomainResult) descriptors.
JdbcValuesMappingImpl - Class in org.hibernate.query.results
Implementation of JdbcValuesMapping for native / procedure queries
JdbcValuesMappingImpl(List<SqlSelection>, List<DomainResult<?>>, int, Map<String, LockMode>) - Constructor for class org.hibernate.query.results.JdbcValuesMappingImpl
 
JdbcValuesMappingProducer - Interface in org.hibernate.sql.results.jdbc.spi
Producer for JdbcValuesMapping references.
JdbcValuesMetadata - Interface in org.hibernate.sql.results.jdbc.spi
Access to information about the underlying JDBC values such as type, position, column name, etc
JdbcValuesSourceProcessingOptions - Interface in org.hibernate.sql.results.jdbc.spi
Essentially processing options only for entity loading
JdbcValuesSourceProcessingState - Interface in org.hibernate.sql.results.jdbc.spi
Provides a context for processing the processing of the complete set of rows from a JdbcValuesSource.
JdbcWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Generic contract for wrapped JDBC objects.
JMX_AGENT_ID - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_DEFAULT_OBJ_NAME_DOMAIN - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_DOMAIN_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_PLATFORM_SERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JMX_SF_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JmxService - Interface in org.hibernate.jmx.spi
Service providing simplified access to JMX related features needed by Hibernate.
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, 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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
JOIN() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
JOIN() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
JOIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
JOIN() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
Join - Class in org.hibernate.mapping
 
Join() - Constructor for class org.hibernate.mapping.Join
 
join(Class<X>) - Method in interface org.hibernate.query.criteria.JpaRoot
 
join(EntityDomainType<X>) - Method in interface org.hibernate.query.criteria.JpaRoot
 
join(Class<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaRoot
 
join(EntityDomainType<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaRoot
 
join(SingularAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SingularAttribute<? super T, A>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(CollectionAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(CollectionAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SetAttribute<? super T, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SetAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(ListAttribute<? super T, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(ListAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(MapAttribute<? super T, K, V>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(MapAttribute<? super T, K, V>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SingularAttribute<? super T, A>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SingularAttribute<? super T, A>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(CollectionAttribute<? super T, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(CollectionAttribute<? super T, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SetAttribute<? super T, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SetAttribute<? super T, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(ListAttribute<? super T, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(ListAttribute<? super T, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(MapAttribute<? super T, K, V>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(MapAttribute<? super T, K, V>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
join(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
join(Class<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
join(EntityDomainType<X>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
join(Class<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
join(EntityDomainType<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
Joinable - Interface in org.hibernate.persister.entity
Anything that can be loaded by outer join - namely persisters for classes or collections.
joinCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinCollection(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinCollection(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinCollection(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
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.
JoinDescriptor(JaxbHbmNativeQueryJoinReturnType, Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, Supplier<Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
 
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
joinList(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinList(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinList(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinList(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinMap(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinMap(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinMap(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinMap(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joins - Variable in class org.hibernate.cfg.Ejb3Column
 
joinSet(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinSet(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinSet(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinSet(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
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
 
JoinType - Enum in org.hibernate.sql
 
joinTypeQualifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
joinTypeQualifier() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
JoinTypeQualifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
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_LOAD_BY_ID_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
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_ORDER_BY_MAPPING_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_PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators

See JPA 2 section 8.2.1.9

JPA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
The name of the PersistenceProvider implementor

See JPA 2 sections 9.4.3 and 8.2.1.4

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

See JPA 2 section 8.2.1.9

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

See JPA 2 section 8.2.1.9

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

See JPA 2 sections 9.4.3 and 8.2.1.8

jpaAttributeConverter(JavaTypeDescriptor<R>, JavaTypeDescriptor<O>, Class<? extends AttributeConverter<O, R>>, SessionFactory) - Static method in class org.hibernate.metamodel.model.convert.Converters
 
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
 
JpaCoalesce<T> - Interface in org.hibernate.query.criteria
 
jpaCollectionFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
jpaCollectionFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
JpaCollectionFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaCollectionFunctionContext
 
JpaCollectionFunctionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaCollectionFunctionContext
 
jpaCollectionJoin() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
jpaCollectionJoin(int) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
jpaCollectionJoin() - Method in class org.hibernate.grammars.hql.HqlParser
 
JpaCollectionJoin<O,T> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for Collection typed attribute joins
JpaCollectionJoinContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
JpaCompliance - Interface in org.hibernate.jpa.spi
Encapsulates settings controlling whether certain aspects of the JPA spec should be strictly followed.
JpaComplianceViolation - Interface in org.hibernate.jpa
Contract for exceptions describing JPA compliance violations
JpaCompoundSelection<T> - Interface in org.hibernate.query.criteria
 
JpaCriteriaBase - Interface in org.hibernate.query.criteria
 
JpaCriteriaDelete<T> - Interface in org.hibernate.query.criteria
 
JpaCriteriaInsertSelect<T> - Interface in org.hibernate.query.criteria
A representation of SqmInsertSelectStatement at the org.hibernate.query.criteria level, even though JPA does not define support for insert-select criteria.
JpaCriteriaNode - Interface in org.hibernate.query.criteria
Base contract for nodes making up the criteria tree
JpaCriteriaParameter<T> - Class in org.hibernate.query.sqm.tree.expression
JpaCriteriaParameter(String, AllowableParameterType<T>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
JpaCriteriaParameter(AllowableParameterType<T>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
JpaCriteriaParameter(AllowableParameterType<T>, T, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
JpaCriteriaQuery<T> - Interface in org.hibernate.query.criteria
Extension of the JPA CriteriaQuery
JpaCriteriaUpdate<T> - Interface in org.hibernate.query.criteria
 
JpaDmlCriteria<E> - Interface in org.hibernate.query.criteria
 
JpaEntityJoin<T> - Interface in org.hibernate.query.criteria
 
JpaExpression<T> - Interface in org.hibernate.query.criteria
API extension to the JPA Expression contract
JpaFetch<O,T> - Interface in org.hibernate.query.criteria
 
JpaFetchParent<O,T> - Interface in org.hibernate.query.criteria
 
JpaFrom<O,T> - Interface in org.hibernate.query.criteria
API extension to the JPA From contract
JpaFunction<T> - Interface in org.hibernate.query.criteria
Contract for expressions which model a SQL function call.
JPAIndexHolder - Class in org.hibernate.cfg
 
JPAIndexHolder(Index) - Constructor for class org.hibernate.cfg.JPAIndexHolder
 
JpaInPredicate<T> - Interface in org.hibernate.query.criteria
 
JpaJoin<O,T> - Interface in org.hibernate.query.criteria
Consolidates the Join and Fetch hierarchies since that is how we implement them.
JpaJoinedFrom<O,T> - Interface in org.hibernate.query.criteria
Exists within the hierarchy mainly to support "entity joins".
JpaListJoin<O,T> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for List typed attribute joins
JpaManipulationCriteria<E> - Interface in org.hibernate.query.criteria
 
JpaMapJoin<O,K,V> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for Map typed attribute joins
jpaMetamodel() - Method in interface org.hibernate.graph.spi.GraphImplementor
 
jpaMetamodel() - Method in class org.hibernate.metamodel.model.domain.AbstractDomainType
 
JpaMetamodel - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA Metamodel contract
jpaNonStandardFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
jpaNonStandardFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
JpaNonStandardFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
jpaNonStandardFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
jpaNonStandardFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser
 
JpaNonStandardFunctionNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionNameContext
 
JpaOrder - Interface in org.hibernate.query.criteria
 
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
JpaParameterExpression<T> - Interface in org.hibernate.query.criteria
 
JpaPath<T> - Interface in org.hibernate.query.criteria
API extension to the JPA Path contract
JpaPathSource<T> - Interface in org.hibernate.query.criteria
Deprecated.
This makes the SQM tree awkward and is not needed for JPA - JPA has no notion of a "path source" as a tree contract.
jpaPositionalParameter(int, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
jpaPositionalParameter(int, int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Called when a JPA-style named parameter is recognized
JpaPredicate - Interface in org.hibernate.query.criteria
 
JPAQL_STRICT_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JpaQueryableCriteria<T> - Interface in org.hibernate.query.criteria
Common contract for the forms of criteria that are "queryable" - can be converted into a Query.
JpaQueryGroup<T> - Interface in org.hibernate.query.criteria
A query group i.e.
JpaQueryPart<T> - Interface in org.hibernate.query.criteria
Models a query part i.e.
JpaQueryStructure<T> - Interface in org.hibernate.query.criteria
Models a SELECT query.
JpaRoot<T> - Interface in org.hibernate.query.criteria
 
JpaSearchedCase<T> - Interface in org.hibernate.query.criteria
 
JpaSelectCriteria<T> - Interface in org.hibernate.query.criteria
Commonality between a JPA JpaCriteriaQuery and JpaSubQuery, mainly in the form of delegation to JpaQueryStructure
JpaSelection<T> - Interface in org.hibernate.query.criteria
API extension to the JPA Selection contract
jpaSelectObjectSyntax() - Method in class org.hibernate.grammars.hql.HqlParser
 
jpaSelectObjectSyntax() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
JpaSelectObjectSyntaxContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
JpaSetJoin<O,T> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for Set typed attribute joins
JpaSimpleCase<C,R> - Interface in org.hibernate.query.criteria
 
JpaSubQuery<T> - Interface in org.hibernate.query.criteria
 
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.
JpaTuple - Interface in org.hibernate.query
 
JpaTupleElement<T> - Interface in org.hibernate.query.criteria
API extension to the JPA TupleElement contract
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.
jtdsDriver - Variable in class org.hibernate.dialect.SybaseDialect
 
Junction - Class in org.hibernate.sql.ast.tree.predicate
 
Junction(Junction.Nature) - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
 
Junction.Nature - Enum in org.hibernate.sql.ast.tree.predicate
 
justAddColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
 
justAddColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.SimpleValue
 
justAddFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
 
jvmHasTimestampBug() - Static method in class org.hibernate.cfg.Environment
Deprecated.
removed as unnecessary

K

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.grammars.hql.HqlLexer
 
KEY() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
KEY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
KEY() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
key() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
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
 
keys(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
keys(M) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
keySet() - Method in class org.hibernate.proxy.map.MapProxy
 
keySubgraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
 
KeyValue(Consumer<Selectable>, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Any.KeyValue
 
KeyValue(Consumer<Selectable>, MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any.KeyValue
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LAST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LAST() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
LAST - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
LAST() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
LAST - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
LAST() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
last() - Method in interface org.hibernate.ScrollableResults
Go to the last result.
last(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
lastDay(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
lastDay_eomonth(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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 - 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 interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
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
LazyTableGroup - Class in org.hibernate.sql.ast.tree.from
 
LazyTableGroup(boolean, NavigablePath, Supplier<TableGroup>, Predicate<NavigablePath>, TableGroupProducer, String, SqlAliasBase, SessionFactoryImplementor, TableGroup) - Constructor for class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
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(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
le(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
le(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
LEADING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEADING() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LEADING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEADING() - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
LEADING() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
LEAST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEAST() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LEAST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEAST() - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
least(Expression<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
least(Expression<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
leastFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
leastFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LeastFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
leastGreatest(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leastGreatest_minMax(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leastGreatest_minMaxValue(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LEFT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LEFT() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
LEFT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT() - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
LEFT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
LEFT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
LEFT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT_BRACKET() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
LEFT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
LEFT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AbsFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CeilingFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionIndexFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExpFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FloorFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
LEFT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LengthFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LnFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LowerFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MaxElementFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MaxIndexFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MinElementFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MinIndexFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SignFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SqrtFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.StrFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryExpressionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryInListContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.UpperFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
leftFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
leftFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LeftFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
leftRight(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leftRight_substr(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leftRight_substrLength(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LEGACY_DEFAULT_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_DICTATED_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_HILO - Static variable in class org.hibernate.id.enhanced.OptimizerFactory
LEGACY_HQL_ROLE_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
LEGACY_INSTANCE - Static variable in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
LEGACY_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
The legacy behavior of Hibernate.
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.
LegacyDB2LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for DB2.
LegacyDB2LimitHandler() - Constructor for class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
LegacyDB2SequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DB2Dialect.
LegacyDB2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
 
LegacyFetchResolver - Interface in org.hibernate.query.results.dynamic
Contract for handling Hibernate's legacy way of representing fetches through NativeQuery.addFetch(java.lang.String, java.lang.String, java.lang.String), NativeQuery.addJoin(java.lang.String, java.lang.String), `hbm.xml` mappings, etc
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
LegacyHSQLLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for HSQL prior to 2.0.
LegacyHSQLLimitHandler() - Constructor for class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
LegacyLimitHandler - Class in org.hibernate.dialect.pagination
Deprecated.
this class exists only as an adaptor supporting legacy user-written Dialects.
LegacyLimitHandler(Dialect) - Constructor for class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
LegacyOracleLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for Oracle prior to 12c, which uses ROWNUM.
LegacyOracleLimitHandler(int) - Constructor for class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
LegacySequenceSupport - Class in org.hibernate.dialect
 
LegacySequenceSupport(Dialect) - Constructor for class org.hibernate.dialect.LegacySequenceSupport
 
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
 
LENGTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LENGTH() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LENGTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LENGTH() - Method in class org.hibernate.grammars.hql.HqlParser.LengthFunctionContext
 
length(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
length(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
length_characterLength(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI SQL-style
lengthFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
lengthFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LengthFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LengthFunctionContext
 
lenientlyResolveMappingExpressable(SqmExpressable<?>, Function<NavigablePath, TableGroup>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
lenientlyResolveMappingExpressable(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
LESS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LESS() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
LESS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LESS_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LESS_EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
LESS_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lessThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lessThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lessThan(ScrollMode) - Method in enum org.hibernate.ScrollMode
Determine if this mode is "less than" the provided mode.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LIKE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LIKE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LIKE() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
like(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, String, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
likeEscape() - Method in class org.hibernate.grammars.hql.HqlParser
 
likeEscape() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
LikeEscapeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
LikePredicate - Class in org.hibernate.sql.ast.tree.predicate
 
LikePredicate(Expression, Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
LikePredicate(Expression, Expression, Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
LikePredicate(Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
LikePredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
LIMIT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LIMIT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LIMIT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LIMIT() - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
Limit - Class in org.hibernate.query
Paging limits
Limit() - Constructor for class org.hibernate.query.Limit
 
Limit(Integer, Integer) - Constructor for class org.hibernate.query.Limit
 
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
 
limitClause() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
The SQL fragment to insert, with a ? placeholder for the actual numerical limit.
limitClause(boolean) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
limitClause() - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
 
limitClause(boolean) - Method in class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
limitClause(boolean) - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
 
limitClause(boolean) - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
limitClause() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
limitClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
limitClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
LimitClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
LimitHandler - Interface in org.hibernate.dialect.pagination
Contract defining dialect-specific limit and offset handling.
LimitLimitHandler - Class in org.hibernate.dialect.pagination
Limit handler for MySQL and CUBRID which support the syntax LIMIT n and LIMIT m, n.
LimitLimitHandler() - Constructor for class org.hibernate.dialect.pagination.LimitLimitHandler
 
LimitOffsetLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for databases like PostgreSQL, H2, and HSQL that support the syntax LIMIT n OFFSET m.
LimitOffsetLimitHandler() - Constructor for class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
LINE_COMMENT - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
LINE_COMMENT - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
linkJoinColumnWithValueOverridingNameIfImplicit(PersistentClass, Iterator, Ejb3JoinColumn[], SimpleValue) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
linkToSession(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
linkWithSubType(EntityMappingType, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
linkWithSuperType(MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
linkWithValue() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
linkWithValue(SimpleValue) - Method in class org.hibernate.cfg.Ejb3Column
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LIST() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationTargetContext
 
LIST() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LIST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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() - Method in interface org.hibernate.query.Query
Return the query results as a List.
list() - Method in class org.hibernate.query.spi.AbstractQuery
 
LIST - Static variable in class org.hibernate.service.StandardServiceInitiators
 
list(JdbcSelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, ListResultsConsumer.UniqueSemantic) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
ListBinder - Class in org.hibernate.cfg.annotations
Bind a list to the underlying Hibernate configuration
ListBinder() - Constructor for class org.hibernate.cfg.annotations.ListBinder
 
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.
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
Hibernate extension to the JPA ListAttribute descriptor
ListResultsConsumer<R> - Class in org.hibernate.sql.results.spi
 
ListResultsConsumer(ListResultsConsumer.UniqueSemantic) - Constructor for class org.hibernate.sql.results.spi.ListResultsConsumer
 
ListResultsConsumer.UniqueSemantic - Enum in org.hibernate.sql.results.spi
 
ListType - Class in org.hibernate.type
 
ListType(TypeConfiguration, String, String) - Constructor for class org.hibernate.type.ListType
 
literal() - Method in class org.hibernate.grammars.hql.HqlParser
 
literal() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
literal(T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literal(T, SqmExpression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literal(T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Literal - Interface in org.hibernate.sql.ast.tree.expression
 
LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
Intended for use in reading HQL literals and writing SQL literals
LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
Intended for use in reading HQL literals and writing SQL literals
LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
LiteralAsParameter<T> - Class in org.hibernate.sql.ast.tree.expression
A wrapper for a literal to render as parameter through a cast function.
LiteralAsParameter(Literal) - Constructor for class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
 
LiteralConsumer - Interface in org.hibernate.query.hql
Pluggable contract for consuming literals encountered in an HQL query.
LiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
LiteralExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
LiteralHelper - Class in org.hibernate.query.sqm.tree.expression
 
LiteralHelper() - Constructor for class org.hibernate.query.sqm.tree.expression.LiteralHelper
 
LiteralNumberFormatException - Exception in org.hibernate.query.sqm
 
LiteralNumberFormatException(String) - Constructor for exception org.hibernate.query.sqm.LiteralNumberFormatException
 
LiteralNumberFormatException(String, Exception) - Constructor for exception org.hibernate.query.sqm.LiteralNumberFormatException
 
literals(T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literals(List<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literals(T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
literals(List<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
LiteralType<T> - Interface in org.hibernate.type
Deprecated.
(since 6.0) Use LiteralConsumer mechanism instead
LN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LN() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LN() - Method in class org.hibernate.grammars.hql.HqlParser.LnFunctionContext
 
ln_log(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
lnFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
lnFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LnFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LnFunctionContext
 
load(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Object, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
LOAD - Static variable in class org.hibernate.event.spi.EventType
 
LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
load(Object) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, or null if there is no such persistent instance.
load(Object) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
load() - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
load(Object) - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
load(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.CollectionLoader
Load a collection by its key (not necessarily the same as its owner's PK).
load(Object[], MultiIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.MultiIdEntityLoader
 
load(Object, NaturalIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoader
Perform the load of the entity by its natural-id
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleEntityLoader
Load an entity by a primary or unique key value.
load(Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleEntityLoader
 
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
Load by primary key value
load(Object, Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
Load by primary key value, populating the passed entity instance.
load(Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
 
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleUniqueKeyEntityLoader
Load by unique key value
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(Object, 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(Object, 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(Object, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
load(Object, Object, LockMode, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Object, Object, LockMode, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.persister.entity.EntityPersister
 
load(Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Object, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.persister.entity.EntityPersister
 
load(Class<T>, Object, 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>, Object, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(String, Object, 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, Object, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, obtaining the specified lock mode, assuming the instance exists.
load(Class<T>, Object) - 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, Object) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
load(Object, Object) - Method in interface org.hibernate.Session
Read the persistent state associated with the given identifier into the given transient instance.
load(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, or null if there is no such persistent instance.
load(Consumer<List>) - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
Callback for row loading.
Loadable - Interface in org.hibernate.loader.ast.spi
Contract for things that can be loaded by a Loader.
Loadable - Interface in org.hibernate.persister.entity
Implemented by a EntityPersister that may be loaded using Loader.
LoadAccessContext - Interface in org.hibernate.loader.access
Context for loader-access objects.
loadAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadByUniqueKey(String, Object, Boolean, 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.
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.
LoadContexts - Class in org.hibernate.sql.results.spi
Maintains a Stack of processing state related to performing load operations.
LoadContexts(PersistenceContext) - Constructor for class org.hibernate.sql.results.spi.LoadContexts
 
loadDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
Load database snapshot by primary key value
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
 
loadEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being loaded.
loadEntityIdByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadEntityIdByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load the id for the entity based on the natural id.
Loader - Annotation Type in org.hibernate.annotations
Used to override how Hibernate performs load operations.
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 - Interface in org.hibernate.loader.ast.spi
Common contract for all value-mapping loaders.
LOADER_LOGGER - Static variable in interface org.hibernate.loader.ast.LoaderLogging
 
LOADER_LOGGER - Static variable in interface org.hibernate.loader.LoaderLogging
 
LoaderLogging - Interface in org.hibernate.loader.ast
Logging for loaders
LoaderLogging - Interface in org.hibernate.loader
Logging for loaders
LoadEvent - Class in org.hibernate.event.spi
Defines an event class for the loading of an entity.
LoadEvent(Object, Object, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Object, String, LockMode, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Object, String, LockOptions, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Object, String, boolean, 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.
loadFromSecondLevelCache(EventSource, Object, LockMode, EntityPersister, EntityKey) - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper
Attempts to load the entity from the second-level cache.
loadFromSessionCache(EntityKey, LoadEventListener.LoadType, LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper
 
loadFromSessionCache(LoadEvent, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper
Attempts to locate the entity in the session-level cache.
LoadingCollectionEntry - Interface in org.hibernate.sql.results.graph.collection
Represents a collection currently being loaded.
LoadingEntityEntry - Class in org.hibernate.sql.results.graph.entity
Representation of an entity being loaded, containing its state
LoadingEntityEntry(EntityInitializer, EntityKey, EntityPersister, Object) - Constructor for class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
 
LoadingLogger - Interface in org.hibernate.sql.results
 
loadJavaServices(Class<S>) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Discovers and instantiates implementations of the named service contract.
loadOptional(Object) - Method in interface org.hibernate.IdentifierLoadAccess
Same semantic as IdentifierLoadAccess.load(java.lang.Object) except that here Optional is returned to handle nullability.
loadOptional(Object) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
loadOptional() - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
loadOptional(Object) - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
loadOptional() - Method in interface org.hibernate.NaturalIdLoadAccess
Same semantic as NaturalIdLoadAccess.load() except that here Optional is returned to handle nullability.
loadOptional(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Same semantic as SimpleNaturalIdLoadAccess.load(java.lang.Object) except that here Optional is returned to handle nullability.
loadProperties(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by resource name.
loadProperties(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by File reference
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
 
LoadQueryInfluencers.InternalFetchProfileAction - Interface in org.hibernate.engine.spi
 
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.
LobStreamDataHelper - Class in org.hibernate.type.descriptor.java
A help for dealing with BLOB and CLOB data
LobTypeMappings - Class in org.hibernate.type.descriptor.jdbc
 
LOCAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
LOCAL_DATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL_DATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL_DATE() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
LOCAL_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping LocalDate to JDBC DATE.
LOCAL_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping LocalDateTime to JDBC TIMESTAMP.
LOCAL_DATETIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL_DATETIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL_DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
LOCAL_NAME - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
 
LOCAL_NAME - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
 
LOCAL_TIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL_TIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL_TIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
LOCAL_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping LocalTime to JDBC TIME.
localDateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
localDateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LocalDateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
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
 
localDateTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
localDateTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LocalDateTimeFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
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
 
localTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
localTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LocalTimeFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
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
 
localtimeLocaltimestamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
locate(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Locate an object in JNDI by name
LOCATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCATE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LOCATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCATE() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
locate(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, String, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(Expression<String>, String, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate_charindex(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
locate_positionSubstring(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
locate() in terms of ANSI position() and substring()
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
locateBinding(Parameter<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
locateBinding(QueryParameterImplementor<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
locateBinding(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
locateBinding(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
locateColumnReferenceByName(String) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
locateEntityDescriptor(Class) - Method in interface org.hibernate.metamodel.MappingMetamodel
Locate an entity mapping descriptor by Class.
locateEntityPersister(Class) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
locateEntityPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
locateEntityPersister(Class) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
locateEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated.
locateEntityPersister(Class) - Method in interface org.hibernate.metamodel.MappingMetamodel
Deprecated.
locateEntityPersister(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Deprecated.
locateEntityPersister(Class) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
Locate an EntityPersister by the entity class.
locateEntityPersister(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
Locate the entity persister by name.
locateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
locateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LocateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
locateFunctionPatternArgument() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
locateFunctionPatternArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
LocateFunctionPatternArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocateFunctionPatternArgumentContext
 
locateFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
locateFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
LocateFunctionStartArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocateFunctionStartArgumentContext
 
locateFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
locateFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
LocateFunctionStringArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocateFunctionStringArgumentContext
 
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
 
locateJdbcTypeFamilyByTypeCode(int) - Method in class org.hibernate.type.descriptor.jdbc.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
 
LocatePositionEmulation - Class in org.hibernate.dialect.function
 
LocatePositionEmulation() - Constructor for class org.hibernate.dialect.function.LocatePositionEmulation
 
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
 
locateTableReference(TableGroup) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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(Object, 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(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
 
lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
 
lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
 
lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
lock(Object, Object, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
LOCK - Static variable in class org.hibernate.engine.spi.CascadeStyles
lock
LOCK - Static variable in class org.hibernate.engine.spi.CascadingActions
 
lock(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
LOCK - Static variable in class org.hibernate.event.spi.EventType
 
lock(Object, Object, Object, LockMode, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Object, Object, Object, LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Object, Object, Object, LockMode, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Object, Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Object, LockMode) - Method in interface org.hibernate.Session
Obtain the specified lock level upon the given object.
lock(String, 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(Object) - Method in interface org.hibernate.Session.LockRequest
Perform the requested locking.
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(String, Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of lock events generated from a session.
LockingStrategy - Interface in org.hibernate.dialect.lock
A strategy abstraction for how locks are obtained in the underlying database.
LockingStrategyException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a LockingStrategy to an entity
LockingStrategyException(Object, String) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
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.
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.
lockOptions - Variable in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
lockOptions - Variable in class org.hibernate.sql.Select
 
lockOptions - Variable in class org.hibernate.sql.SimpleSelect
 
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(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
log - Static variable in interface org.hibernate.query.sqm.tree.SqmNode
 
log10(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
log2(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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
 
logDomainResultGraph(List<DomainResult<?>>) - Static method in class org.hibernate.sql.results.graph.DomainResultGraphPrinter
 
logDomainResultGraph(String, List<DomainResult<?>>) - Static method in class org.hibernate.sql.results.graph.DomainResultGraphPrinter
 
logExceptions(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Log the given (and any nested) exception.
Loggable - Interface in org.hibernate.boot.model.relational
Marker for things which can be logged.
loggable(Set<ValidationMode>) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
 
LOGGABLE_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
LOGGABLE_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
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
 
loggablePropertyValueString(Object) - Static method in exception org.hibernate.PropertySetterAccessException
 
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 class org.hibernate.boot.BootLogging
 
LOGGER - Static variable in class org.hibernate.boot.query.BootQueryLogging
 
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 interface org.hibernate.metamodel.mapping.MappingModelCreationLogger
 
LOGGER - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdLogging
 
LOGGER - Static variable in class org.hibernate.query.sql.NativeQueryLogging
 
LOGGER - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
 
LOGGER - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
 
LOGGER - Static variable in interface org.hibernate.sql.ast.SqlTreeCreationLogger
 
LOGGER - Static variable in interface org.hibernate.sql.results.graph.AssemblerLogger
 
LOGGER - Static variable in interface org.hibernate.sql.results.graph.entity.EntityLoadingLogger
Static access to the logging instance
LOGGER - Static variable in interface org.hibernate.sql.results.graph.ResultGraphLogging
 
LOGGER - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
LOGGER - Static variable in interface org.hibernate.sql.results.ResultsLogger
Static access to the logging instance
LOGGER - Static variable in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
LOGGER - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.boot.jaxb.JaxbLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.loader.ast.LoaderLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.loader.LoaderLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.metamodel.mapping.MappingModelCreationLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.query.hql.HqlLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.query.QueryLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.ast.SqlTreeCreationLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.ast.tree.SqlAstTreeLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.exec.SqlExecLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.graph.entity.EntityLoadingLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.ResultsLogger
 
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
logSlowQuery(Statement, long) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a slow SQL query
logSlowQuery(String, long) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a slow SQL query
logSqlAst(Statement) - Static method in class org.hibernate.sql.ast.SqlTreePrinter
 
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
logUseOfReservedWordAsIdentifier(Token) - Method in class org.hibernate.grammars.hql.HqlParser
 
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.
LONG_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
 
LONG_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LONG_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
LONG_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LONG_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
LONG_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
LongNVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for LONGNVARCHAR handling.
LongNVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.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.jdbc
Descriptor for LONGVARBINARY handling.
LongVarbinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarbinaryTypeDescriptor
 
LongVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for LONGVARCHAR handling.
LongVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarcharTypeDescriptor
 
LOWER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOWER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LOWER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOWER() - Method in class org.hibernate.grammars.hql.HqlParser.LowerFunctionContext
 
lower(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lower(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lowerFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
lowerFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LowerFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LowerFunctionContext
 
lowerUpper(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LpadRpadPadEmulation - Class in org.hibernate.dialect.function
 
LpadRpadPadEmulation() - Constructor for class org.hibernate.dialect.function.LpadRpadPadEmulation
 
LPAREN - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
LPAREN - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
LPAREN() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
lt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 

M

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.BasicValueBinder
 
makeAttributeConverterDescriptor(AttributeConversionInfo) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
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() - Method in class org.hibernate.LockOptions
Make a copy.
makeCopy(String) - Method in interface org.hibernate.query.hql.spi.NamedHqlQueryMemento
 
makeCopy() - Method in class org.hibernate.query.Limit
 
makeCopy(String) - Method in interface org.hibernate.query.named.NamedQueryMemento
Makes a copy of the memento using the specified registration name
makeCopy(String) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
makeCopy(SqmCreationProcessingState) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
makedateMaketime(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL/CUBRID
makeDateTimeTimestamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Postgres
makeDistinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
makeDistinct(boolean) - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
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(Class<S>) - 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.spi.AttributeNodeImplementor
 
makeKeySubGraph(ManagedDomainType<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeLoader(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Make a loader capable of loading a single entity by natural-id
makeLob() - Method in class org.hibernate.mapping.SimpleValue
 
makeMultiLoader(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Make a loader capable of loading multiple entities by natural-id
makeNationalized() - Method in class org.hibernate.mapping.SimpleValue
 
makeProcedureCall(Session) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(SessionImplementor) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(SharedSessionContractImplementor, String...) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(SharedSessionContractImplementor, Class<?>...) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
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
 
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
 
makeShallowCopy() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
makeSubGraph() - Method in interface org.hibernate.graph.AttributeNode
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.AttributeNode
 
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() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeSubGraph(ManagedDomainType<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
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() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
makeSubGraph() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
makeSubGraph() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
makeSubGraph(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
Optional Service contract for services which can be managed in JMX
Managed - Interface in org.hibernate.engine.spi
Contract for classes (specifically, entities and components/embeddables) that are "managed".
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
Hibernate extension to the JPA ManagedType contract
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.
ManagedMappingType - Interface in org.hibernate.metamodel.mapping
Commonality in regards to the mapping type system for all managed domain types - entity types, mapped-superclass types, composite types, etc
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 - 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).
managedType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
managedType(Class<X>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
 
ManagedTypeRepresentationResolver - Interface in org.hibernate.metamodel.spi
Pluggable strategy handling resolution of ManagedTypeRepresentationStrategy to use.
ManagedTypeRepresentationStrategy - Interface in org.hibernate.metamodel.spi
Defines a singular extension point for capabilities pertaining to a representation mode.
manageLocalResolution(Object, Object, EntityMappingType, CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Ensures that the necessary local cross-reference exists.
manageSharedResolution(Object, Object, Object, EntityMappingType, CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Ensures that the necessary cross-reference exists in the L2 cache
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.
ManyToAny - Annotation Type in org.hibernate.annotations
This is the collection-valued form of @Any definitions.
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
 
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 - Class in org.hibernate.mapping
A many-to-one association mapping
ManyToOne(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.ManyToOne
 
ManyToOneType - Class in org.hibernate.type
A many-to-one association to an entity.
ManyToOneType(TypeConfiguration, String) - Constructor for class org.hibernate.type.ManyToOneType
Creates a many-to-one association type with the given referenced entity.
ManyToOneType(TypeConfiguration, 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(TypeConfiguration, String, boolean, String, String, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.type.ManyToOneType
 
ManyToOneType(ManyToOneType, String) - Constructor for class org.hibernate.type.ManyToOneType
 
ManyToOneType(String, TypeConfiguration) - Constructor for class org.hibernate.type.ManyToOneType
 
MAP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAP() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationTargetContext
 
MAP() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MAP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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(DoubleUnaryOperator) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
map(IntUnaryOperator) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
map(LongUnaryOperator) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
map(Function<? super R, ? extends R1>) - Method in class org.hibernate.query.spi.StreamDecorator
 
MapBinder - Class in org.hibernate.cfg.annotations
Implementation to bind a Map
MapBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.MapBinder
 
MapEntryJavaDescriptor - Class in org.hibernate.type.descriptor.java.spi
 
MapEntryJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.spi.MapEntryJavaDescriptor
 
mapEntrySelection() - Method in class org.hibernate.grammars.hql.HqlParser
 
mapEntrySelection() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
MapEntrySelectionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
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
 
MapKeyJavaType - Annotation Type in org.hibernate.annotations
Same function as JavaType, but used to define the Java type descriptor to use for the map-key
MapKeyJdbcType - Annotation Type in org.hibernate.annotations
Same function as JdbcType, but used to define the SQL type descriptor to use for the map-key
MapKeyJdbcTypeCode - Annotation Type in org.hibernate.annotations
Same function as JdbcTypeCode, but used to define the SQL type descriptor to use for the map-key
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
 
mapKeyNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser
 
mapKeyNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
MapKeyNavigablePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
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
Allows defining the type of the key of a persistent map.
MapLazyInitializer - Class in org.hibernate.proxy.map
Lazy initializer for "dynamic-map" entity representations.
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
MapPersistentAttribute<D,K,V> - Interface in org.hibernate.metamodel.model.domain
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(String, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
MappingException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
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, Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(String) - 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.
MappingMetamodel - Interface in org.hibernate.metamodel
Access to information about Hibernate's runtime relational mapping model
MappingModelCreationLogger - Interface in org.hibernate.metamodel.mapping
Logger used during mapping-model creation
MappingModelExpressable<T> - Interface in org.hibernate.metamodel.mapping
Something that can be expressable at the mapping model level.
MappingModelHelper - Class in org.hibernate.metamodel.mapping
 
MappingModelVisitor - Interface in org.hibernate.metamodel.mapping
 
MappingModelWalker - Class in org.hibernate.metamodel.mapping
 
MappingModelWalker() - Constructor for class org.hibernate.metamodel.mapping.MappingModelWalker
 
MappingNotFoundException - Exception in org.hibernate.boot
 
MappingNotFoundException(String, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Throwable, 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
 
MappingType - Interface in org.hibernate.metamodel.mapping
Parts of the ModelPart hierarchy that are type descriptors, as opposed to attributes e.g.
MappingTypedModelPart - Interface in org.hibernate.metamodel.mapping
 
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
 
MapSemantics<MKV extends Map<K,V>,K,V> - Interface in org.hibernate.collection.spi
Extension of CollectionSemantics for Maps
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(JpaExpression<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.
mapSize(JpaExpression<M>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mapSize(Map) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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(TypeConfiguration, String, String) - Constructor for class org.hibernate.type.MapType
 
MariaDB102Dialect - Class in org.hibernate.dialect
Deprecated.
use MariaDBDialect(1020)
MariaDB102Dialect() - Constructor for class org.hibernate.dialect.MariaDB102Dialect
Deprecated.
 
MariaDB103Dialect - Class in org.hibernate.dialect
Deprecated.
use MariaDBDialect(1030)
MariaDB103Dialect() - Constructor for class org.hibernate.dialect.MariaDB103Dialect
Deprecated.
 
MariaDB10Dialect - Class in org.hibernate.dialect
Deprecated.
use MariaDBDialect(1000)
MariaDB10Dialect() - Constructor for class org.hibernate.dialect.MariaDB10Dialect
Deprecated.
 
MariaDB53Dialect - Class in org.hibernate.dialect
Deprecated.
use MariaDBDialect(530)
MariaDB53Dialect() - Constructor for class org.hibernate.dialect.MariaDB53Dialect
Deprecated.
 
MariaDBDialect - Class in org.hibernate.dialect
SQL dialect for MariaDB
MariaDBDialect() - Constructor for class org.hibernate.dialect.MariaDBDialect
 
MariaDBDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.MariaDBDialect
 
MariaDBDialect(int) - Constructor for class org.hibernate.dialect.MariaDBDialect
 
MariaDBDialect(int, int) - Constructor for class org.hibernate.dialect.MariaDBDialect
 
MariaDBSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for MariaDBDialect.
MariaDBSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
MariaDBSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for MariaDB.
MariaDBSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.MariaDBSqlAstTranslator
 
markAsFunctionCall(int) - Method in interface org.hibernate.procedure.ProcedureCall
Mark this ProcedureCall as representing a call to a database function, rather than a database procedure.
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
 
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
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(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
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(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
marshal(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
marshal(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter1
 
marshal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter10
 
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
 
matches(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
Deprecated.
 
matches(ContributableDatabaseObject) - Method in interface org.hibernate.tool.schema.spi.ContributableMatcher
Does the given `contributed` match this matcher?
matchesResolutionInfo(DialectResolutionInfo) - Method in enum org.hibernate.dialect.Database
Does this database match the given metadata?
matchesRoleName(String) - Static method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
matchesUrl(String) - Method in enum org.hibernate.dialect.Database
Does the given JDBC URL connect to this database?
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_CLOB_CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping char[] to JDBC CLOB.
MATERIALIZED_CLOB_CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character[] to JDBC CLOB.
MATERIALIZED_NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC NCLOB.
MATERIALIZED_NCLOB_CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping char[] to JDBC NCLOB.
MATERIALIZED_NCLOB_CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character[] to JDBC NCLOB and
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
 
math(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
MAX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAX() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MAX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAX() - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
max(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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(Comparator<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
max(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
max(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
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.
 
MAXELEMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAXELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MAXELEMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAXELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.MaxElementFunctionContext
 
MaxElementFunctionContext(HqlParser.HqlCollectionFunctionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.MaxElementFunctionContext
 
maxFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
maxFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
MaxFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
MAXINDEX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAXINDEX() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MAXINDEX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAXINDEX() - Method in class org.hibernate.grammars.hql.HqlParser.MaxIndexFunctionContext
 
MaxIndexFunctionContext(HqlParser.HqlCollectionFunctionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.MaxIndexFunctionContext
 
maxResults - Variable in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
maxResults - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
md5(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
median(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
median_percentileCont(QueryEngine, boolean) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
MEMBER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MEMBER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MEMBER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MEMBER() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
MemberOfPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
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 - Static variable in class org.hibernate.engine.spi.CascadeStyles
merge
MERGE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
merge(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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 - Static variable in class org.hibernate.event.spi.EventType
 
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(Session, Class<T>, Graph<T>...) - Static method in class org.hibernate.graph.EntityGraphs
 
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(Object) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
merge(String, Object) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
merge(LockOptions) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
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(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(String, Object, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of merge events generated from a session.
mergeNClob(NClob, NClob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on NClob values.
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.
MESSAGE_LOGGER - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
MESSAGE_LOGGER - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
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
 
Metadata - Interface in org.hibernate.boot
Represents the ORM model as determined from all provided mapping sources.
metadata() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
 
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
Metamodel - Interface in org.hibernate
Deprecated.
(since 6.0) Prefer JpaMetamodel
MetamodelImplementor - Interface in org.hibernate.metamodel.spi
Deprecated.
(since 6.0) - Prefer MappingMetamodel
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 - Class in org.hibernate.type
 
MetaType(Map<Object, String>, Type) - Constructor for class org.hibernate.type.MetaType
 
MetaValue - Annotation Type in org.hibernate.annotations
Maps a given discriminator value to the corresponding entity type.
metaValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
metaValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
MetaValue(Consumer<Selectable>, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Any.MetaValue
 
MetaValue(Consumer<Selectable>, MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any.MetaValue
 
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
 
MICROSECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MICROSECOND() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MICROSECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MILLISECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MILLISECOND() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MILLISECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MIN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MIN() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MIN() - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
min(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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(Comparator<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
min(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
min(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
MINELEMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MINELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MINELEMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MINELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.MinElementFunctionContext
 
MinElementFunctionContext(HqlParser.HqlCollectionFunctionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.MinElementFunctionContext
 
minFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
minFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
MinFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
MININDEX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MININDEX() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MININDEX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MININDEX() - Method in class org.hibernate.grammars.hql.HqlParser.MinIndexFunctionContext
 
MinIndexFunctionContext(HqlParser.HqlCollectionFunctionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.MinIndexFunctionContext
 
MINUS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
MINUS(int) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
MINUS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
MINUS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
MINUS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
MINUTE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MINUTE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
minute() - Method in class org.hibernate.grammars.hql.HqlParser
 
minute() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
minute() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
MinuteContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
missingCacheCreated(String, String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
MissingSqlSelectionException - Exception in org.hibernate.query.results
Indicates that a column defined as part of a SQL ResultSet mapping was not part of the query's ResultSet
MissingSqlSelectionException(String) - Constructor for exception org.hibernate.query.results.MissingSqlSelectionException
 
MissingSqlSelectionException(String, Throwable) - Constructor for exception org.hibernate.query.results.MissingSqlSelectionException
 
MOD - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MOD() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MOD - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MOD() - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
mod(Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mod(Expression<Integer>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mod(Integer, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mod(Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mod(Expression<Integer>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mod(Integer, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mod_operator(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
modDividendArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
modDividendArgument() - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
ModDividendArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ModDividendArgumentContext
 
modDivisorArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
modDivisorArgument() - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
ModDivisorArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ModDivisorArgumentContext
 
mode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
 
MODE_PROPERTY - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
ModelPart - Interface in org.hibernate.metamodel.mapping
Describes a mapping related to any part of the app's domain model - e.g.
ModelPart.JdbcValueConsumer - Interface in org.hibernate.metamodel.mapping
 
ModelPartContainer - Interface in org.hibernate.metamodel.mapping
Access to a group of ModelPart by name or for iteration
ModelPartReference - Interface in org.hibernate.query.results.complete
A ResultBuilder or FetchBuilder that refers to some part of the user's domain model
ModelPartReferenceBasic - Interface in org.hibernate.query.results.complete
 
ModelPartReferenceCollection - Interface in org.hibernate.query.results.complete
 
ModelPartReferenceEmbeddable - Interface in org.hibernate.query.results.complete
 
ModelPartReferenceEntity - Interface in org.hibernate.query.results.complete
 
ModelPartReferenceMemento - Interface in org.hibernate.query.named
A ResultMappingMementoNode that is a reference to some part of the user's domain model
ModelPartResultMemento - Interface in org.hibernate.query.named
 
ModelPartResultMementoBasic - Interface in org.hibernate.query.named
 
ModelPartResultMementoCollection - Interface in org.hibernate.query.named
 
ModelPartResultMementoEntity - Interface in org.hibernate.query.named
 
modeNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
modeNames - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
modeNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
modeNames - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
modFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
modFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
ModFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
MODULO - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
MODULO - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
MONTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
month() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
MONTH() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
MONTH() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
MONTH() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
MONTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
month() - Method in class org.hibernate.grammars.hql.HqlParser
 
MONTH() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
MonthContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MonthContext
 
monthsBetween(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
moreHyperbolic(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
MSG - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Message
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.
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)
MultiIdEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader subtype for loading multiple entities by multiple identifier values.
MultiIdLoadOptions - Interface in org.hibernate.loader.ast.spi
Encapsulation of the options for loading multiple entities by id
MULTILINE_COMMENT - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
MULTILINE_COMMENT - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
multiLoad(K[], MultiNaturalIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.MultiNaturalIdLoader
Load multiple entities by natural-id.
multiLoad(K...) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Perform a load of multiple entities by identifiers.
multiLoad(List<K>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Perform a load of multiple entities by identifiers.
multiLoad(Object...) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Perform a load of multiple entities by natural-id.
multiLoad(List<?>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Perform a load of multiple entities by natural-id.
multiLoad(Object[], SharedSessionContractImplementor, MultiIdLoadOptions) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
multiLoad(Object[], SharedSessionContractImplementor, MultiIdLoadOptions) - Method in interface org.hibernate.persister.entity.EntityPersister
Performs a load of multiple entities (of this type) by identifier simultaneously.
MultiLoadOptions - Interface in org.hibernate.loader.ast.spi
Base contract for options for multi-load operations
MultiNaturalIdLoader<E> - Interface in org.hibernate.loader.ast.spi
Loader for entities by multiple natural-ids
MultiNaturalIdLoadOptions - Interface in org.hibernate.loader.ast.spi
Encapsulation of the options for loading multiple entities by natural-id
MultipatternSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
Support for overloaded functions defined in terms of a list of patterns, one for each possible function arity.
MultipatternSqmFunctionDescriptor(String, SqmFunctionDescriptor[], FunctionReturnTypeResolver) - Constructor for class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template.
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
Deprecated.
Use MultiLineSqlScriptExtractor instead
MultipleLinesSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor
Deprecated.
 
MultiplicationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
multiplicativeOperator() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
multiplicativeOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
MultiplicativeOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
MULTIPLY - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
MULTIPLY - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiplyBy(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiselect(Selection<?>...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
multiselect(List<Selection<?>>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
multiselect(Selection<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
multiselect(List<Selection<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
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.
Mutability - Annotation Type in org.hibernate.annotations
Used to specify a MutabilityPlan
MutabilityPlan<T> - Interface in org.hibernate.type.descriptor.java
Describes the mutability aspects of a Java type.
MutabilityPlanExposer<T> - Interface in org.hibernate.type.descriptor.java
Something that exposes a MutabilityPlan
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
 
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
 
MutableQueryOptions - Interface in org.hibernate.query.spi
 
MutatingTableReferenceGroupWrapper - Class in org.hibernate.sql.ast.tree.from
Acts as a TableGroup for DML query operations.
MutatingTableReferenceGroupWrapper(NavigablePath, ModelPartContainer, TableReference) - Constructor for class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
MutationStatement - Interface in org.hibernate.sql.ast.tree
Specialization of Statement for mutation (DML) statements
MyISAMStorageEngine - Class in org.hibernate.dialect
Represents the MyISAM storage engine.
MyISAMStorageEngine() - Constructor for class org.hibernate.dialect.MyISAMStorageEngine
 
MySQL55Dialect - Class in org.hibernate.dialect
Deprecated.
use MySQLDialect(550)
MySQL55Dialect() - Constructor for class org.hibernate.dialect.MySQL55Dialect
Deprecated.
 
MySQL57Dialect - Class in org.hibernate.dialect
Deprecated.
use MySQLDialect(570)
MySQL57Dialect() - Constructor for class org.hibernate.dialect.MySQL57Dialect
Deprecated.
 
MySQL5Dialect - Class in org.hibernate.dialect
Deprecated.
use MySQLDialect(500)
MySQL5Dialect() - Constructor for class org.hibernate.dialect.MySQL5Dialect
Deprecated.
 
MySQL8Dialect - Class in org.hibernate.dialect
Deprecated.
use MySQLDialect(800)
MySQL8Dialect() - Constructor for class org.hibernate.dialect.MySQL8Dialect
Deprecated.
 
MySQLDialect - Class in org.hibernate.dialect
An SQL dialect for MySQL (prior to 5.x).
MySQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect() - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect(int) - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect(int, int) - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
MySQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
MySQLSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for MySQL.
MySQLSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.MySQLSqlAstTranslator
 
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 - Static variable in class org.hibernate.boot.BootLogging
 
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(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() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
name() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
name - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
NAME - Static variable in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
NAME - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
NAME_COUNTER - Static variable in class org.hibernate.boot.model.TypeDefinition
 
NAME_PREFIX - Static variable in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
NameableQuery - Interface in org.hibernate.query.named
Contract for Query impls that can be converted to a named query memento to be stored in the NamedObjectRepository
NAMED - Static variable in class org.hibernate.type.EnumType
 
namedAggregateDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based aggregate function descriptor using the passed name as both the registration key and underlying SQL function name
namedAggregateDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based aggregate function descriptor.
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
 
NamedCallableQueryDefinition - Interface in org.hibernate.boot.query
Named query mapping for callable queries
NamedCallableQueryDefinition.ParameterMapping - Interface in org.hibernate.boot.query
 
NamedCallableQueryMemento - Interface in org.hibernate.procedure.spi
Represents a "memento" (disconnected, externalizable form) of a ProcedureCall
NamedCallableQueryMemento.ParameterMemento - Interface in org.hibernate.procedure.spi
 
namedDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based function descriptor using the passed name as both the registration key and underlying SQL function name
namedDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based function descriptor.
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
 
NamedFunctionDescriptorBuilder - Class in org.hibernate.query.sqm.produce.function
 
NamedFunctionDescriptorBuilder(SqmFunctionRegistry, String, boolean, String) - Constructor for class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
NamedHqlQueryDefinition - Interface in org.hibernate.boot.query
Boot-time descriptor of a named HQL query, as defined in annotations or xml
NamedHqlQueryDefinition.Builder - Class in org.hibernate.boot.query
 
NamedHqlQueryMemento - Interface in org.hibernate.query.hql.spi
NamedQueryMemento for HQL queries
NamedHqlQueryMemento.Builder - Class in org.hibernate.query.hql.spi
Delegate used in creating named HQL query mementos.
NamedNativeQueries - Annotation Type in org.hibernate.annotations
A grouping of Hibernate-specific NamedNativeQuery definitions.
NamedNativeQuery - Annotation Type in org.hibernate.annotations
Extends NamedNativeQuery with Hibernate features.
namedNativeQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
namedNativeQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
NamedNativeQueryDefinition - Interface in org.hibernate.boot.query
Boot-time descriptor of a named native query, as defined in annotations or xml
NamedNativeQueryDefinitionBuilder - Class in org.hibernate.boot.query
 
NamedNativeQueryDefinitionBuilder(String) - Constructor for class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
NamedNativeQueryMemento - Interface in org.hibernate.query.sql.spi
Descriptor for a named native query in the run-time environment
NamedNativeQueryMemento.Builder - Class in org.hibernate.query.sql.spi
Delegate used in creating named HQL query mementos.
NamedObjectRepository - Interface in org.hibernate.query.named
Repository for references to named things related with queries.
namedParameter(String, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
namedParameter(String, int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Called when a named parameter is recognized
NamedParameterContext(HqlParser.ParameterContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
NamedParameterDescriptor - Class in org.hibernate.engine.query.spi
Descriptor regarding a named parameter.
NamedParameterDescriptor(String, AllowableParameterType, int[]) - Constructor for class org.hibernate.engine.query.spi.NamedParameterDescriptor
Constructs a NamedParameterDescriptor
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 - Interface in org.hibernate.boot.query
Boot-time descriptor of a named procedure/function query, as defined in annotations or xml
NamedQueries - Annotation Type in org.hibernate.annotations
A grouping of Hibernate-specific NamedQuery definitions.
NamedQuery - Annotation Type in org.hibernate.annotations
Extends NamedQuery with Hibernate features.
namedQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
namedQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
NamedQuery - Interface in org.hibernate.boot.jaxb.mapping.spi
 
NamedQueryDefinition - Interface in org.hibernate.boot.query
Common attributes shared across the mapping of named HQL, native and "callable" queries defined in annotations, orm.xml and hbm.xml
namedQueryError(String, HibernateException) - Method in interface org.hibernate.query.hql.HqlLogging
 
namedQueryError(String, HibernateException) - Method in interface org.hibernate.query.QueryLogging
 
NamedQueryMemento - Interface in org.hibernate.query.named
The runtime representation of named queries.
NamedQueryMemento.ParameterMemento - Interface in org.hibernate.query.named
 
NamedResultSetMappingDescriptor - Interface in org.hibernate.boot.query
Models the "boot view" of a ResultSet mapping used in the mapping of native and procedure queries.
NamedResultSetMappingMemento - Interface in org.hibernate.query.named
Used to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries.
NamedSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
NamedSqmFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
NamedSqmFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver, String, boolean, String, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
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.
NANOSECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NANOSECOND() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
NANOSECOND() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
NANOSECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.
NationalizationSupport - Enum in org.hibernate.dialect
Indicates how (if) the underlying database supports the use of nationalized data
Nationalized - Annotation Type in org.hibernate.annotations
Used to indicate that the annotated character data should be stored with nationalization support.
NationalizedTypeMappings - Class in org.hibernate.type.descriptor.jdbc
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_QUERY_ORDINAL_PARAMETER_BASE - Static variable in interface org.hibernate.cfg.AvailableSettings
Controls the base integer for binding JDBC-style (?) ordinal parameters when the Hibernate SessionFactory is bootstrapped via the native bootstrapping API.
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
 
NativeJdbcMutation - Class in org.hibernate.sql.exec.spi
Executable JDBC command
NativeJdbcMutation(String, List<JdbcParameterBinder>, Set<String>) - Constructor for class org.hibernate.sql.exec.spi.NativeJdbcMutation
 
NativeNonSelectQueryDefinition - Interface in org.hibernate.query.sql.spi
Access the values defining a native non-select query
NativeNonSelectQueryPlan - Interface in org.hibernate.query.sql.spi
Union of NonSelectQueryPlan and NativeQueryPlan as the NonSelectQueryPlan for native-queries.
NativeQuery<T> - Interface in org.hibernate.query
Represents a native (SQL) query.
NativeQuery.FetchReturn - Interface in org.hibernate.query
Allows access to further control how join fetch returns are mapped back from result sets.
NativeQuery.InstantiationResultNode<J> - Interface in org.hibernate.query
 
NativeQuery.ResultNode - Interface in org.hibernate.query
Simple unification interface for all returns from the various `#addXYZ` methods .
NativeQuery.ReturnableResultNode - Interface in org.hibernate.query
ResultNode which can be a query result
NativeQuery.ReturnProperty - Interface in org.hibernate.query
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
NativeQuery.RootReturn - Interface in org.hibernate.query
Allows access to further control how root returns are mapped back from result sets.
NativeQueryImplementor<R> - Interface in org.hibernate.query.sql.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
 
NativeQueryLogging - Class in org.hibernate.query.sql
 
NativeQueryLogging() - Constructor for class org.hibernate.query.sql.NativeQueryLogging
 
NativeQueryNonScalarRootReturn - Interface in org.hibernate.boot.jaxb.hbm.spi
Commonality for non-scalar root returns for a native query result mapping
NativeQueryPlan - Interface in org.hibernate.query.sql.spi
Specialization of QueryPlan for NativeQuery plans
NativeQueryReturn - Interface in org.hibernate.boot.jaxb.hbm.spi
Shared contract between the various types of returns definable in HBM.
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
 
NativeSelectQueryDefinition<R> - Interface in org.hibernate.query.sql.spi
Access the values defining a native select query
NativeSelectQueryPlan<T> - Interface in org.hibernate.query.sql.spi
Union of SelectQueryPlan and NativeQueryPlan as the SelectQueryPlan for native-queries.
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
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, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
Construct a return representing an entity returned at the root of the result.
NativeSQLQueryRootReturn(String, String, Map<String, String[]>, LockMode) - Constructor for class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
 
NativeSQLQueryScalarReturn - Class in org.hibernate.engine.query.spi.sql
Describes a scalar return in a native SQL query.
NativeSQLQueryScalarReturn(String, BasicDomainType) - 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
 
NaturalId - Annotation Type in org.hibernate.annotations
This specifies that a property is part of the natural id of the entity.
naturalId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
NATURALID - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NATURALID() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
NATURALID() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
NATURALID - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.
naturalIdCache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
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)
NaturalIdLoadAccess<T> - Interface in org.hibernate
Loads an entity by its natural identifier.
NaturalIdLoadAccessImpl<T> - Class in org.hibernate.loader.access
 
NaturalIdLoadAccessImpl(LoadAccessContext, EntityMappingType) - Constructor for class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
NaturalIdLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader for NaturalId handling
NaturalIdLoadOptions - Interface in org.hibernate.loader.ast.spi
Options for loading by natural-id
NaturalIdLogging - Interface in org.hibernate.metamodel.mapping
Logging related to natural-id operations
NaturalIdMapping - Interface in org.hibernate.metamodel.mapping
Mapping for an entity's natural-id, if one is defined
NaturalIdMultiLoadAccess<T> - Interface in org.hibernate
Defines the ability to load multiple entities by simple natural-id simultaneously.
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
 
NaturalIdPostLoadListener - Interface in org.hibernate.loader
Listener for post load-by-natural-id events
NaturalIdPreLoadListener - Interface in org.hibernate.loader
Listener for pre load-by-natural-id events
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
 
NaturalIdResolutions - Interface in org.hibernate.engine.spi
Manages the cached resolutions related to natural-id (to and from identifier)
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
 
NaturalIdUniqueKeyBinder - Interface in org.hibernate.boot.spi
 
NAVIGABLE_NAME - Static variable in class org.hibernate.query.sqm.tree.domain.SqmMaxElementPath
 
NAVIGABLE_NAME - Static variable in class org.hibernate.query.sqm.tree.domain.SqmMaxIndexPath
 
NAVIGABLE_NAME - Static variable in class org.hibernate.query.sqm.tree.domain.SqmMinElementPath
 
NAVIGABLE_NAME - Static variable in class org.hibernate.query.sqm.tree.domain.SqmMinIndexPath
 
NavigablePath - Class in org.hibernate.query
Compound-name where each path references to a domain or mapping model-part relative to a root path.
NavigablePath(NavigablePath, String) - Constructor for class org.hibernate.query.NavigablePath
 
NavigablePath(String) - Constructor for class org.hibernate.query.NavigablePath
 
NavigablePath(String, String) - Constructor for class org.hibernate.query.NavigablePath
 
NavigablePath(NavigablePath, String, String) - Constructor for class org.hibernate.query.NavigablePath
 
NavigablePath() - Constructor for class org.hibernate.query.NavigablePath
 
NavigableRole - Class in org.hibernate.metamodel.model.domain
Poorly named.
NavigableRole(NavigableRole, String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(NavigableRole, String, char) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole() - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NCharTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NCHAR handling.
NCharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.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.jdbc.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(String) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobType - Class in org.hibernate.type
A type that maps between NCLOB and NClob
NClobType() - Constructor for class org.hibernate.type.NClobType
 
NClobTypeDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for NClob handling.
NClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
NClobTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NCLOB handling.
NClobTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.NClobTypeDescriptor
 
NClobTypeDescriptor.NClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
needsInserting(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to insert this element?
needsMaxRows() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
needsMaxRows() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
needsMaxRows() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
needsMaxRows() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
needsRecreate(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to completely recreate this collection when it changes?
needsRowsToSkip() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
needsRowsToSkip() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
needsRowsToSkip() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
needsRowsToSkip() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
needsRowsToSkip() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
needsUpdating(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to update this element?
neg(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
neg(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
negate() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
negate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
negate() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmNegatablePredicate
Apply an external negation.
negated() - Method in enum org.hibernate.query.ComparisonOperator
 
NegatedPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
NegatedPredicate(Predicate) - Constructor for class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
NegatedPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
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.
NestedQueryExpressionContext(HqlParser.SimpleQueryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
NEVER - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are never generated by the database.
NEW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NEW() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
NEW() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
NEW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NEW_LOCATOR_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
Merge strategy based on creating a new LOB locator.
newInstance() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.InstantiationOptimizer
Perform instantiation of an instance of the underlying class.
NEWLINE - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
NEWLINE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
NEWLINE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
NEWLINE - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
NEWLINE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
NEWLINE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
next() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
 
NEXT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NEXT() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
NEXT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
next() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
next() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
next() - Method in interface org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodeCollector
 
next() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
next() - Method in interface org.hibernate.ScrollableResults
Advance to the next result.
next(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Advances the "cursor position" and returns a boolean indicating whether there is a row available to read via JdbcValues.getCurrentRowValuesArray().
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.ByteType
 
next(Calendar, SharedSessionContractImplementor) - Method in class org.hibernate.type.CalendarType
 
next(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
next(Instant, SharedSessionContractImplementor) - Method in class org.hibernate.type.InstantType
 
next(Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.IntegerType
 
next(LocalDateTime, SharedSessionContractImplementor) - Method in class org.hibernate.type.LocalDateTimeType
 
next(Long, SharedSessionContractImplementor) - Method in class org.hibernate.type.LongType
 
next(OffsetDateTime, SharedSessionContractImplementor) - Method in class org.hibernate.type.OffsetDateTimeType
 
next(byte[], SharedSessionContractImplementor) - Method in class org.hibernate.type.RowVersionType
 
next(Short, SharedSessionContractImplementor) - Method in class org.hibernate.type.ShortType
 
next(Date, SharedSessionContractImplementor) - Method in class org.hibernate.type.TimestampType
 
next(T, SharedSessionContractImplementor) - Method in interface org.hibernate.type.VersionType
Increment the version.
next(ZonedDateTime, SharedSessionContractImplementor) - Method in class org.hibernate.type.ZonedDateTimeType
 
next(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserVersionType
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.
NextvalSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for dialects which support the common Oracle-style syntax seqname.nextval.
NextvalSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.NextvalSequenceSupport
 
nil() - Static method in class org.hibernate.engine.jdbc.Size
 
NO_ARGS - Static variable in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
Static validator for verifying that we have no arguments
NO_BATCH - Static variable in class org.hibernate.dialect.Dialect
Defines a "no batching" batch size constant
NO_BINDINGS - Static variable in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
NO_COLUMN_LENGTH - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeDescriptorIndicators
 
NO_COMMANDS - Static variable in interface org.hibernate.tool.schema.spi.Exporter
 
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_LIMIT - Static variable in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
NO_OP - Static variable in interface org.hibernate.loader.NaturalIdPostLoadListener
Singleton access for no listener
NO_OP - Static variable in interface org.hibernate.loader.NaturalIdPreLoadListener
Singleton access for no listener
NO_PARAM_BINDINGS - Static variable in interface org.hibernate.query.spi.QueryParameterBindings
 
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_SEPARATOR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
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.
noArgsBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
noArgsBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
NoAttributeConverter<O,R> - Class in org.hibernate.annotations
 
NoAttributeConverter() - Constructor for class org.hibernate.annotations.NoAttributeConverter
 
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.metamodel.mapping.ordering.ast
Common contract for all nodes in the order-by fragment AST
NodeBuilder - Interface in org.hibernate.query.sqm
Adapts the JPA CriteriaBuilder to generate SQM nodes.
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.AbstractSqmNode
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
nodeBuilder() - Method in interface org.hibernate.query.sqm.tree.SqmNode
 
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
 
NoMoreOutputsException - Exception in org.hibernate.sql.results
 
NoMoreOutputsException(String) - Constructor for exception org.hibernate.sql.results.NoMoreOutputsException
 
NoMoreOutputsException() - Constructor for exception org.hibernate.sql.results.NoMoreOutputsException
 
NoMoreReturnsException - Exception in org.hibernate.result
 
NoMoreReturnsException(String) - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
NoMoreReturnsException() - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
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_PK_REFERENCE - Static variable in class org.hibernate.cfg.Ejb3JoinColumn
 
NonAggregatedCompositeSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
NonAggregatedCompositeSimplePath(NavigablePath, SqmPathSource<T>, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
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 - 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 interface org.hibernate.loader.ast.spi.NaturalIdLoadOptions
Singleton access
NONE - Static variable in class org.hibernate.LockOptions
Represents LockMode.NONE (timeout + scope do not apply).
NONE - Static variable in class org.hibernate.query.Limit
Singleton access for "no limit"
NONE - Static variable in interface org.hibernate.query.spi.QueryOptions
Singleton access
NONE - Static variable in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
Static validator for performing no validation
NONE - Static variable in interface org.hibernate.tool.schema.spi.ContributableMatcher
Matches nothing
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
 
NonSelectInterpretationsKey - Class in org.hibernate.query.sql.spi
QueryInterpretations key for non-select NativeQuery instances
NonSelectInterpretationsKey(String, Collection<String>) - Constructor for class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
NonSelectQueryPlan - Interface in org.hibernate.query.spi
 
nonStandardFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
nonStandardFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
nonStandardFunctionArguments() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
nonStandardFunctionArguments() - Method in class org.hibernate.grammars.hql.HqlParser
 
nonStandardFunctionArguments() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionContext
 
NonStandardFunctionArgumentsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionArgumentsContext
 
NonStandardFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionContext
 
nonStandardFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionContext
 
nonStandardFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser
 
NonStandardFunctionNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionNameContext
 
nonStandardSupportForAccessType(String, String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
NonTransientException - Interface in org.hibernate.metamodel.mapping
Marker interface for exceptions thrown during mapping-model creation which are not transient errors - they will never succeed
NonUniqueDiscoveredSqlAliasException - Exception in org.hibernate.loader
 
NonUniqueDiscoveredSqlAliasException(String) - Constructor for exception org.hibernate.loader.NonUniqueDiscoveredSqlAliasException
 
NonUniqueObjectException - Exception in org.hibernate
This exception is thrown when an operation would break session-scoped identity.
NonUniqueObjectException(String, Object, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information.
NonUniqueObjectException(Object, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information, using a standard message.
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.
NoopLimitHandler - Class in org.hibernate.dialect.pagination
Handler not supporting query LIMIT clause.
NoopLimitHandler() - Constructor for class org.hibernate.dialect.pagination.NoopLimitHandler
 
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
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
 
normalized() - Method in enum org.hibernate.query.TemporalUnit
The unit that this unit "normalizes to", either TemporalUnit.NANOSECOND or TemporalUnit.MONTH, which represent the two basic types of duration: "physical" durations, and "calendar" durations.
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.
normalizeInput(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Normalize a user-provided natural-id value into the representation Hibernate uses internally
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.
NoSequenceSupport - Class in org.hibernate.dialect.sequence
An instance of SequenceSupport support indicating that the SQL dialect does not support sequences.
NoSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.NoSequenceSupport
 
NoSuchParameterException - Exception in org.hibernate.procedure
 
NoSuchParameterException(String) - Constructor for exception org.hibernate.procedure.NoSuchParameterException
 
NOT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
NOT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
not(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
not() - Method in interface org.hibernate.query.criteria.JpaPredicate
 
not(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.SqmAndPredicate
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.SqmOrPredicate
 
not() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
 
NOT_CACHED_COUNT - Static variable in interface org.hibernate.stat.CacheableDataStatistics
 
NOT_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NOT_EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
NOT_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NOT_NULL - Static variable in class org.hibernate.sql.InFragment
 
NOT_NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
notDistinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notDistinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notDistinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notDistinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notEqual(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notEqual(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notEqual(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notEqual(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
NotFound - Annotation Type in org.hibernate.annotations
Action to do when an element is not found on a association.
notFound - Variable in class org.hibernate.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
 
NotFoundAction - Enum in org.hibernate.annotations
Possible actions when an associated entity is not found in the database.
notifyParentResolutionListeners(Object) - Method in class org.hibernate.sql.results.graph.AbstractFetchParentAccess
 
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
NotImplementedYetException - Interface in org.hibernate
Marker interface for exceptions that indicate that something hasn't been implemented yet for a certain version
NotIndexedCollectionException - Exception in org.hibernate.query
Indicates an attempt to use a non-indexed collection as indexed.
NotIndexedCollectionException(String) - Constructor for exception org.hibernate.query.NotIndexedCollectionException
 
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
NotJoinableException(String) - Constructor for exception org.hibernate.query.sqm.tree.from.SqmAttributeJoin.NotJoinableException
 
NotJoinableException(String, Throwable) - Constructor for exception org.hibernate.query.sqm.tree.from.SqmAttributeJoin.NotJoinableException
 
notLike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, String, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
NotYetImplementedException - Exception in org.hibernate.cfg
Mapping not yet implemented
NotYetImplementedException() - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(String, Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(Throwable) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedException(String) - Constructor for exception org.hibernate.cfg.NotYetImplementedException
 
NotYetImplementedFor6Exception - Exception in org.hibernate
Thrown from methods added for 6.0 that are not yet implemented.
NotYetImplementedFor6Exception(String) - Constructor for exception org.hibernate.NotYetImplementedFor6Exception
 
NotYetImplementedFor6Exception(Class) - Constructor for exception org.hibernate.NotYetImplementedFor6Exception
 
NotYetImplementedFor6Exception() - Constructor for exception org.hibernate.NotYetImplementedFor6Exception
 
nowCurdateCurtime(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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 - 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.grammars.hql.HqlLexer
 
NULL() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
NULL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
NULL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NULL - Static variable in class org.hibernate.sql.InFragment
 
NULL - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
 
NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NULL_KEYWORD - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
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 class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
nullable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
nullif(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
NULLIF - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NULLIF() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
NULLIF - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NULLIF() - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
nullif(Expression<Y>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
nullif(Expression<Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
nullif(Expression<Y>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
nullif(Expression<Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
nullifFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
nullifFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
NullifFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
nullLiteral(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
nullLiteral(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
NullnessLiteral - Class in org.hibernate.sql.ast.tree.expression
Assertion that the SQL state of a "mapping model expressable" is null
NullnessLiteral(MappingModelExpressable<?>) - Constructor for class org.hibernate.sql.ast.tree.expression.NullnessLiteral
 
NullnessPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
NullnessPredicate(Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
NullnessPredicate(Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
NullOrdering - Enum in org.hibernate.query
The order of null.
nullPrecedence(NullPrecedence) - Method in interface org.hibernate.query.criteria.JpaOrder
Set the precedence for nulls for this order element
NullPrecedence - Enum in org.hibernate.query
Defines precedence of null values within ORDER BY clause.
nullPrecedence(NullPrecedence) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
NULLS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NULLS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NULLS() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
NULLS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
NULLS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
NULLS() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
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.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeGet(ResultSet, String, WrapperOptions) - 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.AnyType
 
nullSafeGet(ResultSet, String, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
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.ComponentType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomType
 
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.EntityType
 
nullSafeGet(ResultSet, int, 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 class org.hibernate.type.MetaType
 
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 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.type.Type
Extract a value of the mapped class from the JDBC result set.
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.UserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeSet(PreparedStatement, Object, int, 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, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, Object, String, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
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, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
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.CustomType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(CallableStatement, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(CallableStatement, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
nullSafeSet(PreparedStatement, Object, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
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, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
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(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 interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the JDBC prepared statement.
nullSafeSet(PreparedStatement, J, int, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserType
Write an instance of the mapped class to a prepared statement.
NullServiceException - Exception in org.hibernate.service
 
NullServiceException(Class) - Constructor for exception org.hibernate.service.NullServiceException
 
nullsPrecedence() - Method in class org.hibernate.grammars.hql.HqlParser
 
nullsPrecedence() - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
nullsPrecedence() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
nullsPrecedence() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
NullsPrecedenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
NullsPrecedenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
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.
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_BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC INTEGER.
NumericBooleanConverter - Class in org.hibernate.type
Handles conversion to/from Boolean as `0` (false) or `1` (true)
NumericBooleanConverter() - Constructor for class org.hibernate.type.NumericBooleanConverter
 
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
 
NumericBooleanType.NumericConverter - Class in org.hibernate.type
 
NumericConverter() - Constructor for class org.hibernate.type.NumericBooleanType.NumericConverter
 
NumericTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NUMERIC handling.
NumericTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.NumericTypeDescriptor
 
NVarcharTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NVARCHAR handling.
NVarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
NvlCoalesceEmulation - Class in org.hibernate.dialect.function
Oracle 8i had no coalesce() function, so we emulate it using chained nvl()s.
NvlCoalesceEmulation() - Constructor for class org.hibernate.dialect.function.NvlCoalesceEmulation
 

O

OBJECT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OBJECT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
OBJECT() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
OBJECT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OBJECT_TYPE - Static variable in class org.hibernate.type.StandardBasicTypes
 
ObjectDeletedException - Exception in org.hibernate
Thrown when the user tries to do something illegal with a deleted object.
ObjectDeletedException(String, Object, 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() - 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 - 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() - 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 - 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.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
ObjectJdbcTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for
ObjectJdbcTypeDescriptor(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectJdbcTypeDescriptor
 
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(Object, String) - Constructor for exception org.hibernate.ObjectNotFoundException
Constructs a ObjectNotFoundException using the given information.
ObjectNotFoundException(String, Object) - Constructor for exception org.hibernate.ObjectNotFoundException
 
objectToSQLString(T, Dialect) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
objectToSQLString(BigInteger, Dialect) - Method in class org.hibernate.type.BigIntegerType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.BooleanType
 
objectToSQLString(Byte, Dialect) - Method in class org.hibernate.type.ByteType
 
objectToSQLString(Character, Dialect) - Method in class org.hibernate.type.CharacterNCharType
 
objectToSQLString(Character, Dialect) - Method in class org.hibernate.type.CharacterType
 
objectToSQLString(Currency, Dialect) - Method in class org.hibernate.type.CurrencyType
 
objectToSQLString(Object, Dialect) - Method in class org.hibernate.type.CustomType
 
objectToSQLString(Date, Dialect) - Method in class org.hibernate.type.DateType
 
objectToSQLString(T, Dialect) - Method in interface org.hibernate.type.DiscriminatorType
Render the given discriminator value to a literal format for embedding in the generated SQL.
objectToSQLString(Double, Dialect) - Method in class org.hibernate.type.DoubleType
 
objectToSQLString(Object) - Method in class org.hibernate.type.EnumType
 
objectToSQLString(Float, Dialect) - Method in class org.hibernate.type.FloatType
 
objectToSQLString(Integer, Dialect) - Method in class org.hibernate.type.IntegerType
 
objectToSQLString(T, Dialect) - Method in interface org.hibernate.type.LiteralType
Deprecated.
Convert the value into a string representation, suitable for embedding in an SQL statement as a literal.
objectToSQLString(Locale, Dialect) - Method in class org.hibernate.type.LocaleType
 
objectToSQLString(Long, Dialect) - Method in class org.hibernate.type.LongType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.NumericBooleanType
 
objectToSQLString(Short, Dialect) - Method in class org.hibernate.type.ShortType
 
objectToSQLString(String, Dialect) - Method in class org.hibernate.type.StringNVarcharType
 
objectToSQLString(String, Dialect) - Method in class org.hibernate.type.StringType
 
objectToSQLString(TimeZone, Dialect) - Method in class org.hibernate.type.TimeZoneType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.TrueFalseType
 
objectToSQLString(URL, Dialect) - Method in class org.hibernate.type.UrlType
 
objectToSQLString(UUID, Dialect) - Method in class org.hibernate.type.UUIDCharType
 
objectToSQLString(Boolean, Dialect) - Method in class org.hibernate.type.YesNoType
 
objectToSQLString(ZoneOffset, Dialect) - Method in class org.hibernate.type.ZoneOffsetType
 
objectToSQLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Return an SQL literal representation of the value
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
OCTAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
OCTAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
octetLength(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
OF - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
OF - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
of(Class<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
OFFSET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
offset() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
OFFSET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
offset() - Method in class org.hibernate.grammars.hql.HqlParser
 
OFFSET() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
OFFSET() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
OFFSET() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
offset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
offset(Number) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
offset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
offset(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
OFFSET_DATE_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
Pattern used for parsing literal offset datetimes in HQL.
OFFSET_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetDateTime to JDBC TIMESTAMP.
OFFSET_DATETIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OFFSET_DATETIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OFFSET_DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
OFFSET_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetTime to JDBC TIME.
offsetClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
offsetClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
OffsetClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
OffsetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
offsetDateTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
offsetDateTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
OffsetDateTimeFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
OffsetDateTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the OffsetDateTime 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
 
OffsetFetchLimitHandler - 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.
OffsetFetchLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
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.
omitSqlQueryOptions(ExecutionContext) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
omitSqlQueryOptions(ExecutionContext, JdbcSelect) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
omitSqlQueryOptions(ExecutionContext, boolean, boolean) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
ON - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ON() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ON - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ON() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinPredicateContext
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaFetch
Add a restriction to the fetch.
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaFetch
Add a restriction to the fetch.
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
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 interface org.hibernate.Interceptor
onCollectionRecreate(Object, Object) - Method in interface org.hibernate.Interceptor
Called before a collection is (re)created.
onCollectionRemove(Object, Serializable) - Method in interface org.hibernate.Interceptor
onCollectionRemove(Object, Object) - Method in interface org.hibernate.Interceptor
Called before a collection is deleted.
onCollectionUpdate(Object, Serializable) - Method in interface org.hibernate.Interceptor
onCollectionUpdate(Object, Object) - Method in interface org.hibernate.Interceptor
Called before a collection is updated.
OnDelete - Annotation Type in org.hibernate.annotations
Strategy to use on collections, arrays and on joined subclasses delete.
onDelete - 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(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity 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(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
onDelete(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is deleted.
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
 
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
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
oneToManyFilterFragment(String, Set<String>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
oneToManyFilterFragment(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
oneToManyFilterFragment(String, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
oneToManyFilterFragment(String) - Method in interface org.hibernate.persister.entity.Joinable
 
oneToManyFilterFragment(String, Set<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.entity.SingleTableEntityPersister
 
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 - Class in org.hibernate.mapping
A one-to-one association mapping
OneToOne(MetadataBuildingContext, 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, boolean, 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(TypeConfiguration, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.type.OneToOneType
 
OneToOneType(OneToOneType, 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 interface org.hibernate.Interceptor
onFlushDirty(Object, Object, 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(Session, Object) - Method in interface org.hibernate.classic.Lifecycle
Called after an entity is loaded.
onLoad(Session, Serializable) - Method in interface org.hibernate.classic.Lifecycle
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.event.spi.LoadEventListener
Handle the given load event.
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
onLoad(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called just before an object is initialized.
onLock(LockEvent) - Method in interface org.hibernate.event.spi.LockEventListener
Handle the given lock event.
ONLY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ONLY() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
ONLY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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 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(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is saved.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
onSave(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object 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 class org.hibernate.grammars.ordering.OrderingLexer
 
OPEN_PAREN() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
OPEN_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
OPEN_PARENTHESIS - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
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.SpannerDialect
 
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(Connection) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openStatelessSession() - Method in interface org.hibernate.SessionFactory
Open a new stateless session.
openStatelessSession(Connection) - Method in interface org.hibernate.SessionFactory
Open a new stateless session, utilizing the specified JDBC Connection.
openStatelessSession() - Method in interface org.hibernate.StatelessSessionBuilder
Opens a session with the specified options.
openTemporarySession() - Method in 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 interface org.hibernate.id.OptimizableGenerator
Indicates the optimizer to use, either naming a Optimizer implementation class or naming a StandardOptimizerDescriptor by name NOTE : has precedence over OptimizableGenerator.INCREMENT_PARAM
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 - Annotation Type in org.hibernate.annotations
Whether or not a change of the annotated property will trigger an entity version increment.
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
 
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 - Enum in org.hibernate.engine
Describes how an entity should be optimistically locked.
optimisticLockStyle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
OptimisticLockType - Enum in org.hibernate.annotations
Possible optimistic locking strategies.
OptimizableGenerator - Interface in org.hibernate.id
Commonality between sequence-based and table-based generators
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
 
OptionallyManageable - Interface in org.hibernate.service.spi
Extension to Manageable for things that are optionally Manageable depending on some internal state.
OR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OR() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
OR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OR() - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
or(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
or(Predicate...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
or(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
or(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Oracle10gDialect - Class in org.hibernate.dialect
Deprecated.
use OracleDialect(10)
Oracle10gDialect() - Constructor for class org.hibernate.dialect.Oracle10gDialect
Deprecated.
 
Oracle12cDialect - Class in org.hibernate.dialect
Deprecated.
use OracleDialect(12)
Oracle12cDialect() - Constructor for class org.hibernate.dialect.Oracle12cDialect
Deprecated.
 
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
Deprecated.
use OracleDialect(8)
Oracle8iDialect() - Constructor for class org.hibernate.dialect.Oracle8iDialect
Deprecated.
 
Oracle9iDialect - Class in org.hibernate.dialect
Deprecated.
use OracleDialect(9)
Oracle9iDialect() - Constructor for class org.hibernate.dialect.Oracle9iDialect
Deprecated.
 
OracleDialect - Class in org.hibernate.dialect
A dialect for Oracle 8i and above.
OracleDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.OracleDialect
 
OracleDialect() - Constructor for class org.hibernate.dialect.OracleDialect
 
OracleDialect(int) - Constructor for class org.hibernate.dialect.OracleDialect
 
OracleJoinFragment - Class in org.hibernate.sql
An Oracle-style (theta) join
OracleJoinFragment() - Constructor for class org.hibernate.sql.OracleJoinFragment
 
OracleSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for OracleDialect.
OracleSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.OracleSequenceSupport
 
OracleSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Oracle.
OracleSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.OracleSqlAstTranslator
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ORDER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ORDER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ORDER() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
ORDER_INSERTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable ordering of insert statements for the purpose of more efficient JDBC batching.
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 - Annotation Type in org.hibernate.annotations
Order a collection using SQL ordering (not HQL ordering).
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(Order...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
orderBy(List<Order>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
orderBy(Order...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
orderBy(List<Order>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
orderBy - Variable in class org.hibernate.sql.SimpleSelect
 
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
orderByClause - Variable in class org.hibernate.sql.Select
 
OrderByClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
OrderByComplianceViolation - Exception in org.hibernate.metamodel.mapping.ordering.ast
 
OrderByComplianceViolation(String) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
 
OrderByComplianceViolation(String, Throwable) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
 
orderByFragment() - Method in class org.hibernate.grammars.hql.HqlParser
 
orderByFragment() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
OrderByFragment - Interface in org.hibernate.metamodel.mapping.ordering
Represents the translation result.
OrderByFragmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
OrderByFragmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
OrderByFragmentImpl - Class in org.hibernate.metamodel.mapping.ordering
 
OrderByFragmentImpl(List<OrderingSpecification>) - Constructor for class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
 
OrderByFragmentTranslator - Class in org.hibernate.metamodel.mapping.ordering
Responsible for performing the translation of the order-by fragment associated with an order set or map.
OrderByFragmentTranslator() - Constructor for class org.hibernate.metamodel.mapping.ordering.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
 
OrderedMapType - Class in org.hibernate.type
A specialization of the map type, with (resultset-based) ordering.
OrderedMapType(TypeConfiguration, String, String) - Constructor for class org.hibernate.type.OrderedMapType
 
OrderedSetType - Class in org.hibernate.type
A specialization of the set type, with (resultset-based) ordering.
OrderedSetType(TypeConfiguration, String, String) - Constructor for class org.hibernate.type.OrderedSetType
 
OrderingExpression - Interface in org.hibernate.metamodel.mapping.ordering.ast
Contract for anything that can be a sort expression
OrderingLexer - Class in org.hibernate.grammars.ordering
 
OrderingLexer(CharStream) - Constructor for class org.hibernate.grammars.ordering.OrderingLexer
 
OrderingParser - Class in org.hibernate.grammars.ordering
 
OrderingParser(TokenStream) - Constructor for class org.hibernate.grammars.ordering.OrderingParser
 
OrderingParser.CollationSpecificationContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.DirectionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.DotIdentifierContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.ExpressionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionArgumentsContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.IdentifierContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.NullsPrecedenceContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.OrderByFragmentContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.PackagedFunctionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.SimpleFunctionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.SortSpecificationContext - Class in org.hibernate.grammars.ordering
 
OrderingParserBaseListener - Class in org.hibernate.grammars.ordering
This class provides an empty implementation of OrderingParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
OrderingParserBaseListener() - Constructor for class org.hibernate.grammars.ordering.OrderingParserBaseListener
 
OrderingParserBaseVisitor<T> - Class in org.hibernate.grammars.ordering
This class provides an empty implementation of OrderingParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
OrderingParserBaseVisitor() - Constructor for class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
 
OrderingParserListener - Interface in org.hibernate.grammars.ordering
This interface defines a complete listener for a parse tree produced by OrderingParser.
OrderingParserVisitor<T> - Interface in org.hibernate.grammars.ordering
This interface defines a complete generic visitor for a parse tree produced by OrderingParser.
orderingSpecification() - Method in class org.hibernate.grammars.hql.HqlParser
 
orderingSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
OrderingSpecification - Class in org.hibernate.metamodel.mapping.ordering.ast
An individual sort specification in an order-by fragment
OrderingSpecification(OrderingExpression, String) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
OrderingSpecification(OrderingExpression, String, SortOrder) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
OrderingSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OrderingSpecificationContext
 
ordinal() - Method in interface org.hibernate.boot.model.FunctionContributor
Determines order in which the contributions will be applied (lowest ordinal first).
ordinal() - Method in class org.hibernate.event.spi.EventType
EventType is effectively an enumeration.
ordinalParameter(int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
ordinalParameter(int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Called when an ordinal parameter is recognized
OrdinalParameterDescriptor - Class in org.hibernate.engine.query.spi
Descriptor regarding an ordinal parameter.
OrdinalParameterDescriptor(int, int, AllowableParameterType, int[]) - Constructor for class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
Constructs an ordinal parameter descriptor.
org.hibernate - package org.hibernate
This package defines the central Hibernate APIs.
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
Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc).
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.query - package org.hibernate.boot.query
 
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
This package defines the API for plugging in bytecode libraries for usage by Hibernate.
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
This package defines API of the Hibernate second level cache service.
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
Defines contracts for transactional and concurrent access to cached entity and collection data.
org.hibernate.cache.spi.entry - package org.hibernate.cache.spi.entry
This package defines formats for disassembled state kept in the second level cache.
org.hibernate.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
This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.
org.hibernate.cfg.annotations - package org.hibernate.cfg.annotations
 
org.hibernate.cfg.annotations.reflection - package org.hibernate.cfg.annotations.reflection
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
This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.
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.dialect - package org.hibernate.dialect
This package abstracts the SQL dialect of the underlying database.
org.hibernate.dialect.function - package org.hibernate.dialect.function
A framework for defining database-specific SQL functions that are available via the dialect.
org.hibernate.dialect.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.sequence - package org.hibernate.dialect.sequence
 
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
This package contains classes that are "shared" by other packages, and implementations of some key algorithms.
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
This package is a fork of Apache commons-lang nestable exceptions.
org.hibernate.exception.spi - package org.hibernate.exception.spi
 
org.hibernate.grammars.graph - package org.hibernate.grammars.graph
 
org.hibernate.grammars.hql - package org.hibernate.grammars.hql
 
org.hibernate.grammars.importsql - package org.hibernate.grammars.importsql
 
org.hibernate.grammars.ordering - package org.hibernate.grammars.ordering
 
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.id - package org.hibernate.id
This package contains internal implementation classes for the main API interfaces.
org.hibernate.id.enhanced - package org.hibernate.id.enhanced
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
Essentially defines Work, ReturningWork and Expectation as well as some exceptions
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
This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.
org.hibernate.loader.access - package org.hibernate.loader.access
 
org.hibernate.loader.ast - package org.hibernate.loader.ast
Dedicated package for SQL AST based loaders.
org.hibernate.loader.ast.spi - package org.hibernate.loader.ast.spi
 
org.hibernate.loader.entity - package org.hibernate.loader.entity
 
org.hibernate.lob - package org.hibernate.lob
 
org.hibernate.mapping - package org.hibernate.mapping
This package defines the Hibernate configuration-time metamodel.
org.hibernate.metadata - package org.hibernate.metadata
This package defines an API for accessing the Hibernate runtime metamodel.
org.hibernate.metamodel - package org.hibernate.metamodel
This entire package (including sub-packages) is considered incubating
org.hibernate.metamodel.mapping - package org.hibernate.metamodel.mapping
Hibernate's run-time mapping model.
org.hibernate.metamodel.mapping.ordering - package org.hibernate.metamodel.mapping.ordering
Support for set and map ordering
org.hibernate.metamodel.mapping.ordering.ast - package org.hibernate.metamodel.mapping.ordering.ast
 
org.hibernate.metamodel.model.convert - package org.hibernate.metamodel.model.convert
Support for basic-value conversions.
org.hibernate.metamodel.model.convert.spi - package org.hibernate.metamodel.model.convert.spi
 
org.hibernate.metamodel.model.domain - package org.hibernate.metamodel.model.domain
Hibernate extensions to and implementations of the JPA metamodel
org.hibernate.metamodel.relational - package org.hibernate.metamodel.relational
 
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
This package abstracts the persistence mechanism for collections.
org.hibernate.persister.entity - package org.hibernate.persister.entity
This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.
org.hibernate.persister.spi - package org.hibernate.persister.spi
 
org.hibernate.persister.walking.spi - package org.hibernate.persister.walking.spi
 
org.hibernate.pretty - package org.hibernate.pretty
Classes for pretty printing things for exception and log messages.
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
This package defines a framework for lazy-initializing entity proxies.
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
Hibernate's support for JPA criteria queries.
org.hibernate.query.hql - package org.hibernate.query.hql
Package defining support for HQL queries (including supprt for JPQL as a subset of HQL).
org.hibernate.query.hql.spi - package org.hibernate.query.hql.spi
 
org.hibernate.query.named - package org.hibernate.query.named
 
org.hibernate.query.procedure - package org.hibernate.query.procedure
 
org.hibernate.query.results - package org.hibernate.query.results
Support for defining result-set mappings used in NativeQuery and ProcedureCall / StoredProcedureQuery.
org.hibernate.query.results.complete - package org.hibernate.query.results.complete
Support for immutable result/fetch builder graph nodes built from static sources such as JPA's SqlResultSetMapping or `hbm.xml` mapping ``.
org.hibernate.query.results.dynamic - package org.hibernate.query.results.dynamic
Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate's NativeQuery APIs
org.hibernate.query.results.implicit - package org.hibernate.query.results.implicit
Defines support for implicit ResultSet mappings.
org.hibernate.query.spi - package org.hibernate.query.spi
 
org.hibernate.query.sql - package org.hibernate.query.sql
Package defining support for native SQL queries
org.hibernate.query.sql.spi - package org.hibernate.query.sql.spi
 
org.hibernate.query.sqm - package org.hibernate.query.sqm
 
org.hibernate.query.sqm.function - package org.hibernate.query.sqm.function
 
org.hibernate.query.sqm.mutation.spi - package org.hibernate.query.sqm.mutation.spi
 
org.hibernate.query.sqm.produce.function - package org.hibernate.query.sqm.produce.function
Package defining support for SqmFunctionDescriptor handling.
org.hibernate.query.sqm.spi - package org.hibernate.query.sqm.spi
SPI-level SQM contracts
org.hibernate.query.sqm.sql - package org.hibernate.query.sqm.sql
Package for the translation of SQM into SQL AST
org.hibernate.query.sqm.tree - package org.hibernate.query.sqm.tree
This package contains the classes that make up the SQM tree nodes.
org.hibernate.query.sqm.tree.cte - package org.hibernate.query.sqm.tree.cte
 
org.hibernate.query.sqm.tree.delete - package org.hibernate.query.sqm.tree.delete
 
org.hibernate.query.sqm.tree.domain - package org.hibernate.query.sqm.tree.domain
 
org.hibernate.query.sqm.tree.expression - package org.hibernate.query.sqm.tree.expression
 
org.hibernate.query.sqm.tree.from - package org.hibernate.query.sqm.tree.from
 
org.hibernate.query.sqm.tree.insert - package org.hibernate.query.sqm.tree.insert
 
org.hibernate.query.sqm.tree.jpa - package org.hibernate.query.sqm.tree.jpa
 
org.hibernate.query.sqm.tree.predicate - package org.hibernate.query.sqm.tree.predicate
 
org.hibernate.query.sqm.tree.select - package org.hibernate.query.sqm.tree.select
 
org.hibernate.query.sqm.tree.update - package org.hibernate.query.sqm.tree.update
 
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
This package defines helper classes for rendering SQL fragments and SQL statements.
org.hibernate.sql.ast - package org.hibernate.sql.ast
Package defining a SQL AST for use in creating and executing various JDBC operations
org.hibernate.sql.ast.spi - package org.hibernate.sql.ast.spi
Package defining support for creating and consuming SQL AST
org.hibernate.sql.ast.tree - package org.hibernate.sql.ast.tree
Package defining the SQL AST.
org.hibernate.sql.ast.tree.cte - package org.hibernate.sql.ast.tree.cte
 
org.hibernate.sql.ast.tree.delete - package org.hibernate.sql.ast.tree.delete
 
org.hibernate.sql.ast.tree.expression - package org.hibernate.sql.ast.tree.expression
Contracts related to expressions in a SQL tree
org.hibernate.sql.ast.tree.from - package org.hibernate.sql.ast.tree.from
 
org.hibernate.sql.ast.tree.insert - package org.hibernate.sql.ast.tree.insert
 
org.hibernate.sql.ast.tree.predicate - package org.hibernate.sql.ast.tree.predicate
 
org.hibernate.sql.ast.tree.select - package org.hibernate.sql.ast.tree.select
 
org.hibernate.sql.ast.tree.update - package org.hibernate.sql.ast.tree.update
 
org.hibernate.sql.exec - package org.hibernate.sql.exec
Package defining support for execution of SQL statements through JDBC.
org.hibernate.sql.exec.spi - package org.hibernate.sql.exec.spi
 
org.hibernate.sql.results - package org.hibernate.sql.results
Package for processing JDBC ResultSets into hydrated domain model graphs based on a "load plan" defined by a "domain result graph" - one or more DomainResult nodes with zero-or-more Fetch nodes
org.hibernate.sql.results.caching - package org.hibernate.sql.results.caching
Support for caching of query results
org.hibernate.sql.results.graph - package org.hibernate.sql.results.graph
 
org.hibernate.sql.results.graph.basic - package org.hibernate.sql.results.graph.basic
 
org.hibernate.sql.results.graph.collection - package org.hibernate.sql.results.graph.collection
 
org.hibernate.sql.results.graph.embeddable - package org.hibernate.sql.results.graph.embeddable
 
org.hibernate.sql.results.graph.entity - package org.hibernate.sql.results.graph.entity
 
org.hibernate.sql.results.graph.instantiation - package org.hibernate.sql.results.graph.instantiation
 
org.hibernate.sql.results.jdbc.spi - package org.hibernate.sql.results.jdbc.spi
 
org.hibernate.sql.results.spi - package org.hibernate.sql.results.spi
 
org.hibernate.stat - package org.hibernate.stat
This package exposes statistics about a running Hibernate instance to the application.
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
The hbm2ddl tool.
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
Defines strategies for post-processing criteria query result sets into a form convenient to the application.
org.hibernate.tuple - package org.hibernate.tuple
This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.
org.hibernate.tuple.component - package org.hibernate.tuple.component
 
org.hibernate.tuple.entity - package org.hibernate.tuple.entity
 
org.hibernate.type - package org.hibernate.type
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
org.hibernate.type.descriptor - package org.hibernate.type.descriptor
 
org.hibernate.type.descriptor.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.jdbc - package org.hibernate.type.descriptor.jdbc
Defines handling of the standard JDBC-defined types.
org.hibernate.type.descriptor.jdbc.spi - package org.hibernate.type.descriptor.jdbc.spi
 
org.hibernate.type.spi - package org.hibernate.type.spi
 
org.hibernate.usertype - package org.hibernate.usertype
Interfaces for user-defined custom types.
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
 
orphanRemoval - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
orphanRemoval - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
OrPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
other(char) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
other(char) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Called when a character that is not part of a parameter is recognized.
otherwise(T) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
otherwise(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
otherwise(R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
otherwise(Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
otherwise(SqmExpression<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
otherwise(R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
otherwise(SqmExpression<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
otherwise(R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
otherwise(Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
otherwise(Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
OUTER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OUTER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
OUTER() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
OUTER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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
 
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.
outerJoinsAfterFrom - Variable in class org.hibernate.sql.Select
 
outerJoinsAfterWhere - Variable in class org.hibernate.sql.Select
 
outParameter(int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
outParameter(int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Deprecated.
(since 5.2) Application should use ProcedureCall instead
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
 
overlay(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI SQL form, supported by Postgres, HSQL
OVERLAY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OVERLAY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OVERLAY() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlay(SqmFunctionRegistry) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Overlay the functions registered here on top of the incoming registry, potentially overriding its registrations
overlayCharacterLength_overlay(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
For DB2 which has a broken implementation of overlay()
overlayFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
overlayFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
OverlayFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionLengthArgument() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionLengthArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverlayFunctionLengthArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
overlayFunctionReplacementArgument() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionReplacementArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverlayFunctionReplacementArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
overlayFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverlayFunctionStartArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
overlayFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverlayFunctionStringArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
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
 
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.

P

PackageDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a package (as indicated by a package-info.class file).
packagedFunction() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
packagedFunction() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
PackagedFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
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
 
pad(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
PAD - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PAD() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
PAD - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PAD() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
pad_fill(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
SAP DB
pad_repeat(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
pad_replicate(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact-SQL
pad_space(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
In MySQL the third argument is required
padCharacter() - Method in class org.hibernate.grammars.hql.HqlParser
 
padCharacter() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
PadCharacterContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
padFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
padFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
PadFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
padLength() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
padLength() - Method in class org.hibernate.grammars.hql.HqlParser
 
PadLengthContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
padSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
padSpecification() - Method in class org.hibernate.grammars.hql.HqlParser
 
PadSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
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 - Static variable in class org.hibernate.jdbc.Expectations
 
PARAM_KEY - Static variable in class org.hibernate.param.CollectionFilterKeyParameterSpecification
 
PARAM_MARKER - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
ParamDef - Annotation Type in org.hibernate.annotations
A parameter definition.
Parameter - Annotation Type in org.hibernate.annotations
Generic parameter (basically a key/value combination) used to parametrize other annotations.
parameter - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
parameter(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
parameter(Class<T>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
parameter(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
parameter(Class<T>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.
ParameterBinder - Interface in org.hibernate.param
 
parameterBinders - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
ParameterCollector - Class in org.hibernate.query.sqm.tree.jpa
todo (6.0) : how is this different from ParameterCollector?
ParameterContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
ParameterContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
ParameterDeclarationContext - Interface in org.hibernate.query.sqm.spi
Describes the context in which a parameter is declared.
ParameterExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
ParameterInterpretation - Interface in org.hibernate.query.sql.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.
ParameterMetadataImplementor - Interface in org.hibernate.query.spi
 
ParameterMisuseException - Exception in org.hibernate.procedure
Thrown to indicate a misuse of a parameter
ParameterMisuseException(String) - Constructor for exception org.hibernate.procedure.ParameterMisuseException
 
parameterName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
parameterOrIntegerLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
parameterOrIntegerLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
parameterOrIntegerLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
parameterOrIntegerLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
ParameterOrIntegerLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
parameterOrNumberLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
parameterOrNumberLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
ParameterOrNumberLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
ParameterRecognitionException - Exception in org.hibernate.engine.query
Indicates a problem during parameter recognition via ParameterRecognizer
ParameterRecognitionException(String) - Constructor for exception org.hibernate.engine.query.ParameterRecognitionException
 
ParameterRecognitionException(String, Throwable) - Constructor for exception org.hibernate.engine.query.ParameterRecognitionException
 
ParameterRecognizer - Interface in org.hibernate.query.sql.spi
Defines the "callback" the process of recognizing native query parameters.
ParameterRegistration<T> - Interface in org.hibernate.jpa.spi
Hibernate specific extension to the JPA Parameter contract as known to the Query and StoredProcedureQuery implementations.
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
 
parameterTypes - Variable in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
parameterValueTypeName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
ParamInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
ParamLocationRecognizer - Class in org.hibernate.engine.query.spi
Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.
ParamLocationRecognizer() - Constructor for class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
ParamLocationRecognizer(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 - Annotation Type in org.hibernate.annotations
Reference the property as a pointer back to the owner (generally the owning entity).
parent - Variable in class org.hibernate.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 - Variable in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
parse(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Parse an external representation of a CacheConcurrencyStrategy value.
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) - 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
Deprecated.
Legacy-style entity-mode name parsing.
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(String) - Static method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
parse(String) - Static method in enum org.hibernate.query.NullPrecedence
Interprets a string representation of a NullPrecedence, returning null by default.
parse(String, NullPrecedence) - Static method in enum org.hibernate.query.NullPrecedence
Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.
parse(int) - Static method in enum org.hibernate.sql.JoinType
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
 
parse(Object) - Method in interface org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ValueTransformer
 
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(Graph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(EntityGraph<T>, CharSequence, EntityManager) - 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(Graph<T>, CharSequence, EntityManagerFactory) - 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, 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
 
ParseTreeVisitor - Class in org.hibernate.metamodel.mapping.ordering.ast
 
ParseTreeVisitor(PluralAttributeMapping, TranslationContext) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
ParsingException - Exception in org.hibernate.query.sqm
The root exception for errors (potential bugs) in the sqm parser code itself, as opposed to SemanticException which indicates problems with the sqm.
ParsingException(String) - Constructor for exception org.hibernate.query.sqm.ParsingException
 
ParsingException(String, Throwable) - Constructor for exception org.hibernate.query.sqm.ParsingException
 
PART_NAME - Static variable in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
PART_NAME - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdMapping
 
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.
PassThroughResultTransformer - Class in org.hibernate.transform
???
PassThroughTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MaxElementFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MaxIndexFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MinElementFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MinIndexFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.PathExpressionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinRhsContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
PathConsumer - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents the translation of an individual part of a path in `@OrderBy` translation Similar in purpose to DotIdentifierConsumer, but for `@OrderBy` translation
PathConsumer(PluralAttributeMapping, TranslationContext) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
 
PathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PathContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
PathContinuationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
PathException - Exception in org.hibernate.query
Indicates an attempt to use a path in an unsupported way
PathException(String) - Constructor for exception org.hibernate.query.PathException
 
PathException(String, Throwable) - Constructor for exception org.hibernate.query.PathException
 
PathExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.PathExpressionContext
 
PathResolutionException - Exception in org.hibernate.metamodel.mapping.ordering.ast
Indicates a problem resolving a domain-path occurring in an order-by fragment
PathResolutionException(String) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
 
PathResolutionException(String, Throwable) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
 
pathRoot() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
pathRoot() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
pathRoot() - Method in class org.hibernate.grammars.hql.HqlParser
 
PathRootContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PathRootContext
 
patternAggregateDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a pattern-based aggregate function descriptor.
PatternBasedSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
Support for HQL functions that have different representations in different SQL dialects, where the difference can be handled via a pattern template.
PatternBasedSqmFunctionDescriptor(PatternRenderer, ArgumentsValidator, FunctionReturnTypeResolver, String, boolean, String) - Constructor for class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
Constructs a pattern-based function template
patternDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a pattern-based function descriptor.
PatternFunctionDescriptorBuilder - Class in org.hibernate.query.sqm.produce.function
 
PatternFunctionDescriptorBuilder(SqmFunctionRegistry, String, boolean, String) - Constructor for class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
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
 
peek(Consumer<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
PERCENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PERCENT() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
PERCENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PERCENT_OP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PERCENT_OP() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
PERCENT_OP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
perform(Supplier<T>) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
perform(SchemaExport.Action, Metadata, ScriptTargetOutput) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
For testing use
perform(ServiceRegistry) - Method in interface org.hibernate.tool.schema.spi.DelayedDropAction
Perform the delayed schema drop.
performAction() - Method in interface org.hibernate.engine.spi.LoadQueryInfluencers.InternalFetchProfileAction
 
performAnyNeededCrossReferenceSynchronizations() - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
performCallback(Object) - Method in interface org.hibernate.jpa.event.spi.Callback
Contract for performing the callback
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.
performList(ExecutionContext) - Method in interface org.hibernate.query.spi.SelectQueryPlan
Perform (execute) the query returning a List
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(ScrollMode, ExecutionContext) - Method in interface org.hibernate.query.spi.SelectQueryPlan
Perform (execute) the query returning a ScrollableResults
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
 
PermissionCheckEntityInformation - Interface in org.hibernate.secure.spi
 
permissiveInitialization() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
PERSIST - Static variable in class org.hibernate.engine.spi.CascadeStyles
create
PERSIST - Static variable in class org.hibernate.engine.spi.CascadingActions
 
persist(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object, Map) - Method in 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 - Static variable in class org.hibernate.event.spi.EventType
 
persist(Object) - Method in interface org.hibernate.Session
Make a transient instance persistent.
persist(String, Object) - Method in interface org.hibernate.Session
Make a transient instance persistent.
PERSIST_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_UNIT_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
Used to pass along the name of the persistence unit.
PersistenceContext - Interface in org.hibernate.engine.spi
Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxies

Often referred to as the "first level cache".

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
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 - Class in org.hibernate.mapping
Mapping for an entity.
PersistentClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.PersistentClass
 
persistentClass - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
PersistentClassVisitor - Interface in org.hibernate.mapping
 
PersistentCollection<E> - Interface in org.hibernate.collection.spi
Persistent collections are treated as value objects by Hibernate.
PersistentCollectionReferenceInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
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.
Persister - Annotation Type in org.hibernate.annotations
Specify a custom persister.
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
 
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
Deprecated.
PersisterFactory - Interface in org.hibernate.persister.spi
Contract for creating persister instances (both EntityPersister and CollectionPersister varieties).
PersistEvent - Class in org.hibernate.event.spi
An event class for persist()
PersistEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of create events generated from a session.
persistOnFlush(String, Object, Map) - Method in 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_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_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).
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.
PhysicalColumn - Class in org.hibernate.metamodel.relational
A column physically defined in the database table or inline-view
PhysicalColumn(Table, Identifier, JdbcMapping) - Constructor for class org.hibernate.metamodel.relational.PhysicalColumn
 
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
 
PhysicalTable - Class in org.hibernate.metamodel.relational
A table (or view, etc) that is physically defined on the database.
PhysicalTable(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.metamodel.relational.PhysicalTable
 
pi(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
PIPE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PIPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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
 
PLACING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PLACING() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
PLACING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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
 
PluralAttributeMapping - Interface in org.hibernate.metamodel.mapping
 
PluralAttributeMapping.IndexMetadata - Interface in org.hibernate.metamodel.mapping
 
PluralAttributeNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of the collection itself as declared by the metadata.
PluralAttributePath - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents the collection as a DomainPath
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
Hibernate extension to the JPA PluralAttribute descriptor todo (6.0) : Create an form of plural attribute (and singular) in the API package (org.hibernate.metamodel.model.domain) and have this extend it
PLUS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
PLUS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
PLUS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
PLUS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
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, boolean) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
PojoInstantiator(Component, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
PojoInstantiator(Class, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
 
PojoStrategy - Interface in org.hibernate.metamodel.spi
 
Polymorphism - Annotation Type in org.hibernate.annotations
Used to define the type of polymorphism Hibernate will apply to entity hierarchies.
polymorphism - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
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.
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
popExplicitFetchMementoResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
popProcessingStateStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
position(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI-style
position(byte[], long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
position(Blob, long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
POSITION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
POSITION() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
POSITION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
POSITION() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
position(int) - Method in interface org.hibernate.ScrollableResults
Moves the result cursor to the specified position.
position(int, RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Moves the "cursor position" to the specified position
PositionalParameterContext(HqlParser.ParameterContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
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.
PositionalSelectionsNotAllowedException - Exception in org.hibernate.query.results
 
PositionalSelectionsNotAllowedException(String) - Constructor for exception org.hibernate.query.results.PositionalSelectionsNotAllowedException
 
positionFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
positionFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
PositionFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
positionFunctionPatternArgument() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
positionFunctionPatternArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
PositionFunctionPatternArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
positionFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
positionFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
PositionFunctionStringArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
POST_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Marker object returned from IdentifierGenerator.generate(org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object) to indicate that the entity's identifier will be generated as part of the database insertion.
POST_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
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, Object, 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(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after a successful flush
postFlush(Iterator<Object>) - Method in interface org.hibernate.Interceptor
Called after a flush that actually ends in execution of the SQL statements required to synchronize in-memory state with the database.
PostgresPlusDialect - Class in org.hibernate.dialect
An SQL dialect for Postgres Plus
PostgresPlusDialect() - Constructor for class org.hibernate.dialect.PostgresPlusDialect
Constructs a PostgresPlusDialect
PostgresPlusDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.PostgresPlusDialect
 
PostgresPlusDialect(int) - Constructor for class org.hibernate.dialect.PostgresPlusDialect
 
PostgreSQL81Dialect - Class in org.hibernate.dialect
Deprecated.
use PostgreSQLDialect(810)
PostgreSQL81Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL81Dialect
Deprecated.
 
PostgreSQL82Dialect - Class in org.hibernate.dialect
Deprecated.
use PostgreSQLDialect(820)
PostgreSQL82Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL82Dialect
Deprecated.
 
PostgreSQL91Dialect - Class in org.hibernate.dialect
Deprecated.
use PostgreSQLDialect(910)
PostgreSQL91Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL91Dialect
Deprecated.
 
PostgreSQL92Dialect - Class in org.hibernate.dialect
Deprecated.
use PostgreSQLDialect(920)
PostgreSQL92Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL92Dialect
Deprecated.
 
PostgreSQL93Dialect - Class in org.hibernate.dialect
Deprecated.
use PostgreSQLDialect(810)
PostgreSQL93Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL93Dialect
Deprecated.
 
PostgreSQL94Dialect - Class in org.hibernate.dialect
Deprecated.
use PostgreSQLDialect(940)
PostgreSQL94Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL94Dialect
Deprecated.
 
PostgreSQL95Dialect - Class in org.hibernate.dialect
Deprecated.
use PostgreSQLDialect(950)
PostgreSQL95Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL95Dialect
Deprecated.
 
PostgreSQL9Dialect - Class in org.hibernate.dialect
Deprecated.
use PostgreSQLDialect(900)
PostgreSQL9Dialect() - Constructor for class org.hibernate.dialect.PostgreSQL9Dialect
Deprecated.
 
PostgreSQLDialect - Class in org.hibernate.dialect
An SQL dialect for Postgres 8 and above.
PostgreSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDialect() - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDialect(int) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
PostgreSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
PostgreSQLSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for PostgreSQLDialect.
PostgreSQLSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
PostgreSQLSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for PostgreSQL.
PostgreSQLSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
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
 
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, Object, 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.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, Method, Method, CompositeType) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
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.
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
 
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, Object[], Object) - Method in interface org.hibernate.engine.spi.EntityEntry
Handle updating the internal state of the entry after actually performing the database update.
postUpdate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
PostUpdateEvent - Class in org.hibernate.event.spi
Occurs after the datastore is updated
PostUpdateEvent(Object, Object, 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
potentiallyCreateTableReference(String) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
POWER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
POWER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
POWER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
POWER() - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
power_expLn(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
powerBaseArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
powerBaseArgument() - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
PowerBaseArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PowerBaseArgumentContext
 
powerFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
powerFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
PowerFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
powerPowerArgument() - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
powerPowerArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
PowerPowerArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PowerPowerArgumentContext
 
PRE_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
PRE_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
PRE_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, Object, 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
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
predicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
predicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
Predicate - Interface in org.hibernate.sql.ast.tree.predicate
Models a predicate in the SQL AST
PredicateContainer - Interface in org.hibernate.sql.ast.tree.predicate
Something that can contain predicates
PredicateContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
PredicateContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
PREFER_GENERATOR_NAME_AS_DEFAULT_SEQUENCE_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
As of 6.0 with no replacement - `hibernate_sequence` as a real, implicit exportable name is no longer supported. No effect
PREFER_LONG_RAW - Static variable in class org.hibernate.dialect.OracleDialect
 
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_BOOLEAN_JDBC_TYPE_CODE - Static variable in interface org.hibernate.cfg.AvailableSettings
Global setting identifying the preferred JDBC type code for storing boolean values.
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(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
 
preFlush(Iterator<Object>) - Method in interface org.hibernate.Interceptor
Called before a flush.
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, Object, 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(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(MetadataSources, BootstrapContext) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
First step of 2-phase for MetadataSources->Metadata process
prepare() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
A general preparation step.
prepare(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
 
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(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(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Prepare this structure for use.
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.TableStructure
 
prepare(String, 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(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(CallableStatement, int, ProcedureCallImplementor<?>) - Method in interface org.hibernate.procedure.spi.ProcedureParameterImplementor
Allow the parameter to register itself with the JDBC CallableStatement, if necessary, as well as perform any other needed preparation for exeuction
prepare(SessionFactoryImplementor, MetadataImplementor, BootstrapContext) - Method in interface org.hibernate.query.named.NamedObjectRepository
Prepare for runtime use
prepare(SessionFactoryImplementor, MetadataImplementor, BootstrapContext) - Method in class org.hibernate.query.spi.QueryEngine
 
prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Prepare the strategy for use.
prepare() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
prepare(JdbcValuesMetadata, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.spi.SqlSelection
 
prepare(boolean) - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
Deprecated.
Prepare the helper for use.
prepare() - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Prepare the script target to accept commands
prepareActions() - Method in class org.hibernate.engine.spi.ActionQueue
Prepares the internal action queues for execution.
prepareForEntityHierarchyProcessing() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
prepareForExecution() - Method in class org.hibernate.query.spi.AbstractQuery
 
prepareForMappingModel() - Method in class org.hibernate.mapping.Component
 
prepareForMappingModel() - Method in class org.hibernate.mapping.MappedSuperclass
 
prepareForMappingModel() - Method in class org.hibernate.mapping.PersistentClass
 
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
 
prepareForQueryExecution(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
prepareForQueryExecution(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Prepare for the execution of a Query or ProcedureCall
prepareForStore() - Method in interface org.hibernate.query.spi.QueryInterpretationCache.Key
The possibility for a cache key to do defensive copying in case it has mutable state.
prepareForUse(SessionFactoryOptions, Map) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepareIdentifierGeneratingInsert() - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Build a Insert specific to the delegate's mode of handling generated key values.
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
prepareIdentifierGeneratingInsert() - Method in class org.hibernate.id.SequenceIdentityGenerator.Delegate
Deprecated.
 
prepareLimitOffsetParameters() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
prepareMappingModel(MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
prepareQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Get a prepared statement for use in loading / querying.
prepareQueryStatement(String, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.exec.spi.StatementCreatorHelper
 
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
 
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.
prepareStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being prepared.
prependComment(String, String) - Method in class org.hibernate.dialect.Dialect
 
prependListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
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
 
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, Object, 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(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Advances the "cursor position" in reverse and returns a boolean indicating whether there is a row available to read via JdbcValues.getCurrentRowValuesArray().
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
primaryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.CollateExpressionContext
 
primaryExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
PrimaryExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
PrimaryExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
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(JavaTypeDescriptorBaseline.BaselineTarget) - Static method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBaseline
 
prime(TypeConfiguration) - Static method in class org.hibernate.type.StandardBasicTypes
 
primed() - Method in class org.hibernate.type.BasicTypeRegistry
 
Primitive<J extends Serializable> - Interface in org.hibernate.type.descriptor.java.spi
Additional contract for primitive / primitive wrapper Java types.
PRIMITIVE_ARRAY_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.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
 
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
 
primitiveEquivalent(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
PrimitiveType<T> - Interface in org.hibernate.type
Additional contract for primitive / primitive wrapper types.
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
 
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
Describes an input value binding for any IN/INOUT parameters.
ProcedureParameterBindingImplementor<T> - Interface in org.hibernate.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.procedure.spi
SPI extension for ProcedureParameter
ProcedureParameterNamedBinder - Interface in org.hibernate.type
Optional Type contract for implementations enabled to set store procedure OUT/INOUT parameters values by name.
process(AttributePath, StringBuilder) - Static method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
process(InFlightMetadataCollector) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.DelayedPropertyReferenceHandler
 
process() - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
 
process(Metadata, ServiceRegistry, Map<?, ?>, DelayedDropRegistry) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
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
 
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.
processIdentifierGenerators() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all custom identifier generator declarations,

Depends on MetadataSourceProcessor.processTypeDefinitions()

processInsertGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processInsertGeneratedProperties(Object, 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, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
processQueuedOps(PersistentCollection, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Process queued operations within the PersistentCollection.
processResultSetMappings() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process ResultSet mappings for native queries.
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
processSql(String, Limit) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
processSql(String, Limit, QueryOptions) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
processSql(String, RowSelection) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Deprecated.
todo (6.0): remove in favor of Limit version?
processSql(String, QueryParameters) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Deprecated.
Use LimitHandler.processSql(String, Limit, QueryOptions) todo (6.0): remove in favor of Limit version?
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, Limit, QueryOptions) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, QueryParameters) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, boolean, LockOptions) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, int, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, RowSelection) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
When the offset of the given RowSelection is 0, add a top(?) clause to the given SQL query.
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
When the offset of the given RowSelection is 0, add a top(?) clause to the given SQL query.
processSqlOffsetFetch(String, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
processTableGroupJoins(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
processTypeDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all custom Type definitions.
processUpdateGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processUpdateGeneratedProperties(Object, 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.
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
prod(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
prod(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
prod(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
prod(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
produceInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler, DomainResultAssembler, AssemblerCreationState) - Method in interface org.hibernate.collection.spi.CollectionInitializerProducer
todo (6.0) : clean this contract up!
producePredicate(TableReference, TableReference, SqlAstJoinType) - Method in interface org.hibernate.sql.ast.tree.from.TableReferenceJoinPredicateProducer
 
productNameMatches(String) - Method in enum org.hibernate.dialect.Database
Does this database have the given product name?
property - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
property - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
Property - Class in org.hibernate.mapping
Represents a property as part of an entity or a component.
Property() - Constructor for class org.hibernate.mapping.Property
 
Property - Interface in org.hibernate.tuple
Deprecated.
Use the direct Attribute hierarchy
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(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
PropertyAccessException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
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(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.
PropertyBasedMapping - Interface in org.hibernate.metamodel.mapping
Describes an attribute with a property access.
PropertyBinder - Class in org.hibernate.cfg.annotations
 
PropertyBinder() - Constructor for class org.hibernate.cfg.annotations.PropertyBinder
 
PropertyData - Interface in org.hibernate.cfg
 
propertyException(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
PropertyFactory - Class in org.hibernate.tuple
Responsible for generation of runtime metamodel Property representations.
PropertyFactory.NonIdentifierAttributeNature - Enum in org.hibernate.tuple
 
PropertyFetchDescriptor(JaxbHbmNativeQueryPropertyReturnType, HbmResultSetMappingDescriptor.HbmFetchParent, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
 
PropertyGeneration - Class in org.hibernate.mapping
Deprecated.
This is replaced by ValueGeneration and GenerationTiming
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
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
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
 
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.
PropertyPath - Class in org.hibernate.loader
 
PropertyPath(PropertyPath, String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath(String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath() - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPreloadedData - Class in org.hibernate.cfg
 
PropertyPreloadedData(AccessType, String, XClass) - Constructor for class org.hibernate.cfg.PropertyPreloadedData
 
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
Deprecated.
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
Deprecated.
 
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
 
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 - Annotation Type in org.hibernate.annotations
Lazy and proxy configuration of a particular class.
proxy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
PROXY_INTERFACES - Static variable in class org.hibernate.engine.jdbc.NClobProxy
The interfaces used to generate the proxy
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(EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the third argument (the entity associated with the key) if no proxy exists.
proxyFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the argument (the entity associated with the key) if no proxy exists.
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.
pulseTransactionCoordinator() - Method in interface org.hibernate.loader.access.LoadAccessContext
Callback to pulse the transaction coo
pushClassTransformer(EnhancementContext) - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
pushExplicitFetchMementoResolver(Function<String, FetchBuilder>) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
pushProcessingState(SqlAstProcessingState) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
pushProcessingState(SqlAstProcessingState, FromClauseIndex) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
put(QueryKey, List, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Put a result into the query cache.
put(int, long, String) - Method in class org.hibernate.dialect.TypeNames
Register a mapping from the given JDBC type code to the given SQL type name, with a specified maximum size.
put(int, String) - Method in class org.hibernate.dialect.TypeNames
Register a mapping from the given JDBC type code to the given SQL type name, with no specified maximum size.
put(Object, Object) - Method in class org.hibernate.proxy.map.MapProxy
 
putAll(Map) - Method in class org.hibernate.proxy.map.MapProxy
 
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, 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) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - 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, boolean) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
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
putIfNotNull(Map<String, Object>, String, Enum<?>) - Method in class org.hibernate.query.spi.AbstractQuery
 
putIfNotNull(Map<String, Object>, String, Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
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

Q

qualifiedJoin() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
qualifiedJoin(int) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseSpaceContext
 
qualifiedJoin() - Method in class org.hibernate.grammars.hql.HqlParser
 
QualifiedJoinContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
qualifiedJoinPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
qualifiedJoinPredicate() - Method in class org.hibernate.grammars.hql.HqlParser
 
QualifiedJoinPredicateContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QualifiedJoinPredicateContext
 
qualifiedJoinRhs() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinContext
 
qualifiedJoinRhs() - Method in class org.hibernate.grammars.hql.HqlParser
 
QualifiedJoinRhsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QualifiedJoinRhsContext
 
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(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
 
QualifiedNameImpl(Identifier, Identifier, 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 - 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
 
qualifiedTableName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
qualify(String) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
qualify(String) - Method in interface org.hibernate.cache.spi.RegionFactory
 
qualify(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
qualify(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
qualify(String, String, String) - Static method in class org.hibernate.mapping.Table
qualifyImportableName(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
qualifyIndexName() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.CockroachDialect
 
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.PostgreSQLDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.SpannerDialect
 
QuantifiedLeastGreatestEmulation - Class in org.hibernate.dialect.function
 
QuantifiedLeastGreatestEmulation(boolean) - Constructor for class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
 
QUARTER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
QUARTER() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
QUARTER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
QUARTER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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<R> - Interface in org.hibernate.query
Represents an HQL/JPQL query or a compiled Criteria query.
QUERY_CACHE_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
The TimestampsCacheFactory implementation class.
QUERY_LOGGER - Static variable in interface org.hibernate.query.hql.HqlLogging
 
QUERY_LOGGER - Static variable in interface org.hibernate.query.QueryLogging
 
QUERY_MESSAGE_LOGGER - Static variable in interface org.hibernate.query.QueryLogging
 
QUERY_MULTI_TABLE_MUTATION_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Defines the "global" strategy to use for handling HQL and Criteria mutation queries.
QUERY_PLAN_CACHE_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
Should query plan caching be enabled at all? Default is false unless one of AvailableSettings.QUERY_PLAN_CACHE_MAX_SIZE or AvailableSettings.QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE is specified
QUERY_PLAN_CACHE_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The maximum number of entries in the Hibernate "Query Plan Cache".
QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The maximum number of ParameterMetadataImpl maintained by QueryInterpretationCache.
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
Queryable - Interface in org.hibernate.metamodel.mapping
Defines a mapping model contract for things that can be queried in the HQL, Criteria, etc sense.
Queryable - Interface in org.hibernate.persister.entity
Deprecated.
Queryable.Declarer - Class in org.hibernate.persister.entity
Deprecated.
 
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
 
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.
QueryCachePutManager - Interface in org.hibernate.sql.results.caching
 
queryCompiled(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating compilation of a sql/hql query
QueryEngine - Class in org.hibernate.query.spi
Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)
QueryEngine(Supplier<JpaMetamodel>, ValueHandlingMode, int, NamedObjectRepository, HqlTranslator, SqmTranslatorFactory, NativeQueryInterpreter, QueryInterpretationCache, TypeConfiguration, Dialect, SqmFunctionRegistry, ServiceRegistry) - Constructor for class org.hibernate.query.spi.QueryEngine
 
QueryEngine(JpaMetamodel, ValueHandlingMode, int, boolean, NamedObjectRepository, NativeQueryInterpreter, Dialect, ServiceRegistry) - Constructor for class org.hibernate.query.spi.QueryEngine
Simplified constructor mainly meant for Quarkus use
QueryEngineOptions - Interface in org.hibernate.query.spi
User configuration options related to the QueryEngine
QueryException - Exception in org.hibernate
A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc.
QueryException(String) - Constructor for exception org.hibernate.QueryException
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.
QueryException(Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified cause.
queryExecuted(String, int, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a sql/hql query
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryContext
 
QueryExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
QueryExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
QueryGroup - Class in org.hibernate.sql.ast.tree.select
 
QueryGroup(boolean, SetOperator, List<QueryPart>) - Constructor for class org.hibernate.sql.ast.tree.select.QueryGroup
 
QueryHintDefinition - Class in org.hibernate.cfg.annotations
 
QueryHintDefinition(String, 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
 
QueryInterpretationCache - Interface in org.hibernate.query.spi
Cache for various parts of translating or interpreting queries.
QueryInterpretationCache.Key - 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.
QueryKey(String, QueryKey.ParameterBindingsMemento, Integer, Integer, String, Set<String>) - Constructor for class org.hibernate.cache.spi.QueryKey
 
QueryKey.ParameterBindingsMemento - Interface in org.hibernate.cache.spi
todo (6.0) : integrate work from original 6.0 branch
QueryLiteral<T> - Class in org.hibernate.sql.ast.tree.expression
Represents a literal in the SQL AST.
QueryLiteral(T, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
QueryLogging - Interface in org.hibernate.query
 
QueryOptions - Interface in org.hibernate.query.spi
Encapsulates options for the execution of a HQL/Criteria/native query
QueryOptionsAdapter - Class in org.hibernate.query.spi
 
QueryOptionsAdapter() - Constructor for class org.hibernate.query.spi.QueryOptionsAdapter
 
queryOrder() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
queryOrder() - Method in class org.hibernate.grammars.hql.HqlParser
 
queryOrder() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
QueryOrderContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
QueryParameter<T> - Interface in org.hibernate.query
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
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
Manages all the parameter bindings for a particular query.
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
QueryParameterImplementor<T> - Interface in org.hibernate.query.spi
 
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(Type, Object) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Object, String, Serializable) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Object[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Serializable[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], Map<String, TypedValue>, Serializable[]) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryParameters(Type[], Object[], LockOptions, RowSelection, boolean, boolean, boolean, String, String, List<String>, boolean, 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[], 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(QueryParameterBindings, LockOptions, QueryOptions, Serializable[], Object, String, Serializable, ResultTransformer) - Constructor for class org.hibernate.engine.spi.QueryParameters
 
QueryPart - Class in org.hibernate.sql.ast.tree.select
 
QueryPart(boolean) - Constructor for class org.hibernate.sql.ast.tree.select.QueryPart
 
queryParts() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
QueryPlan - Interface in org.hibernate.query.spi
Common contract for select and mutation query plans
QueryPlanCache - Interface in org.hibernate.query.spi
A cache for QueryPlans used (and produced) by the translation and execution of a query.
QueryPlanCache.Key - Interface in org.hibernate.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.
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
 
querySpaces - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
querySpaces - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
QuerySpacesHelper - Class in org.hibernate.cache.spi
 
querySpec() - Method in class org.hibernate.grammars.hql.HqlParser
 
querySpec() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
QuerySpec - Class in org.hibernate.sql.ast.tree.select
 
QuerySpec(boolean) - Constructor for class org.hibernate.sql.ast.tree.select.QuerySpec
 
QuerySpec(boolean, int) - Constructor for class org.hibernate.sql.ast.tree.select.QuerySpec
 
QuerySpecContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
QuerySpecExpressionContext(HqlParser.SimpleQueryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
QueryStatistics - Interface in org.hibernate.stat
Query statistics (HQL and SQL)

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

queryString - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
queryTableGroupJoins(Function<TableGroupJoin, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
queryTableGroups(Function<TableGroup, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
queryTableJoins(Function<TableJoin, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
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.
QueryTypeMismatchException - Exception in org.hibernate.query
Indicates a problem with requested typed-Query result-type (e.g., JPA's TypedQuery)
QueryTypeMismatchException(String) - Constructor for exception org.hibernate.query.QueryTypeMismatchException
 
QueryTypeMismatchException(String, Throwable) - Constructor for exception org.hibernate.query.QueryTypeMismatchException
 
QUESTION_MARK - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
QUESTION_MARK() - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
QUESTION_MARK - Static variable in class org.hibernate.grammars.hql.HqlParser
 
queuedAdditionIterator() - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterator over the "queued" additions
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
quot(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
quot(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
quot(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
quot(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
quote(Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
quote() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
 
QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as opening for quoting SQL identifiers
quote(String) - Method in class org.hibernate.dialect.Dialect
Apply dialect-specific quoting.
quote(Identifier) - Static method in class org.hibernate.metamodel.relational.Identifier
 
QUOTED_IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
QUOTED_IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
QUOTED_IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
QUOTED_IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
QUOTED_TEXT - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
QUOTED_TEXT() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
QUOTED_TEXT(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
QUOTED_TEXT - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
quoteIdentifiersLocalToEntity() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 

R

radians(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
rand(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Returns double between 0.0 and 1.0.
read - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
read() - Method in class org.hibernate.engine.jdbc.ReaderInputStream
 
read() - Method in class org.hibernate.lob.ReaderInputStream
Deprecated.
 
READ - Static variable in class org.hibernate.LockOptions
Represents LockMode.READ (timeout + scope do not apply).
READ_ONLY - Static variable in class org.hibernate.annotations.QueryHints
Should entities returned from the query be set in read only mode?
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(InputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Reads class byte array info from the given input stream.
readByteCode(File) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition from a file.
readByteCode(ZipInputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition a zip (jar) file entry.
readChar(Object, String, char) - Method in class org.hibernate.bytecode.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
ReaderInputStream - Class in org.hibernate.engine.jdbc
Exposes a Reader as an InputStream.
ReaderInputStream(Reader) - Constructor for class org.hibernate.engine.jdbc.ReaderInputStream
Constructs a ReaderInputStream from a Reader
ReaderInputStream - Class in org.hibernate.lob
Deprecated.
Should not be used anymore.
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
 
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.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
readOnlyCachingMutableEntity(NavigableRole) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
readOnlyCachingMutableNaturalId(NavigableRole) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
readRow(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in interface org.hibernate.sql.results.spi.RowReader
The actual coordination of reading a row todo (6.0) : JdbcValuesSourceProcessingOptions is available through RowProcessingState - why pass it in separately should use one approach or the other
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
 
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.jdbc
Deprecated.
RealTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.RealTypeDescriptor
Deprecated.
 
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, Object) - 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
recognizeParameters(String, ParameterRecognizer) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Parse the given native query and inform the recognizer of all recognized parameter markers.
reconnect(Connection) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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, Throwable) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
RecoverableException(String) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
recreate(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
recreate(PersistentCollection, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
(Re)create the collection's persistent state
recreate(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
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(DoubleBinaryOperator) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
reduce(int, IntBinaryOperator) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
reduce(IntBinaryOperator) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
reduce(long, LongBinaryOperator) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
reduce(LongBinaryOperator) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
reduce(R, BinaryOperator<R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
reduce(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.annotations.CurrentTimestampGeneration
 
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?

This will be false most often to have a DDL-defined DEFAULT value be applied on INSERT

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?

This will be false most often to have a DDL-defined DEFAULT value be applied on INSERT.

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 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 - Static variable in class org.hibernate.engine.spi.CascadeStyles
refresh
REFRESH - Static variable in class org.hibernate.engine.spi.CascadingActions
 
refresh(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(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 - Static variable in class org.hibernate.event.spi.EventType
 
refresh(Object) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database.
refresh(String, Object) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database.
refresh(Object, LockMode) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(Object, LockOptions) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(String, Object, LockOptions) - Method in interface org.hibernate.Session
Re-read the state of the given instance from the underlying database, with the given LockMode.
refresh(Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
RefreshEvent - Class in org.hibernate.event.spi
Defines an event class for the refreshing of an object.
RefreshEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of refresh events generated from a session.
region - Variable in class org.hibernate.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 - 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(TypeDefinition) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
register(TypeDefinition, TypeDefinitionRegistry.DuplicationStrategy) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
register(TypeDefinition) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
register(TypeDefinition, TypeDefinitionRegistry.DuplicationStrategy) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
register(String, Class) - Method in interface org.hibernate.id.factory.spi.MutableIdentifierGeneratorFactory
 
register(SqmPath) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Register an SqmPath
register(SqmAliasedNode<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Register a node aliased within the select-clause
register(String, SqmFunctionDescriptor) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a function descriptor by name
register() - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
register() - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
register(SqmPath<?>, TableGroup) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
register(SqmPath<?>, TableGroup, NavigablePath) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
register(Statement, boolean) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC statement.
register(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC result set.
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(JdbcValuesSourceProcessingState) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
register(BasicType<?>) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(BasicType<?>, String) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(BasicType<?>, String...) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(UserType, String...) - Method in class org.hibernate.type.BasicTypeRegistry
 
registerAffectedTable(TableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
registerAffectedTable(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.
registerAfterLoadAction(AfterLoadAction) - Method in interface org.hibernate.sql.exec.spi.Callback
 
registerAlternateKey(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
registerBinaryTernaryPattern(String, BasicType, String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a binary/ternary function.
registerBinaryTypeMappings() - Method in class org.hibernate.dialect.OracleDialect
 
registerCallableQueryMemento(String, NamedCallableQueryMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerCallbacks(Class, Callback[]) - Method in interface org.hibernate.jpa.event.spi.CallbackBuilder.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.OracleDialect
 
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.
registerComponent(Component) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerDateTimeTypeMappings() - Method in class org.hibernate.dialect.OracleDialect
 
registerDefaultProperties() - Method in class org.hibernate.dialect.OracleDialect
 
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.
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 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 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
 
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.
registerHqlQueryMemento(String, NamedHqlQueryMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerInitilaizer(EntityKey, Initializer) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
registerInsertedKey(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register keys inserted during the current transaction
registerJdbcRow(Object[]) - Method in interface org.hibernate.sql.results.caching.QueryCachePutManager
 
registerKeyword(String) - Method in class org.hibernate.dialect.Dialect
 
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
registerLoadingCollection(CollectionKey, LoadingCollectionEntry) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
Registers a LoadingCollectionEntry locally to this context
registerLoadingEntity(EntityKey, LoadingEntityEntry) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
Registers a LoadingEntityEntry locally to this context
registerLoadingEntityEntry(EntityKey, LoadingEntityEntry) - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
registerLockMode(String, LockMode) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
registerLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerLockMode(String, LockMode) - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
registerMBean(ObjectName, Object) - Method in interface org.hibernate.jmx.spi.JmxService
Registers the given mBean under the given objectName
registerNamed(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a named descriptor by name.
registerNamed(String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a named descriptor by name and invariant return type.
registerNativeQueryMemento(String, NamedNativeQueryMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerNaturalIdUniqueKeyBinder(String, NaturalIdUniqueKeyBinder) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerNoArgs(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Specialized registration method for registering a named descriptor for functions expecting zero arguments.
registerNoArgs(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
registerNoArgs(String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
registerNoArgs(String, String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
registerNonExists(EntityFetch) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
 
registerNullaryUnaryPattern(String, BasicType, String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a nullary/unary function.
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.OracleDialect
 
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<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
registerParameter0(String, Class, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
registerParameters(String, CallableStatement, ParameterStrategy, ParameterMetadataImplementor, SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
registerParametersForEachJdbcValue(Object, Clause, Bindable, List<JdbcParameter>, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
registerParametersForEachJdbcValue(Object, Clause, int, Bindable, List<JdbcParameter>, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
registerPattern(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a pattern-based descriptor by name.
registerPattern(String, String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a pattern-based descriptor by name and invariant return type.
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*.
registerResolutionListener(Consumer<Object>) - Method in class org.hibernate.sql.results.graph.AbstractFetchParentAccess
 
registerResolutionListener(Consumer<Object>) - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
 
registerResultSetMappingMemento(String, NamedResultSetMappingMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
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, 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, int) - Method in class org.hibernate.dialect.MySQLDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.OracleDialect
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.OracleDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
registerReusablePath(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
registerReusablePath(SqmPath<?>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Register a reusable path relative to this path
registerReverseHibernateTypeMappings() - Method in class org.hibernate.dialect.OracleDialect
 
registerService(Manageable, Class<? extends Service>) - Method in interface org.hibernate.jmx.spi.JmxService
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.
registerTableGroup(NavigablePath, TableGroup) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
registerTableGroup(NavigablePath, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerTableGroup(NavigablePath, TableGroup) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Register a TableGroup under the given `navigablePath`.
registerTableGroup(NavigablePath, TableGroup) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
registerTernaryQuaternaryPattern(String, BasicType, String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a ternary/quaternary function.
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(UserType, String[]) - Method in class org.hibernate.cfg.Configuration
 
registerUnaryBinaryPattern(String, BasicType, String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a unary/binary function.
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
 
registerUnderJavaType() - Method in class org.hibernate.type.ZoneOffsetType
 
registerValueMappingResolver(Function<MetadataBuildingContext, Boolean>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerVisitedAssociationKey(AssociationKey) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
registerVisitedAssociationKey(AssociationKey) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
REGISTRATION_KEYS - Static variable in class org.hibernate.type.MetaType
 
RegistryHelper - Class in org.hibernate.type.descriptor.java.spi
 
regrLinearRegressionAggregates(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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
 
release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Release the strategy.
release() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
Release any resources
release(Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered statement.
release(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered result set.
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() - 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.ScriptTargetOutput
Release this output
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(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Release a previously obtained connection
releaseConnection(String, Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection from Hibernate use.
releaseDataAccess(EntityDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseDataAccess(NaturalIdDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseDataAccess(CollectionDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseFromUse() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
releaseResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
releaseStatement(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
RELOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
remapSqlTypeDescriptor(JdbcTypeDescriptor) - Method in class org.hibernate.dialect.Dialect
Allows the dialect to override a JdbcTypeDescriptor.
remapSqlTypeDescriptor(JdbcTypeDescriptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
remapSqlTypeDescriptor(JdbcTypeDescriptor) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
remapSqlTypeDescriptor(WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
remapSqlTypeDescriptor(JdbcTypeDescriptor) - Method in interface org.hibernate.type.descriptor.WrapperOptions
Allow remapping of descriptors for dealing with sql type.
Remove - Annotation Type in org.hibernate.annotations
Indicates that the annotated element is planned for removal as part of a deprecation lifecycle.
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(int) - Method in class org.hibernate.engine.spi.ExecutableList
Removes the entry at position index in the list.
remove(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
remove() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
remove(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
remove(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Completely remove the persistent state of the collection
remove(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
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
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.
removeLocalResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Removes any local cross-reference, returning the previously cached value if one.
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.
removeResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Removes a natural-id-to-identifier resolution.
removeSharedResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Removes any cross-reference from the L2 cache
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(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() - 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(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CaseLeastGreatestEmulation
 
render(SqlAppender, List<SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CaseWhenEveryAnyEmulation
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CaseWhenEveryAnyEmulation
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CastFunction
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CurrentFunction
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DB2FormatEmulation
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DerbyLpadEmulation
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DerbyRpadEmulation
 
render(SqlAppender, List<SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.EveryAnyEmulation
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.EveryAnyEmulation
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.FieldFunction
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
 
render(SqlAppender, List<SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerFormatEmulation
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TimestampaddFunction
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TimestampdiffFunction
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TrimFunction
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
render(Dialect) - Method in class org.hibernate.metamodel.relational.Identifier
If this is a quoted identifier, then return the identifier name enclosed in dialect-specific open- and end-quotes; otherwise, simply return the unquoted identifier.
render() - Method in class org.hibernate.metamodel.relational.Identifier
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
Must be overridden by subclasses
render(SqlAppender, List<SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
 
render(SqlAppender, List<SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
render(SqlAppender, List<SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
render(SqlAstNode, SqlAstNodeRenderingMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
render(SqlAstNode, SqlAstNodeRenderingMode) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
Renders the given SQL AST node with the given rendering mode.
renderAsLiteral(JdbcParameter, Object) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCasted(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCombinedLimitClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCombinedLimitClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCommaSeparated(Iterable<? extends SqlAstNode>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCommaSeparatedSelectExpression(Iterable<? extends SqlAstNode>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.DB2iSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparison(List<SqlSelection>, X, ComparisonOperator) - Method in interface org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer
 
renderComparisonDistinctOperator(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonEmulateDecode(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonEmulateIntersect(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonStandard(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
 
renderEmptyOrderBy() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderExpressionAsLiteral(Expression, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderExpressionsAsSubquery(List<? extends Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetch(Expression, Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetchExpression(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderFetchExpression(Expression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderFetchExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetchPlusOffsetExpression(Expression, Expression, int) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderFetchPlusOffsetExpression(Expression, Expression, int) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderFetchPlusOffsetExpression(Expression, Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetchPlusOffsetExpressionAsLiteral(Expression, Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetchPlusOffsetExpressionAsSingleParameter(Expression, Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstSkipClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstSkipClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderForRead(ColumnReferenceQualifier, SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.relational.Column
Render this Column's expression for reading accounting for any configured ColumnTransformer.read()
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderForWrite(SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.relational.Column
Render this Column's expression for reading accounting for any configured ColumnTransformer.write()
renderJoinType(SqlAstJoinType) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderJoinType(SqlAstJoinType) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderLimitOffsetClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderLimitOffsetClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderLiteral(Literal, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
renderMaterializationHint(CteMaterialization) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderMaterializationHint(CteMaterialization) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffset(Expression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffsetExpression(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderOffsetExpression(Expression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderOffsetExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffsetFetchClause(QueryPart, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffsetFetchClause(Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffsetRowsKeyword() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
renderOrderBy(boolean, List<SortSpecification>) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderOrderBy(boolean, List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
Deprecated.
todo (6.0): remove?
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.MySQLDialect
 
renderOrderByElement(String, String, String, NullPrecedence) - Method in class org.hibernate.dialect.SQLServerDialect
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderQueryGroup(QueryGroup, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderReturningClause(MutationStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderRowNumber(SelectClause, QueryPart) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderRowNumber(SelectClause, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderRowNumberingSelectItems(SelectClause, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderRowsToClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderRowsToClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSelect(int[], int[], int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
renderSelectExpression(Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderSelectExpression(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderSelectExpression(Expression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderSelectExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSelectExpressionWithCastedOrInlinedPlainParameters(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSelectSimpleComparison(List<SqlSelection>, Expression, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSkipFirstClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSkipFirstClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSqlFragment(SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
rendersTableReferenceAlias(Clause) - Static method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableGroup(TableGroup, Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableReference(TableReference, LockMode) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderTableReference(TableReference, LockMode) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderTableReference(TableReference, LockMode) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderTableReference(TableReference, LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableReferenceJoins(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopClause(QuerySpec, boolean, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopClause(Expression, Expression, FetchClauseType, boolean, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopStartAtClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopStartAtClause(Expression, Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.tree.expression.SelfRenderingExpression
 
renderTransformerReadFragment(String, String...) - Static method in class org.hibernate.sql.Template
 
renderTupleComparisonStandard(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderWhereStringTemplate(String, Dialect, SqmFunctionRegistry) - 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, SqmFunctionRegistry) - Static method in class org.hibernate.sql.Template
Takes the where condition provided in the mapping attribute and interpolates the alias.
repeat(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
repeat_replicate(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
replace(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
replace(String, String) - Method in class org.hibernate.dialect.Replacer
 
REPLACE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
REPLACE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
REPLACE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
REPLACE() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
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, 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) - 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, ForeignKeyDirection) - Method in class org.hibernate.type.ComponentType
 
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, Object) - Method in class org.hibernate.type.EnumType
 
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 interface org.hibernate.type.Type
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object[], Object[], Type[], 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 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_strReplace(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Sybase
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, Object) - 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
replaceFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
replaceFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
ReplaceFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
replaceFunctionPatternArgument() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
replaceFunctionPatternArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
ReplaceFunctionPatternArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionPatternArgumentContext
 
replaceFunctionReplacementArgument() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
replaceFunctionReplacementArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
ReplaceFunctionReplacementArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionReplacementArgumentContext
 
replaceFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
replaceFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
ReplaceFunctionStringArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionStringArgumentContext
 
replaceLtrimRtrim(TrimSpec, char) - Static method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
Replacer - Class in org.hibernate.dialect
 
Replacer(String, String, String) - Constructor for class org.hibernate.dialect.Replacer
 
replaceResultVariableInOrderByClauseWithPosition() - Method in class org.hibernate.dialect.Dialect
Deprecated.
We now use ordinal rendering by default to produce smaller SQL
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
replicate
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
REPLICATE - Static variable in class org.hibernate.event.spi.EventType
 
replicate(Object, ReplicationMode) - Method in interface org.hibernate.Session
Persist the state of the given detached instance, reusing the current identifier value.
replicate(String, Object, ReplicationMode) - Method in interface org.hibernate.Session
Persist the state of the given detached instance, reusing the current identifier value.
ReplicateEvent - Class in org.hibernate.event.spi
Defines an event class for the replication of an entity.
ReplicateEvent(Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEvent(String, Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of replicate events generated from a session.
ReplicationMode - Enum in org.hibernate
Represents a replication strategy.
reportedJavaType() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
 
RepresentationMode - Enum in org.hibernate.metamodel
Enumeration of the built-in ways that Hibernate can represent the application's domain model.
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.DerbyDialect
 
requiresCastingOfParametersInSelectClause() - Method in class org.hibernate.dialect.Dialect
Deprecated.
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.
requiresFloatCastingOfIntegerDivision() - Method in class org.hibernate.dialect.Dialect
Does this dialect require that integer divisions be wrapped in cast() calls to tell the db parser the expected type.
requiresFloatCastingOfIntegerDivision() - Method in class org.hibernate.dialect.HSQLDialect
 
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.CockroachDialect
 
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.PostgreSQLDialect
 
reset() - Method in class org.hibernate.cfg.Configuration
 
reset() - Method in class org.hibernate.event.spi.PostLoadEvent
 
reset() - Method in class org.hibernate.event.spi.PreLoadEvent
 
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(AllowableParameterType) - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
resetIdentifier(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resetIdentifier(Object, Object, 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, Object, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
resetIdentifier(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
resetIdentifier(Object, Object, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
resetIdentifier(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
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.
Resolution - Interface in org.hibernate.engine.spi
Used to put natural id values into collections.
Resolvable - Interface in org.hibernate.mapping
 
resolve(Map, MutabilityPlan, MetadataBuildingContext, JdbcTypeDescriptorIndicators) - Method in class org.hibernate.boot.model.TypeDefinition
 
resolve(String) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
resolve(String) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
resolve(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.FetchDescriptor
Resolve the descriptor into a memento capable of being stored in the NamedObjectRepository
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedCallableQueryDefinition.ParameterMapping
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedCallableQueryDefinition
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedHqlQueryDefinition
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedProcedureCallDefinition
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedQueryDefinition
Resolve the mapping definition into its run-time memento form
resolve(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.NamedResultSetMappingDescriptor
Create a representation of the described ResultSet mapping for the purpose of being stored in Hibernate's NamedObjectRepository
resolve(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.ResultDescriptor
Resolve the descriptor into a memento capable of being stored in the NamedObjectRepository
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor.EntityResultDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
 
resolve() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor.DeserializationResolver
 
resolve(MetadataBuildingContext) - Method in class org.hibernate.mapping.BasicValue
 
resolve() - Method in class org.hibernate.mapping.BasicValue
 
resolve(MetadataBuildingContext) - Method in class org.hibernate.mapping.DependantValue
 
resolve() - Method in class org.hibernate.mapping.DependantValue
 
resolve(MetadataBuildingContext) - Method in interface org.hibernate.mapping.Resolvable
 
resolve() - Method in interface org.hibernate.mapping.Resolvable
 
resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
 
resolve(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento.ParameterMemento
 
resolve(T, BiFunction<T, String, T>) - Method in interface org.hibernate.query.DotIdentifierSequence
 
resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.FetchMemento
Resolve the fetch-memento into the result-graph-node builder
resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.FetchMementoBasic
 
resolve(SessionFactoryImplementor, MetadataImplementor, String) - Method in interface org.hibernate.query.named.NamedObjectRepository
Resolve the named query with the given name.
resolve(SharedSessionContractImplementor) - Method in interface org.hibernate.query.named.NamedQueryMemento.ParameterMemento
 
resolve(ResultSetMapping, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.NamedResultSetMappingMemento
Resolve this memento.
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.ResultMemento
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.ResultMementoBasic
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.ResultMementoEntity
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.named.ResultMementoInstantiation.ArgumentMemento
 
resolve(Parameter) - Method in interface org.hibernate.query.ParameterMetadata
A deeper resolution attempt from a JPA parameter reference to Hibernate's contract.
resolve(String, String) - Method in interface org.hibernate.query.results.dynamic.LegacyFetchResolver
 
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
resolve(Parameter) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
Resolve the JdbcValuesMapping.
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(JavaTypeDescriptor<J>, JdbcTypeDescriptor) - Method in class org.hibernate.type.BasicTypeRegistry
Find an existing BasicType registration for the given JavaTypeDescriptor and SqlTypeDescriptor combo or create (and register) one.
resolve(JavaTypeDescriptor<J>, JdbcTypeDescriptor, Supplier<BasicType<J>>) - Method in class org.hibernate.type.BasicTypeRegistry
Find an existing BasicType registration for the given JavaTypeDescriptor and SqlTypeDescriptor combo or create (and register) one.
resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
resolve(Object, SharedSessionContractImplementor, Object, Boolean) - 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, Boolean) - Method in class org.hibernate.type.EntityType
 
resolve(Object, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.ManyToOneType
 
resolve(Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
 
resolve(Object, SharedSessionContractImplementor, Object, Boolean) - Method in interface org.hibernate.type.Type
The second phase of 2-phase loading.
RESOLVE_NATURAL_ID - Static variable in class org.hibernate.event.spi.EventType
 
resolveAlias(String, String) - Method in interface org.hibernate.sql.ast.tree.from.TableAliasResolver
 
resolveAliasedExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
resolveAliasedExpression(List<SqlSelection>, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
resolveArithmeticType(SqmExpressable<?>, SqmExpressable<?>, BinaryArithmeticOperator) - Method in class org.hibernate.type.spi.TypeConfiguration
 
resolveArithmeticType(SqmExpressable<?>, SqmExpressable<?>, boolean) - Method in class org.hibernate.type.spi.TypeConfiguration
Determine the result type of an arithmetic operation as defined by the rules in section 6.5.7.1.
resolveAssemblers(AssemblerCreationState) - Method in class org.hibernate.query.results.JdbcValuesMappingImpl
 
resolveAssemblers(AssemblerCreationState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
 
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
resolveAttributeMetadata(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.AttributeMetadataAccess
Resolve the details about the attribute
resolveAttributeMetadata(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.StateArrayContributorMetadataAccess
 
resolveAutoApplied(BasicJavaDescriptor<?>) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
resolveAutoApplied(BasicJavaDescriptor<?>) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
resolveByName(String) - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Resolves the strategy by name, in a case insensitive manner.
resolveCastTargetType(String) - Method in class org.hibernate.type.spi.TypeConfiguration
Understands the following target type names for the cast() function: - String - Character - Byte, Integer, Long - Float, Double - Time, Date, Timestamp - LocalDate, LocalTime, LocalDateTime - BigInteger - BigDecimal - Binary - Boolean (fragile) (The type names are not case-sensitive.)
resolveCircularFetch(NavigablePath, FetchParent, FetchTiming, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.Fetchable
 
resolveClassLoadingStrategy(Class<?>) - Static method in class org.hibernate.bytecode.spi.ClassLoadingStrategyHelper
 
resolveCollectionKey(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
resolveColumnName(int) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
Name of a particular result value by position
resolveColumnPosition(String) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
Position of a particular result value by name
resolveContainingAssociationParent() - Method in interface org.hibernate.sql.results.graph.FetchParent
 
resolveCurrentTenantIdentifier() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Resolve the current tenant identifier.
resolveDefaultableStrategy(Class<T>, Object, T) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDescriptor(Type, Supplier<JavaTypeDescriptor<J>>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
resolveDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
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
resolveDiscriminatorForEntityType(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
 
resolveDiscriminatorValue(Object) - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
 
resolveDynamicEntityDescriptor(String) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
 
resolveElementAttributeConverterDescriptor(XProperty, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
resolveEntity(String, String) - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
 
resolveEntityDescriptor(EntityDomainType<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Given a JPA entity domain type, get the associated Hibernate entity descriptor
resolveEntityInstance(EntityKey, boolean, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.exec.spi.StandardEntityInstanceResolver
 
resolveEntityKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
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
 
resolveEventTypeByName(String) - Static method in class org.hibernate.event.spi.EventType
Find an EventType by its name
resolveFunctionReturnType(AllowableFunctionReturnType<?>, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
Resolve the return type for a function given its context-implied type and the arguments to this call.
resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
Resolve the return type for a function given its context-implied type and the arguments to this call.
resolveGeneratedValue(Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.GeneratedValueResolver
 
resolveGeneratedValue(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.InDatabaseGeneratedValueResolver
 
resolveGeneratedValue(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.InMemoryGeneratedValueResolver
 
resolveGroupOrOrderByExpression(SqmExpression<?>) - Method in class org.hibernate.dialect.SybaseSqmToSqlAstConverter
 
resolveGroupOrOrderByExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
resolveHqlEntityReference(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Specialized handling for resolving entity-name references in an HQL query
resolveHqlInterpretation(String, Function<String, SqmStatement<?>>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
resolveId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleUniqueKeyEntityLoader
Resolve the matching id
resolveIdentifier(Object, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.type.EntityType
Resolve an identifier via a load.
resolveIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
resolveIdToNaturalId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoader
Resolve the natural-id value(s) from an id
resolveIndexedAccess(SqmExpression, boolean, SqmCreationState) - Method in interface org.hibernate.query.hql.spi.SemanticPathPart
 
resolveIndexedAccess(SqmExpression, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
resolveIndexedAccess(SqmExpression, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
resolveIndexedAccess(SqmExpression, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
resolveIndexedAccess(SqmExpression, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
resolveIndexedAccess(SqmExpression, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
resolveIndexedAccess(SqmExpression, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
resolveIndexedAccess(SqmExpression, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.AdjustableBasicType
Perform the adjustment
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.BinaryType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.BooleanType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.CharacterArrayClobType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.CharacterArrayNClobType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.CharacterArrayType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.CharacterType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.CharArrayType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.ClobType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.MaterializedClobType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PrimitiveCharacterArrayClobType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.PrimitiveType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.StringType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.TextType
 
resolveIndicatedType(JdbcTypeDescriptorIndicators, JavaTypeDescriptor<X>) - Method in class org.hibernate.type.WrapperBinaryType
 
resolveInitializer(NavigablePath, ModelPart, Supplier<Initializer>) - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
resolveInitializer(NavigablePath) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Locate the Initalizer registered for the given path
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
resolveInstance(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
Step 2 - Using the key resolved in Initializer.resolveKey(org.hibernate.sql.results.jdbc.spi.RowProcessingState), resolve the instance (of the thing initialized) to use for the current row.
resolveJavaTypeDescriptor(JavaTypeDescriptor) - Method in interface org.hibernate.boot.model.source.spi.JavaTypeDescriptorResolvable
 
resolveJpaSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
resolveJtaPlatform(Map, ServiceRegistryImplementor) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformResolver
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
resolveKey(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
Step 1 - Resolve the key value for this initializer for the current row.
resolveKeyTypeDescriptor(SingularPersistentAttribute) - Static method in class org.hibernate.graph.spi.GraphHelper
 
resolveKeyTypeDescriptor(PluralPersistentAttribute) - Static method in class org.hibernate.graph.spi.GraphHelper
 
resolveLocalXsdSchema(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
resolveLocalXsdUrl(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
resolveMappingExpressable(SqmExpressable<?>, Function<NavigablePath, TableGroup>) - Method in interface org.hibernate.metamodel.MappingMetamodel
todo (6.0) : POC!!! Intended for use in SQM -> SQL translation
resolveMappingExpressable(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
resolveModelPart(NavigablePath) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
resolveModelPart(NavigablePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
resolveModelPart(NavigablePath) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Resolve the ModelPart associated with a given NavigablePath.
resolveNativeQueryParameters(String, Function<String, ParameterInterpretation>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
resolveNaturalId(Map<String, Object>) - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
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.
resolveNaturalIdToId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoader
Resolve the id from natural-id value
resolveNavigablePath(Fetchable) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
resolveNonRootUrl(URL) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
Handle references from a persistence.xml file.
resolveParameterBindType(Object) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
resolveParameterBindType(Class<?>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
resolveParameterBindType(Object) - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
resolveParameterBindType(Class<?>) - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
resolveParameters() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
resolveParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
resolveParameters() - Method in interface org.hibernate.query.sqm.tree.SqmStatement
 
resolveParentMemento(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
 
resolveParentMemento(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
 
resolveParentMemento(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParent
 
resolveParentMemento(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
 
resolvePath(NavigablePath, Function<NavigablePath, SqmPath>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Similar to SqmPathRegistry.findPath(org.hibernate.query.NavigablePath), but accepting a producer to be used to create and register a SqmPath if none yet registered.
resolvePathPart(String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
resolvePathPart(String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
resolvePathPart(String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
resolvePathPart(String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
 
resolvePathPart(String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.RootSequencePart
 
resolvePathPart(String, boolean, TranslationContext) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.SequencePart
 
resolvePathPart(String, boolean, SqmCreationState) - Method in interface org.hibernate.query.hql.spi.SemanticPathPart
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmMaxElementPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmMaxIndexPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmMinElementPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmMinIndexPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
resolvePrimaryTableReference(SqlAliasBase) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resolvePrimaryTableReference(SqlAliasBase) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
resolvePropertyAccess(Property) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
Create the property accessor object for the specified attribute
resolvePropertyAccessStrategy(Class, String, EntityMode) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategyResolver
Resolve the PropertyAccessStrategy to use
resolveQueryParameterType(Class<T>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Given a Java type, determine the corresponding AllowableParameterType to use implicitly
resolveRepresentation(Collection) - Method in interface org.hibernate.collection.spi.CollectionSemanticsResolver
 
resolveResultType(TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
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.
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.
resolveSelectQueryPlan(QueryInterpretationCache.Key, Supplier<SelectQueryPlan>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
resolveServiceRegistry() - Method in class org.hibernate.mapping.Property
 
resolveSize(JdbcTypeDescriptor, JavaTypeDescriptor, Integer, Integer, Long) - Method in interface org.hibernate.dialect.Dialect.SizeStrategy
Resolve the Size to use for columns of the given SQL type and Java type.
resolveSize(JdbcTypeDescriptor, JavaTypeDescriptor, Integer, Integer, Long) - Method in class org.hibernate.dialect.Dialect.SizeStrategyImpl
 
resolveSqlAstArguments(List<? extends SqmTypedNode<?>>, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
resolveSqlAstArguments(List<? extends SqmTypedNode<?>>, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
resolveSqlExpression(String, Function<SqlAstProcessingState, Expression>) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
resolveSqlExpression(String, Function<SqlAstProcessingState, Expression>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
resolveSqlExpression(String, Function<SqlAstProcessingState, Expression>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
resolveSqlExpression(String, Function<SqlAstProcessingState, Expression>) - Method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Given a qualifier + a qualifiable SqlExpressable, resolve the (Sql)Expression reference.
resolveSqlSelection(Expression, JavaTypeDescriptor, TypeConfiguration) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
resolveSqlSelection(Expression, JavaTypeDescriptor, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
resolveSqlSelection(Expression, JavaTypeDescriptor, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
resolveSqlSelection(Expression, JavaTypeDescriptor, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Resolve the SqlSelection for the given expression
resolveSqlTypeDescriptor(int, int, int, JdbcTypeDescriptorRegistry) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
resolveSqlTypeDescriptor(int, int, int, JdbcTypeDescriptorRegistry) - Method in class org.hibernate.dialect.Dialect
 
resolveSqlTypeDescriptor(int, int, int, JdbcTypeDescriptorRegistry) - Method in class org.hibernate.dialect.MySQLDialect
 
resolveSqlTypeDescriptor(int, int, int, JdbcTypeDescriptorRegistry) - Method in class org.hibernate.dialect.OracleDialect
 
resolveSqlTypeDescriptor(int, int, int, JdbcTypeDescriptorRegistry) - Method in class org.hibernate.dialect.SybaseDialect
 
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
 
resolveStrategy(PersistentClass, EntityPersister, RuntimeModelCreationContext) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
Resolve the strategy to use for the given entity
resolveStrategy(Component, RuntimeModelCreationContext) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
Resolve the strategy to use for the given embeddable
resolveSubMapping(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
 
resolveSubPart(DotIdentifierSequence) - Method in interface org.hibernate.metamodel.mapping.Queryable
 
resolveTable(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
resolveTableGroup(NavigablePath, Function<NavigablePath, TableGroup>) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Finds the TableGroup associated with the given `navigablePath`.
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.query.results.TableGroupImpl
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
resolveTableReference(NavigablePath, String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.TableReference
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in interface org.hibernate.metamodel.model.domain.AllowableTemporalParameterType
Convert the value and/or type to the specified temporal precision
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.CalendarDateType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.CalendarTimeType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.CalendarType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.DateType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.InstantType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.LocalDateTimeType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.LocalDateType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.LocalTimeType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.OffsetDateTimeType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.OffsetTimeType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.TimestampType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.TimeType
 
resolveTemporalPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.ZonedDateTimeType
 
resolveType(int, JavaTypeDescriptor<J>) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
The basic type of a particular result value by position
resolveTypeForPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalTypeDescriptor
 
resolveTypeForPrecision(TemporalType, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.java.TemporalJavaTypeDescriptor
Resolve the appropriate TemporalJavaTypeDescriptor for the given precision "relative" to this type.
resource - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
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.
result() - Method in class org.hibernate.dialect.Replacer
 
ResultBuilder - Interface in org.hibernate.query.results
Responsible for building a single DomainResult instance as part of the overall mapping of native / procedure query results.
ResultBuilderBasicValued - Interface in org.hibernate.query.results
Nominal extension to ResultBuilder for cases involving scalar results
ResultBuilderEmbeddable - Interface in org.hibernate.query.results
 
ResultBuilderEntityValued - Interface in org.hibernate.query.results
Specialization of ResultBuilder for building an EntityResult
ResultBuilderInstantiationValued - Interface in org.hibernate.query.results
Nominal extension to ResultBuilder for cases involving dynamic-instantiation results
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
 
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
 
ResultDescriptor - Interface in org.hibernate.boot.query
Describes the mapping for a result as part of a NamedResultSetMappingDescriptor
ResultGraphLogging - Interface in org.hibernate.sql.results.graph
 
resultIdentifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
resultIdentifier() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
ResultIdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ResultIdentifierContext
 
ResultListTransformer - Interface in org.hibernate.query
Allows defining transformation of the result List from a Query to some other form.
ResultMappingMementoNode - Interface in org.hibernate.query.named
Any node (result or fetch) in the result graph
ResultMemento - Interface in org.hibernate.query.named
 
ResultMementoBasic - Interface in org.hibernate.query.named
 
ResultMementoEntity - Interface in org.hibernate.query.named
 
ResultMementoInstantiation - Interface in org.hibernate.query.named
 
ResultMementoInstantiation.ArgumentMemento - Class in org.hibernate.query.named
 
ResultsConsumer<T,R> - Interface in org.hibernate.sql.results.spi
 
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 - Interface in org.hibernate.query.results
ResultSetMappingBindingDefinition - Interface in org.hibernate.boot.jaxb.hbm.spi
 
resultSetMappingClassName - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
ResultSetMappingImpl - Class in org.hibernate.query.results
 
ResultSetMappingImpl(String) - Constructor for class org.hibernate.query.results.ResultSetMappingImpl
 
resultSetMappingName - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
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.
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.
ResultsHelper - Class in org.hibernate.query.results
 
ResultsLogger - Interface in org.hibernate.sql.results
 
ResultTransformer - Interface in org.hibernate.transform
Deprecated.
ResultTransformer is no longer supported. It has been split into TupleTransformer and ResultListTransformer to define functional interfaces.
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
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.UserType
The class returned by nullSafeGet().
ReturningWork<T> - Interface in org.hibernate.jdbc
A discrete piece of work following the lines of Work but returning a result.
ReturnMetadata - Class in org.hibernate.engine.query.spi
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
 
returnStatic() - Method in class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
 
returnTransient() - Method in class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
 
reverse(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
reverse() - Method in interface org.hibernate.query.criteria.JpaOrder
 
reverse() - Method in enum org.hibernate.query.SortOrder
 
reverse() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
RIGHT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
RIGHT() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeQualifierContext
 
RIGHT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT() - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
RIGHT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
RIGHT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
RIGHT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT_BRACKET() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
RIGHT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT_OUTER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
Deprecated.
RIGHT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AbsFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.Atan2FunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AvgFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CeilingFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CoalesceFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionIndexFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CountFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.DynamicInstantiationContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExpFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FloorFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GreatestFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.IfnullFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LeastFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LeftFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LengthFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LnFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LowerFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MaxElementFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MaxFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MaxIndexFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MinElementFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MinFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MinIndexFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ModFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NonStandardFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NullifFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PowerFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ReplaceFunctionContext
 
RIGHT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SignFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SqrtFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.StrFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryExpressionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryInListContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.UpperFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
rightFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
rightFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
RightFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.RightFunctionContext
 
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
 
ROLE_LOCAL_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
ROLE_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
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
ROLLUP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ROLLUP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
rollup() - Method in class org.hibernate.grammars.hql.HqlParser
 
ROLLUP() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
rollup() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
RollupContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.RollupContext
 
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
RootSequencePart - Class in org.hibernate.metamodel.mapping.ordering.ast
SequencePart implementation used to translate the root of a path
RootSequencePart(PluralAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.RootSequencePart
 
RootTableGroupProducer - Interface in org.hibernate.sql.ast.tree.from
Contract for things that can produce the TableGroup that is the root of a from-clause
ROUND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ROUND() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
ROUND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ROUND() - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
roundFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
roundFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
RoundFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
roundFunctionPrecision() - Method in class org.hibernate.grammars.hql.HqlParser.RoundFunctionContext
 
roundFunctionPrecision() - Method in class org.hibernate.grammars.hql.HqlParser
 
RoundFunctionPrecisionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.RoundFunctionPrecisionContext
 
ROW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
ROW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.
RowId - Annotation Type in org.hibernate.annotations
Support for ROWID mapping feature of Hibernate.
rowid - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
ROWID_ALIAS - Static variable in interface org.hibernate.persister.entity.Loadable
 
rowIdName - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
RowLockStrategy - Enum in org.hibernate.dialect
The strategy for rendering which row to lock with the FOR UPDATE OF clause.
rownum(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
H2/HSQL-style
rownumInstOrderbyGroupbyNum(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
CUBRID
rownumRowid(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle-style
RowProcessingState - Interface in org.hibernate.sql.results.jdbc.spi
State pertaining to the processing of a single "row" of a JdbcValuesSource
RowReader<R> - Interface in org.hibernate.sql.results.spi
Coordinates the process of reading a single result values row
RowReaderMemento - Interface in org.hibernate.query.named
 
ROWS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
ROWS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RowSelection - Class in org.hibernate.engine.spi
Deprecated.
todo (6.0): remove in favor of Limit within QueryOptions?
RowSelection() - Constructor for class org.hibernate.engine.spi.RowSelection
Deprecated.
 
RowSelection(Integer, Integer, Integer, Integer) - Constructor for class org.hibernate.engine.spi.RowSelection
Deprecated.
 
RowTransformer<T> - Interface in org.hibernate.sql.results.spi
Defines transformation of a raw row in the domain query result row.
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
 
RPAREN - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
RPAREN - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RPAREN() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
RULE_absFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_additiveOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_aggregateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_anyFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_assignment - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_atan2Function - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_attributeList - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_attributeNode - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_attributePath - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_attributeQualifier - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_avgFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_binaryLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_caseList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_caseOtherwise - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_castFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_castTarget - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_castTargetType - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_ceilingFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_coalesceFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collateName - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collationSpecification - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collationSpecification - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_collectionElementNavigablePath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_command - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
RULE_commandBlock - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
RULE_comparisonOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_concatFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_countFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_crossJoin - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_cube - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_currentDateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_currentTimeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_currentTimestampFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_date - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dateLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dateOrTimeField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dateTime - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_datetimeField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dateTimeLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_day - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dayField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_deleteStatement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_direction - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_dmlTarget - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dotIdentifier - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_dotIdentifierSequence - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dotIdentifierSequenceContinuation - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dynamicInstantiation - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dynamicInstantiationArg - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dynamicInstantiationArgExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dynamicInstantiationArgs - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dynamicInstantiationTarget - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityIdReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityName - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityNaturalIdReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityTypeReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityVersionReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_everyFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_expFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_expression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_expression - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_extractField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_extractFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_fetchClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_filterClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_floorFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_format - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_formatFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_fromClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_fromClauseSpace - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_function - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_function - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_functionArguments - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_generalizedLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_generalizedLiteralText - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_generalizedLiteralType - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_generalPathFragment - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_genericTemporalLiteralText - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_graph - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_greatestFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_groupByClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_groupByExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_havingClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_hour - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_hqlCollectionFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_identificationVariableDef - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_identifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_identifier - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_ifnullFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_indexedPathAccessFragment - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_inList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_insertStatement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jdbcDateLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jdbcTimeLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jdbcTimestampLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_joinTypeQualifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jpaCollectionFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jpaCollectionJoin - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jpaNonStandardFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jpaNonStandardFunctionName - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jpaSelectObjectSyntax - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_leastFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_leftFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_lengthFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_likeEscape - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_limitClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_literal - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_lnFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_localDateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_localDateTimeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_localTimeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_locateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_locateFunctionPatternArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_locateFunctionStartArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_locateFunctionStringArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_lowerFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_mapEntrySelection - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_mapKeyNavigablePath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_maxFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_minFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_minute - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_modDividendArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_modDivisorArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_modFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_month - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_multiplicativeOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nonStandardFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nonStandardFunctionArguments - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nonStandardFunctionName - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nullifFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nullsPrecedence - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nullsPrecedence - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_offset - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_offsetClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_offsetDateTimeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_orderByClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_orderByFragment - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_orderByFragment - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_orderingSpecification - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunctionLengthArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunctionReplacementArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunctionStartArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunctionStringArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_packagedFunction - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_padCharacter - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_padFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_padLength - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_padSpecification - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_parameter - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_parameterOrIntegerLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_parameterOrNumberLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_path - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_pathContinuation - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_pathRoot - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_positionFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_positionFunctionPatternArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_positionFunctionStringArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_powerBaseArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_powerFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_powerPowerArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_predicate - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_primaryExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_qualifiedJoin - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_qualifiedJoinPredicate - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_qualifiedJoinRhs - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_queryExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_queryOrder - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_querySpec - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_replaceFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_replaceFunctionPatternArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_replaceFunctionReplacementArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_replaceFunctionStringArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_resultIdentifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_rightFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_rollup - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_roundFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_roundFunctionPrecision - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_script - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
RULE_searchedCaseList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_searchedCaseWhen - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_second - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selectClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selectExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selection - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selectionList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selectStatement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_setClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_setOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_signFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_signOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_simpleCaseList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_simpleCaseWhen - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_simpleFunction - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_simpleQueryExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_sortExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_sortSpecification - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_sortSpecification - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_sqrtFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_standardFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_statement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_strFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_subGraph - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_subQuery - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_substringFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_substringFunctionLengthArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_substringFunctionStartArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_subType - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_sumFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_syntacticDomainPath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_targetFieldsSpec - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_temporalLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_time - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_timeLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_timeZoneField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_treatedNavigablePath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_trigFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_trigFunctionName - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_trimCharacter - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_trimFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_trimSpecification - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_updateStatement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_upperFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_values - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_valuesList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_weekField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_whereClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_year - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_zoneId - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ruleNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
ruleNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
ruleNames - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ruleNames - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ruleNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
ruleNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
ruleNames - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
ruleNames - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RuntimeMetamodels - Interface in org.hibernate.metamodel
Access to Hibernate's runtime metamodels which includes its domain-model (JPA impl) and its relational-mapping model
RuntimeModelCreationContext - Interface in org.hibernate.metamodel.spi
 
RuntimeRelationModelHelper - Class in org.hibernate.metamodel.relational
 

S

save(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
save(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
SAVE - Static variable in class org.hibernate.event.spi.EventType
 
save(Object) - Method in interface org.hibernate.Session
Persist the given transient instance, first assigning a generated identifier.
save(String, Object) - Method in interface org.hibernate.Session
Persist the given transient instance, first assigning a generated identifier.
SAVE_UPDATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
SAVE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(Object) - Method in interface org.hibernate.Session
Either Session.save(Object) or Session.update(Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
saveOrUpdate(String, Object) - Method in interface org.hibernate.Session
Either Session.save(String, Object) or Session.update(String, Object) the given instance, depending upon resolution of the unsaved-value checks (see the manual for discussion of unsaved-value checking).
SaveOrUpdateEvent - Class in org.hibernate.event.spi
An event class for saveOrUpdate()
SaveOrUpdateEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of update events generated from a session.
scalar(String) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, String) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, BasicType<?>) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, String, BasicType<?>) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, Class<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, String, Class<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
scalar(int) - Static method in class org.hibernate.query.results.Builders
 
scalar(int, BasicType<?>) - Static method in class org.hibernate.query.results.Builders
 
ScalarDescriptor(String, String) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
 
ScalarDescriptor(JaxbHbmNativeQueryScalarReturnType) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
 
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 - 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.DIALECT_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(Namespace.Name) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Check to see if the given schema already exists.
schemaExists(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
The the given schema exist yet?
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.
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() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
 
SchemaValidator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema validations
SchemaValidatorTask - Class in org.hibernate.tool.hbm2ddl
An Ant task for SchemaUpdate.
SchemaValidatorTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
 
scope() - Method in class org.hibernate.type.EntityType
 
scope(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.grammars.importsql.SqlScriptParser
 
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
 
ScriptContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
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(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() - Method in interface org.hibernate.query.Query
Returns scrollable access to the query results.
scroll(ScrollMode) - Method in interface org.hibernate.query.Query
Returns scrollable access to the query results.
scroll() - Method in class org.hibernate.query.spi.AbstractQuery
 
scroll() - Method in interface org.hibernate.query.spi.QueryImplementor
 
scroll(ScrollMode) - Method in interface org.hibernate.query.spi.QueryImplementor
 
scroll(int) - Method in interface org.hibernate.ScrollableResults
Scroll the specified number of positions from the current position.
scroll(JdbcSelect, ScrollMode, JdbcParameterBindings, ExecutionContext, RowTransformer<R>) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
scroll(int, RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Advances the "cursor position" the indicated number of rows and returns a boolean indicating whether there is a row available to read via JdbcValues.getCurrentRowValuesArray().
ScrollableResults<R> - Interface in org.hibernate
A result iterator that allows moving around within the results by arbitrary increments.
ScrollableResultsConsumer<R> - Class in org.hibernate.sql.results.spi
 
ScrollableResultsConsumer() - Constructor for class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
ScrollableResultsImplementor<R> - Interface in org.hibernate.query.spi
 
ScrollMode - Enum in org.hibernate
Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults.
SearchClauseSpecification - Class in org.hibernate.sql.ast.tree.cte
 
SearchClauseSpecification(CteColumn, SortOrder, NullPrecedence) - Constructor for class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
 
searchedCaseList() - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
searchedCaseList() - Method in class org.hibernate.grammars.hql.HqlParser
 
SearchedCaseListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
searchedCaseWhen() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
searchedCaseWhen(int) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
searchedCaseWhen() - Method in class org.hibernate.grammars.hql.HqlParser
 
SearchedCaseWhenContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
SECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SECOND() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
SECOND() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
SECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
second() - Method in class org.hibernate.grammars.hql.HqlParser
 
second() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
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
 
SecondContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SecondContext
 
SecondLevelCacheLogger - Interface in org.hibernate.cache.spi
 
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
secondsBetween(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SELECT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
SELECT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SELECT() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
select(Selection<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
select(Expression<T>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
select(Selection<? extends T>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
select(Expression<T>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
select - Variable in class org.hibernate.sql.InsertSelect
Deprecated.
 
Select - Class in org.hibernate.sql
A simple SQL SELECT statement
Select(Dialect) - Constructor for class org.hibernate.sql.Select
 
Selectable - Interface in org.hibernate.mapping
Models the commonality between a column and a formula (computed value).
SelectableConsumer - Interface in org.hibernate.metamodel.mapping
Consumer used to visit selectable (column/formula) mappings
SelectableMapping - Interface in org.hibernate.metamodel.mapping
Mapping of a selectable (column/formula)
SelectableMappings - Interface in org.hibernate.metamodel.mapping
A container for multiple selectable (column, formula) mappings.
selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
SelectBeforeUpdate - Annotation Type in org.hibernate.annotations
Should the entity's current state be selected from the database when determining whether to perform an update when re-attaching detached entities?
selectBeforeUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
selectCase(Expression<? extends C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
selectCase() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
selectCase(Expression<? extends C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
selectCase() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
selectClause() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
selectClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
SelectClause - Class in org.hibernate.sql.ast.tree.select
The SELECT CLAUSE in the SQL AST.
SelectClause() - Constructor for class org.hibernate.sql.ast.tree.select.SelectClause
 
SelectClause(int) - Constructor for class org.hibernate.sql.ast.tree.select.SelectClause
 
selectClause - Variable in class org.hibernate.sql.Select
 
SelectClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
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() - Method in class org.hibernate.grammars.hql.HqlParser
 
selectExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
SelectExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
selectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Generate a list of collection index, key and element columns
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
selectFragment(String, String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Generate a list of collection index and element columns
selectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(Joinable, String, String, String, String, boolean) - Method in interface org.hibernate.persister.entity.Joinable
All columns to select, when loading.
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Generate a list of collection index, key and element columns
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
All columns to select, when loading.
SelectFragment - Class in org.hibernate.sql
A fragment of an SQL SELECT clause
SelectFragment() - Constructor for class org.hibernate.sql.SelectFragment
 
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.
SelectInterpretationsKey - Class in org.hibernate.query.sql.spi
 
SelectInterpretationsKey(String, JdbcValuesMappingProducer, TupleTransformer, ResultListTransformer) - Constructor for class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
selection() - Method in class org.hibernate.grammars.hql.HqlParser
 
selection() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
selection(int) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
SelectionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
selectionList() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
selectionList() - Method in class org.hibernate.grammars.hql.HqlParser
 
SelectionListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
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.
SelectQueryPlan<R> - Interface in org.hibernate.query.spi
General contract for performing execution of a query returning results.
selectStatement() - Method in class org.hibernate.grammars.hql.HqlParser
 
selectStatement() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
SelectStatement - Class in org.hibernate.sql.ast.tree.select
 
SelectStatement(QueryPart) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
 
SelectStatement(QueryPart, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
 
SelectStatement(boolean, Map<String, CteStatement>, QueryPart, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
 
SelectStatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
selectStrategyImplementor(Class<T>, String) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Locate the named strategy implementation.
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.
SelfRenderingAggregateFunctionSqlAstExpression - Class in org.hibernate.query.sqm.function
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.
SelfRenderingAggregateFunctionSqlAstExpression(String, FunctionRenderingSupport, List<SqlAstNode>, Predicate, AllowableFunctionReturnType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
 
SelfRenderingExpression - Interface in org.hibernate.sql.ast.tree.expression
 
SelfRenderingFunctionSqlAstExpression - Class in org.hibernate.query.sqm.function
Representation of a function call in the SQL AST for impls that know how to render themselves.
SelfRenderingFunctionSqlAstExpression(String, FunctionRenderingSupport, List<SqlAstNode>, AllowableFunctionReturnType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
SelfRenderingPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
SelfRenderingPredicate(SelfRenderingExpression) - Constructor for class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
SelfRenderingSqmAggregateFunction<T> - Class in org.hibernate.query.sqm.function
 
SelfRenderingSqmAggregateFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, SqmPredicate, AllowableFunctionReturnType<T>, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
SelfRenderingSqmFunction<T> - Class in org.hibernate.query.sqm.function
 
SelfRenderingSqmFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, AllowableFunctionReturnType<T>, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
SEMANTIC_QUERY_PRODUCER - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the HqlTranslator class to use.
SEMANTIC_QUERY_TRANSLATOR - Static variable in interface org.hibernate.cfg.AvailableSettings
Names the SqmTranslatorFactory class to use.
SemanticException - Exception in org.hibernate.query
Represents an error in the semantics (meaning) of the passed query.
SemanticException(String) - Constructor for exception org.hibernate.query.SemanticException
 
SemanticException(String, Exception) - Constructor for exception org.hibernate.query.SemanticException
 
SemanticException(String, String, Exception) - Constructor for exception org.hibernate.query.SemanticException
 
SemanticPathPart - Interface in org.hibernate.query.hql.spi
 
SemanticQueryWalker<T> - Interface in org.hibernate.query.sqm
Support for walking a Semantic Query Model (SQM) tree
SEMICOLON - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SEMICOLON - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.
sempred(RuleContext, int, int) - Method in class org.hibernate.grammars.hql.HqlParser
 
sempred(RuleContext, int, int) - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
Sequence - Class in org.hibernate.boot.model.relational
Models a database SEQUENCE.
Sequence(String, Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence
 
Sequence(String, 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.Name - Class in org.hibernate.boot.model.relational
 
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.
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
 
sequenceName - Variable in class org.hibernate.id.enhanced.SequenceStructure
 
SequencePart - Interface in org.hibernate.metamodel.mapping.ordering.ast
Represents an individual identifier in a dot-identifier sequence
SequenceStructure - Class in org.hibernate.id.enhanced
Describes a sequence.
SequenceStructure(JdbcEnvironment, String, 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
 
SequenceSupport - Interface in org.hibernate.dialect.sequence
A set of operations providing support for sequences in a certain SQL dialect.
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
 
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, Object, 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[], Object, Boolean, String, boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
SerializableToBlobType<T extends Serializable> - Class in org.hibernate.type
 
SerializableToBlobType() - Constructor for class org.hibernate.type.SerializableToBlobType
 
SerializableType<T extends Serializable> - Class in org.hibernate.type
A type that maps between a VARBINARY and Serializable classes.
SerializableType(Class<T>) - Constructor for class org.hibernate.type.SerializableType
 
SerializableType(JavaTypeDescriptor<T>) - Constructor for class org.hibernate.type.SerializableType
 
SerializableTypeDescriptor<T extends 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(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
SerializableTypeDescriptor.SerializableMutabilityPlan<S extends 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, Throwable) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceException(String) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Base contract for an initiator of a service.
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
 
Session - Interface in org.hibernate
The main runtime interface between a Java application and Hibernate.
Session.LockRequest - Interface in org.hibernate
Contains locking details (LockMode, Timeout and Scope).
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.jpa.AvailableSettings
SessionFactoryObserver class name, the class must have a no-arg constructor
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.
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
 
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 - Interface in org.hibernate
The main contract here is the creation of Session instances.
sessionFactory() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
SessionFactory.TransactionManagementException - Exception in org.hibernate
 
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.
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 interface org.hibernate.Session
Obtain a Session builder with the ability to grab certain information from this session.
SET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SET() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
SET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SET() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
Set - Class in org.hibernate.mapping
A set with no nullable element columns.
Set(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Set
 
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(SingularAttribute<? super T, Y>, X) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(Path<Y>, X) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(Path<Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(String, Object) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
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.
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.cfg.annotations.TableBinder
 
setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setAbstract(boolean) - Method in class org.hibernate.mapping.Table
 
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.BasicValueBinder
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
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.
setAlias(String) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
Protected access to set the alias.
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
 
setArgumentCountBetween(int, int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
 
setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setArgumentRenderingMode(SqlAstNodeRenderingMode) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentRenderingMode(SqlAstNodeRenderingMode) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setArgumentsValidator(ArgumentsValidator) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentsValidator(ArgumentsValidator) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
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.
setAttributeConverterDescriptor(ConverterDescriptor) - Method in class org.hibernate.mapping.SimpleValue
 
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(JaxbEmbeddableAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Sets the value of the attributes property.
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.
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(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the base property.
setBase(int) - Method in class org.hibernate.cfg.IndexColumn
 
setBase(String) - Method in class org.hibernate.tool.enhance.EnhancementTask
 
setBaseIndex(int) - Method in class org.hibernate.mapping.List
 
SetBasicValueTypeSecondPass - Class in org.hibernate.cfg
 
SetBasicValueTypeSecondPass(BasicValueBinder) - Constructor for class org.hibernate.cfg.SetBasicValueTypeSecondPass
 
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
 
setBatchSize(int) - Method in class org.hibernate.mapping.Collection
 
setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
 
setBatchVersionedDataEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
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, AllowableParameterType<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit Type.
setBindValue(T, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit TemporalType.
setBindValues(Collection<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding values.
setBindValues(Collection<T>, AllowableParameterType<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding values using the explicit Type in regards to the individual values.
setBindValues(Collection<T>, TemporalType, TypeConfiguration) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
setBindValues(Collection<T>) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding values.
setBindValues(Collection<T>, AllowableParameterType) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding values using the explicit Type in regards to the individual 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.
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.TableBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.Ejb3Column
 
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(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.
setCache(Cache) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
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.
setCacheable(Boolean) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setCacheable(Boolean) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setCacheable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCacheable(boolean) - Method in interface org.hibernate.query.CommonQueryContract
Enable/disable second level query (result) caching for this query.
setCacheable(Boolean) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setCacheable(boolean) - Method in interface org.hibernate.query.NativeQuery
 
setCacheable(boolean) - Method in interface org.hibernate.query.Query
 
setCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheable(boolean) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setCacheable(boolean) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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 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 class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setCacheMode(CacheMode) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.CommonQueryContract
(Re)set the current CacheMode in effect for this query.
setCacheMode(CacheMode) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.NativeQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.Query
 
setCacheMode(CacheMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setCacheMode(CacheMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Session
Set the cache mode.
setCacheProviderConfig(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
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 class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setCacheRegion(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setCacheRegion(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCacheRegion(String) - Method in interface org.hibernate.query.CommonQueryContract
Set the name of the cache region where query results should be cached (if cached at all).
setCacheRegion(String) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setCacheRegion(String) - Method in interface org.hibernate.query.NativeQuery
 
setCacheRegion(String) - Method in interface org.hibernate.query.Query
 
setCacheRegion(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheRegion(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setCachingCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setCachingExplicitlyRequested(boolean) - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
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.
setCallable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
 
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(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.
setCascade(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setCascade(String) - Method in class org.hibernate.mapping.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
 
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(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
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.
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
 
setClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
setClause() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
SetClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
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
 
setCollation(String) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
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(Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setCollectionKeys(Serializable[]) - Method in class org.hibernate.engine.spi.QueryParameters
 
setCollectionPersisterClass(Class) - Method in class org.hibernate.mapping.Collection
 
setCollectionRole(String) - Method in class org.hibernate.mapping.Backref
 
setCollectionRole(String) - Method in class org.hibernate.mapping.IndexBackref
 
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(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(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(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(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
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.
setColumn(String) - Method in class org.hibernate.sql.InFragment
 
setColumn(String, String) - Method in class org.hibernate.sql.InFragment
 
setColumnAttribute(String) - Method in class org.hibernate.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(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setColumns(String[]) - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
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.boot.query.AbstractNamedQueryBuilder
 
setComment(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
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 class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setComment(String) - Method in interface org.hibernate.query.NativeQuery
 
setComment(String) - Method in interface org.hibernate.query.Query
Set the comment for this query.
setComment(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
setComment(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setComment(String) - Method in interface org.hibernate.query.sql.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
Deprecated.
 
setComment(String) - Method in class org.hibernate.sql.QuerySelect
 
setComment(String) - Method in class org.hibernate.sql.Select
 
setComment(String) - Method in class org.hibernate.sql.SimpleSelect
 
setComment(String) - Method in class org.hibernate.sql.Update
 
setCommentsEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
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.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the constrained property.
setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
Sets the constrained.
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(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the create property.
setCreate(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "create" mode.
setCurrentKey(Object) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
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(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSqlDelete(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLDeleteAll(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSqlInsert(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - 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(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
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
 
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 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.query.NativeQuery.RootReturn
Name the column alias that identifies the entity's discriminator.
setDiscriminatorAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
setDiscriminatorAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
setDiscriminatorColumn(JaxbDiscriminatorColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the discriminatorColumn property.
setDiscriminatorColumn(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
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(boolean) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setDistinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
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
 
setDoupdate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDrop(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the drop property.
setDrop(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Enable "drop" mode.
setDynamic(boolean) - Method in class org.hibernate.mapping.Component
 
setDynamicInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the dynamicInsert property.
setDynamicInsert(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.
setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
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
 
setEnabledCascadingFetchProfile(CascadingFetchProfile) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
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(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(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
 
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(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setEntityId(Object) - 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<? extends EntityPersister>) - Method in class org.hibernate.mapping.PersistentClass
 
setEntityPersisterClass(Class<? extends EntityPersister>) - Method in class org.hibernate.mapping.RootClass
 
setEntityPersisterClass(Class<? extends EntityPersister>) - 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.
setEnumerationStyle(EnumType) - Method in class org.hibernate.mapping.BasicValue
 
setExactArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setExactArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
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 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.
setExplicitAlias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
setExplicitAlias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
setExplicitAlias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
setExplicitAlias(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Set the explicit alias for this path
setExplicitAssociationTable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setExplicitJavaTypeAccess(Function<TypeConfiguration, BasicJavaDescriptor>) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitMutabilityPlanAccess(Function<TypeConfiguration, MutabilityPlan>) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitPolymorphism(boolean) - Method in class org.hibernate.mapping.RootClass
 
setExplicitSqlTypeAccess(Function<TypeConfiguration, JdbcTypeDescriptor>) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitTableName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
setExplicitType(String) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
setExplicitType(Type) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
setExplicitTypeName(String) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitTypeParams(Map) - Method in class org.hibernate.mapping.BasicValue
 
setExpressableType(SqmExpressable<?>) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
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(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(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(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
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(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
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.JaxbHbmSetType
Sets the value of the fetch property.
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(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setFetch(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setFetch(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setFetch(JpaExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setFetch(JpaExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setFetch(JpaExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setFetchClauseExpression(Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
setFetchExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setFetchExpression(SqmExpression<?>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
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(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(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.boot.query.AbstractNamedQueryBuilder
 
setFetchSize(Integer) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setFetchSize(Integer) - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
setFetchSize(int) - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
setFetchSize(int) - Method in interface org.hibernate.query.CommonQueryContract
Sets a JDBC fetch size hint for the query.
setFetchSize(Integer) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setFetchSize(int) - Method in interface org.hibernate.query.NativeQuery
 
setFetchSize(int) - Method in interface org.hibernate.query.Query
 
setFetchSize(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setFetchSize(int) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setFetchSize(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setFile(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the file property.
setFirstResult(Integer) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
setFirstResult(Integer) - Method in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
setFirstResult(int) - Method in interface org.hibernate.query.NativeQuery
 
setFirstResult(int) - Method in interface org.hibernate.query.Query
 
setFirstResult(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setFirstResult(Integer) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setFirstResult(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setFirstRow(Integer) - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
setFirstRow(int) - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
setFirstRow(Integer) - Method in class org.hibernate.query.Limit
 
setFkJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setFlushing(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before and after the flush cycle
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 class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setFlushMode(FlushMode) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setFlushMode(FlushModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFlushMode(FlushMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
setFlushMode(FlushModeType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setFlushMode(FlushMode) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.NativeQuery
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.Query
 
setFlushMode(FlushModeType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setFlushMode(FlushMode) - Method in interface org.hibernate.Session
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(SqmFromClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
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(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.
setGenerator(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
Sets the value of the generator property.
setGeneratorNameScopeCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
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
 
setGroupByClauseExpressions(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupByClauseExpressions(List<Expression>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
setGroupByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setGroupingExpressions(List<? extends JpaExpression<?>>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupingExpressions(JpaExpression<?>...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupingExpressions(List<? extends JpaExpression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupingExpressions(JpaExpression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupRestriction(JpaPredicate) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupRestriction(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupRestriction(Predicate...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupRestriction(JpaPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupRestriction(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupRestriction(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
Should we stop once an error occurs?
setHaltonerror(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
setHasDirtyCollection(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setHasFilterCondition(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHasParents(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHasSiblings(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHasThetaJoins(boolean) - Method in class org.hibernate.sql.JoinFragment
 
setHavingClausePredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setHavingClauseRestrictions(Predicate) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
setHavingTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.CommonQueryContract
(Re)set the current FlushMode in effect for this query.
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.NativeQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.Query
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.Session
Set the flush mode for this session.
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 class org.hibernate.query.spi.AbstractQuery
 
setHint(String, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setHqlString(String) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
setId(JaxbHbmSimpleIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the id property.
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(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setId(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setId(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
 
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(KeyValue) - Method in class org.hibernate.mapping.IdentifierCollection
 
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.OneToOne
Sets the identifier.
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.RootClass
 
setIdentifier(Object, Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Inject the identifier value into the given entity.
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Inject the identifier value into the given entity.
setIdentifier(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setIdentifier(Object) - Method in interface org.hibernate.proxy.LazyInitializer
Set the identifier value for the entity our owning proxy represents.
setIdentifier(Object, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setIdentifier(Object, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
Inject the identifier value into the given entity.
setIdentifierGeneratorProperties(Properties) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorProperties.
setIdentifierGeneratorProperties(Map) - 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
 
setImplicitJavaTypeAccess(Function<TypeConfiguration, Type>) - Method in class org.hibernate.mapping.BasicValue
 
setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.cfg.Configuration
 
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
 
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(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
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(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
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.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.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.
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
 
setInsertableDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setInsertionTargetPaths(List<SqmPath>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
setInstanceToLoad(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setInterceptor(Interceptor) - Method in class org.hibernate.cfg.Configuration
Set the current Interceptor
setInternalFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
setInvariantType(BasicType) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setInvariantType(BasicType) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
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.
setInverse(boolean) - Method in class org.hibernate.mapping.Collection
 
setInverse(boolean) - Method in class org.hibernate.mapping.Join
 
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.
setJavaType(Class<T>) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
Protected access to set the JavaTypeDescriptor via Java Class
setJavaTypeDescriptor(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.AbstractStandardBasicType
 
setJdbcBatchSize(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setJdbcBatchSize(Integer) - Method in interface org.hibernate.SharedSessionContract
Set the Session-level JDBC batch size.
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
 
setJoinPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
setJoinPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
setJoinPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
setJoinPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.tree.from.SqmQualifiedJoin
Inject the join predicate
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.BasicValue
 
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(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(boolean) - Method in class org.hibernate.mapping.Component
 
setKey(KeyValue) - Method in class org.hibernate.mapping.Join
 
setKey(KeyValue) - Method in class org.hibernate.mapping.JoinedSubclass
 
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.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
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(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(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
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(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(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
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(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
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.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the lazy 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
 
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(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.
setLength(Long) - Method in class org.hibernate.cfg.Ejb3Column
 
setLength(Long) - Method in class org.hibernate.engine.jdbc.Size
 
setLength(Long) - Method in class org.hibernate.mapping.Column
 
setLength(Integer) - Method in class org.hibernate.mapping.Column
 
setLimitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.
setLoadByIdCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
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(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.
setLob(boolean) - Method in class org.hibernate.mapping.Property
 
setLobMultiplier(Size.LobMultiplier) - Method in class org.hibernate.engine.jdbc.Size
 
setLocalGenerators(HashMap<String, IdentifierGeneratorDefinition>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
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(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(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.query.NativeQuery.FetchReturn
Set the lock mode for this return.
setLockMode(LockMode) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Set the lock mode for this return.
setLockMode(String, LockMode) - Method in interface org.hibernate.query.NativeQuery
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.NativeQuery
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.Query
Set the LockMode to use for specific alias (as defined in the query's FROM clause).
setLockMode(LockModeType) - Method in interface org.hibernate.query.Query
 
setLockMode(LockMode) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
setLockMode(LockMode) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
setLockMode(LockMode) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
setLockMode(String, LockMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setLockMode(LockModeType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setLockMode(LockMode) - Method in interface org.hibernate.Session.LockRequest
Specify the LockMode to be used.
setLockMode(LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
setLockMode(LockMode) - Method in class org.hibernate.sql.Select
Deprecated.
Instead use setLockOptions
setLockMode(LockMode) - Method in class org.hibernate.sql.SimpleSelect
 
setLockOptions(LockOptions) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setLockOptions(LockOptions) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.QueryParameters
 
setLockOptions(LockOptions) - Method in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
setLockOptions(LockOptions) - Method in interface org.hibernate.query.NativeQuery
 
setLockOptions(LockOptions) - Method in interface org.hibernate.query.Query
Set the lock options for the query.
setLockOptions(LockOptions) - Method in class org.hibernate.query.spi.AbstractQuery
 
setLockOptions(LockOptions) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setLockOptions(LockOptions) - Method in class org.hibernate.sql.Select
Set the lock options
setLockOptions(LockOptions) - Method in class org.hibernate.sql.SimpleSelect
 
setLockScope(boolean) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockScope(boolean) - Method in class org.hibernate.event.spi.LockEvent
 
setLockTimeout(int) - Method in class org.hibernate.event.spi.LoadEvent
 
setLockTimeout(int) - Method in class org.hibernate.event.spi.LockEvent
 
setLogicalColumnName(String) - Method in class org.hibernate.cfg.Ejb3Column
 
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.
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(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.
setMapKey(MapKey) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
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
 
setMappedByProperty(String) - Method in class org.hibernate.mapping.OneToOne
 
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(Integer) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
setMaxResults(Integer) - Method in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
setMaxResults(int) - Method in interface org.hibernate.query.NativeQuery
 
setMaxResults(int) - Method in interface org.hibernate.query.Query
 
setMaxResults(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setMaxResults(Integer) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setMaxResults(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setMaxRows(RowSelection, PreparedStatement) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
setMaxRows(Limit, PreparedStatement) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
setMaxRows(Limit, PreparedStatement) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
setMaxRows(RowSelection, PreparedStatement) - Method in interface org.hibernate.dialect.pagination.LimitHandler
Deprecated.
todo (6.0): remove in favor of Limit version?
setMaxRows(RowSelection, PreparedStatement) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
setMaxRows(Limit, PreparedStatement) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
setMaxRows(Integer) - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
setMaxRows(int) - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
setMaxRows(int) - Method in class org.hibernate.query.Limit
 
setMaxRows(Integer) - Method in class org.hibernate.query.Limit
 
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.
setMinArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
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.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.
setMutable(boolean) - Method in class org.hibernate.mapping.Collection
 
setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
 
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.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.
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.
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.
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
 
setNullPrecedence(NullPrecedence) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
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
 
setOffset(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setOffset(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setOffset(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setOffset(JpaExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setOffset(JpaExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setOffset(JpaExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setOffsetClauseExpression(Expression) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
setOffsetExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setOffsetParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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(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.
setOneToMany(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setOp(String) - Method in class org.hibernate.sql.ConditionFragment
Sets the op.
setOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
setOperator() - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
setOperator(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
SetOperator - Enum in org.hibernate.query
The SQL set operators.
SetOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
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(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
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.
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.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.
setOptional(boolean) - Method in class org.hibernate.mapping.Join
 
setOptional(boolean) - Method in class org.hibernate.mapping.Property
 
setOptionalEntityName(String) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalEntityName(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
setOptionalEntityName(String) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setOptionalId(Serializable) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalId(Serializable) - Method in class org.hibernate.query.spi.AbstractQuery
 
setOptionalId(Serializable) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setOptionalObject(Object) - Method in class org.hibernate.engine.spi.QueryParameters
 
setOptionalObject(Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
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(SqmOrderByClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setOrderByClause(String) - Method in class org.hibernate.sql.Select
 
setOrderByMappingCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setOrderByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setOrderByValue(String) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
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(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
For generating a export script file, this is the file which will be written.
setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
 
setOutputFile(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
 
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
 
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(String, Object) - Method in interface org.hibernate.Filter
Set the named parameter's value for this filter.
setParameter(Parameter<T>, T) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Object) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Instant>, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<LocalDateTime>, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<ZonedDateTime>, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<OffsetDateTime>, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Object, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Object, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Object, AllowableParameterType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Object, AllowableParameterType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P, AllowableParameterType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.Query
Bind a query parameter using its inferred Type.
setParameter(String, Object, AllowableParameterType) - Method in interface org.hibernate.query.Query
Bind a named query parameter using the supplied Type
setParameter(int, Object, AllowableParameterType) - Method in interface org.hibernate.query.Query
Bind a value to a JDBC-style query parameter.
setParameter(String, P, TemporalType) - Method in interface org.hibernate.query.Query
Bind a named query parameter as some form of date/time using the indicated temporal-type.
setParameter(int, P, TemporalType) - Method in interface org.hibernate.query.Query
Bind a positional query parameter as some form of date/time using the indicated temporal-type.
setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.query.Query
Bind a query parameter as some form of date/time using the indicated temporal-type.
setParameter(QueryParameter<P>, P, AllowableParameterType) - Method in interface org.hibernate.query.Query
Bind a query parameter using the supplied Type
setParameter(Parameter<Instant>, Instant, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<LocalDateTime>, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<ZonedDateTime>, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<OffsetDateTime>, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, Object) - Method in interface org.hibernate.query.Query
Bind a named query parameter using its inferred Type.
setParameter(int, Object) - Method in interface org.hibernate.query.Query
Bind a positional query parameter using its inferred Type.
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.Query
 
setParameter(Parameter<Instant>, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<LocalDateTime>, LocalDateTime, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<ZonedDateTime>, ZonedDateTime, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<OffsetDateTime>, OffsetDateTime, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, LocalDateTime, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, ZonedDateTime, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, OffsetDateTime, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, LocalDateTime, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, ZonedDateTime, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, OffsetDateTime, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P, AllowableParameterType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Object, AllowableParameterType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Object, AllowableParameterType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Object, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Object, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P, AllowableParameterType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Object, AllowableParameterType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Object, AllowableParameterType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Object, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Object, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<Instant>, Instant, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<LocalDateTime>, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<ZonedDateTime>, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<OffsetDateTime>, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection, AllowableParameterType) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Object[], AllowableParameterType) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection, Class) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Collection, Class) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Collection, AllowableParameterType) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Object[], AllowableParameterType) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.query.Query
Bind multiple values to a query parameter using its inferred Type.
setParameterList(String, Collection) - Method in interface org.hibernate.query.Query
Bind multiple values to a named query parameter.
setParameterList(int, Collection) - Method in interface org.hibernate.query.Query
Bind multiple values to a positional query parameter.
setParameterList(String, Collection, Class) - Method in interface org.hibernate.query.Query
Bind multiple values to a named query parameter.
setParameterList(int, Collection, Class) - Method in interface org.hibernate.query.Query
Bind multiple values to a positional query parameter.
setParameterList(String, Collection, AllowableParameterType) - Method in interface org.hibernate.query.Query
Bind multiple values to a named query parameter.
setParameterList(int, Collection, AllowableParameterType) - Method in interface org.hibernate.query.Query
Bind multiple values to a positional query parameter.
setParameterList(String, Object[], AllowableParameterType) - Method in interface org.hibernate.query.Query
Bind multiple values to a named query parameter.
setParameterList(int, Object[], AllowableParameterType) - Method in interface org.hibernate.query.Query
Bind multiple values to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.hibernate.query.Query
Bind multiple values to a named query parameter.
setParameterList(int, Object[]) - Method in interface org.hibernate.query.Query
Bind multiple values to a named query parameter.
setParameterList(QueryParameter<P>, Collection<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Collection, AllowableParameterType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Collection, AllowableParameterType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Object[], AllowableParameterType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Object[], AllowableParameterType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Collection, Class) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Collection, Class) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection, AllowableParameterType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Object[], AllowableParameterType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Collection, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Collection, AllowableParameterType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Object[], AllowableParameterType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Sets the value of the parameterName property.
setParameterTypes(Map<String, String>) - Method in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
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(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.
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
 
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.
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
Hibernate extension to the JPA SetAttribute descriptor
setPersistentClass(PersistentClass, Map<String, Join>, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.Ejb3JoinColumn
Override persistent class on oneToMany Cases for late settings Must only be used on second level pass binding
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Join
 
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
 
setPersistentClassName(String) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
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
 
setPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.cfg.Configuration
 
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
 
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(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the precision property.
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(Integer) - Method in class org.hibernate.cfg.Ejb3Column
 
setPrecision(Integer) - Method in class org.hibernate.engine.jdbc.Size
 
setPrecision(Integer) - Method in class org.hibernate.mapping.Column
 
setPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
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
 
setProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Specify a completely new set of properties
setProperties(Object) - Method in interface org.hibernate.query.NativeQuery
 
setProperties(Map) - Method in interface org.hibernate.query.NativeQuery
 
setProperties(Object) - Method in interface org.hibernate.query.Query
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
setProperties(Map) - Method in interface org.hibernate.query.Query
Bind the values of the given Map for each named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics.
setProperties(Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setProperties(Map) - Method in class org.hibernate.query.spi.AbstractQuery
 
setProperties(Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setProperties(Map) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
Set a properties file
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
Set a properties file
setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
Set a properties file
setProperty(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the property property.
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setProperty(String, String) - Method in class org.hibernate.cfg.Configuration
Set a property value by name
setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
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.BasicValueBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
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.
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Set the value of a particular (named) property
setPropertyValue(Object, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, String, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the value of a particular property
setPropertyValue(Object, int, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValue(Object, String, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
Inject the value of a particular property.
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
Deprecated.
Inject the value of a particular property.
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Set all property values into an entity instance.
setPropertyValues(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
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
Deprecated.
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 interface org.hibernate.type.CompositeType
Inject property values onto the given component instance

An optional operation

setPropertyValuesWithOptimizer(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
 
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.query.sql.spi.NamedNativeQueryMemento.Builder
 
setQueryCacheEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setQueryCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
SetQueryGroupContext(HqlParser.QueryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
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
Should Query.setParameter(org.hibernate.query.QueryParameter<T>, T) perform parameter validation when the Session is bootstrapped via JPA EntityManagerFactory
setQueryParameterValidation(boolean) - Method in interface org.hibernate.StatelessSessionBuilder
Should Query.setParameter(org.hibernate.query.QueryParameter<T>, T) perform parameter validation when the Session is bootstrapped via JPA EntityManagerFactory
setQueryPart(SqmQueryPart<T>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
setQueryRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
Sets the value of the queryRef property.
setQuerySpaces(Set<String>) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setQuerySpaces(Set) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setQuerySpaces(Set<String>) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
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 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.boot.query.AbstractNamedQueryBuilder
 
setReadOnly(Boolean) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setReadOnly(boolean, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setReadOnly(Boolean) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnly(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
Set the read-only/modifiable mode for entities and proxies loaded by the query.
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setReadOnly(Boolean) - Method in class org.hibernate.event.spi.LoadEvent
 
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.CommonQueryContract
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(boolean) - Method in class org.hibernate.query.hql.spi.NamedHqlQueryMemento.Builder
 
setReadOnly(Boolean) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setReadOnly(boolean) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setReadOnly(boolean) - Method in interface org.hibernate.query.NativeQuery
 
setReadOnly(boolean) - Method in interface org.hibernate.query.Query
 
setReadOnly(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
 
setReadOnly(boolean) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setReadOnly(boolean) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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.BasicValueBinder
 
setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
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(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setRequestedId(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setResolvedCustomRead(String) - Method in class org.hibernate.mapping.Column
 
setResolvingCircularFetch(boolean) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
setResolvingCircularFetch(boolean) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
setResolvingCircularFetch(boolean) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
setResource(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the resource property.
setRestriction(JpaPredicate) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setRestriction(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setRestriction(Predicate...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setRestriction(JpaPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setRestriction(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setRestriction(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setRestriction(Predicate) - Method in class org.hibernate.sql.ast.tree.delete.DeleteStatement.DeleteStatementBuilder
 
setRestriction(Predicate) - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
setResult(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setResult(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setResultCacheRegionName(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setResultCachingEnabled(boolean) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setResultClass(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Sets the value of the resultClass property.
setResultId(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setResultListTransformer(ResultListTransformer) - Method in interface org.hibernate.query.NativeQuery
 
setResultListTransformer(ResultListTransformer) - Method in interface org.hibernate.query.Query
 
setResultListTransformer(ResultListTransformer) - Method in class org.hibernate.query.spi.AbstractQuery
 
setResultListTransformer(ResultListTransformer) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
setResultListTransformer(ResultListTransformer) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setResultSetMapping(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Sets the value of the resultSetMapping property.
setResultSetMappingClassName(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setResultSetMappingClassName(String) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setResultSetMappingName(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setResultSetMappingName(String) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setResultsetRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the resultsetRef property.
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.query.NativeQuery
 
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.query.Query
setResultType(Class<T>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
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.BasicValueBinder
 
setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setReturnTypeResolver(FunctionReturnTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setReturnTypeResolver(FunctionReturnTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
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
 
setRoots(List<SqmRoot<?>>) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
Inject the complete set of domain roots
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(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the scale property.
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(Integer) - Method in class org.hibernate.cfg.Ejb3Column
 
setScale(Integer) - Method in class org.hibernate.engine.jdbc.Size
 
setScale(Integer) - Method in class org.hibernate.mapping.Column
 
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
Deprecated.
 
setSelectable(boolean) - Method in class org.hibernate.mapping.Property
 
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the selectBeforeUpdate property.
setSelectBeforeUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setSelectClause(String) - Method in class org.hibernate.sql.Select
Sets the selectClause.
setSelectClause(SelectFragment) - Method in class org.hibernate.sql.Select
 
setSelection(JpaSelection<T>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setSelection(JpaSelection<T>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
setSelection(SqmSelectableNode<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
setSelectQueryPart(SqmQueryPart<T>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
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
 
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
 
setSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
setSetOperator(SetOperator) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setSetOperator(SetOperator) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
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.
setShowSqlEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
setSkipGlobalQuotingForColumnDefinitions(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setSnapshot(Object, 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.
setSorted(boolean) - Method in class org.hibernate.mapping.Collection
 
setSortOrder(SortOrder) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
setSortSpecifications(List<? extends JpaOrder>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setSortSpecifications(List<? extends JpaOrder>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setSortSpecifications(List<? extends JpaOrder>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setSortSpecifications(List<SqmSortSpecification>) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
setSortSpecifications(List<? extends JpaOrder>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setSortSpecifications(List<? extends JpaOrder>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setSortSpecifications(List<? extends JpaOrder>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setSource(JaxbHbmTimestampSourceEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Sets the value of the source property.
setSourceSelectStatement(QueryPart) - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
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
 
setSqlString(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
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(JdbcTypeDescriptor) - 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.
setSqmAliasedNodeCollector(BaseSqmToSqlAstConverter.SqmAliasedNodeCollector) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
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(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.
setStrategy(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
setStreamsForBinaryEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
 
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
 
setSuperclass(PersistentClass) - Method in class org.hibernate.mapping.Subclass
 
setSuperMappedSuperclass(MappedSuperclass) - Method in class org.hibernate.mapping.PersistentClass
 
setSynchronizationEnabled(boolean) - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
setSynchronizationEnabled(boolean) - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
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(JaxbTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
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(Table) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
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.
setTableGroupInitializerCallback(Consumer<TableGroup>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
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
Deprecated.
 
setTableName(String) - Method in class org.hibernate.sql.SimpleSelect
 
setTableName(String) - Method in class org.hibernate.sql.Update
 
setTarget(SqmRoot<E>) - Method in interface org.hibernate.query.criteria.JpaManipulationCriteria
Set the root path
setTarget(SqmRoot<E>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
setTarget(SqmRoot<E>) - Method in interface org.hibernate.query.sqm.tree.SqmDmlStatement
Set the root path
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.
setTemporalPrecision(TemporalType) - Method in class org.hibernate.mapping.BasicValue
 
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.
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.boot.query.AbstractNamedQueryBuilder
 
setTimeout(Integer) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setTimeout(Integer) - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
setTimeout(int) - Method in class org.hibernate.engine.spi.RowSelection
Deprecated.
 
setTimeOut(int) - Method in class org.hibernate.LockOptions
Set the timeout setting.
setTimeout(int) - Method in interface org.hibernate.query.CommonQueryContract
Set the query timeout in seconds.
setTimeout(Integer) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setTimeout(int) - Method in interface org.hibernate.query.NativeQuery
 
setTimeout(int) - Method in interface org.hibernate.query.Query
 
setTimeout(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setTimeout(int) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setTimeout(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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).
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.
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.BasicValueBinder
 
Settings - Class in org.hibernate.cfg
Deprecated.
Settings(SessionFactoryOptions) - Constructor for class org.hibernate.cfg.Settings
Deprecated.
 
Settings(SessionFactoryOptions, Metadata) - Constructor for class org.hibernate.cfg.Settings
Deprecated.
 
Settings(SessionFactoryOptions, String, String) - 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.
setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.NativeQuery
 
setTupleTransformer(TupleTransformer<R>) - Method in interface org.hibernate.query.Query
 
setTupleTransformer(TupleTransformer) - Method in class org.hibernate.query.spi.AbstractQuery
 
setTupleTransformer(TupleTransformer) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
setTupleTransformer(TupleTransformer) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
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(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(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
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(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
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(XProperty, XClass, String, ConverterDescriptor) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
setType(InheritanceType) - Method in class org.hibernate.cfg.InheritanceState
 
setType(MappingModelExpressable<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the mapping model expressable for this parameter.
SetType - Class in org.hibernate.type
 
SetType(TypeConfiguration, String, String) - Constructor for class org.hibernate.type.SetType
 
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.
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.Any.KeyValue
 
setTypeName(String) - Method in class org.hibernate.mapping.Any.MetaValue
 
setTypeName(String) - Method in class org.hibernate.mapping.BasicValue
 
setTypeName(String) - Method in class org.hibernate.mapping.Collection
 
setTypeName(String) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Map) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Map<String, String>) - Method in class org.hibernate.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.BasicValue
 
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.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.
setUnique(boolean) - Method in class org.hibernate.cfg.Ejb3Column
 
setUnique(boolean) - Method in class org.hibernate.mapping.Column
 
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(JaxbHbmUnsavedValueCompositeIdEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the unsavedValue property.
setUnsavedValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
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.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.
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
 
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
 
setUseParenthesesWhenNoArgs(boolean) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
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
 
setValuesList(List<Values>) - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
setVersion(JaxbHbmVersionAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the version property.
setVersion(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the version property.
setVersion(boolean) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
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(Where) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
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
 
setWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
setWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
setWhereClause(String) - Method in class org.hibernate.sql.Select
Sets the whereClause.
setWhereTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
 
setWithRecursive(boolean) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
setWithRecursive(boolean) - Method in interface org.hibernate.query.sqm.tree.cte.SqmCteContainer
 
setWithRecursive(boolean) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
setWithRecursive(boolean) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
setWithRecursive(boolean) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
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
 
sha(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sha1(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sha2(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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".
sharper() - Method in enum org.hibernate.query.ComparisonOperator
 
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.
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.
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.DB2iSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
shouldGetAllProperties(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.
shouldProcessSuperMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
shouldProcessSuperMapping() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
shouldProcessSuperMapping() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
shouldReturnProxies() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
 
SHOW_HQL_FUNCTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable logging of functions registered by the configured SQL Dialect.
SHOW_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable logging of generated SQL to the console
SIGN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SIGN() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
SIGN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SIGN() - Method in class org.hibernate.grammars.hql.HqlParser.SignFunctionContext
 
signFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
signFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
SignFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SignFunctionContext
 
signOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
signOperator() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
SignOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
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(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
 
SimpleAuxiliaryDatabaseObject(Set<String>, String, String, String[], String[]) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleBasicValueConverter<D,R> - Class in org.hibernate.metamodel.model.convert.spi
 
SimpleBasicValueConverter(JavaTypeDescriptor<D>, JavaTypeDescriptor<R>, Function<R, D>, Function<D, R>) - Constructor for class org.hibernate.metamodel.model.convert.spi.SimpleBasicValueConverter
 
simpleCaseList() - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
simpleCaseList() - Method in class org.hibernate.grammars.hql.HqlParser
 
SimpleCaseListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
simpleCaseWhen() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
simpleCaseWhen(int) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
simpleCaseWhen() - Method in class org.hibernate.grammars.hql.HqlParser
 
SimpleCaseWhenContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
simpleDateFormatDate() - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
simpleDateFormatDate(TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
simpleDateFormatTime() - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
simpleDateFormatTime(TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
simpleDateFormatTimestampWithMicros(TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
simpleDateFormatTimestampWithMillis(TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
SimpleDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Describes any non-collection type
SimpleFromClauseAccessImpl - Class in org.hibernate.sql.ast.spi
Simple implementation of FromClauseAccess
SimpleFromClauseAccessImpl() - Constructor for class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
SimpleFromClauseAccessImpl(FromClauseAccess) - Constructor for class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
simpleFunction() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
simpleFunction() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
SimpleFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
SimpleHqlInterpretationImpl - Class in org.hibernate.query.spi
 
SimpleHqlInterpretationImpl(SqmStatement, ParameterMetadataImplementor, DomainParameterXref) - Constructor for class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
SimpleNaturalIdLoadAccess<T> - Interface in org.hibernate
Loads an entity by its natural identifier.
SimpleNaturalIdLoadAccessImpl<T> - Class in org.hibernate.loader.access
 
SimpleNaturalIdLoadAccessImpl(LoadAccessContext, EntityMappingType) - Constructor for class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
simpleQueryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
simpleQueryExpression(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
simpleQueryExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
simpleQueryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
SimpleQueryExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimpleQueryExpressionContext
 
SimpleQueryExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.SimpleQueryExpressionContext
 
SimpleQueryGroupContext(HqlParser.QueryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
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.
SimpleTimestamper - Class in org.hibernate.cache.spi.support
Generates increasing identifiers (in a single VM only).
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
 
SimpleValueTypeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
 
SIN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SIN() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
SingleColumnType<T> - Interface in org.hibernate.type
Provide convenient methods for binding and extracting values for use with BasicType.
SingleEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader for loading a single entity by primary or unique key
SingleIdEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader for loading an entity by a single identifier value.
SingleLineSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
Deprecated.
Use SingleLineSqlScriptExtractor instead
SingleLineSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor
Deprecated.
 
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
 
SingleUniqueKeyEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader subtype for loading an entity by a single unique-key value.
SingularAttributeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
 
SingularAttributeMapping - Interface in org.hibernate.metamodel.mapping
 
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
Hibernate extension to the JPA SingularAttribute descriptor
sinh(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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(Integer, Integer, Long, Size.LobMultiplier) - Constructor for class org.hibernate.engine.jdbc.Size
Complete constructor.
Size(Integer, Integer, Integer, Size.LobMultiplier) - Constructor for class org.hibernate.engine.jdbc.Size
 
size() - Method in class org.hibernate.engine.spi.ExecutableList
 
SIZE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SIZE() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
SIZE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
SIZE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
size() - Method in class org.hibernate.proxy.map.MapProxy
 
size(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
size(C) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
size(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
size(C) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.
SizeSource - Interface in org.hibernate.boot.model.source.spi
 
SizeStrategyImpl() - Constructor for class org.hibernate.dialect.Dialect.SizeStrategyImpl
 
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_LOCKED - Static variable in class org.hibernate.LockOptions
Indicates that rows that are already locked should be skipped.
skipInitialization(Object, RowProcessingState, EntityEntry) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
SLASH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SLASH() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
SLASH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SLASH() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
SmallIntTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for SMALLINT handling.
SmallIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
SoftLock - Interface in org.hibernate.cache.spi.access
Memento object for use by synchronous concurrency strategies
softLockedCacheExpired(String, Object) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
Log a message (WARN) about expiry of soft-locked region.
SOME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SOME() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
SOME() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
SOME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
some(Subquery<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
some(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.HANASequenceSupport
 
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.OracleSequenceSupport
 
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
sometimesNeedsStartingValue() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Do we need to explicitly specify minvalue or maxvalue when the initial value doesn't have the same sign as the increment?
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(JpaExpression<?>, SortOrder, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sort(JpaExpression<?>, SortOrder) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sort(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sort(JpaExpression<?>, SortOrder, NullPrecedence) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sort(JpaExpression<?>, SortOrder) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sort(JpaExpression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
SortedMapType - Class in org.hibernate.type
 
SortedMapType(TypeConfiguration, String, String, Comparator) - Constructor for class org.hibernate.type.SortedMapType
 
SortedSetType - Class in org.hibernate.type
 
SortedSetType(TypeConfiguration, String, String, Comparator) - Constructor for class org.hibernate.type.SortedSetType
 
sortExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
sortExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
SortExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
SortNatural - Annotation Type in org.hibernate.annotations
Specifies in-memory Set/Map sorting using natural sorting.
SortOrder - Enum in org.hibernate.query
 
sortProperties() - Method in class org.hibernate.mapping.Component
 
sortSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
sortSpecification(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
sortSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
sortSpecification(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
sortSpecification() - Method in class org.hibernate.grammars.hql.HqlParser
 
sortSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
sortSpecification(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
sortSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
SortSpecification - Class in org.hibernate.sql.ast.tree.select
 
SortSpecification(Expression, String, SortOrder) - Constructor for class org.hibernate.sql.ast.tree.select.SortSpecification
 
SortSpecification(Expression, String, SortOrder, NullPrecedence) - Constructor for class org.hibernate.sql.ast.tree.select.SortSpecification
 
SortSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
SortSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
soundex(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
source() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
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(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
SPACE - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
SPACE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
SPACE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
SPACE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
SPACE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
SPACE - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
SpannerDialect - Class in org.hibernate.dialect
Hibernate Dialect implementation for Cloud Spanner.
SpannerDialect() - Constructor for class org.hibernate.dialect.SpannerDialect
 
SpannerSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Spanner.
SpannerSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SpannerSqlAstTranslator
 
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
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(TypeConfiguration, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.type.SpecialOneToOneType
 
SpecialOneToOneType(SpecialOneToOneType, 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.sql.exec.spi.AbstractJdbcOperation
 
sql2003() - Method in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
Retrieve all keywords defined by ANSI SQL:2003
SQL_EXCEPTION_CONVERTER - Static variable in interface org.hibernate.cfg.AvailableSettings
The SQLExceptionConverter to use for converting SQLExceptions to Hibernate's JDBCException hierarchy.
SqlAliasBase - Interface in org.hibernate.sql.ast.spi
A generator for new incremental SQL aliases based on a stem
SqlAliasBaseConstant - Class in org.hibernate.sql.ast.spi
A SqlAliasBase that always returns the same constant.
SqlAliasBaseConstant(String) - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
 
SqlAliasBaseGenerator - Interface in org.hibernate.sql.ast.spi
Generator for SqlAliasBase instances based on a stem.
SqlAliasBaseImpl - Class in org.hibernate.sql.ast.spi
Standard SqlAliasBase impl
SqlAliasBaseImpl(String) - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
 
SqlAliasBaseManager - Class in org.hibernate.sql.ast.spi
Helper used in creating unique SQL table aliases for a SQL AST
SqlAliasBaseManager() - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseManager
 
SqlAliasStemHelper - Class in org.hibernate.sql.ast.spi
 
SqlAliasStemHelper() - Constructor for class org.hibernate.sql.ast.spi.SqlAliasStemHelper
 
sqlAlterStrings(Dialect, Metadata, TableInformation, Identifier, Identifier) - Method in class org.hibernate.mapping.Table
 
SqlAppender - Interface in org.hibernate.sql.ast.spi
Access to appending SQL fragments to an in-flight buffer
SqlAstCreationContext - Interface in org.hibernate.sql.ast.spi
The "context" in which creation of SQL AST occurs.
SqlAstCreationState - Interface in org.hibernate.sql.ast.spi
Access to stuff used while creating a SQL AST
SqlAstHelper - Class in org.hibernate.sql.ast.spi
 
SqlAstJoinType - Enum in org.hibernate.sql.ast
 
SqlAstNode - Interface in org.hibernate.sql.ast.tree
 
SqlAstNodeRenderingMode - Enum in org.hibernate.sql.ast
The rendering mode to use for SqlAstNode.
SqlAstProcessingState - Interface in org.hibernate.sql.ast.spi
Generalized access to state information relative to the "current process" of creating a SQL AST.
SqlAstQueryPartProcessingState - Interface in org.hibernate.sql.ast.spi
SqlAstProcessingState specialization for
SqlAstTranslator<T extends JdbcOperation> - Interface in org.hibernate.sql.ast
 
SqlAstTranslatorFactory - Interface in org.hibernate.sql.ast
Factory for obtaining single-use SQL AST translators
SqlAstTreeHelper - Class in org.hibernate.sql.ast.spi
 
SqlAstTreeLogger - Interface in org.hibernate.sql.ast.tree
Dedicated logger for rendering a SQL AST
SqlAstWalker - Interface in org.hibernate.sql.ast
 
sqlCommentStrings(Dialect, String, String) - Method in class org.hibernate.mapping.Table
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.Index
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Index
 
sqlCreateString(Dialect, Mapping, String, String) - Method in interface org.hibernate.mapping.RelationalModel
Deprecated.
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Table
 
sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for creating the database object.
sqlCreateStrings(Dialect) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Commands needed to create the underlying structures.
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
 
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
Deprecated.
Utilize the ExportableProducer contract instead
sqlCreateStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
SQLDelete - Annotation Type in org.hibernate.annotations
Custom SQL statement for delete of an entity/collection.
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
 
SQLDeleteAll - Annotation Type in org.hibernate.annotations
Custom SQL statement for delete of all of a collection's elements.
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
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Index
 
sqlDropString(Dialect, String, String) - Method in interface org.hibernate.mapping.RelationalModel
Deprecated.
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Table
 
sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for dropping the database object.
sqlDropStrings(Dialect) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Commands needed to drop the underlying structures.
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
 
sqlDropStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
Deprecated.
 
sqlDropStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
Deprecated.
Utilize the ExportableProducer contract instead
sqlDropStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
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 - 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 - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
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
SqlExecLogger - Interface in org.hibernate.sql.exec
 
SqlExpressable - Interface in org.hibernate.metamodel.mapping
Unifying contract for things that are capable of being an expression in the SQL AST.
SqlExpressionAccess - Interface in org.hibernate.sql.ast.spi
 
SqlExpressionResolver - Interface in org.hibernate.sql.ast.spi
Resolution of a SqlSelection reference for a given SqlSelectable.
SqlFragmentAlias - Annotation Type in org.hibernate.annotations
Describe aliases for filters.
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.
SQLInsert - Annotation Type in org.hibernate.annotations
Custom SQL statement for insertion of an entity/collection.
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
 
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
 
SqlOmittingQueryOptions - Class in org.hibernate.query.spi
 
SqlOmittingQueryOptions(QueryOptions, boolean, boolean) - Constructor for class org.hibernate.query.spi.SqlOmittingQueryOptions
 
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
 
sqlResultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
sqlResultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
SqlResultSetMappingDescriptor - Class in org.hibernate.boot.query
 
SqlResultSetMappingDescriptor.EntityResultDescriptor - Class in org.hibernate.boot.query
 
SqlScriptCommandExtractor - Interface in org.hibernate.tool.schema.spi
Contract for extracting statements from source/import/init scripts.
SqlScriptException - Exception in org.hibernate.tool.schema.spi
Indicates a problem
SqlScriptException(String) - Constructor for exception org.hibernate.tool.schema.spi.SqlScriptException
 
SqlScriptException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.SqlScriptException
 
SqlScriptLexer - Class in org.hibernate.grammars.importsql
 
SqlScriptLexer(CharStream) - Constructor for class org.hibernate.grammars.importsql.SqlScriptLexer
 
SqlScriptLogging - Class in org.hibernate.tool.schema.ast
 
SqlScriptLogging() - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLogging
 
SqlScriptParser - Class in org.hibernate.grammars.importsql
 
SqlScriptParser(TokenStream) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser
 
SqlScriptParser.CommandBlockContext - Class in org.hibernate.grammars.importsql
 
SqlScriptParser.CommandContext - Class in org.hibernate.grammars.importsql
 
SqlScriptParser.ScriptContext - Class in org.hibernate.grammars.importsql
 
SqlScriptParserBaseListener - Class in org.hibernate.grammars.importsql
This class provides an empty implementation of SqlScriptParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
SqlScriptParserBaseListener() - Constructor for class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
 
SqlScriptParserBaseVisitor<T> - Class in org.hibernate.grammars.importsql
This class provides an empty implementation of SqlScriptParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
SqlScriptParserBaseVisitor() - Constructor for class org.hibernate.grammars.importsql.SqlScriptParserBaseVisitor
 
SqlScriptParserListener - Interface in org.hibernate.grammars.importsql
This interface defines a complete listener for a parse tree produced by SqlScriptParser.
SqlScriptParserVisitor<T> - Interface in org.hibernate.grammars.importsql
This interface defines a complete generic visitor for a parse tree produced by SqlScriptParser.
SqlSelection - Interface in org.hibernate.sql.ast.spi
 
SqlSelectionExpression - Class in org.hibernate.sql.ast.tree.expression
Represents a selection that is "re-used" in certain parts of the query other than the select-clause (mainly important for order-by, group-by and having).
SqlSelectionExpression(SqlSelection) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
SqlSelectionImpl - Class in org.hibernate.query.results
SqlSelection used in ResultSetMapping resolution.
SqlSelectionImpl(int, BasicValuedMapping) - Constructor for class org.hibernate.query.results.SqlSelectionImpl
 
SqlSelectionImpl(int, JdbcMapping) - Constructor for class org.hibernate.query.results.SqlSelectionImpl
 
SqlSelectionProducer - Interface in org.hibernate.sql.ast.spi
 
SQLServer2005Dialect - Class in org.hibernate.dialect
Deprecated.
use SQLServerDialect(9)
SQLServer2005Dialect() - Constructor for class org.hibernate.dialect.SQLServer2005Dialect
Deprecated.
 
SQLServer2005LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler compatible with SQL Server 2005 and later that uses top() and rownumber().
SQLServer2005LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
SQLServer2008Dialect - Class in org.hibernate.dialect
Deprecated.
use SQLServerDialect(10)
SQLServer2008Dialect() - Constructor for class org.hibernate.dialect.SQLServer2008Dialect
Deprecated.
 
SQLServer2012Dialect - Class in org.hibernate.dialect
Deprecated.
use SQLServerDialect(11)
SQLServer2012Dialect() - Constructor for class org.hibernate.dialect.SQLServer2012Dialect
Deprecated.
 
SQLServer2012LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler compatible with SQL Server 2012 which introduced support for the ANSI SQL standard syntax OFFSET m ROWS FETCH NEXT n ROWS ONLY, though this syntax is considered part of the ORDER BY clause, and with the wrinkle that both ORDER BY and the OFFSET clause are required.
SQLServer2012LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
SQLServerDialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2000 and above
SQLServerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLServerDialect(int) - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLServerEveryAnyEmulation - Class in org.hibernate.dialect.function
 
SQLServerEveryAnyEmulation(boolean) - Constructor for class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
 
SQLServerFormatEmulation - Class in org.hibernate.dialect.function
SQL Server behaves strangely when the first argument to format is of the type time, so we cast to datetime.
SQLServerFormatEmulation(SQLServerDialect) - Constructor for class org.hibernate.dialect.function.SQLServerFormatEmulation
 
SQLServerIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
SQLServerIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
 
SQLServerSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for SQLServerDialect.
SQLServerSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.SQLServerSequenceSupport
 
SQLServerSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for SQL Server.
SQLServerSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SQLServerSqlAstTranslator
 
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.
SqlStatementParserListenerImpl - Class in org.hibernate.tool.hbm2ddl
 
SqlStatementParserListenerImpl() - Constructor for class org.hibernate.tool.hbm2ddl.SqlStatementParserListenerImpl
 
SQLStateType - Enum in org.hibernate.engine.jdbc.env.spi
Enum interpretation of the valid values from DatabaseMetaData.getSQLStateType()
sqlString() - Method in enum org.hibernate.query.SetOperator
 
sqlText() - Method in enum org.hibernate.query.ComparisonOperator
 
SqlTreeCreationException - Exception in org.hibernate.sql.ast
Base exception type for problems building a SQL tree.
SqlTreeCreationException(String) - Constructor for exception org.hibernate.sql.ast.SqlTreeCreationException
 
SqlTreeCreationException(String, Throwable) - Constructor for exception org.hibernate.sql.ast.SqlTreeCreationException
 
SqlTreeCreationLogger - Interface in org.hibernate.sql.ast
 
SqlTreePrinter - Class in org.hibernate.sql.ast
Logs a debug representation of the SQL AST.
SqlTuple - Class in org.hibernate.sql.ast.tree.expression
 
SqlTuple(List<? extends Expression>, MappingModelExpressable) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlTuple
 
SqlTuple.Builder - Class in org.hibernate.sql.ast.tree.expression
 
SqlTupleContainer - Interface in org.hibernate.sql.ast.tree.expression
 
sqlType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
sqlType - Variable in class org.hibernate.cfg.Ejb3Column
 
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.
SQLUpdate - Annotation Type in org.hibernate.annotations
Custom SQL statement for update of an entity/collection.
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
 
sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
SqmAliasedExpressionContainer<T extends SqmAliasedNode<?>> - Interface in org.hibernate.query.sqm.tree.select
 
SqmAliasedNode<T> - Interface in org.hibernate.query.sqm.tree.select
Models any aliased expression.
SqmAliasedNodePositionTracker(SqlExpressionResolver, int) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
SqmAliasedNodeRef - Class in org.hibernate.query.sqm.tree.expression
Models a reference to a SqmAliasedNode used in the order-by or group-by clause by either position or alias, though the reference is normalized here to a positional ref
SqmAliasedNodeRef(int, SqmExpressable<Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
SqmAndPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmAndPredicate(SqmPredicate, SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmAndPredicate
 
SqmAny<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmAny(SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAny
 
SqmAnyValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmAnyValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
SqmAnyValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
sqmAs(Class<X>) - Method in interface org.hibernate.query.sqm.SqmPathSource
 
SqmAssignment - Class in org.hibernate.query.sqm.tree.update
 
SqmAssignment(SqmPath, SqmExpression) - Constructor for class org.hibernate.query.sqm.tree.update.SqmAssignment
 
SqmAttributeJoin<O,T> - Interface in org.hibernate.query.sqm.tree.from
Models a join based on a mapped attribute reference.
SqmAttributeJoin.NotJoinableException - Exception in org.hibernate.query.sqm.tree.from
 
SqmBagJoin<O,E> - Class in org.hibernate.query.sqm.tree.domain
 
SqmBagJoin(SqmFrom<?, O>, BagPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
SqmBasicValuedEntityTypePath<T> - Class in org.hibernate.query.sqm.tree.domain
A path that is wrapping an entity type literal.
SqmBasicValuedEntityTypePath(NavigablePath, EntityDomainType<T>, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBasicValuedEntityTypePath
 
SqmBasicValuedEntityTypePath(NavigablePath, EntityDomainType<T>, SqmPath, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBasicValuedEntityTypePath
 
SqmBasicValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmBasicValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
SqmBasicValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
SqmBetweenPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmBetweenPredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
SqmBinaryArithmetic<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmBinaryArithmetic(BinaryArithmeticOperator, SqmExpression<?>, SqmExpression<?>, JpaMetamodel, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
SqmBinaryArithmetic(BinaryArithmeticOperator, SqmExpression<?>, SqmExpression<?>, SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
SqmBooleanExpressionPredicate - Class in org.hibernate.query.sqm.tree.predicate
Represents an expression whose type is boolean, and can therefore be used as a predicate.
SqmBooleanExpressionPredicate(SqmExpression<Boolean>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
SqmByUnit - Class in org.hibernate.query.sqm.tree.expression
 
SqmByUnit(SqmDurationUnit<?>, SqmExpression<?>, SqmExpressable, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
SqmCaseSearched<R> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCaseSearched(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
SqmCaseSearched(SqmExpressable<R>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
SqmCaseSearched(SqmExpressable<R>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
SqmCaseSearched.WhenFragment<R> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCaseSimple<T,R> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCaseSimple(SqmExpression<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
SqmCaseSimple(SqmExpression<T>, SqmExpressable<R>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
SqmCaseSimple(SqmExpression<T>, SqmExpressable<R>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
SqmCaseSimple.WhenFragment<T,R> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCastTarget<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCastTarget(AllowableFunctionReturnType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCastTarget(AllowableFunctionReturnType<T>, Long, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCastTarget(AllowableFunctionReturnType<T>, Integer, Integer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCastTarget(AllowableFunctionReturnType<T>, Long, Integer, Integer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCoalesce<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCoalesce(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
SqmCoalesce(SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
SqmCoalesce(SqmExpressable<T>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
SqmCollate<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCollate(SqmExpression<T>, String) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollate
 
SqmCollectionSize - Class in org.hibernate.query.sqm.tree.expression
Represents the SIZE() function.
SqmCollectionSize(SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
SqmCollectionSize(SqmPath<?>, SqmExpressable<Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
SqmComparisonPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmComparisonPredicate(SqmExpression<?>, ComparisonOperator, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
SqmCorrelatedBagJoin<O,T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedBagJoin(SqmBagJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
SqmCorrelatedCrossJoin<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedCrossJoin(SqmCrossJoin<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
SqmCorrelatedEntityJoin<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedEntityJoin(SqmEntityJoin<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
SqmCorrelatedEntityJoin(EntityDomainType<T>, String, SqmJoinType, SqmRoot, SqmCorrelatedRootJoin<T>, SqmEntityJoin<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
SqmCorrelatedListJoin<O,T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedListJoin(SqmListJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
SqmCorrelatedMapJoin<O,K,V> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedMapJoin(SqmMapJoin<O, K, V>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
SqmCorrelatedRoot<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedRoot(SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
SqmCorrelatedRootJoin<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedSetJoin<O,T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedSetJoin(SqmSetJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
SqmCorrelatedSingularJoin<O,T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedSingularJoin(SqmSingularJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
SqmCorrelation<O,T> - Interface in org.hibernate.query.sqm.tree.domain
Specialization of SqmFrom for sub-query correlations
SqmCreationContext - Interface in org.hibernate.query.sqm.spi
The context in which all SQM creations occur (think SessionFactory).
SqmCreationHelper - Class in org.hibernate.query.sqm.spi
 
SqmCreationOptions - Interface in org.hibernate.query.hql.spi
Options for semantic analysis
SqmCreationProcessingState - Interface in org.hibernate.query.hql.spi
State related to SQM creation, like SqmCreationState, but specific to its "current processing" - which generally means specific to each statement and sub-query
SqmCreationState - Interface in org.hibernate.query.hql.spi
Models the state pertaining to the creation of a single SQM.
SqmCrossJoin<T> - Class in org.hibernate.query.sqm.tree.from
 
SqmCrossJoin(EntityDomainType<T>, String, SqmRoot) - Constructor for class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
SqmCteContainer - Interface in org.hibernate.query.sqm.tree.cte
 
SqmCteStatement<T> - Class in org.hibernate.query.sqm.tree.cte
 
SqmCteStatement(SqmCteTable, SqmStatement<?>, CteMaterialization, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
SqmCteStatement(SqmCteTable, SqmStatement<?>, CteMaterialization, SqmCteContainer) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
SqmCteTable - Class in org.hibernate.query.sqm.tree.cte
 
SqmCteTable(String, EntityMappingType) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
SqmCteTable(String, List<SqmCteTableColumn>) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
SqmCteTableColumn - Class in org.hibernate.query.sqm.tree.cte
 
SqmCteTableColumn(SqmCteTable, String, ModelPart) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
SqmDeleteOrUpdateStatement<T> - Interface in org.hibernate.query.sqm.tree
In some cases it is useful to be able to handle UPDATE or DELETE SQM trees using a single contract.
SqmDeleteStatement<T> - Class in org.hibernate.query.sqm.tree.delete
 
SqmDeleteStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
SqmDeleteStatement(Class<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
SqmDistinct<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmDistinct(SqmExpression<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
SqmDmlStatement<E> - Interface in org.hibernate.query.sqm.tree
Common extension of SqmStatement for DML (delete, update and insert-select) statements.
SqmDurationUnit<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmDurationUnit(TemporalUnit, AllowableFunctionReturnType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
SqmDynamicInstantiation<T> - Class in org.hibernate.query.sqm.tree.select
Represents a dynamic instantiation (select new XYZ(...) ...) as part of the SQM.
SqmDynamicInstantiationArgument<T> - Class in org.hibernate.query.sqm.tree.select
Represents an individual argument to a dynamic instantiation.
SqmDynamicInstantiationArgument(SqmSelectableNode<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
SqmDynamicInstantiationTarget<T> - Interface in org.hibernate.query.sqm.tree.select
Represents the thing-to-be-instantiated in a dynamic instantiation expression.
SqmEmbeddedValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmEmbeddedValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
SqmEmbeddedValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
SqmEmptinessPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmEmptinessPredicate(SqmPluralValuedSimplePath, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
SqmEntityJoin<T> - Class in org.hibernate.query.sqm.tree.from
 
SqmEntityJoin(EntityDomainType<T>, String, SqmJoinType, SqmRoot) - Constructor for class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
SqmEntityValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmEntityValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
SqmEnumLiteral<E extends Enum<E>> - Class in org.hibernate.query.sqm.tree.expression
Specialized SQM literal defined by an enum reference.
SqmEnumLiteral(E, EnumJavaTypeDescriptor<E>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
SqmEvery<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmEvery(SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmEvery
 
SqmExistsPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmExistsPredicate(SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
SqmExpressable<J> - Interface in org.hibernate.query.sqm
Anything in the application domain model that can be used in an SQM query as an expression
SqmExpression<T> - Interface in org.hibernate.query.sqm.tree.expression
The base contract for any kind of expression node in the SQM tree.
SqmExtractUnit<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmExtractUnit(TemporalUnit, AllowableFunctionReturnType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
SqmFieldLiteral<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmFieldLiteral(Field, JavaTypeDescriptor<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
SqmFieldLiteral(T, JavaTypeDescriptor<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
SqmFormat - Class in org.hibernate.query.sqm.tree.expression
Effectively a query-literal but we want to handle it specially in the SQM -> SQL AST conversion
SqmFormat(String, SqmExpressable<String>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFormat
 
SqmFrom<O,T> - Interface in org.hibernate.query.sqm.tree.from
Models a Bindable's inclusion in the FROM clause.
SqmFromClause - Class in org.hibernate.query.sqm.tree.from
Contract representing a from clause.
SqmFromClause() - Constructor for class org.hibernate.query.sqm.tree.from.SqmFromClause
 
SqmFromClause(int) - Constructor for class org.hibernate.query.sqm.tree.from.SqmFromClause
 
SqmFromClauseContainer - Interface in org.hibernate.query.sqm.tree.from
Unified contract for things that can contain a SqmFromClause.
SqmFunction<T> - Class in org.hibernate.query.sqm.tree.expression
A SQM function
SqmFunction(String, SqmFunctionDescriptor, SqmExpressable<T>, List<? extends SqmTypedNode<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFunction
 
SqmFunctionDescriptor - Interface in org.hibernate.query.sqm.function
A factory for SQM nodes representing invocations of a certain named function.
SqmFunctionRegistry - Class in org.hibernate.query.sqm.function
Defines a registry for SqmFunctionDescriptor instances
SqmFunctionRegistry() - Constructor for class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
SqmGroupedPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmGroupedPredicate(SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
SqmIndexedCollectionAccessPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmIndexedCollectionAccessPath(SqmPath<?>, SqmExpression<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
SqmInListPredicate<T> - Class in org.hibernate.query.sqm.tree.predicate
 
SqmInListPredicate(SqmExpression<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
SqmInListPredicate(SqmExpression<T>, NodeBuilder, SqmExpression<T>...) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
SqmInListPredicate(SqmExpression<T>, List<? extends SqmExpression<T>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
SqmInListPredicate(SqmExpression<T>, List<? extends SqmExpression<T>>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
SqmInPredicate<T> - Interface in org.hibernate.query.sqm.tree.predicate
 
SqmInsertSelectStatement<T> - Class in org.hibernate.query.sqm.tree.insert
 
SqmInsertSelectStatement(SqmRoot<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
SqmInsertSelectStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
SqmInsertStatement<T> - Interface in org.hibernate.query.sqm.tree.insert
The general contract for INSERT statements.
SqmInsertValuesStatement<T> - Class in org.hibernate.query.sqm.tree.insert
 
SqmInsertValuesStatement(SqmRoot<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
SqmInSubQueryPredicate<T> - Class in org.hibernate.query.sqm.tree.predicate
 
SqmInSubQueryPredicate(SqmExpression<T>, SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
SqmInSubQueryPredicate(SqmExpression<T>, SqmSubQuery<T>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
SqmJoin<O,T> - Interface in org.hibernate.query.sqm.tree.from
 
SqmJoinable - Interface in org.hibernate.query.sqm
Specialization for attributes that that can be used in creating SQM joins todo (6.0) : should we define this for entities as well to handle cross joins and "entity joins"? - the result type would need to change to just SqmJoin...
SqmJoinType - Enum in org.hibernate.query.sqm.tree
Represents a canonical join type.
SqmJpaCompoundSelection<T> - Class in org.hibernate.query.sqm.tree.select
 
SqmJpaCompoundSelection(List<SqmSelectableNode<?>>, JavaTypeDescriptor<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
SqmJpaCriteriaParameterWrapper<T> - Class in org.hibernate.query.sqm.tree.expression
Acts as the per-use wrapper for a JpaCriteriaParameter (CriteriaBuilder.parameter(java.lang.Class<T>)).
SqmJpaCriteriaParameterWrapper(AllowableParameterType<T>, JpaCriteriaParameter<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
SqmJunctivePredicate - Interface in org.hibernate.query.sqm.tree.predicate
 
SqmLikePredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
SqmListJoin<O,E> - Class in org.hibernate.query.sqm.tree.domain
 
SqmListJoin(SqmFrom<?, O>, ListPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
SqmLiteral<T> - Class in org.hibernate.query.sqm.tree.expression
Represents a literal value in the sqm, e.g. 1 'some string' some.JavaClass.CONSTANT some.JavaEnum.VALUE etc
SqmLiteral(T, SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
SqmLiteralEntityType<T> - Class in org.hibernate.query.sqm.tree.expression
Represents an reference to an entity type as a literal.
SqmLiteralEntityType(EntityDomainType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
SqmLiteralNull<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmLiteralNull(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
SqmLiteralNull(SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
SqmMapEntryReference<K,V> - Class in org.hibernate.query.sqm.tree.domain
Represents the reference to a Map attribute's Map.Entry entries in a select clause
SqmMapEntryReference(SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
SqmMapJoin<O,K,V> - Class in org.hibernate.query.sqm.tree.domain
 
SqmMapJoin(SqmFrom<?, O>, MapPersistentAttribute<O, K, V>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
SqmMaxElementPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmMaxElementPath(SqmPath<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMaxElementPath
 
SqmMaxIndexPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmMaxIndexPath(SqmPath<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMaxIndexPath
 
SqmMemberOfPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmMemberOfPredicate(SqmExpression, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
SqmMemberOfPredicate(SqmExpression, SqmPath, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
SqmMinElementPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmMinElementPath(SqmPath<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMinElementPath
 
SqmMinIndexPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmMinIndexPath(SqmPath<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMinIndexPath
 
SqmMultiTableMutationStrategy - Interface in org.hibernate.query.sqm.mutation.spi
Pluggable strategy for defining how mutation (`UPDATE` or `DELETE`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies.
SqmNamedParameter<T> - Class in org.hibernate.query.sqm.tree.expression
Represents a named query parameter in the SQM tree.
SqmNamedParameter(String, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
SqmNamedParameter(String, boolean, AllowableParameterType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
SqmNegatablePredicate - Interface in org.hibernate.query.sqm.tree.predicate
Contract for predicates that have a negated form, e.g.
SqmNegatedPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmNegatedPredicate(SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
SqmNode - Interface in org.hibernate.query.sqm.tree
Base contract for any SQM AST node.
SqmNullnessPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmNullnessPredicate(SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
SqmNullnessPredicate(SqmExpression, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
SqmOrderByClause - Class in org.hibernate.query.sqm.tree.select
 
SqmOrderByClause() - Constructor for class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
SqmOrderByClause(int) - Constructor for class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
SqmOrPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmOrPredicate(SqmPredicate, SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmOrPredicate
 
SqmParameter<T> - Interface in org.hibernate.query.sqm.tree.expression
Models a parameter expression declared in the query.
SqmParameterizedEntityType<T> - Class in org.hibernate.query.sqm.tree.expression
Entity type expression based on a parameter - `TYPE( :someParam )`
SqmParameterizedEntityType(SqmParameter<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
SqmParameterMappingModelResolutionAccess - Interface in org.hibernate.query.sqm.spi
 
SqmPath<T> - Interface in org.hibernate.query.sqm.tree.domain
Models a reference to a part of the application's domain model as part of an SQM tree.
SqmPathRegistry - Interface in org.hibernate.query.hql.spi
Registry for SqmPath references providing the ability to access them in multiple ways - by alias, by NavigablePath, etc
SqmPathSource<J> - Interface in org.hibernate.query.sqm
Represents parts of the application's domain model that can be used to create SqmPath nodes.
SqmPathWrapper<W,T> - Interface in org.hibernate.query.sqm.tree.domain
SqmPath specialization for an SqmPath that wraps another SqmPath
SqmPluralValuedSimplePath<E> - Class in org.hibernate.query.sqm.tree.domain
An SqmPath for plural attribute paths
SqmPluralValuedSimplePath(NavigablePath, PluralPersistentAttribute, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
SqmPluralValuedSimplePath(NavigablePath, PluralPersistentAttribute, SqmPath, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
SqmPolymorphicRootDescriptor<T> - Class in org.hibernate.query.sqm.tree.domain
Acts as the EntityValuedNavigable for a "polymorphic query" grouping
SqmPolymorphicRootDescriptor(JavaTypeDescriptor<T>, Set<EntityDomainType<?>>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
SqmPositionalParameter<T> - Class in org.hibernate.query.sqm.tree.expression
Models a positional parameter expression
SqmPositionalParameter(int, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
SqmPositionalParameter(int, boolean, AllowableParameterType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
SqmPredicate - Interface in org.hibernate.query.sqm.tree.predicate
 
SqmQualifiedJoin<O,T> - Interface in org.hibernate.query.sqm.tree.from
Common contract for qualified/restricted/predicated joins.
SqmQuery<T> - Interface in org.hibernate.query.sqm.tree
Commonality between a top-level statement and a sub-query
SqmQueryGroup<T> - Class in org.hibernate.query.sqm.tree.select
A grouped list of queries connected through a certain set operator.
SqmQueryGroup(SqmQueryPart<T>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
SqmQueryGroup(NodeBuilder, SetOperator, List<SqmQueryPart<T>>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
SqmQueryPart<T> - Class in org.hibernate.query.sqm.tree.select
Defines the ordering and fetch/offset part of a query which is shared with query groups.
SqmQueryPart(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
SqmQuerySource - Enum in org.hibernate.query.sqm
Informational - used to identify the source of an SQM statement.
SqmQuerySpec<T> - Class in org.hibernate.query.sqm.tree.select
Defines the commonality between a root query and a subquery.
SqmQuerySpec(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
SqmQuerySpecCreationProcessingState - Interface in org.hibernate.query.hql.spi
SqmCreationProcessingState specialization for processing a SQM query-spec
SqmRestrictedSubQueryExpression<T> - Class in org.hibernate.query.sqm.tree.expression
SqmRestrictedSubQueryExpression(SqmSubQuery<T>, SqmRestrictedSubQueryExpression.Modifier, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmRestrictedSubQueryExpression
 
SqmRestrictedSubQueryExpression(SqmSubQuery<T>, SqmRestrictedSubQueryExpression.Modifier, SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmRestrictedSubQueryExpression
 
SqmRestrictedSubQueryExpression.Modifier - Enum in org.hibernate.query.sqm.tree.expression
 
SqmRoot<E> - Class in org.hibernate.query.sqm.tree.from
 
SqmRoot(EntityDomainType<E>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
 
SqmRoot(NavigablePath, SqmPathSource<E>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
 
SqmRoot(NavigablePath, EntityDomainType<E>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
 
SqmSearchClauseSpecification - Class in org.hibernate.query.sqm.tree.cte
 
SqmSearchClauseSpecification(SqmCteTableColumn, SortOrder, NullPrecedence) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
SqmSelectableNode<T> - Interface in org.hibernate.query.sqm.tree.select
Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
SqmSelectClause - Class in org.hibernate.query.sqm.tree.select
The semantic select clause.
SqmSelectClause(boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
SqmSelectClause(boolean, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
SqmSelection<T> - Class in org.hibernate.query.sqm.tree.select
Represents an individual selection within a select clause.
SqmSelection(SqmSelectableNode<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelection
 
SqmSelection(SqmSelectableNode<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelection
 
SqmSelectQuery<T> - Interface in org.hibernate.query.sqm.tree.select
Common contract between a root and a sub-query
SqmSelectStatement<T> - Class in org.hibernate.query.sqm.tree.select
 
SqmSelectStatement(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(Class<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(SqmQueryPart<T>, Class<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelfRenderingExpression<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmSelfRenderingExpression(Function<SemanticQueryWalker, Expression>, SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
SqmSetClause - Class in org.hibernate.query.sqm.tree.update
 
SqmSetClause() - Constructor for class org.hibernate.query.sqm.tree.update.SqmSetClause
 
SqmSetJoin<O,E> - Class in org.hibernate.query.sqm.tree.domain
 
SqmSetJoin(SqmFrom<?, O>, SetPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
SqmSimplePath<T> - Interface in org.hibernate.query.sqm.tree.domain
Specialization of SqmPath for paths that are not explicitly defined in the from-clause (SqmFrom}
SqmSingularJoin<O,T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmSingularJoin(SqmFrom<?, O>, SingularPersistentAttribute<O, T>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
SqmSortSpecification - Class in org.hibernate.query.sqm.tree.select
 
SqmSortSpecification(SqmExpression, SortOrder, NullPrecedence) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
SqmSortSpecification(SqmExpression) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
SqmSortSpecification(SqmExpression, SortOrder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
SqmStar - Class in org.hibernate.query.sqm.tree.expression
 
SqmStar(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmStar
 
SqmStatement<T> - Interface in org.hibernate.query.sqm.tree
The basic SQM statement contract for top-level statements
SqmStatement.ParameterResolutions - Interface in org.hibernate.query.sqm.tree
 
SqmSubQuery<T> - Class in org.hibernate.query.sqm.tree.select
 
SqmSubQuery(SqmQuery<?>, SqmQueryPart<T>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
SqmSubQuery(SqmQuery<?>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
SqmSubQuery(SqmQuery<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
SqmSummarization<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmSummarization(SqmSummarization.Kind, List<SqmExpression<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
SqmSummarization.Kind - Enum in org.hibernate.query.sqm.tree.expression
 
SqmToDuration<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmToDuration(SqmExpression<?>, SqmDurationUnit<?>, AllowableFunctionReturnType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
SqmToSqlAstConverter - Interface in org.hibernate.query.sqm.sql
Specialized SemanticQueryWalker (SQM visitor) for producing SQL AST.
SqmTranslation<T extends Statement> - Interface in org.hibernate.query.sqm.sql
Information obtained from the interpretation of an SqmStatement
SqmTranslator<T extends Statement> - Interface in org.hibernate.query.sqm.sql
 
SqmTranslatorFactory - Interface in org.hibernate.query.sqm.sql
Factory for various
SqmTreatedBagJoin<O,T,S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedBagJoin(SqmBagJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
SqmTreatedCrossJoin<T,S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedCrossJoin(SqmCrossJoin<T>, String, EntityDomainType<S>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
SqmTreatedEntityJoin<T,S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedEntityJoin(SqmEntityJoin<T>, EntityDomainType<S>, String, SqmJoinType) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
SqmTreatedListJoin<O,T,S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedListJoin(SqmListJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
SqmTreatedMapJoin<O,K,V,S extends V> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedMapJoin(SqmMapJoin<O, K, V>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
SqmTreatedPath<T,S extends T> - Interface in org.hibernate.query.sqm.tree.domain
 
SqmTreatedRoot<T,S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedRoot(SqmRoot<T>, EntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
SqmTreatedSetJoin<O,T,S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedSetJoin(SqmSetJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
SqmTreatedSimplePath<T,S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedSimplePath(SqmPluralValuedSimplePath<T>, EntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
SqmTreatedSimplePath(SqmPath<T>, EntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
SqmTreatedSingularJoin<O,T,S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedSingularJoin(SqmSingularJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
SqmTreeCreationLogger - Interface in org.hibernate.query.sqm
Logger used to log information about the creation of an SQM tree.
SqmTreeTransformationLogger - Interface in org.hibernate.query.sqm
 
SqmTrimSpecification - Class in org.hibernate.query.sqm.tree.expression
Needed to pass TrimSpecification as an SqmExpression when we call out to SqmFunctionTemplates handling TRIM calls as a function argument.
SqmTrimSpecification(TrimSpec, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
SqmTuple<T> - Class in org.hibernate.query.sqm.tree.expression
Models a tuple of values, generally defined as a series of values wrapped in parentheses, e.g.
SqmTuple(NodeBuilder, SqmExpression<?>...) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTuple(NodeBuilder, SqmExpressable<T>, SqmExpression<?>...) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTuple(List<SqmExpression<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTuple(List<SqmExpression<?>>, SqmExpressable<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTypedNode<T> - Interface in org.hibernate.query.sqm.tree
Optional contract for SqmNode implementations which are typed
SqmUnaryOperation<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmUnaryOperation(UnaryArithmeticOperator, SqmExpression<T>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
SqmUnaryOperation(UnaryArithmeticOperator, SqmExpression<T>, SqmExpressable<T>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
SqmUpdateStatement<T> - Class in org.hibernate.query.sqm.tree.update
 
SqmUpdateStatement(SqmRoot<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
SqmUpdateStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
SqmUpdateStatement(Class<T>, SqmCriteriaNodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
SqmValues - Class in org.hibernate.query.sqm.tree.insert
 
SqmValues() - Constructor for class org.hibernate.query.sqm.tree.insert.SqmValues
 
SqmVisitableNode - Interface in org.hibernate.query.sqm.tree
Optional contract for SqmNode implementations that can be visited by a SemanticQueryWalker.
SqmWhereClause - Class in org.hibernate.query.sqm.tree.predicate
 
SqmWhereClause(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
SqmWhereClause(SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
SqmWhereClauseContainer - Interface in org.hibernate.query.sqm.tree.predicate
Unified contract for things that can contain a SqmWhereClause.
SQRT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SQRT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
SQRT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SQRT() - Method in class org.hibernate.grammars.hql.HqlParser.SqrtFunctionContext
 
sqrt(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sqrt(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sqrtFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
sqrtFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
SqrtFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SqrtFunctionContext
 
square(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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, Object) - 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
StandardArgumentsValidators - Class in org.hibernate.query.sqm.produce.function
 
standardBasicTypeForJavaType(Class<J>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
standardBasicTypeForJavaType(Class<J>, Function<JavaTypeDescriptor<J>, BasicType<J>>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
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(JdbcTypeDescriptor, 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
StandardEntityInstanceResolver - Class in org.hibernate.sql.exec.spi
 
standardFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
standardFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
StandardFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
StandardFunctionReturnTypeResolvers - Class in org.hibernate.query.sqm.produce.function
 
StandardGenerationContextLocator(String) - Constructor for class org.hibernate.mapping.Component.StandardGenerationContextLocator
 
StandardOptimizerDescriptor - Enum in org.hibernate.id.enhanced
Enumeration of the standard Hibernate id generation optimizers.
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, 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, 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, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a builder with the specified bootstrap services.
StandardSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.sql.ast.spi
The final phase of query translation.
StandardSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.StandardSqlAstTranslator
 
StandardSqlAstTranslatorFactory - Class in org.hibernate.sql.ast.spi
 
StandardSqlAstTranslatorFactory() - Constructor for class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
StandardSQLFunction - Class in org.hibernate.dialect.function
Simplified API allowing users to contribute SqmFunctionDescriptors to HQL.
StandardSQLFunction(String) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
 
StandardSQLFunction(String, AllowableFunctionReturnType) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
 
StandardSQLFunction(String, boolean, AllowableFunctionReturnType) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
 
StandardSqmTranslation<T extends Statement> - Class in org.hibernate.query.sqm.sql
 
StandardSqmTranslation(T, Map<SqmParameter, List<List<JdbcParameter>>>, Map<SqmParameter, MappingModelExpressable>, SqlExpressionResolver, FromClauseAccess) - Constructor for class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
StandardSqmTranslatorFactory - Class in org.hibernate.query.sqm.sql
Standard implementation of the SqmTranslatorFactory
StandardSqmTranslatorFactory() - Constructor for class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
StandardTableGroup - Class in org.hibernate.sql.ast.tree.from
 
StandardTableGroup(boolean, NavigablePath, TableGroupProducer, String, TableReference, SqlAliasBase, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
StandardTableGroup(boolean, NavigablePath, TableGroupProducer, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
StandardTableGroup(boolean, NavigablePath, TableGroupProducer, boolean, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
StandardWarningHandler(String) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
Creates a StandardWarningHandler
Star - Class in org.hibernate.sql.ast.tree.expression
 
Star() - Constructor for class org.hibernate.sql.ast.tree.expression.Star
 
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() - Method in interface org.hibernate.service.spi.Startable
Start phase notification
Startable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to start.
startingLoadByNaturalId(EntityMappingType, Object, SharedSessionContract) - Method in interface org.hibernate.loader.NaturalIdPreLoadListener
Callback for a load-by-natural-id pre event
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.
startingValue(int, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
 
startService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
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
StateArrayContributorMapping - Interface in org.hibernate.metamodel.mapping
 
StateArrayContributorMetadata - Interface in org.hibernate.metamodel.mapping
 
StateArrayContributorMetadataAccess - Interface in org.hibernate.metamodel.mapping
 
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.grammars.hql.HqlParser
 
Statement - Interface in org.hibernate.sql.ast.tree
Base contract for any statement
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.
StatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.StatementContext
 
StatementCreatorHelper - Class in org.hibernate.sql.exec.spi
Helper for creating various types of NOTE :
StatementCreatorHelper() - Constructor for class org.hibernate.sql.exec.spi.StatementCreatorHelper
 
statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
StatementInspector - Interface in org.hibernate.resource.jdbc.spi
Contract to allow inspection (and swapping) of SQL to be prepared
statementInspector(StatementInspector) - Method in interface org.hibernate.SessionBuilder
Applies a specific StatementInspector to the session options.
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
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.
staticFetchableList - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.
stddev(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Warning: the semantics of this function are inconsistent between DBs.
stddevPopSamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
stddevPopSamp_stdevp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
SQL Server-style
stdevVarianceSamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
DB2
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 org.hibernate.procedure.ParameterRegistration contract
STR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
STR() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
STR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
STR() - Method in class org.hibernate.grammars.hql.HqlParser.StrFunctionContext
 
strategy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
 
strategy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
 
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() - Method in class org.hibernate.query.spi.AbstractQuery
 
stream(JdbcSelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.NClobTypeDescriptor
 
STREAM_BINDING_EXTRACTING - Static variable in class org.hibernate.type.descriptor.jdbc.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
strFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
strFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
StrFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.StrFunctionContext
 
StrictJpaComplianceViolation - Exception in org.hibernate.query.sqm
Indicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.
StrictJpaComplianceViolation(StrictJpaComplianceViolation.Type) - Constructor for exception org.hibernate.query.sqm.StrictJpaComplianceViolation
 
StrictJpaComplianceViolation(String, StrictJpaComplianceViolation.Type) - Constructor for exception org.hibernate.query.sqm.StrictJpaComplianceViolation
 
StrictJpaComplianceViolation.Type - Enum in org.hibernate.query.sqm
 
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.
STRING_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonStandardFunctionNameContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
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.persister.entity.DiscriminatorType
 
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
Deprecated.
 
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() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
subGraph() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
SubGraph<J> - Interface in org.hibernate.graph
Hibernate extension to the JPA entity-graph Subgraph contract.
SubGraphContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
SubGraphImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the SubGraph contract
subLogger(String) - Static method in class org.hibernate.boot.BootLogging
 
subLogger(String) - Static method in interface org.hibernate.query.hql.HqlLogging
 
subLogger(String, Class<T>) - Static method in interface org.hibernate.query.hql.HqlLogging
 
subLogger(String) - Static method in interface org.hibernate.query.QueryLogging
 
subLogger(String, Class<T>) - Static method in interface org.hibernate.query.QueryLogging
 
subLogger(String) - Static method in interface org.hibernate.sql.results.LoadingLogger
 
subLogger(String) - Static method in interface org.hibernate.sql.results.ResultsLogger
 
subLoggerName(String) - Static method in class org.hibernate.boot.BootLogging
 
subLoggerName(String) - Static method in interface org.hibernate.bytecode.BytecodeLogging
 
subLoggerName(String) - Static method in interface org.hibernate.query.hql.HqlLogging
 
subLoggerName(String) - Static method in interface org.hibernate.query.QueryLogging
 
subLoggerName(String) - Static method in interface org.hibernate.sql.results.LoadingLogger
 
subLoggerName(String) - Static method in interface org.hibernate.sql.results.ResultsLogger
 
subQuery() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
subQuery() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
subQuery() - Method in class org.hibernate.grammars.hql.HqlParser
 
subQuery() - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryExpressionContext
 
subQuery() - Method in class org.hibernate.grammars.hql.HqlParser.SubQueryInListContext
 
subquery(Class<U>) - Method in interface org.hibernate.query.criteria.JpaCriteriaBase
 
subquery(Class<U>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
subquery(Class<U>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
subquery(Class<U>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
SubQueryContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubQueryContext
 
SubQueryExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubQueryExpressionContext
 
SubQueryInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubQueryInListContext
 
Subselect - Annotation Type in org.hibernate.annotations
Map an immutable and read-only entity to a given SQL select expression.
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
 
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
 
SubselectFetch - Class in org.hibernate.engine.spi
 
SubselectFetch(EntityValuedModelPart, QuerySpec, TableGroup, List<JdbcParameter>, JdbcParameterBindings, Set<EntityKey>) - Constructor for class org.hibernate.engine.spi.SubselectFetch
 
substr(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of a reader, wrapping the portion in a new reader.
subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of the bytes from the given stream, wrapping them in a new stream.
subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract a portion of a reader, wrapping the portion in a new reader.
subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract a portion of the bytes from the given stream., wrapping them in a new stream.
substring(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Not the same as ANSI-style substring!
SUBSTRING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SUBSTRING() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
SUBSTRING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SUBSTRING() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
substring(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring(Expression<String>, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring(Expression<String>, int, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring_substr(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle, and many others
substring_substringLen(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style (3 required args)
substringFromFor(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI-style substring
substringFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
substringFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
SubstringFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
substringFunctionLengthArgument() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
substringFunctionLengthArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
SubstringFunctionLengthArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
substringFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
substringFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
SubstringFunctionStartArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
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
subType() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
subType() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
SubTypeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
SUM - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SUM() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
SUM - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SUM() - Method in class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
sum(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sum(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sum(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sum(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sumAsDouble(Expression<Float>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sumAsDouble(Expression<Float>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sumAsLong(Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sumAsLong(Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sumFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
sumFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
SumFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SumFunctionContext
 
Summarization - Class in org.hibernate.sql.ast.tree.expression
 
Summarization(Summarization.Kind, List<Expression>) - Constructor for class org.hibernate.sql.ast.tree.expression.Summarization
 
Summarization.Kind - Enum in org.hibernate.sql.ast.tree.expression
 
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
Deprecated.
 
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?

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

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?

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

supportsAsciiStringTypes() - Method in class org.hibernate.dialect.AbstractHANADialect
 
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?
supportsBitType() - Method in class org.hibernate.dialect.Dialect
Does this dialect have a true SQL BIT type with just two values (0 and 1) or, even better, a proper SQL BOOLEAN type, or does Types.BIT get mapped to a numeric type with more than two values?
supportsBitType() - Method in class org.hibernate.dialect.OracleDialect
Oracle has neither BIT nor BOOLEAN.
supportsBitType() - Method in class org.hibernate.dialect.SybaseASEDialect
The Sybase ASE BIT type does not allow null values, so we don't use it.
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
supportsBulkInsertionIdentifierGeneration() - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Given the configuration of this generator, is identifier generation as part of bulk insertion supported?

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

supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.SequenceGenerator
Deprecated.
 
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.SpannerDialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
Does this dialect support case insensitive LIKE restrictions?
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsCatalogs() - Method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
 
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.SpannerDialect
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
HANA currently does not support check constraints.
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.MariaDBDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DerbyDialect
 
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.OracleDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Dialect
Deprecated.
no longer called
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.MySQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.OracleDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.SpannerDialect
 
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.AbstractTransactSQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.Dialect
Does this dialect support empty IN lists?

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

supportsEmptyInList() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.OracleDialect
 
supportsEmptyInList() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.DerbyDialect
 
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.OracleDialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.AbstractHANADialect
 
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.SybaseASEDialect
 
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.Dialect
Does this dialect support the given fetch clause type.
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.H2Dialect
 
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.OracleDialect
 
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsFilterClause() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsFilterClause() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
supportsFilterClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
supportsFilterClause() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
Whether the FILTER clause for aggregate functions is supported.
supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.Dialect
Whether the database supports adding a fractional interval to a timestamp e.g.
supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.SybaseDialect
 
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.CockroachDB1920IdentityColumnSupport
 
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.MySQLIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.CockroachDialect
 
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.H2Dialect
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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?

NOTE : Only one or the other (or neither) of this and Dialect.supportsIfExistsBeforeConstraintName() should return true

supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
For dropping a table, can the phrase "if exists" be applied after the table name?

NOTE : Only one or the other (or neither) of this and Dialect.supportsIfExistsBeforeTableName() should return true

supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.CockroachDialect
 
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?

NOTE : Only one or the other (or neither) of this and Dialect.supportsIfExistsAfterConstraintName() should return true

supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.Dialect
For dropping a table, can the phrase "if exists" be applied before the table name?

NOTE : Only one or the other (or neither) of this and Dialect.supportsIfExistsAfterTableName() should return true

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.PostgreSQLDialect
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
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
 
supportsIntersect() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsIntersect() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.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.PostgreSQLDialect
 
supportsLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
supportsLimit() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler support limiting query results?
supportsLimit() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
supportsLimitOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler support combinations of limit and offset?
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsLobValueChangePropagation() - 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...
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.H2Dialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.DerbyDialect
 
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.SpannerDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
Override the DatabaseMetaData#supportsNamedParameters()
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.HSQLDialect
 
supportsNamedParameters() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Does the driver report supporting named parameters?
supportsNationalizedTypes() - Method in class org.hibernate.dialect.Dialect
Deprecated.
(since 6.0) Prefer Dialect.getNationalizationSupport() which gives a little better insight into what is supported. This is interpreted as true if the supported strategy is NationalizationSupport.EXPLICIT
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.CockroachDialect
 
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.DB2Dialect
 
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.PostgreSQLDialect
 
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsNotNullUnique() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
supportsNotNullUnique() - Method in class org.hibernate.dialect.SpannerDialect
The Cloud Spanner Hibernate Dialect does not currently support UNIQUE restrictions.
supportsNoWait() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsNoWait() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support NO_WAIT timeout.
supportsNoWait() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.OracleDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.Dialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.SybaseDialect
 
supportsOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler support offsetting query results without also specifying a limit?
supportsOffset() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
supportsOffset() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
supportsOffsetClause() - Method in class org.hibernate.dialect.DB2iSqlAstTranslator
 
supportsOffsetClause() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsOffsetClause() - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.Dialect
Does this dialect support offset in subqueries? Ex: select * from Table1 where col1 in (select col1 from Table2 order by col2 limit 1 offset 1)
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.H2Dialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.OracleDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.SpannerDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsOrderByInSubquery() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsOrderByInSubquery() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsOrderByInSubquery() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the order by clause in subqueries? Ex: select * from Table1 where col1 in (select col1 from Table2 order by col2 limit 1)
supportsOrderByInSubquery() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsOrdinalSelectItemReference() - Method in class org.hibernate.dialect.Dialect
Does this dialect support references to result variables (i.e, select items) by column positions (1-origin) as defined by the select clause?
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DerbyDialect
 
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.PostgreSQLDialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.SpannerDialect
 
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.DerbyDialect
 
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.AbstractTransactSQLDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.Dialect
Does the underlying database support partition by
supportsPartitionBy() - Method in class org.hibernate.dialect.OracleDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.Dialect
Deprecated.
supportsPooledSequences() - Method in class org.hibernate.dialect.LegacySequenceSupport
 
supportsPooledSequences() - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
supportsPooledSequences() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Does this dialect support "pooled" sequences.
supportsQuantifiedPredicates() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support quantified predicates.
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.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.CockroachDialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.Dialect
Deprecated.
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax.
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Dialect
Deprecated.
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.OracleDialect
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.OracleSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
If the dialect supports row values, does it offer such support in IN lists as well?

For example, "...

supportsRowValueConstructorSyntaxInInSubquery() - Method in class org.hibernate.dialect.Dialect
Deprecated.
supportsRowValueConstructorSyntaxInInSubquery() - Method in class org.hibernate.dialect.OracleDialect
 
supportsRowValueConstructorSyntaxInInSubQuery() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInSubQuery() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
If the dialect supports row values, does it offer such support in IN subqueries as well?

For example, "...

supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.Dialect
Deprecated.
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax with quantified predicates.
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.Dialect
Deprecated.
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax, sometimes called tuple syntax, in the SET clause;

Basically, does it support syntax like "...

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.Dialect
 
supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.H2Dialect
 
supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsSelectQueryWithoutFromClause() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsSelectQueryWithoutFromClause() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsSelectQueryWithoutFromClause() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsSelectQueryWithoutFromClause() - Method in class org.hibernate.dialect.Dialect
Deprecated.
supportsSelectQueryWithoutFromClause() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsSelectQueryWithoutFromClause() - Method in class org.hibernate.dialect.OracleDialect
 
supportsSequences() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
supportsSequences() - Method in class org.hibernate.dialect.Dialect
Deprecated.
supportsSequences() - Method in class org.hibernate.dialect.LegacySequenceSupport
 
supportsSequences() - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
supportsSequences() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Does this dialect support sequences?
supportsSimpleQueryGrouping() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
supportsSimpleQueryGrouping() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
supportsSkipLocked() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.DB2iDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.DB2zDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support SKIP_LOCKED timeout.
supportsSkipLocked() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.OracleDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsSubqueryInSelect() - Method in class org.hibernate.dialect.Dialect
Does this dialect support subqueries in the select clause? Ex: select col1, (select col2 from Table2 where ..) from Table1
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.
supportsTableCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.Dialect
Does this dialect support table-level check constraints?
supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.Dialect
Whether the Dialect supports timezone offset in temporal literals.
supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.H2Dialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Dialect
 
supportsTimezoneTypes() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsTimezoneTypes() - Method in class org.hibernate.dialect.DB2zDialect
 
supportsTimezoneTypes() - Method in class org.hibernate.dialect.Dialect
Whether the Dialect supports timezone types like Types.TIMESTAMP_WITH_TIMEZONE.
supportsTimezoneTypes() - Method in class org.hibernate.dialect.H2Dialect
 
supportsTimezoneTypes() - Method in class org.hibernate.dialect.OracleDialect
 
supportsTimezoneTypes() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsTimezoneTypes() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsTruncateWithCast() - Method in class org.hibernate.dialect.Dialect
Does this dialect support truncation of values to a specified length through a cast?
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.AbstractTransactSQLDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DerbyDialect
 
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.OracleDialect
 
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.Dialect
supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.H2Dialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Dialect
Is it supported to materialize a LOB locator outside the transaction in which it was created?

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

supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsUnionAll() - Method in class org.hibernate.dialect.Dialect
Does this dialect support UNION ALL.
supportsUnionAll() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsUnionInSubquery() - Method in class org.hibernate.dialect.Dialect
Does this dialect support UNION in a subquery.
supportsUnionInSubquery() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsUnique() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
supportsUnique() - Method in class org.hibernate.dialect.SpannerDialect
The Cloud Spanner Hibernate Dialect does not currently support UNIQUE restrictions.
supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getUniqueDelegate() should be overridden instead.
supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.SpannerDialect
The Cloud Spanner Hibernate Dialect does not currently support UNIQUE restrictions.
supportsValuesList() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsValuesList() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsValuesList() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support VALUES list (e.g.
supportsValuesList() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsValuesList() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsValuesListForInsert() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsValuesListForInsert() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support VALUES list (e.g.
supportsValuesListForInsert() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsVariableLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does this handler support bind variables (JDBC prepared statement parameters) for its limit/offset?
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsWait() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsWait() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support WAIT timeout.
supportsWait() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsWait() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsWait() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsWait() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.Dialect
Does this dialect support window functions like `row_number() over (..)`
supportsWindowFunctions() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.OracleDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.SQLServerDialect
 
Sybase11Dialect - Class in org.hibernate.dialect
Deprecated.
use SybaseASEDialect instead
Sybase11Dialect() - Constructor for class org.hibernate.dialect.Sybase11Dialect
Deprecated.
 
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
 
SybaseASE157Dialect - Class in org.hibernate.dialect
Deprecated.
use SybaseASEDialect(1570)
SybaseASE157Dialect() - Constructor for class org.hibernate.dialect.SybaseASE157Dialect
Deprecated.
 
SybaseASE15Dialect - Class in org.hibernate.dialect
Deprecated.
use SybaseASEDialect(1500)
SybaseASE15Dialect() - Constructor for class org.hibernate.dialect.SybaseASE15Dialect
Deprecated.
 
SybaseASEDialect - Class in org.hibernate.dialect
Dialect for Sybase Adaptive Server Enterprise for Sybase 11.9.2 and above.
SybaseASEDialect() - Constructor for class org.hibernate.dialect.SybaseASEDialect
 
SybaseASEDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SybaseASEDialect
 
SybaseASEDialect(int, boolean) - Constructor for class org.hibernate.dialect.SybaseASEDialect
 
SybaseASESqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Sybase ASE.
SybaseASESqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SybaseASESqlAstTranslator
 
SybaseDialect - Class in org.hibernate.dialect
Superclass for all Sybase dialects.
SybaseDialect() - Constructor for class org.hibernate.dialect.SybaseDialect
 
SybaseDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SybaseDialect
 
SybaseDialect(int, boolean) - Constructor for class org.hibernate.dialect.SybaseDialect
 
SybaseSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Sybase.
SybaseSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SybaseSqlAstTranslator
 
SybaseSqmToSqlAstConverter<T extends Statement> - Class in org.hibernate.dialect
A SQM to SQL AST translator for Sybase ASE.
SybaseSqmToSqlAstConverter(SqmStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Constructor for class org.hibernate.dialect.SybaseSqmToSqlAstConverter
 
synchronizationEnabled(boolean) - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
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 - Annotation Type in org.hibernate.annotations
Ensures that auto-flush happens correctly and that queries against the derived entity do not return stale data.
synchronize - Variable in class org.hibernate.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
 
SynchronizeableQuery - Interface in org.hibernate.query
A unifying interface for queries which can define tables (query spaces) to synchronize on.
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
 
syntacticDomainPath() - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
syntacticDomainPath() - Method in class org.hibernate.grammars.hql.HqlParser
 
SyntacticDomainPathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
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
 
sysdate(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sysdateExplicitMicros(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL 5.7 precision defaults to seconds, but microseconds is better
sysdateParens(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL requires the parens in sysdate()
systimestamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 

T

TAB - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
TAB() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
TAB(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
TAB() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
TAB(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
TAB - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
Table - Annotation Type in org.hibernate.annotations
Complementary information to a table either primary or secondary.
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 class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
table() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
TABLE - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table name for the generated id
Table - Class in org.hibernate.mapping
A relational table
Table() - Constructor for class org.hibernate.mapping.Table
 
Table(String) - Constructor for class org.hibernate.mapping.Table
 
Table(String, String) - Constructor for class org.hibernate.mapping.Table
 
Table(String, Namespace, Identifier, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(String, Namespace, Identifier, String, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(String, Namespace, String, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table - Interface in org.hibernate.metamodel.relational
 
Table.ForeignKeyKey - Class in org.hibernate.mapping
 
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.
TableAliasResolver - Interface in org.hibernate.sql.ast.tree.from
 
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
 
TableGroup - Interface in org.hibernate.sql.ast.tree.from
Group together TableReference references related to a single entity or collection, along with joins to other TableGroups
TableGroupImpl - Class in org.hibernate.query.results
A TableGroup created with regards to a SQL ResultSet mapping
TableGroupImpl(NavigablePath, String, TableReference, ModelPartContainer, String) - Constructor for class org.hibernate.query.results.TableGroupImpl
 
TableGroupJoin - Class in org.hibernate.sql.ast.tree.from
 
TableGroupJoin(NavigablePath, SqlAstJoinType, TableGroup, Predicate) - Constructor for class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
TableGroupJoin(NavigablePath, SqlAstJoinType, TableGroup) - Constructor for class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
TableGroupJoinProducer - Interface in org.hibernate.sql.ast.tree.from
 
tableGroupMap - Variable in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
TableGroupProducer - Interface in org.hibernate.sql.ast.tree.from
Marker interface for anything which produces a TableGroup
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
TableJoin - Interface in org.hibernate.sql.ast.tree.from
The commonalities between TableGroupJoin and TableReferenceJoin.
TableMetadata - Class in org.hibernate.tool.hbm2ddl
Deprecated.
Everything in this package has been replaced with SchemaManagementTool and friends.
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
tableName - Variable in class org.hibernate.sql.Delete
 
tableName - Variable in class org.hibernate.sql.Insert
 
tableName - Variable in class org.hibernate.sql.InsertSelect
Deprecated.
 
tableName - Variable in class org.hibernate.sql.SimpleSelect
 
tableName - Variable in class org.hibernate.sql.Update
 
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).
TableReference - Class in org.hibernate.sql.ast.tree.from
Represents a reference to a table (derived or physical) in a query's from clause.
TableReference(String, String, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.TableReference
 
TableReferenceJoin - Class in org.hibernate.sql.ast.tree.from
Represents a join to a TableReference; roughly equivalent to a SQL join.
TableReferenceJoin(SqlAstJoinType, TableReference, Predicate) - Constructor for class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
TableReferenceJoinPredicateProducer - Interface in org.hibernate.sql.ast.tree.from
Functional contract for producing the join-predicate related to a TableReferenceJoin.
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, String, QualifiedName, Identifier, int, int, Class) - Constructor for class org.hibernate.id.enhanced.TableStructure
 
takeWhile(Predicate<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
TAN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TAN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TAN() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
tanh(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
Target - Annotation Type in org.hibernate.annotations
Define an explicit target, avoiding reflection and generics resolving.
Target - Enum in org.hibernate.tool.hbm2ddl
Describes the types of targets for create, drop and update actions
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
 
targetFieldsSpec() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
targetFieldsSpec() - Method in class org.hibernate.grammars.hql.HqlParser
 
TargetFieldsSpecContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TargetFieldsSpecContext
 
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
 
TemplatedViolatedConstraintNameExtractor - 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.
TemplatedViolatedConstraintNameExtractor(Function<SQLException, String>) - Constructor for class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
 
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
 
TemporalJavaTypeDescriptor<T> - Interface in org.hibernate.type.descriptor.java
Specialized JavaTypeDescriptor for temporal types.
temporalLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
temporalLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
TemporalLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
TemporalUnit - Enum in org.hibernate.query
A temporal field type which can occur as an argument to extract() or as the unit of a duration expression.
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.
TEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGVARCHAR.
TextType - Class in org.hibernate.type
A type that maps between LONGVARCHAR and String
TextType() - Constructor for class org.hibernate.type.TextType
 
THEN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
THEN() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
THEN() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
THEN() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
THEN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
throwIfNull(Object, Object, String) - Static method in exception org.hibernate.UnresolvableObjectException
Factory method for building and throwing an UnresolvableObjectException if the entity is null.
TIES - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIES() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
TIES - Static variable in class org.hibernate.grammars.hql.HqlParser
 
time(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
TIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
TIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
time() - Method in class org.hibernate.grammars.hql.HqlParser
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Time) to JDBC TIMESTAMP.
TIME_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIME_ESCAPE_START() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
TIME_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIME_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
TimeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TimeContext
 
timeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
timeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
TimeLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
timeLiteralFrom(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.LiteralHelper
 
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() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
 
timeout - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
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(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMESTAMP - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Timestamp) to JDBC TIMESTAMP.
TIMESTAMP_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMESTAMP_ESCAPE_START() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
TIMESTAMP_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMESTAMP_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
TimestampaddFunction - Class in org.hibernate.dialect.function
 
TimestampaddFunction(Dialect) - Constructor for class org.hibernate.dialect.function.TimestampaddFunction
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.AbstractHANADialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.CockroachDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.DB2Dialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.DB2zDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.DerbyDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a timestampadd() function call.
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.H2Dialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.HSQLDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.MySQLDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.OracleDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.SpannerDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.SQLServerDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.SybaseASEDialect
 
timestampaddPattern(TemporalUnit, TemporalType) - Method in class org.hibernate.dialect.SybaseDialect
 
TimestampdiffFunction - Class in org.hibernate.dialect.function
 
TimestampdiffFunction(Dialect) - Constructor for class org.hibernate.dialect.function.TimestampdiffFunction
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.AbstractHANADialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.CockroachDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.DB2Dialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.DerbyDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a timestampdiff() function call.
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.H2Dialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.HSQLDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.MySQLDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.OracleDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SpannerDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SQLServerDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SybaseASEDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SybaseDialect
 
timestampLiteralFrom(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.LiteralHelper
 
TimestampMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
 
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.jdbc
Descriptor for TIMESTAMP handling.
TimestampTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
TimestampWithTimeZoneDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_WITH_TIMEZONE handling.
TimestampWithTimeZoneDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
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.jdbc
Descriptor for TIME handling.
TimeTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping TimeZone to JDBC VARCHAR.
TIMEZONE_HOUR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMEZONE_HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
TIMEZONE_HOUR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMEZONE_HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
TIMEZONE_MINUTE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMEZONE_MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
TIMEZONE_MINUTE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMEZONE_MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
TimeZoneComparator() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
 
timeZoneField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
timeZoneField() - Method in class org.hibernate.grammars.hql.HqlParser
 
TimeZoneFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
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.jdbc
Descriptor for TINYINT handling.
TinyIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
TO_LIST - Static variable in class org.hibernate.transform.Transformers
Each row of results is a List
toAccessType() - Method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Get the AccessType corresponding to this concurrency strategy.
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.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
 
toBigDecimal(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toBigDecimal(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toBigInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toBigInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toBigInteger(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toBigInteger(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toBigInteger(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toBoolean(boolean) - Method in enum org.hibernate.boot.model.TruthValue
 
toBoolean(TruthValue, boolean) - Static method in enum org.hibernate.boot.model.TruthValue
 
toBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.AbstractHANADialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.CockroachDialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.DB2Dialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.DerbyDialect
 
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.PostgreSQLDialect
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.SpannerDialect
 
toByte(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toByte(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Convert a value of the enum type to its ordinal value
toBytes(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
ToBytesTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
 
toCharNumberDateTimestamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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.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.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, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toColumns(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toColumns(String, String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
 
toColumns(String) - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String, String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
 
toColumns(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Obtain aliased column/formula fragments for the specified property path.
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Given a property path, return the corresponding column name(s).
toColumns(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
 
toColumns(String, String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
toColumns(String, int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Given the number of a property of a subclass, and a table alias, return the aliased column names.
toColumns(String, String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Obtain aliased column/formula fragments for the specified property path.
toColumns(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a property path, return the corresponding column name(s).
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
 
toDomain(Integer) - Static method in class org.hibernate.type.NumericBooleanType.NumericConverter
 
toDomain(Character) - Static method in class org.hibernate.type.TrueFalseType.TrueFalseConverter
 
toDomain(Character) - Static method in class org.hibernate.type.YesNoType.YesNoConverter
 
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.
toDomainValue(R) - Method in class org.hibernate.metamodel.model.convert.spi.SimpleBasicValueConverter
 
toDomainValue(Integer) - Method in class org.hibernate.type.NumericBooleanType.NumericConverter
 
toDomainValue(Character) - Method in class org.hibernate.type.TrueFalseType.TrueFalseConverter
 
toDomainValue(Character) - Method in class org.hibernate.type.YesNoType.YesNoConverter
 
toDouble(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toDouble(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toDouble(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toDouble(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toDouble(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
ToDurationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
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
 
toFloat(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toFloat(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toFragmentString() - Method in class org.hibernate.sql.ANSICaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.CaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.ConditionFragment
 
toFragmentString() - Method in class org.hibernate.sql.DecodeCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.DerbyCaseFragment
From http://www.jroller.com/comments/kenlars99/Weblog/cloudscape_soon_to_be_derby

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

toFragmentString() - Method in class org.hibernate.sql.DisjunctionFragment
 
toFragmentString() - Method in class org.hibernate.sql.ForUpdateFragment
 
toFragmentString() - Method in class org.hibernate.sql.HSQLCaseFragment
 
toFragmentString() - Method in class org.hibernate.sql.InFragment
 
toFragmentString() - Method in class org.hibernate.sql.SelectFragment
 
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
 
toHqlString() - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
 
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, boolean) - Static method in class org.hibernate.boot.model.naming.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String, MetadataBuildingContext) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
Easy hook to build an Identifier using the keyword safe IdentifierHelper.
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

NOTE : quoting from database keywords happens only when building physical identifiers

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) - 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) - Static method in class org.hibernate.metamodel.relational.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String, boolean) - Static method in class org.hibernate.metamodel.relational.Identifier
Means to generate an Identifier instance from its simple text form.
toInt(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toInteger(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toInteger(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toInteger(Byte) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Convert a value of the enum type to its ordinal value
toIntegerBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toJdbcLiteral(T, Dialect, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
 
toJpaClassification() - Method in enum org.hibernate.metamodel.CollectionClassification
 
tokenNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.hql.HqlLexer
Deprecated.
Use HqlLexer.VOCABULARY instead.
tokenNames - Static variable in class org.hibernate.grammars.hql.HqlParser
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.ordering.OrderingParser
Deprecated.
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.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.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).
toLoggableText(String, String) - Method in enum org.hibernate.query.BinaryArithmeticOperator
 
toLong(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toLong(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toLong(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toLong(Byte) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Convert a value of the enum type to its ordinal value
toMemento(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
toMemento(String) - Method in interface org.hibernate.query.hql.spi.HqlQueryImplementor
 
toMemento(String) - Method in interface org.hibernate.query.named.NameableQuery
Convert the query into the memento
toMemento(String) - Method in interface org.hibernate.query.results.ResultSetMapping
 
toMemento(String) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
toMemento() - Method in interface org.hibernate.query.spi.QueryParameterImplementor
 
toMemento(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
toMemento() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
toMemento(SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.spi.RowReader
 
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
Convert a value of the enum type to its name value
toNationalizedTypeCode(int) - Static method in class org.hibernate.type.descriptor.jdbc.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
 
ToOne - Class in org.hibernate.mapping
A simple-point association (ie.
ToOne(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.ToOne
 
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(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Convert a value of the enum type to its ordinal value
toPackageDescriptor(ArchiveEntry) - Method in class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
toParameterMetadata(SharedSessionContractImplementor) - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
Create the ParameterMetadata representation of this interpretation
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

Typically implementations will access the PhysicalNamingStrategy via MetadataBuildingContext.getBuildingOptions() -> MetadataBuildingOptions.getPhysicalNamingStrategy()

For proper quoting, Database.toIdentifier(String) should be used via MetadataBuildingContext.getMetadataCollector() -> Metadata.getDatabase()

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
A LimitHandler for Transact SQL and similar databases which support the syntax SELECT TOP n.
TopLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.TopLimitHandler
 
toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.hql.spi.NamedHqlQueryMemento
Convert the memento into a typed executable query
toQuery(SharedSessionContractImplementor) - Method in interface org.hibernate.query.hql.spi.NamedHqlQueryMemento
Convert the memento into an untyped executable query
toQuery(SharedSessionContractImplementor) - Method in interface org.hibernate.query.named.NamedQueryMemento
 
toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.named.NamedQueryMemento
 
toQuery(SharedSessionContractImplementor) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
Convert the memento into an untyped executable query
toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
Convert the memento into a typed executable query
toQuery(SharedSessionContractImplementor, String) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
Convert the memento into a typed executable query
toQueryString() - Method in class org.hibernate.sql.QuerySelect
 
toRelational(Boolean) - Static method in class org.hibernate.type.NumericBooleanType.NumericConverter
 
toRelational(Boolean) - Static method in class org.hibernate.type.TrueFalseType.TrueFalseConverter
 
toRelational(Boolean) - Static method in class org.hibernate.type.YesNoType.YesNoConverter
 
toRelationalValue(D) - Method in interface org.hibernate.metamodel.model.convert.spi.BasicValueConverter
Convert the domain form into the relational form in preparation for storage into JDBC
toRelationalValue(D) - Method in class org.hibernate.metamodel.model.convert.spi.SimpleBasicValueConverter
 
toRelationalValue(Boolean) - Method in class org.hibernate.type.NumericBooleanType.NumericConverter
 
toRelationalValue(Boolean) - Method in class org.hibernate.type.TrueFalseType.TrueFalseConverter
 
toRelationalValue(Boolean) - Method in class org.hibernate.type.YesNoType.YesNoConverter
 
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
 
toShort(Byte) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
Convert a value of the enum type to its ordinal value
toSqlExpression(TableGroup, Clause, SqmToSqlAstConverter, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
toSqlLiteral(Object) - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
toSqlText() - Method in enum org.hibernate.query.TrimSpec
 
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
Deprecated.
 
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.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.dialect.AbstractHANADialect.HANABlobTypeDescriptor
 
toString(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toString() - Method in class org.hibernate.dialect.Dialect
 
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 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
Deprecated.
 
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.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.mapping.AssociationKey
 
toString() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
toString() - Method in class org.hibernate.metamodel.relational.Identifier
 
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
Deprecated.
 
toString() - Method in class org.hibernate.persister.walking.spi.AssociationKey
 
toString() - Method in exception org.hibernate.PropertySetterAccessException
 
toString(Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toString() - Method in class org.hibernate.query.NavigablePath
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
toString() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
toString(Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toString() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
toString() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
toString() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
toString() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
toString() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
toString() - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
toString() - Method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
toString() - Method in enum org.hibernate.query.TemporalUnit
 
toString() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
 
toString() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
 
toString() - Method in enum org.hibernate.sql.ast.SqlAstJoinType
 
toString() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
toString() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
toString() - Method in class org.hibernate.sql.ast.tree.from.TableReference
 
toString() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
toString() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
 
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(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toString() - Method in class org.hibernate.type.CollectionType
 
toString(Object) - Method in class org.hibernate.type.CustomType
 
toString() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeDescriptorAdapter
 
toString() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
toString() - Method in class org.hibernate.type.descriptor.java.AbstractTemporalTypeDescriptor
 
toString(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
 
toString(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
 
toString(Blob) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
toString(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
toString(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
toString(Byte) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
toString(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
toString(Character) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
toString(Class) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
toString(Clob) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
toString(Currency) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
toString(Double) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
toString(Duration) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
toString(Float) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
toString(Instant) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
toString(Integer) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
toString(T) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
toString(LocalDate) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
 
toString(LocalDateTime) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
 
toString(Locale) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
toString(LocalTime) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
toString(Long) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
toString(NClob) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
toString(OffsetDateTime) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
 
toString(OffsetTime) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
 
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
toString(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
toString(Short) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBasicAdaptor
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBasicAdaptor
 
toString(String) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
toString(TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
toString(URL) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
toString(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
toString(ZonedDateTime) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
toString(ZoneOffset) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.BigIntTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.BlobTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.BooleanTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.CharTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.ClobTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DateTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DecimalTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DoubleTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.FloatTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.IntegerTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NCharTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NClobTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NumericTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.RealTypeDescriptor
Deprecated.
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.VarcharTypeDescriptor
 
toString() - Method in class org.hibernate.type.EntityType
Generates a string representation of this type.
toString(T) - Method in interface org.hibernate.type.PrimitiveType
Retrieve the string representation of the given value.
toString(T) - Method in interface org.hibernate.type.SingleColumnType
 
toString(String) - Method in class org.hibernate.type.StringNVarcharType
 
toString(T) - Method in interface org.hibernate.type.StringRepresentableType
Render the value to the string representation.
toString(String) - Method in class org.hibernate.type.StringType
 
toString(URL) - Method in class org.hibernate.type.UrlType
 
toStringArray(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
 
toTrueFalseBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
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, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
toXMLString(Object) - Method in class org.hibernate.type.EnumType
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
toXMLString(Object) - Method in interface org.hibernate.usertype.EnhancedUserType
Deprecated.
To be removed in 5. Implement StringRepresentableType.toString(Object) instead. See HHH-7776 for details
toYesNoBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
TRACE_ENABLED - Static variable in class org.hibernate.boot.BootLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.boot.jaxb.JaxbLogger
 
TRACE_ENABLED - Static variable in class org.hibernate.boot.query.BootQueryLogging
 
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 interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.loader.ast.LoaderLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.loader.LoaderLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.metamodel.mapping.MappingModelCreationLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.query.hql.HqlLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.query.QueryLogging
 
TRACE_ENABLED - Static variable in class org.hibernate.query.sql.NativeQueryLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.ast.SqlTreeCreationLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.ast.tree.SqlAstTreeLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.results.graph.AssemblerLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.results.graph.entity.EntityLoadingLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.results.graph.ResultGraphLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.results.ResultsLogger
 
TRACE_ENABLED - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
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
 
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.grammars.hql.HqlLexer
 
TRAILING() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
TRAILING() - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
TRAILING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRAILING() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
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.
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, Throwable) - Constructor for exception org.hibernate.TransactionException
Constructs a TransactionException using the specified information.
TransactionException(String) - 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
 
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 interface org.hibernate.query.ResultListTransformer
Here we have an opportunity to perform transformation on the query result as a whole.
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
transformRow(Object[]) - Method in interface org.hibernate.sql.results.spi.RowTransformer
Transform the "raw" row values into the ultimate query result (for a row)
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.NativeQueryTupleTransformer
 
transformTuple(Object[], String[]) - Method in interface org.hibernate.query.TupleTransformer
Tuples are the elements making up each "row" of the query result.
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 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(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
translate(String, PluralAttributeMapping, TranslationContext) - Static method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentTranslator
Perform the translation of the user-supplied fragment, returning the translation.
translate(String) - Method in interface org.hibernate.query.hql.HqlTranslator
Performs the interpretation of a HQL/JPQL query string to SQM.
translate() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
translate() - Method in interface org.hibernate.query.sqm.sql.SqmTranslator
 
translate(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
translate(JdbcParameterBindings, QueryOptions) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.CockroachDialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.DB2Dialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.DerbyDialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.Dialect
Translate the given datetime format string from the pattern language defined by Java's DateTimeFormatter to whatever pattern language is understood by the native datetime formatting function for this database (often the to_char() function).
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.H2Dialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.HSQLDialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.MySQLDialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.OracleDialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.SpannerDialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.SQLServerDialect
 
translateDatetimeFormat(String) - Method in class org.hibernate.dialect.SybaseDialect
 
translateDelete(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.CockroachDialect
 
translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.Dialect
Return the name used to identify the given unit of duration as an argument to #timestampadd() or #timestampdiff(), or of this dialect's equivalent functions.
translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.CockroachDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.DB2Dialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.DerbyDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.Dialect
Return the name used to identify the given field as an argument to the extract() function, or of this dialect's equivalent function.
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.H2Dialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.HSQLDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.SpannerDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.SybaseDialect
 
translateInsert(InsertStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
translateSelect(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
translateUpdate(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
TranslationContext - Interface in org.hibernate.metamodel.mapping.ordering
Access to information needed while translating a collection's order-by fragment
TraversalResult(GraphImplementor, FetchTiming, boolean) - Constructor for class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
 
traverse(FetchParent, Fetchable, boolean) - Method in interface org.hibernate.sql.results.graph.EntityGraphTraversalState
Tries to traverse from parent to child node within entity graph and returns non-null Result.
TREAT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TREAT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
TREAT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TREAT() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
treat(Path<X>, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(Root<X>, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(Join<X, T>, Class<V>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(CollectionJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(SetJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(ListJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(MapJoin<X, K, T>, Class<V>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(Path<X>, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(Root<X>, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(Join<X, T>, Class<V>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(CollectionJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(SetJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(ListJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(MapJoin<X, K, T>, Class<V>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treatAs(Class<X>) - Method in interface org.hibernate.metamodel.mapping.ValueMapping
return null; Treat operation.
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaPath
Support for JPA's explicit (TREAT) down-casting.
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaPath
Support for JPA's explicit (TREAT) down-casting.
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(Class<S1>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
treatedNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
treatedNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser
 
TreatedNavigablePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
trigFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
trigFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
TrigFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TrigFunctionContext
 
trigFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
trigFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser.TrigFunctionContext
 
trigFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser
 
TrigFunctionNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TrigFunctionNameContext
 
trigonometry(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
TRIM - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRIM() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
TRIM - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRIM() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
trim(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(char, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(char, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim1(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
trim2(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
trimCharacter() - Method in class org.hibernate.grammars.hql.HqlParser
 
trimCharacter() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
TrimCharacterContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
TrimFunction - Class in org.hibernate.dialect.function
 
TrimFunction(Dialect) - Constructor for class org.hibernate.dialect.function.TrimFunction
 
trimFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
trimFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
TrimFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
trimPattern(TrimSpec, char) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
trimPattern(TrimSpec, char) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a trim() function call.
trimPattern(TrimSpec, char) - Method in class org.hibernate.dialect.SybaseDialect
 
TrimSpec - Enum in org.hibernate.query
 
trimSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
trimSpecification() - Method in class org.hibernate.grammars.hql.HqlParser
 
TrimSpecification - Class in org.hibernate.sql.ast.tree.expression
 
TrimSpecification(TrimSpec) - Constructor for class org.hibernate.sql.ast.tree.expression.TrimSpecification
 
TrimSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
TRUE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRUE() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
TRUE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRUE_FALSE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC CHAR(1) (using 'T'/'F').
TrueFalseConverter - Class in org.hibernate.type
Handles conversion to/from Boolean as `T` or `F`
TrueFalseConverter() - Constructor for class org.hibernate.type.TrueFalseConverter
 
TrueFalseConverter() - Constructor for class org.hibernate.type.TrueFalseType.TrueFalseConverter
 
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
 
TrueFalseType.TrueFalseConverter - Class in org.hibernate.type
 
trunc(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
truncate(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
truncate(long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
truncate_round(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
SQL Server
TruthValue - Enum in org.hibernate.boot.model
An enumeration of truth values.
tuple(Selection<?>[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
tuple(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
tuple(Class<R>, JpaExpression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a tuple, as in a composite value, usable in any part of the query.
tuple(Class<R>, List<JpaExpression<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a tuple, as in a composite value, usable in any part of the query.
tuple(DomainType<R>, JpaExpression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a tuple, as in a composite value, usable in any part of the query.
tuple(DomainType<R>, List<JpaExpression<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a tuple, as in a composite value, usable in any part of the query.
tuple(Selection<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(Class<R>, JpaExpression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(Class<R>, List<JpaExpression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(DomainType<R>, JpaExpression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(DomainType<R>, List<JpaExpression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
TupleExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
TupleSubsetResultTransformer - Interface in org.hibernate.transform
A ResultTransformer that operates on "well-defined" and consistent subset of a tuple's elements.
TupleTransformer<T> - Interface in org.hibernate.query
User hook for applying transformations of the query result tuples (the result "row").
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
TWO_SINGLE_QUOTES_REPLACEMENT - Static variable in class org.hibernate.dialect.Dialect
 
Type - Annotation Type in org.hibernate.annotations
Defines a Hibernate type mapping.
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TYPE() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
TYPE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
TYPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
type() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
TYPE - Static variable in class org.hibernate.type.EnumType
 
Type - Interface in org.hibernate.type
Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).
TYPE_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
TYPE_NAME() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
TYPE_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
TYPE_NAME_PREFIX - Static variable in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
 
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.
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 - Annotation Type in org.hibernate.annotations
A type definition.
typedef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
TypeDef - Class in org.hibernate.mapping
Placeholder for typedef information
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[], Properties, TypeConfiguration) - Constructor for class org.hibernate.boot.model.TypeDefinition
 
TypeDefinitionRegistry - Interface in org.hibernate.boot.model
 
TypeDefinitionRegistry.DuplicationStrategy - Enum in org.hibernate.boot.model
 
TypeDefinitionRegistryStandardImpl - Class in org.hibernate.boot.model
 
TypeDefinitionRegistryStandardImpl() - Constructor for class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
TypeDefinitionRegistryStandardImpl(TypeDefinitionRegistry) - Constructor for class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
TypeDefs - Annotation Type in org.hibernate.annotations
Plural form of TypeDef.
TypedParameterValue - Class in org.hibernate.jpa
Deprecated.
(since 6.0) use TypedParameterValue instead.
TypedParameterValue(Type, Object) - Constructor for class org.hibernate.jpa.TypedParameterValue
Deprecated.
 
TypedParameterValue - Class in org.hibernate.query
Can be used to bind query parameter values.
TypedParameterValue(AllowableParameterType, Object) - Constructor for class org.hibernate.query.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
TypeHelper - Class in org.hibernate.type
Deprecated.
with no real replacement. this was always intended as an internal class
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 JDBC type codes to SQL type names for a dialect of SQL.
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.
TypeSearchability - Enum in org.hibernate.engine.jdbc.spi
Describes the searchability of a data type as reported by the JDBC driver.

U

UnaryArithmeticOperator - Enum in org.hibernate.query
 
UnaryExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
UnaryOperation - Class in org.hibernate.sql.ast.tree.expression
 
UnaryOperation(UnaryArithmeticOperator, Expression, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
unbind(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Unbind a value from JNDI by name.
UNDEFINED - Static variable in class org.hibernate.engine.spi.IdentifierValue
Assume nothing.
UNDEFINED - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
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.
UnfetchedResultAssembler<J> - Class in org.hibernate.sql.results.graph
 
UnfetchedResultAssembler(JavaTypeDescriptor<J>) - Constructor for class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
UNION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
UNION() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
UNION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
union(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
union(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
unionAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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
 
UnionTableGroup - Class in org.hibernate.sql.ast.tree.from
 
UnionTableGroup(boolean, NavigablePath, TableReference, UnionSubclassEntityPersister, String) - Constructor for class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
UnionTableReference - Class in org.hibernate.sql.ast.tree.from
 
UnionTableReference(String, String[], String, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.UnionTableReference
 
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.
uniqueElement(List<R>) - Static method in class org.hibernate.query.spi.AbstractQuery
 
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
 
uniqueResult() - Method in interface org.hibernate.query.Query
Convenience method to return a single instance that matches the query, or null if the query returns no results.
uniqueResult() - Method in class org.hibernate.query.spi.AbstractQuery
 
uniqueResultOptional() - Method in interface org.hibernate.query.Query
 
uniqueResultOptional() - Method in class org.hibernate.query.spi.AbstractQuery
 
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.
UnknownEntityException - Exception in org.hibernate.query.sqm
Indicates we were not able to resolve a given "path structure" as an entity name.
UnknownEntityException(String) - Constructor for exception org.hibernate.query.sqm.UnknownEntityException
 
UnknownEntityException(String, String) - Constructor for exception org.hibernate.query.sqm.UnknownEntityException
 
UnknownEntityTypeException - Exception in org.hibernate
Indicates an attempt was made to refer to an unknown entity name/class.
UnknownEntityTypeException(String, Throwable) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
UnknownEntityTypeException(String) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
UnknownParameterException - Exception in org.hibernate.query
Generally indicates an attempt to bind a parameter value for an unknown parameter.
UnknownParameterException(String) - Constructor for exception org.hibernate.query.UnknownParameterException
 
UnknownPathException - Exception in org.hibernate.query.sqm
todo (6.0) : account for this in the "exception conversion" handling
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.query
 
UnknownSqlResultSetMappingException(String) - Constructor for exception org.hibernate.query.UnknownSqlResultSetMappingException
 
unknownSubPath(SqmPath, String) - Static method in exception org.hibernate.query.sqm.UnknownPathException
 
unknownUnwrap(Class) - Method in class org.hibernate.type.descriptor.java.AbstractClassTypeDescriptor
 
unknownUnwrap(Class) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
unknownUnwrap(Class<?>, Class<?>, T) - Static method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorHelper
 
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.AbstractClassTypeDescriptor
 
unknownWrap(Class) - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
 
unknownWrap(Class<?>, Class<?>, T) - Static method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorHelper
 
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
unQuote(String) - Static method in class org.hibernate.boot.model.naming.Identifier
 
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(Object, String) - Constructor for exception org.hibernate.UnresolvableObjectException
Constructs an UnresolvableObjectException using the specified information.
UnresolvableObjectException(String, Object, 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(SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassociate this collection from the given session.
unsetSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
unsetSession() - Method in interface org.hibernate.proxy.LazyInitializer
Unset this initializer's reference to session.
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(Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedLockAttemptException(String, 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(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<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 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.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
unwrap(Class<T>) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the underlying object of the given type.
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 interface org.hibernate.service.spi.Wrapped
Unproxy the service proxy
unwrap(Class<T>) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
unwrap(Class<T>) - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
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(Blob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
 
unwrap(Boolean, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
 
unwrap(Byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
 
unwrap(Byte, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
 
unwrap(Character[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
 
unwrap(Character, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
 
unwrap(Class, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
 
unwrap(Clob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
 
unwrap(Currency, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateTypeDescriptor
 
unwrap(Double, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
 
unwrap(Duration, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaTypeDescriptor
 
unwrap(Float, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
 
unwrap(Instant, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
 
unwrap(Integer, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
 
unwrap(Object, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JavaObjectTypeDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Unwrap an instance of our handled Java type into the requested type.
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
unwrap(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(Locale, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
 
unwrap(LocalTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
 
unwrap(Long, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongTypeDescriptor
 
unwrap(NClob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
 
unwrap(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(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
 
unwrap(char[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
 
unwrap(Short, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
 
unwrap(C, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaTypeDescriptor
 
unwrap(Map<?, ?>, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJtd
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBasicAdaptor
 
unwrap(Map.Entry, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaDescriptor
 
unwrap(String, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringTypeDescriptor
 
unwrap(TimeZone, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
 
unwrap(URL, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
 
unwrap(UUID, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
 
unwrap(ZonedDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
 
unwrap(ZoneOffset, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor
 
unwrap(Object, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
 
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(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) - 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, 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(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 - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / update
update(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
update(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
UPDATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
UPDATE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
UPDATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
UPDATE() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
update(Object, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
update(Object, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Update an object
update(Object, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Update a persistent instance
update(Object) - Method in interface org.hibernate.Session
Update the persistent instance with the identifier of the given detached instance.
update(String, Object) - Method in interface org.hibernate.Session
Update the persistent instance with the identifier of the given detached instance.
Update - Class in org.hibernate.sql
An SQL UPDATE statement
Update(Dialect) - Constructor for class org.hibernate.sql.Update
 
update(Object) - Method in interface org.hibernate.StatelessSession
Update a row.
update(String, Object) - Method in interface org.hibernate.StatelessSession
Update a row.
UPDATE_VALIDATION_GROUP - Static variable in 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.
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(Object, 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, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
updateRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Update the persistent state of any elements that were modified
updateStatement() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
updateStatement() - Method in class org.hibernate.grammars.hql.HqlParser
 
UpdateStatement - Class in org.hibernate.sql.ast.tree.update
 
UpdateStatement(TableReference, List<Assignment>, Predicate) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement(TableReference, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement(boolean, Map<String, CteStatement>, TableReference, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement.UpdateStatementBuilder - Class in org.hibernate.sql.ast.tree.update
 
UpdateStatementBuilder(TableReference) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
UpdateStatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
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
 
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 - Static variable in class org.hibernate.LockOptions
Represents LockMode.UPGRADE (will wait forever for lock and scope of false meaning only entity is locked).
UPPER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
UPPER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
UPPER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
UPPER() - Method in class org.hibernate.grammars.hql.HqlParser.UpperFunctionContext
 
upper(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
upper(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
upperFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
upperFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
UpperFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.UpperFunctionContext
 
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
 
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
Deprecated.
this setting now has no effect
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
useArgType(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
useDynamicInsert() - Method in class org.hibernate.mapping.PersistentClass
 
useDynamicUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
useFirstNonNull() - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
useFollowOnLocking(String, QueryOptions) - 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(String, QueryOptions) - Method in class org.hibernate.dialect.OracleDialect
For Oracle, the FOR UPDATE clause cannot be applied when using ORDER BY, DISTINCT or views.
useGetGeneratedKeys() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.Dialect
Should LOBs (both BLOB and CLOB) be bound using stream operations (i.e.
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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
 
useMaxForLimit() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Dialect.getLimitHandler() should be overridden instead.
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the limit clause expect the number of the last row, or the "page size", the maximum number of rows we want to receive? Hibernate's Query.setMaxResults(int) accepts the page size, so the number of the last row is obtained by adding the number of the first row, which is one greater than Query.setFirstResult(int).
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
Deprecated.
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
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.
useOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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<J> - 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
usesDistinct() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
usesJoinTable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
usesLimitParameters() - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
useStreamForLobBinding() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
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
useStrictJpaCompliance() - Method in interface org.hibernate.query.hql.spi.SqmCreationOptions
Should we interpret the query strictly according to the JPA specification? In other words, should Hibernate "extensions" to the query language be disallowed?
useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.AbstractHANADialect
 
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 class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
using(Object...) - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
using(String, Object) - Method in interface org.hibernate.NaturalIdLoadAccess
Add a NaturalId attribute value.
using(Object...) - Method in interface org.hibernate.NaturalIdLoadAccess
Set multiple natural-id attribute values at once.
usingLegacyCacheName(String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
USUAL_EXPECTED_COUNT - Static variable in class org.hibernate.jdbc.Expectations
 
USUAL_PARAM_POSITION - Static variable in class org.hibernate.jdbc.Expectations
 
utcDateTimeTimestamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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(int, int) - Method in class org.hibernate.boot.model.relational.Sequence
 
validate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
validate() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
validate() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
validate() - Method in interface org.hibernate.Filter
Perform validation of the filter state.
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(QueryEngine) - Method in interface org.hibernate.query.named.NamedQueryMemento
 
validate() - Method in interface org.hibernate.query.spi.QueryParameterBindings
Validate the bindings.
validate(AllowableParameterType, Object) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
 
validate(AllowableParameterType, Object, TemporalType) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
 
validate(List<? extends SqmTypedNode<?>>) - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
The main (functional) operation defining validation
validate(Metadata) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidator
 
validate(Metadata, ServiceRegistry) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidator
 
VALIDATE_QUERY_PARAMETERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting which indicates if Query.setParameter(org.hibernate.query.QueryParameter<T>, T) should not perform parameters validation This setting is applied only when the Session is bootstrapped via JPA EntityManagerFactory
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
validateGetterSetterMethodProxyability(String, Method) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
validateInternalForm(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Validates a natural id value(s) for the described natural-id based on the expected internal representation
validateParameters() - Method in class org.hibernate.engine.spi.QueryParameters
 
validateProxyability(PersistentClass) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
validateQueryGroupFetchStructure() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
validateQueryGroupFetchStructure() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
validateQueryGroupFetchStructure() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo, boolean) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
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() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
value - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
value() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
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() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
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 - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
 
value - Variable in class org.hibernate.cfg.FkSecondPass
 
VALUE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VALUE() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionElementNavigablePathContext
 
VALUE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
VALUE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
Value - Interface in org.hibernate.mapping
A value is anything that is persisted by value, instead of by reference.
value(T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
value(T, SqmExpression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
value(T) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
value(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
value(JpaExpression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
value(T) - Method in interface org.hibernate.query.criteria.JpaInPredicate
Add to list of values to be tested against.
value(JpaExpression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaInPredicate
Add to list of values to be tested against.
value() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
value(SqmExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(T) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(Expression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
value(Expression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
value(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
value(Expression) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
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.
ValueClassification - Enum in org.hibernate.metamodel
At the end of the day, any "value mapping" (id, version, attribute, collection element, etc) can be one of a few classifications.
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.
ValueHandlingMode - Enum in org.hibernate.query.criteria
This enum defines how values passed to JPA Criteria API are handled.
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".
ValueMapping - Interface in org.hibernate.metamodel.mapping
Describes a mapping related to any part of the app's domain model - e.g.
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.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.model.TypeDefinitionRegistry.DuplicationStrategy
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.BasicValueBinder.Kind
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.dialect.Database
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.GroupByConstantRenderingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.GroupBySummarizationRenderingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.NationalizationSupport
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.dialect.RowLockStrategy
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
Deprecated.
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.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.ast.spi.CascadingFetchProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
Deprecated.
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.LockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.mapping.MetadataSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.AttributeClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.CollectionClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.mapping.CollectionPart.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.RepresentationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.ValueClassification
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.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.BinaryArithmeticOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.CastType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.ConstructorEntityArgumentMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.criteria.ValueHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.DynamicInstantiationNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.FetchClauseType
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.query.NullOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.NullPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.SetOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.SqmQuerySource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.expression.SqmRestrictedSubQueryExpression.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.from.DowncastLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.SqmJoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.TemporalUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.TrimSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.UnaryArithmeticOperator
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
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.ast.spi.AbstractSqlAstTranslator.LockStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.SqlAstJoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.SqlAstNodeRenderingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.tree.cte.CteMaterialization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.tree.expression.Summarization.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.tree.predicate.Junction.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.exec.spi.JdbcLockStrategy
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(FetchTiming, FetchStyle) - Static method in interface org.hibernate.sql.results.graph.FetchOptions
 
valueOf(String) - Static method in enum org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
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.jdbc.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() - 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.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.model.TypeDefinitionRegistry.DuplicationStrategy
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.BasicValueBinder.Kind
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.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.GroupByConstantRenderingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.GroupBySummarizationRenderingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.NationalizationSupport
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.dialect.RowLockStrategy
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
Deprecated.
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 variable in class org.hibernate.grammars.hql.HqlLexer
 
VALUES - Static variable in class org.hibernate.grammars.hql.HqlParser
 
values() - Method in class org.hibernate.grammars.hql.HqlParser
 
VALUES() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
values() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
values(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
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.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.ast.spi.CascadingFetchProfile
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
Deprecated.
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.LockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.mapping.MetadataSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.AttributeClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.CollectionClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.mapping.CollectionPart.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.RepresentationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.ValueClassification
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.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.BinaryArithmeticOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.CastType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.ConstructorEntityArgumentMode
Returns an array containing the constants of this enum type, in the order they are declared.
values(C) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
values(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
values(T...) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
values() - Static method in enum org.hibernate.query.criteria.ValueHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.DynamicInstantiationNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.FetchClauseType
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.query.NullOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.NullPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.SetOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values(C) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
values(M) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
values() - Static method in enum org.hibernate.query.sqm.SqmQuerySource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values(T...) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
values() - Static method in enum org.hibernate.query.sqm.tree.expression.SqmRestrictedSubQueryExpression.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.tree.from.DowncastLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.tree.SqmJoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.TemporalUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.TrimSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.UnaryArithmeticOperator
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
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.ast.spi.AbstractSqlAstTranslator.LockStrategy
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.SqlAstJoinType
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.SqlAstNodeRenderingMode
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.tree.cte.CteMaterialization
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.tree.cte.CteSearchClauseKind
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.tree.expression.Summarization.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Class in org.hibernate.sql.ast.tree.insert
 
Values() - Constructor for class org.hibernate.sql.ast.tree.insert.Values
 
values() - Static method in enum org.hibernate.sql.ast.tree.predicate.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.sql.exec.spi.JdbcLockStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.hibernate.sql.InFragment
 
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.sql.results.spi.ListResultsConsumer.UniqueSemantic
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.jdbc.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.
valuesArrayPositionToJdbcPosition(int) - Static method in class org.hibernate.query.results.ResultsHelper
 
ValuesContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
valuesList() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
valuesList() - Method in class org.hibernate.grammars.hql.HqlParser
 
ValuesListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
ValueVisitor - Interface in org.hibernate.mapping
 
VarbinaryTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for VARBINARY handling.
VarbinaryTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
VarbinaryTypeDescriptor(boolean) - Constructor for class org.hibernate.type.descriptor.jdbc.VarbinaryTypeDescriptor
 
VarcharTypeDescriptor - Class in org.hibernate.type.descriptor.jdbc
Descriptor for VARCHAR handling.
VarcharTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.jdbc.VarcharTypeDescriptor
 
variance(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
Warning: the semantics of this function are inconsistent between DBs.
varPopSamp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
varPopSamp_varp(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
SQL Server-style
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
 
verifyFlushState(Object, Object[], Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Verify the natural-id value(s) we are about to flush to the database
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
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VERSION() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
VERSION() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
VERSION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
Version - Class in org.hibernate
Information about the Hibernate version.
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
 
VERSIONED - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VERSIONED() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
VERSIONED() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
VERSIONED - Static variable in class org.hibernate.grammars.hql.HqlParser
 
versioned() - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
 
versioned(boolean) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
 
versioned() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
versioned(boolean) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
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)
ViolatedConstraintNameExtractor - 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.
VirtualModelPart - Interface in org.hibernate.metamodel.mapping
Marker interface for parts of the application domain model that do not actually exist in the model classes
VirtualTableGroup - Interface in org.hibernate.sql.ast.tree.from
Marker interface for TableGroup impls that are virtual - should not be rendered into the SQL.
visitAbsFunction(HqlParser.AbsFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.absFunction().
visitAbsFunction(HqlParser.AbsFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.absFunction().
visitAdditionExpression(HqlParser.AdditionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
visitAdditionExpression(HqlParser.AdditionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
visitAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.additiveOperator().
visitAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.additiveOperator().
visitAggregateFunction(HqlParser.AggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.aggregateFunction().
visitAggregateFunction(HqlParser.AggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.aggregateFunction().
visitAndPredicate(HqlParser.AndPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
visitAndPredicate(HqlParser.AndPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
visitAndPredicate(SqmAndPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitAndPredicate(SqmAndPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitAndPredicate(SqmAndPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAnsiCaseSearchedExpressionInSelect(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAnsiCaseSimpleExpressionInSelect(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAny(SqmAny<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitAny(SqmAny<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitAny(SqmAny<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitAny(Any) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAny(Any) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitAnyFunction(HqlParser.AnyFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.anyFunction().
visitAnyFunction(HqlParser.AnyFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.anyFunction().
visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitArchive(ArchiveContext) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptor
Perform visitation using the given context
visitAssignment(HqlParser.AssignmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.assignment().
visitAssignment(HqlParser.AssignmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.assignment().
visitAssignment(SqmAssignment) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitAssignment(SqmAssignment) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAssignment(Assignment) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitAtan2Function(HqlParser.Atan2FunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.atan2Function().
visitAtan2Function(HqlParser.Atan2FunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.atan2Function().
visitAttributeList(GraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.attributeList().
visitAttributeList(GraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.attributeList().
visitAttributeMappings(Consumer<AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
visitAttributeMappings(Consumer<? super AttributeMapping>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Visit the mappings, but limited to just attributes defined in the targetType or its super-type(s) if any.
visitAttributeMappings(Consumer<AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
visitAttributeMappings(Consumer<AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Visit attributes defined on this class and any supers
visitAttributeMappings(Consumer<AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitAttributeMappings(Consumer<? super AttributeMapping>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.attributeNode().
visitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.attributeNode().
visitAttributeNodes(Consumer<AttributeNodeImplementor<?>>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
visitAttributePath(GraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.attributePath().
visitAttributePath(GraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.attributePath().
visitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.attributeQualifier().
visitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.attributeQualifier().
visitAttributes(Consumer<PersistentAttribute<J, ?>>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
visitAttributes(Consumer<PersistentAttribute<J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
visitAttributes(Consumer<PersistentAttribute<T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
visitAvgFunction(HqlParser.AvgFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.avgFunction().
visitAvgFunction(HqlParser.AvgFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.avgFunction().
visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
visitBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
visitBetweenPredicate(SqmBetweenPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitBetweenPredicate(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitBetweenPredicate(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitBetweenPredicate(BetweenPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitBinaryArithmeticExpression(SqmBinaryArithmetic<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitBinaryArithmeticExpression(SqmBinaryArithmetic) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitBinaryArithmeticExpression(SqmBinaryArithmetic) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.binaryLiteral().
visitBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.binaryLiteral().
visitBindings(BiConsumer<QueryParameterImplementor<?>, QueryParameterBinding<?>>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
visitBindings(BiConsumer<JdbcParameter, JdbcParameterBinding>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
visitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
visitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitByUnit(SqmByUnit) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitByUnit(SqmByUnit) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitByUnit(SqmByUnit) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCallableQueryMementos(Consumer<NamedCallableQueryMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
visitCaseExpression(HqlParser.CaseExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
visitCaseExpression(HqlParser.CaseExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
visitCaseList(HqlParser.CaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.caseList().
visitCaseList(HqlParser.CaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.caseList().
visitCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.caseOtherwise().
visitCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.caseOtherwise().
visitCaseSearchedExpression(CaseSearchedExpression, boolean) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSearchedExpression(CaseSearchedExpression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSearchedExpression(CaseSearchedExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSimpleExpression(CaseSimpleExpression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCastFunction(HqlParser.CastFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.castFunction().
visitCastFunction(HqlParser.CastFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.castFunction().
visitCastTarget(HqlParser.CastTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.castTarget().
visitCastTarget(HqlParser.CastTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.castTarget().
visitCastTarget(SqmCastTarget) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCastTarget(SqmCastTarget) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCastTarget(SqmCastTarget) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCastTarget(CastTarget) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCastTargetType(HqlParser.CastTargetTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.castTargetType().
visitCastTargetType(HqlParser.CastTargetTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.castTargetType().
visitCeilingFunction(HqlParser.CeilingFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.ceilingFunction().
visitCeilingFunction(HqlParser.CeilingFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.ceilingFunction().
visitCoalesce(SqmCoalesce) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCoalesce(SqmCoalesce) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCoalesceFunction(HqlParser.CoalesceFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.coalesceFunction().
visitCoalesceFunction(HqlParser.CoalesceFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.coalesceFunction().
visitCollate(SqmCollate<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCollate(SqmCollate<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCollate(SqmCollate<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCollate(Collate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCollate(Collate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCollateExpression(HqlParser.CollateExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the CollateExpression labeled alternative in HqlParser.expression().
visitCollateExpression(HqlParser.CollateExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the CollateExpression labeled alternative in HqlParser.expression().
visitCollateName(HqlParser.CollateNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collateName().
visitCollateName(HqlParser.CollateNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collateName().
visitCollationSpecification(HqlParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collationSpecification().
visitCollationSpecification(HqlParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collationSpecification().
visitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.collationSpecification().
visitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.collationSpecification().
visitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitCollectionDescriptors(Consumer<CollectionPersister>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Visit the mapping descriptors for all collections defined in the model
visitCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collectionElementNavigablePath().
visitCollectionElementNavigablePath(HqlParser.CollectionElementNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collectionElementNavigablePath().
visitCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the CollectionIndexFunction labeled alternative in HqlParser.jpaCollectionFunction().
visitCollectionIndexFunction(HqlParser.CollectionIndexFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the CollectionIndexFunction labeled alternative in HqlParser.jpaCollectionFunction().
visitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the CollectionSizeFunction labeled alternative in HqlParser.jpaCollectionFunction().
visitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the CollectionSizeFunction labeled alternative in HqlParser.jpaCollectionFunction().
visitColumnReference(ColumnReference) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitColumnReference(ColumnReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitColumnReferences(Consumer<ColumnReference>) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
visitColumnReferences(Consumer<ColumnReference>) - Method in interface org.hibernate.sql.ast.tree.update.Assignable
 
visitColumns(Consumer<SqmCteTableColumn>) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
visitCommand(SqlScriptParser.CommandContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseVisitor
Visit a parse tree produced by SqlScriptParser.command().
visitCommand(SqlScriptParser.CommandContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserVisitor
Visit a parse tree produced by SqlScriptParser.command().
visitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseVisitor
Visit a parse tree produced by SqlScriptParser.commandBlock().
visitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserVisitor
Visit a parse tree produced by SqlScriptParser.commandBlock().
visitComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.comparisonOperator().
visitComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.comparisonOperator().
visitComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
visitComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
visitComparisonPredicate(SqmComparisonPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
visitConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
visitConcatFunction(HqlParser.ConcatFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.concatFunction().
visitConcatFunction(HqlParser.ConcatFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.concatFunction().
visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitConversion(Conversion) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCorrelation(SqmCorrelation) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelation(SqmCorrelation) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCountFunction(HqlParser.CountFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.countFunction().
visitCountFunction(HqlParser.CountFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.countFunction().
visitCrossJoin(HqlParser.CrossJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.crossJoin().
visitCrossJoin(HqlParser.CrossJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.crossJoin().
visitCrossJoin(SqmCrossJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCrossJoin(SqmCrossJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCrossJoin(SqmCrossJoin<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCteContainer(CteContainer) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitCteContainer(SqmCteContainer) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCteContainer(SqmCteContainer) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCteContainer(SqmCteContainer) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCteContainer(CteContainer) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCteStatement(SqmCteStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCteStatement(SqmCteStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCteStatement(SqmCteStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCube(HqlParser.CubeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.cube().
visitCube(HqlParser.CubeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.cube().
visitCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.currentDateFunction().
visitCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.currentDateFunction().
visitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.currentTimeFunction().
visitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.currentTimeFunction().
visitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.currentTimestampFunction().
visitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.currentTimestampFunction().
visitCycleColumns(CteTable, List<SqmCteTableColumn>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDate(HqlParser.DateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.date().
visitDate(HqlParser.DateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.date().
visitDateLiteral(HqlParser.DateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dateLiteral().
visitDateLiteral(HqlParser.DateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dateLiteral().
visitDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dateOrTimeField().
visitDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dateOrTimeField().
visitDateTime(HqlParser.DateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dateTime().
visitDateTime(HqlParser.DateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dateTime().
visitDatetimeField(HqlParser.DatetimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.datetimeField().
visitDatetimeField(HqlParser.DatetimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.datetimeField().
visitDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dateTimeLiteral().
visitDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dateTimeLiteral().
visitDay(HqlParser.DayContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.day().
visitDay(HqlParser.DayContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.day().
visitDayField(HqlParser.DayFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dayField().
visitDayField(HqlParser.DayFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dayField().
visitDeclaredAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Visit attributes defined on this class - do not visit attributes defined on the super
visitDeclaredAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitDeclaredAttributes(Consumer<PersistentAttribute<J, ?>>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
visitDeclaredAttributes(Consumer<PersistentAttribute<J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
visitDeclaredAttributes(Consumer<PersistentAttribute<T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
visitDecodeCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDeleteStatement(HqlParser.DeleteStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.deleteStatement().
visitDeleteStatement(HqlParser.DeleteStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.deleteStatement().
visitDeleteStatement(SqmDeleteStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitDeleteStatement(SqmDeleteStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitDeleteStatement(SqmDeleteStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDeleteStatement(DeleteStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitDeleteStatementOnly(DeleteStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitDeleteStatementOnly(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDirection(OrderingParser.DirectionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.direction().
visitDirection(OrderingParser.DirectionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.direction().
visitDistinct(SqmDistinct) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitDistinct(SqmDistinct) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitDistinct(SqmDistinct) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDistinct(Distinct) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitDmlTarget(HqlParser.DmlTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dmlTarget().
visitDmlTarget(HqlParser.DmlTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dmlTarget().
visitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.dotIdentifier().
visitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.dotIdentifier().
visitDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dotIdentifierSequence().
visitDotIdentifierSequence(HqlParser.DotIdentifierSequenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dotIdentifierSequence().
visitDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dotIdentifierSequenceContinuation().
visitDotIdentifierSequenceContinuation(HqlParser.DotIdentifierSequenceContinuationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dotIdentifierSequenceContinuation().
visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDuration(Duration) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitDurationUnit(SqmDurationUnit) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitDurationUnit(SqmDurationUnit) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitDurationUnit(SqmDurationUnit) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDurationUnit(DurationUnit) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitDynamicInstantiation(HqlParser.DynamicInstantiationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiation().
visitDynamicInstantiation(HqlParser.DynamicInstantiationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiation().
visitDynamicInstantiation(SqmDynamicInstantiation<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitDynamicInstantiation(SqmDynamicInstantiation<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitDynamicInstantiation(SqmDynamicInstantiation<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiationArg().
visitDynamicInstantiationArg(HqlParser.DynamicInstantiationArgContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiationArg().
visitDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiationArgExpression().
visitDynamicInstantiationArgExpression(HqlParser.DynamicInstantiationArgExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiationArgExpression().
visitDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiationArgs().
visitDynamicInstantiationArgs(HqlParser.DynamicInstantiationArgsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiationArgs().
visitDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiationTarget().
visitDynamicInstantiationTarget(HqlParser.DynamicInstantiationTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dynamicInstantiationTarget().
visitElements(CE, Consumer<? super E>) - Method in interface org.hibernate.collection.spi.CollectionSemantics
 
visitEmbeddables(Consumer<EmbeddableDomainType<?>>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitEntityDescriptors(Consumer<EntityPersister>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Visit all entity mapping descriptors defined in the model
visitEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
visitEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
visitEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityIdReference().
visitEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityIdReference().
visitEntityName(HqlParser.EntityNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityName().
visitEntityName(HqlParser.EntityNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityName().
visitEntityNameResolvers(Consumer<EntityNameResolver>) - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
 
visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
visitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityNaturalIdReference().
visitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityNaturalIdReference().
visitEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
visitEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitEntityTypeLiteral(EntityTypeLiteral) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitEntityTypeLiteralExpression(SqmLiteralEntityType<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEntityTypeLiteralExpression(SqmLiteralEntityType) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEntityTypeLiteralExpression(SqmLiteralEntityType) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityTypeReference().
visitEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityTypeReference().
visitEntityTypes(Consumer<EntityDomainType<?>>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Visitation over all entity types via Consumer
visitEntityValuedPath(SqmEntityValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEntityValuedPath(SqmEntityValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEntityValuedPath(SqmEntityValuedSimplePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
visitEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
visitEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityVersionReference().
visitEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityVersionReference().
visitEntries(MKV, BiConsumer<? super K, ? super V>) - Method in interface org.hibernate.collection.spi.MapSemantics
 
visitEnumLiteral(SqmEnumLiteral) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEnumLiteral(SqmEnumLiteral) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEnumLiteral(SqmEnumLiteral) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitErrorNode(ErrorNode) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
visitErrorNode(ErrorNode) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
visitErrorNode(ErrorNode) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
visitErrorNode(ErrorNode) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
visitEvery(SqmEvery<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEvery(SqmEvery<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEvery(SqmEvery<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitEvery(Every) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitEveryFunction(HqlParser.EveryFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.everyFunction().
visitEveryFunction(HqlParser.EveryFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.everyFunction().
visitExistsPredicate(HqlParser.ExistsPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
visitExistsPredicate(HqlParser.ExistsPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
visitExistsPredicate(SqmExistsPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitExistsPredicate(SqmExistsPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitExistsPredicate(SqmExistsPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitExistsPredicate(ExistsPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitExpFunction(HqlParser.ExpFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.expFunction().
visitExpFunction(HqlParser.ExpFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.expFunction().
visitExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
visitExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
visitExpression(OrderingParser.ExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.expression().
visitExpression(OrderingParser.ExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.expression().
visitExpression(OrderingParser.ExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitExtractField(HqlParser.ExtractFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.extractField().
visitExtractField(HqlParser.ExtractFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.extractField().
visitExtractFunction(HqlParser.ExtractFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.extractFunction().
visitExtractFunction(HqlParser.ExtractFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.extractFunction().
visitExtractUnit(SqmExtractUnit) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitExtractUnit(SqmExtractUnit) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitExtractUnit(SqmExtractUnit) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitExtractUnit(ExtractUnit) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFetchables(Consumer<Fetchable>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
visitFetchables(Consumer<Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
visitFetchables(Consumer<Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitFetchables(Consumer<Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
visitFetchClause(HqlParser.FetchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.fetchClause().
visitFetchClause(HqlParser.FetchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.fetchClause().
visitFetches(FetchParent) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
visitFetches(FetchParent) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFetches(FetchParent) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Visit fetches for the given parent.
visitFetchExpression(SqmExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFetchExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFetchExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFieldLiteral(SqmFieldLiteral) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFieldLiteral(SqmFieldLiteral) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFieldLiteral(SqmFieldLiteral) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFilterClause(HqlParser.FilterClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.filterClause().
visitFilterClause(HqlParser.FilterClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.filterClause().
visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFilterPredicate(FilterPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFloorFunction(HqlParser.FloorFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.floorFunction().
visitFloorFunction(HqlParser.FloorFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.floorFunction().
visitFormat(HqlParser.FormatContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.format().
visitFormat(HqlParser.FormatContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.format().
visitFormat(SqmFormat) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFormat(SqmFormat) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFormat(SqmFormat) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFormat(Format) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFormatFunction(HqlParser.FormatFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.formatFunction().
visitFormatFunction(HqlParser.FormatFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.formatFunction().
visitForUpdateClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFromClause(HqlParser.FromClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.fromClause().
visitFromClause(HqlParser.FromClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.fromClause().
visitFromClause(SqmFromClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFromClause(SqmFromClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFromClause(SqmFromClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFromClause(FromClause) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFromClauseSpace(HqlParser.FromClauseSpaceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.fromClauseSpace().
visitFromClauseSpace(HqlParser.FromClauseSpaceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.fromClauseSpace().
visitFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
visitFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
visitFullyQualifiedClass(Class<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFullyQualifiedClass(Class<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFullyQualifiedClass(Class) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFunction(HqlParser.FunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.function().
visitFunction(HqlParser.FunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.function().
visitFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.function().
visitFunction(OrderingParser.FunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.function().
visitFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitFunction(SqmFunction) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFunction(SqmFunction) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFunction(SqmFunction) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.functionArguments().
visitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.functionArguments().
visitFunctionExpression(HqlParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
visitFunctionExpression(HqlParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
visitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.generalizedLiteral().
visitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.generalizedLiteral().
visitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.generalizedLiteralText().
visitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.generalizedLiteralText().
visitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.generalizedLiteralType().
visitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.generalizedLiteralType().
visitGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.generalPathFragment().
visitGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.generalPathFragment().
visitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.genericTemporalLiteralText().
visitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.genericTemporalLiteralText().
visitGraph(GraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.graph().
visitGraph(GraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.graph().
visitGreatestFunction(HqlParser.GreatestFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.greatestFunction().
visitGreatestFunction(HqlParser.GreatestFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.greatestFunction().
visitGroupByClause(HqlParser.GroupByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.groupByClause().
visitGroupByClause(HqlParser.GroupByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.groupByClause().
visitGroupByClause(List<SqmExpression<?>>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitGroupByClause(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitGroupByClause(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitGroupByClause(QuerySpec, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitGroupByExpression(HqlParser.GroupByExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.groupByExpression().
visitGroupByExpression(HqlParser.GroupByExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.groupByExpression().
visitGroupedExpression(HqlParser.GroupedExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
visitGroupedExpression(HqlParser.GroupedExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
visitGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
visitGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
visitGroupedPredicate(SqmGroupedPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitGroupedPredicate(SqmGroupedPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitGroupedPredicate(SqmGroupedPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitGroupedPredicate(GroupedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitGroupedPredicate(GroupedPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitHavingClause(HqlParser.HavingClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.havingClause().
visitHavingClause(HqlParser.HavingClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.havingClause().
visitHavingClause(SqmPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitHavingClause(SqmPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitHavingClause(SqmPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitHavingClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitHour(HqlParser.HourContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.hour().
visitHour(HqlParser.HourContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.hour().
visitHqlQueryMementos(Consumer<NamedHqlQueryMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super J, ?>>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
visitIdentificationVariableDef(HqlParser.IdentificationVariableDefContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.identificationVariableDef().
visitIdentificationVariableDef(HqlParser.IdentificationVariableDefContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.identificationVariableDef().
visitIdentifier(HqlParser.IdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.identifier().
visitIdentifier(HqlParser.IdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.identifier().
visitIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.identifier().
visitIdentifier(OrderingParser.IdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.identifier().
visitIfnullFunction(HqlParser.IfnullFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.ifnullFunction().
visitIfnullFunction(HqlParser.IfnullFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.ifnullFunction().
visitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.indexedPathAccessFragment().
visitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.indexedPathAccessFragment().
visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInListPredicate(SqmInListPredicate<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitInListPredicate(SqmInListPredicate<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitInListPredicate(SqmInListPredicate<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInListPredicate(InListPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitInPredicate(HqlParser.InPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
visitInPredicate(HqlParser.InPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
visitInsertionTargetPaths(Consumer<SqmPath>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
visitInsertionTargetPaths(Consumer<SqmPath>) - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
 
visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInsertStatement(HqlParser.InsertStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.insertStatement().
visitInsertStatement(HqlParser.InsertStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.insertStatement().
visitInsertStatement(InsertStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInsertStatement(InsertStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitInsertStatementOnly(InsertStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitInsertStatementOnly(InsertStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInstantFunction(HqlParser.InstantFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantFunction().
visitInstantFunction(HqlParser.InstantFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantFunction().
visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitInSubQueryPredicate(SqmInSubQueryPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
visitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
visitIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
visitIsNullPredicate(SqmNullnessPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jdbcDateLiteral().
visitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jdbcDateLiteral().
visitJdbcLiteral(JdbcLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitJdbcLiteral(JdbcLiteral) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitJdbcParameters(Consumer<JdbcParameter>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
visitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jdbcTimeLiteral().
visitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jdbcTimeLiteral().
visitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jdbcTimestampLiteral().
visitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jdbcTimestampLiteral().
visitJoinTypeQualifier(HqlParser.JoinTypeQualifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.joinTypeQualifier().
visitJoinTypeQualifier(HqlParser.JoinTypeQualifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.joinTypeQualifier().
visitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jpaCollectionJoin().
visitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jpaCollectionJoin().
visitJpaCompoundSelection(SqmJpaCompoundSelection<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitJpaCompoundSelection(SqmJpaCompoundSelection<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
This is called while performing an inflight parameter collection of parameters for `CriteriaQuery#getParameters`.
visitJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jpaNonStandardFunction().
visitJpaNonStandardFunction(HqlParser.JpaNonStandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jpaNonStandardFunction().
visitJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jpaNonStandardFunctionName().
visitJpaNonStandardFunctionName(HqlParser.JpaNonStandardFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jpaNonStandardFunctionName().
visitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jpaSelectObjectSyntax().
visitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jpaSelectObjectSyntax().
visitJunction(Junction) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitJunction(Junction) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitKeyFetchables(Consumer<Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
visitKeyFetchables(Consumer<Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitKeyFetchables(Consumer<Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
visitKeys(MKV, Consumer<? super K>) - Method in interface org.hibernate.collection.spi.MapSemantics
 
visitKeySelectables(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
visitKeySelectables(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
visitKeySubGraphs(BiConsumer<Class<?>, SubGraphImplementor<?>>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
visitLeastFunction(HqlParser.LeastFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.leastFunction().
visitLeastFunction(HqlParser.LeastFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.leastFunction().
visitLeftFunction(HqlParser.LeftFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.leftFunction().
visitLeftFunction(HqlParser.LeftFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.leftFunction().
visitLegacyFetchBuilders(Consumer<DynamicFetchBuilderLegacy>) - Method in interface org.hibernate.query.results.ResultSetMapping
 
visitLegacyFetchBuilders(Consumer<DynamicFetchBuilderLegacy>) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
visitLengthFunction(HqlParser.LengthFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.lengthFunction().
visitLengthFunction(HqlParser.LengthFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.lengthFunction().
visitLikeEscape(HqlParser.LikeEscapeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.likeEscape().
visitLikeEscape(HqlParser.LikeEscapeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.likeEscape().
visitLikePredicate(HqlParser.LikePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
visitLikePredicate(HqlParser.LikePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
visitLikePredicate(SqmLikePredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitLikePredicate(SqmLikePredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitLikePredicate(SqmLikePredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitLimitClause(HqlParser.LimitClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.limitClause().
visitLimitClause(HqlParser.LimitClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.limitClause().
visitLiteral(HqlParser.LiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.literal().
visitLiteral(HqlParser.LiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.literal().
visitLiteral(SqmLiteral<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitLiteral(SqmLiteral<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitLiteral(SqmLiteral<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitLiteralExpression(HqlParser.LiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
visitLiteralExpression(HqlParser.LiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
visitLnFunction(HqlParser.LnFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.lnFunction().
visitLnFunction(HqlParser.LnFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.lnFunction().
visitLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.localDateFunction().
visitLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.localDateFunction().
visitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.localDateTimeFunction().
visitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.localDateTimeFunction().
visitLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.localTimeFunction().
visitLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.localTimeFunction().
visitLocateFunction(HqlParser.LocateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.locateFunction().
visitLocateFunction(HqlParser.LocateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.locateFunction().
visitLocateFunctionPatternArgument(HqlParser.LocateFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.locateFunctionPatternArgument().
visitLocateFunctionPatternArgument(HqlParser.LocateFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.locateFunctionPatternArgument().
visitLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.locateFunctionStartArgument().
visitLocateFunctionStartArgument(HqlParser.LocateFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.locateFunctionStartArgument().
visitLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.locateFunctionStringArgument().
visitLocateFunctionStringArgument(HqlParser.LocateFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.locateFunctionStringArgument().
visitLowerFunction(HqlParser.LowerFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.lowerFunction().
visitLowerFunction(HqlParser.LowerFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.lowerFunction().
visitManagedTypes(Consumer<ManagedDomainType<?>>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Visitation over all managed types via Consumer
visitMapEntryFunction(SqmMapEntryReference) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitMapEntryFunction(SqmMapEntryReference) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitMapEntryFunction(SqmMapEntryReference) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.mapEntrySelection().
visitMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.mapEntrySelection().
visitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.mapKeyNavigablePath().
visitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.mapKeyNavigablePath().
visitMaxElementFunction(HqlParser.MaxElementFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the MaxElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
visitMaxElementFunction(HqlParser.MaxElementFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the MaxElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
visitMaxElementPath(SqmMaxElementPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitMaxElementPath(SqmMaxElementPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitMaxElementPath(SqmMaxElementPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitMaxFunction(HqlParser.MaxFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.maxFunction().
visitMaxFunction(HqlParser.MaxFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.maxFunction().
visitMaxIndexFunction(HqlParser.MaxIndexFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the MaxIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
visitMaxIndexFunction(HqlParser.MaxIndexFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the MaxIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
visitMaxIndexPath(SqmMaxIndexPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitMaxIndexPath(SqmMaxIndexPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitMaxIndexPath(SqmMaxIndexPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
visitMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
visitMemberOfPredicate(SqmMemberOfPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitMinElementFunction(HqlParser.MinElementFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the MinElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
visitMinElementFunction(HqlParser.MinElementFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the MinElementFunction labeled alternative in HqlParser.hqlCollectionFunction().
visitMinElementPath(SqmMinElementPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitMinElementPath(SqmMinElementPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitMinElementPath(SqmMinElementPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitMinFunction(HqlParser.MinFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.minFunction().
visitMinFunction(HqlParser.MinFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.minFunction().
visitMinIndexFunction(HqlParser.MinIndexFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the MinIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
visitMinIndexFunction(HqlParser.MinIndexFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the MinIndexFunction labeled alternative in HqlParser.hqlCollectionFunction().
visitMinIndexPath(SqmMinIndexPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitMinIndexPath(SqmMinIndexPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitMinIndexPath(SqmMinIndexPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitMinute(HqlParser.MinuteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.minute().
visitMinute(HqlParser.MinuteContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.minute().
visitModDividendArgument(HqlParser.ModDividendArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.modDividendArgument().
visitModDividendArgument(HqlParser.ModDividendArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.modDividendArgument().
visitModDivisorArgument(HqlParser.ModDivisorArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.modDivisorArgument().
visitModDivisorArgument(HqlParser.ModDivisorArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.modDivisorArgument().
visitModFunction(HqlParser.ModFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.modFunction().
visitModFunction(HqlParser.ModFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.modFunction().
visitMonth(HqlParser.MonthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.month().
visitMonth(HqlParser.MonthContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.month().
visitMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
visitMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
visitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.multiplicativeOperator().
visitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.multiplicativeOperator().
visitNamedGraphs(Consumer<RootGraph<?>>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
visitNamedHqlQueryDefinitions(Consumer<NamedHqlQueryDefinition>) - Method in interface org.hibernate.boot.Metadata
Visit all named HQL query definitions
visitNamedHqlQueryDefinitions(Consumer<NamedHqlQueryDefinition>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitNamedNativeQueryDefinitions(Consumer<NamedNativeQueryDefinition>) - Method in interface org.hibernate.boot.Metadata
Visit all named native query definitions
visitNamedNativeQueryDefinitions(Consumer<NamedNativeQueryDefinition>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitNamedParameter(HqlParser.NamedParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
visitNamedParameter(HqlParser.NamedParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
visitNamedParameterExpression(SqmNamedParameter<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitNamedParameterExpression(SqmNamedParameter) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitNamedParameterExpression(SqmNamedParameter) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitNamedParameterExpression(SqmNamedParameter) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitNamedProcedureCallDefinition(Consumer<NamedProcedureCallDefinition>) - Method in interface org.hibernate.boot.Metadata
Visit all named callable query definitions
visitNamedProcedureCallDefinition(Consumer<NamedProcedureCallDefinition>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitNamedResultSetMappingDefinition(Consumer<NamedResultSetMappingDescriptor>) - Method in interface org.hibernate.boot.Metadata
Visit all named SQL result set mapping definitions
visitNamedResultSetMappingDefinition(Consumer<NamedResultSetMappingDescriptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitNativeQueryMementos(Consumer<NamedNativeQueryMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
visitNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
visitNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
visitNegatedPredicate(SqmNegatedPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitNegatedPredicate(SqmNegatedPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitNegatedPredicate(SqmNegatedPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitNegatedPredicate(NegatedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitNegatedPredicate(NegatedPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.simpleQueryExpression().
visitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.simpleQueryExpression().
visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitNonStandardFunction(HqlParser.NonStandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nonStandardFunction().
visitNonStandardFunction(HqlParser.NonStandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nonStandardFunction().
visitNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nonStandardFunctionArguments().
visitNonStandardFunctionArguments(HqlParser.NonStandardFunctionArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nonStandardFunctionArguments().
visitNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nonStandardFunctionName().
visitNonStandardFunctionName(HqlParser.NonStandardFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nonStandardFunctionName().
visitNullifFunction(HqlParser.NullifFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nullifFunction().
visitNullifFunction(HqlParser.NullifFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nullifFunction().
visitNullnessLiteral(NullnessLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitNullnessLiteral(NullnessLiteral) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitNullnessPredicate(NullnessPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nullsPrecedence().
visitNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nullsPrecedence().
visitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.nullsPrecedence().
visitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.nullsPrecedence().
visitOffset(HqlParser.OffsetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offset().
visitOffset(HqlParser.OffsetContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offset().
visitOffsetAndFetchExpressions(QuerySpec, SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOffsetClause(HqlParser.OffsetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offsetClause().
visitOffsetClause(HqlParser.OffsetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offsetClause().
visitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offsetDateTimeFunction().
visitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offsetDateTimeFunction().
visitOffsetExpression(SqmExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitOffsetExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitOffsetExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitOrderBy(List<SortSpecification>) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitOrderBy(List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOrderByClause(HqlParser.OrderByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.orderByClause().
visitOrderByClause(HqlParser.OrderByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.orderByClause().
visitOrderByClause(SqmOrderByClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitOrderByClause(SqmOrderByClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitOrderByClause(SqmOrderByClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOrderByFragment(HqlParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.orderByFragment().
visitOrderByFragment(HqlParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.orderByFragment().
visitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.orderByFragment().
visitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.orderByFragment().
visitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitOrderByOffsetAndFetch(SqmQueryPart<?>, QueryPart) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOrderingSpecification(HqlParser.OrderingSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.orderingSpecification().
visitOrderingSpecification(HqlParser.OrderingSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.orderingSpecification().
visitOrPredicate(HqlParser.OrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
visitOrPredicate(HqlParser.OrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
visitOrPredicate(SqmOrPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitOrPredicate(SqmOrPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitOrPredicate(SqmOrPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOverClause(List<Expression>, List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOverlayFunction(HqlParser.OverlayFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunction().
visitOverlayFunction(HqlParser.OverlayFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunction().
visitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunctionLengthArgument().
visitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunctionLengthArgument().
visitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
visitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
visitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunctionStartArgument().
visitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunctionStartArgument().
visitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunctionStringArgument().
visitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunctionStringArgument().
visitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.packagedFunction().
visitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.packagedFunction().
visitPadCharacter(HqlParser.PadCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.padCharacter().
visitPadCharacter(HqlParser.PadCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.padCharacter().
visitPadFunction(HqlParser.PadFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.padFunction().
visitPadFunction(HqlParser.PadFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.padFunction().
visitPadLength(HqlParser.PadLengthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.padLength().
visitPadLength(HqlParser.PadLengthContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.padLength().
visitPadSpecification(HqlParser.PadSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.padSpecification().
visitPadSpecification(HqlParser.PadSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.padSpecification().
visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitParameter(JdbcParameter) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitParameterExpression(HqlParser.ParameterExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
visitParameterExpression(HqlParser.ParameterExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
visitParameterizedEntityTypeExpression(SqmParameterizedEntityType<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitParameterizedEntityTypeExpression(SqmParameterizedEntityType<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitParameterizedEntityTypeExpression(SqmParameterizedEntityType<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.parameterOrIntegerLiteral().
visitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.parameterOrIntegerLiteral().
visitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.parameterOrNumberLiteral().
visitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.parameterOrNumberLiteral().
visitParameters(Consumer<QueryParameterImplementor<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
visitParamInList(HqlParser.ParamInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
visitParamInList(HqlParser.ParamInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
visitPartitionByClause(List<Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitPartitionExpressions(List<Expression>, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitPartitionExpressions(List<Expression>, Function<Expression, Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitPath(HqlParser.PathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.path().
visitPath(HqlParser.PathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.path().
visitPathContinuation(HqlParser.PathContinuationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.pathContinuation().
visitPathContinuation(HqlParser.PathContinuationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.pathContinuation().
visitPathExpression(HqlParser.PathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the PathExpression labeled alternative in HqlParser.primaryExpression().
visitPathExpression(HqlParser.PathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the PathExpression labeled alternative in HqlParser.primaryExpression().
visitPathRoot(HqlParser.PathRootContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.pathRoot().
visitPathRoot(HqlParser.PathRootContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.pathRoot().
visitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
visitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitPositionalParameter(HqlParser.PositionalParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
visitPositionalParameter(HqlParser.PositionalParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
visitPositionalParameterExpression(SqmPositionalParameter<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitPositionalParameterExpression(SqmPositionalParameter) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitPositionalParameterExpression(SqmPositionalParameter) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitPositionalParameterExpression(SqmPositionalParameter) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitPositionFunction(HqlParser.PositionFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.positionFunction().
visitPositionFunction(HqlParser.PositionFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.positionFunction().
visitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.positionFunctionPatternArgument().
visitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.positionFunctionPatternArgument().
visitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.positionFunctionStringArgument().
visitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.positionFunctionStringArgument().
visitPowerBaseArgument(HqlParser.PowerBaseArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.powerBaseArgument().
visitPowerBaseArgument(HqlParser.PowerBaseArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.powerBaseArgument().
visitPowerFunction(HqlParser.PowerFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.powerFunction().
visitPowerFunction(HqlParser.PowerFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.powerFunction().
visitPowerPowerArgument(HqlParser.PowerPowerArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.powerPowerArgument().
visitPowerPowerArgument(HqlParser.PowerPowerArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.powerPowerArgument().
visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQualifiedEntityJoin(SqmEntityJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQualifiedEntityJoin(SqmEntityJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQualifiedEntityJoin(SqmEntityJoin) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQualifiedJoin(HqlParser.QualifiedJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.qualifiedJoin().
visitQualifiedJoin(HqlParser.QualifiedJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.qualifiedJoin().
visitQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.qualifiedJoinPredicate().
visitQualifiedJoinPredicate(HqlParser.QualifiedJoinPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.qualifiedJoinPredicate().
visitQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.qualifiedJoinRhs().
visitQualifiedJoinRhs(HqlParser.QualifiedJoinRhsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.qualifiedJoinRhs().
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitQueryGroup(SqmQueryGroup<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQueryGroup(SqmQueryGroup<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQueryGroup(SqmQueryGroup<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitQueryLiteral(QueryLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQueryLiteral(QueryLiteral) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitQueryOrder(HqlParser.QueryOrderContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.queryOrder().
visitQueryOrder(HqlParser.QueryOrderContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.queryOrder().
visitQueryPart(SqmQueryPart<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQueryPart(SqmQueryPart<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQuerySpaces(Consumer<String>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
visitQuerySpaces(Consumer<String>) - Method in interface org.hibernate.persister.entity.EntityPersister
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.dialect.SybaseSqmToSqlAstConverter
 
visitQuerySpec(HqlParser.QuerySpecContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.querySpec().
visitQuerySpec(HqlParser.QuerySpecContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.querySpec().
visitQuerySpec(SqmQuerySpec<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.simpleQueryExpression().
visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.simpleQueryExpression().
visitRegisteredComponents(Consumer<Component>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitRegisteredComponents(Consumer<Component>) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
visitRegistrations(Consumer<? extends QueryParameter<?>>) - Method in interface org.hibernate.query.ParameterMetadata
General purpose visitation using functional
visitRegistrations(Consumer<? extends QueryParameter<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
visitRelationalPredicate(ComparisonPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitRelationalPredicate(ComparisonPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitReplaceFunction(HqlParser.ReplaceFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.replaceFunction().
visitReplaceFunction(HqlParser.ReplaceFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.replaceFunction().
visitReplaceFunctionPatternArgument(HqlParser.ReplaceFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.replaceFunctionPatternArgument().
visitReplaceFunctionPatternArgument(HqlParser.ReplaceFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.replaceFunctionPatternArgument().
visitReplaceFunctionReplacementArgument(HqlParser.ReplaceFunctionReplacementArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.replaceFunctionReplacementArgument().
visitReplaceFunctionReplacementArgument(HqlParser.ReplaceFunctionReplacementArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.replaceFunctionReplacementArgument().
visitReplaceFunctionStringArgument(HqlParser.ReplaceFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.replaceFunctionStringArgument().
visitReplaceFunctionStringArgument(HqlParser.ReplaceFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.replaceFunctionStringArgument().
visitRestrictedSubQueryExpression(SqmRestrictedSubQueryExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitRestrictedSubQueryExpression(SqmRestrictedSubQueryExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitResultBuilders(BiConsumer<Integer, ResultBuilder>) - Method in interface org.hibernate.query.results.ResultSetMapping
 
visitResultBuilders(BiConsumer<Integer, ResultBuilder>) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
visitResultIdentifier(HqlParser.ResultIdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.resultIdentifier().
visitResultIdentifier(HqlParser.ResultIdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.resultIdentifier().
visitResultSetMappingMementos(Consumer<NamedResultSetMappingMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
visitReturningColumns(MutationStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitReturningColumns(MutationStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitReusablePaths(Consumer<SqmPath<?>>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
visitReusablePaths(Consumer<SqmPath<?>>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Visit each reusable path relative to this path
visitRightFunction(HqlParser.RightFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.rightFunction().
visitRightFunction(HqlParser.RightFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.rightFunction().
visitRollup(HqlParser.RollupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.rollup().
visitRollup(HqlParser.RollupContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.rollup().
visitRootEntityTypes(Consumer<EntityDomainType<?>>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
visitRootPath(SqmRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitRootPath(SqmRoot<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitRootPath(SqmRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitRoots(Consumer<SqmRoot<?>>) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
Visit the domain roots
visitRoots(Consumer<TableGroup>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitRoundFunction(HqlParser.RoundFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.roundFunction().
visitRoundFunction(HqlParser.RoundFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.roundFunction().
visitRoundFunctionPrecision(HqlParser.RoundFunctionPrecisionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.roundFunctionPrecision().
visitRoundFunctionPrecision(HqlParser.RoundFunctionPrecisionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.roundFunctionPrecision().
visitScript(SqlScriptParser.ScriptContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseVisitor
Visit a parse tree produced by SqlScriptParser.script().
visitScript(SqlScriptParser.ScriptContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserVisitor
Visit a parse tree produced by SqlScriptParser.script().
visitSearchBySpecifications(CteTable, List<SqmSearchClauseSpecification>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.searchedCaseList().
visitSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.searchedCaseList().
visitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.searchedCaseWhen().
visitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.searchedCaseWhen().
visitSecond(HqlParser.SecondContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.second().
visitSecond(HqlParser.SecondContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.second().
visitSelectClause(HqlParser.SelectClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selectClause().
visitSelectClause(HqlParser.SelectClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selectClause().
visitSelectClause(SqmSelectClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelectClause(SelectClause) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSelectExpression(HqlParser.SelectExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selectExpression().
visitSelectExpression(HqlParser.SelectExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selectExpression().
visitSelection(HqlParser.SelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selection().
visitSelection(HqlParser.SelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selection().
visitSelection(SqmSelection<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSelectionList(HqlParser.SelectionListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selectionList().
visitSelectionList(HqlParser.SelectionListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selectionList().
visitSelectStatement(HqlParser.SelectStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selectStatement().
visitSelectStatement(HqlParser.SelectStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selectStatement().
visitSelectStatement(SqmSelectStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSelectStatement(SqmSelectStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSelectStatement(SqmSelectStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelectStatement(SelectStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSetClause(HqlParser.SetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.setClause().
visitSetClause(HqlParser.SetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.setClause().
visitSetClause(SqmSetClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSetOperator(HqlParser.SetOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.setOperator().
visitSetOperator(HqlParser.SetOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.setOperator().
visitSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
visitSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
visitSignFunction(HqlParser.SignFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.signFunction().
visitSignFunction(HqlParser.SignFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.signFunction().
visitSignOperator(HqlParser.SignOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.signOperator().
visitSignOperator(HqlParser.SignOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.signOperator().
visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.simpleCaseList().
visitSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.simpleCaseList().
visitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.simpleCaseWhen().
visitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.simpleCaseWhen().
visitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.simpleFunction().
visitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.simpleFunction().
visitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
visitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
visitSortExpression(HqlParser.SortExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.sortExpression().
visitSortExpression(HqlParser.SortExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.sortExpression().
visitSortSpecification(HqlParser.SortSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.sortSpecification().
visitSortSpecification(HqlParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.sortSpecification().
visitSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.sortSpecification().
visitSortSpecification(OrderingParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.sortSpecification().
visitSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitSortSpecification(SqmSortSpecification) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSortSpecification(Expression, SortOrder, NullPrecedence) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSortSpecification(SortSpecification) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSortSpecifications(Consumer<SortSpecification>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
visitSqlSelectExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqlSelection(SqlSelection) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSqlSelections(SelectClause) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitSqlSelections(SelectClause) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitSqlSelections(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqmJoins(Consumer<SqmJoin<T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
visitSqmJoins(Consumer<SqmJoin<T, ?>>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
Visit all associated joins
visitSqrtFunction(HqlParser.SqrtFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.sqrtFunction().
visitSqrtFunction(HqlParser.SqrtFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.sqrtFunction().
visitStandardFunction(HqlParser.StandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.standardFunction().
visitStandardFunction(HqlParser.StandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.standardFunction().
visitStar(SqmStar) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitStar(SqmStar) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitStar(SqmStar) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitStar(Star) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitStar(Star) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitStateArrayContributors(Consumer<StateArrayContributorMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
visitStateArrayContributors(Consumer<StateArrayContributorMapping>) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
visitStatement(HqlParser.StatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.statement().
visitStatement(HqlParser.StatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.statement().
visitStatement(SqmStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitStatement(SqmStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitStrFunction(HqlParser.StrFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.strFunction().
visitStrFunction(HqlParser.StrFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.strFunction().
visitSubGraph(GraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.subGraph().
visitSubGraph(GraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.subGraph().
visitSubGraphs(BiConsumer<Class<?>, SubGraphImplementor<?>>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.EmbeddableMappingType
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.Queryable
Like Queryable.findSubPart(java.lang.String, org.hibernate.metamodel.mapping.EntityMappingType), this form visits all parts defined on the entity, its super-types and its sub-types.
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitSubQuery(HqlParser.SubQueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.subQuery().
visitSubQuery(HqlParser.SubQueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.subQuery().
visitSubQueryExpression(HqlParser.SubQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SubQueryExpression labeled alternative in HqlParser.expression().
visitSubQueryExpression(HqlParser.SubQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SubQueryExpression labeled alternative in HqlParser.expression().
visitSubQueryExpression(SqmSubQuery<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSubQueryExpression(SqmSubQuery) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSubQueryExpression(SqmSubQuery) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSubQueryInList(HqlParser.SubQueryInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SubQueryInList labeled alternative in HqlParser.inList().
visitSubQueryInList(HqlParser.SubQueryInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SubQueryInList labeled alternative in HqlParser.inList().
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
Visit each of this selectable's direct sub-selectables - used to support JPA's Selection model (which is really a "selectable", just poorly named and poorly defined
visitSubstringFunction(HqlParser.SubstringFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.substringFunction().
visitSubstringFunction(HqlParser.SubstringFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.substringFunction().
visitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.substringFunctionLengthArgument().
visitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.substringFunctionLengthArgument().
visitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.substringFunctionStartArgument().
visitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.substringFunctionStartArgument().
visitSubType(GraphLanguageParser.SubTypeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.subType().
visitSubType(GraphLanguageParser.SubTypeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.subType().
visitSubTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Walk this type's attributes as well as its sub-type's
visitSubTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitSumFunction(HqlParser.SumFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.sumFunction().
visitSumFunction(HqlParser.SumFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.sumFunction().
visitSummarization(SqmSummarization<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSummarization(SqmSummarization<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSummarization(SqmSummarization<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSummarization(Summarization) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Walk this type's attributes as well as its super-type's
visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.syntacticDomainPath().
visitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.syntacticDomainPath().
visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTableGroup(TableGroup) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.query.results.TableGroupImpl
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.CompositeTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
visitTableGroups(Consumer<TableGroup>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitTableJoins(Consumer<TableJoin>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitTableReference(TableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTableReference(TableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTableReferenceJoin(TableReferenceJoin) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTargetFieldsSpec(HqlParser.TargetFieldsSpecContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.targetFieldsSpec().
visitTargetFieldsSpec(HqlParser.TargetFieldsSpecContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.targetFieldsSpec().
visitTargetSelectables(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
visitTargetSelectables(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
visitTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.temporalLiteral().
visitTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.temporalLiteral().
visitTerminal(TerminalNode) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
visitTerminal(TerminalNode) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
visitTerminal(TerminalNode) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
visitTerminal(TerminalNode) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
visitTime(HqlParser.TimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.time().
visitTime(HqlParser.TimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.time().
visitTimeLiteral(HqlParser.TimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.timeLiteral().
visitTimeLiteral(HqlParser.TimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.timeLiteral().
visitTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.timeZoneField().
visitTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.timeZoneField().
visitToDuration(SqmToDuration) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitToDuration(SqmToDuration) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitToDuration(SqmToDuration) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
visitToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
visitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.treatedNavigablePath().
visitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.treatedNavigablePath().
visitTreatedPath(SqmTreatedPath<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitTreatedPath(SqmTreatedPath) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitTrigFunction(HqlParser.TrigFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.trigFunction().
visitTrigFunction(HqlParser.TrigFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.trigFunction().
visitTrigFunctionName(HqlParser.TrigFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.trigFunctionName().
visitTrigFunctionName(HqlParser.TrigFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.trigFunctionName().
visitTrimCharacter(HqlParser.TrimCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.trimCharacter().
visitTrimCharacter(HqlParser.TrimCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.trimCharacter().
visitTrimFunction(HqlParser.TrimFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.trimFunction().
visitTrimFunction(HqlParser.TrimFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.trimFunction().
visitTrimSpecification(HqlParser.TrimSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.trimSpecification().
visitTrimSpecification(HqlParser.TrimSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.trimSpecification().
visitTrimSpecification(SqmTrimSpecification) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitTrimSpecification(SqmTrimSpecification) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitTrimSpecification(SqmTrimSpecification) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTrimSpecification(TrimSpecification) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTuple(SqmTuple<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitTuple(SqmTuple<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitTuple(SqmTuple<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitTuple(SqlTuple) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTuple(SqlTuple) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTupleExpression(HqlParser.TupleExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
visitTupleExpression(HqlParser.TupleExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
visitUnaryExpression(HqlParser.UnaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
visitUnaryExpression(HqlParser.UnaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
visitUnaryOperationExpression(SqmUnaryOperation<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitUnaryOperationExpression(SqmUnaryOperation) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitUnaryOperationExpression(SqmUnaryOperation) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitUnaryOperationExpression(UnaryOperation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitUnaryOperationExpression(UnaryOperation) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitUpdateStatement(HqlParser.UpdateStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.updateStatement().
visitUpdateStatement(HqlParser.UpdateStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.updateStatement().
visitUpdateStatement(SqmUpdateStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitUpdateStatement(SqmUpdateStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitUpdateStatement(SqmUpdateStatement) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitUpdateStatement(UpdateStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitUpperFunction(HqlParser.UpperFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.upperFunction().
visitUpperFunction(HqlParser.UpperFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.upperFunction().
visitValues(HqlParser.ValuesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionsimpleQueryExpressionsimpleQueryExpressionpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameterjpaCollectionFunctionjpaCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunction.
visitValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionsimpleQueryExpressionsimpleQueryExpressionpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameterjpaCollectionFunctionjpaCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunctionhqlCollectionFunction.
visitValues(SqmValues) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitValues(SqmValues) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitValues(SqmValues) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitValuesList(List<Values>) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitValuesList(HqlParser.ValuesListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.valuesList().
visitValuesList(HqlParser.ValuesListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.valuesList().
visitValuesList(List<Values>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitWeekField(HqlParser.WeekFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.weekField().
visitWeekField(HqlParser.WeekFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.weekField().
visitWhereClause(HqlParser.WhereClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.whereClause().
visitWhereClause(HqlParser.WhereClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.whereClause().
visitWhereClause(SqmWhereClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitWhereClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitYear(HqlParser.YearContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.year().
visitYear(HqlParser.YearContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.year().
visitZoneId(HqlParser.ZoneIdContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.zoneId().
visitZoneId(HqlParser.ZoneIdContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.zoneId().
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
 
VOCABULARY - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
VOCABULARY - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
VOCABULARY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VOCABULARY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
VOCABULARY - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
VOCABULARY - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
VOCABULARY - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
VOCABULARY - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 

W

WAIT_FOREVER - Static variable in class org.hibernate.LockOptions
Indicates that there is no timeout for the acquisition.
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
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.PersistentCollection
Is this instance initialized?
wasInsertedDuringTransaction(EntityPersister, Object) - 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.
WEEK - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WEEK() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
WEEK() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
WEEK() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
WEEK - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WEEK() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
week_weekofyear(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
weekField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
weekField() - Method in class org.hibernate.grammars.hql.HqlParser
 
WeekFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
weekQuarter(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
WHEN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WHEN() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
WHEN() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
WHEN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
when(Expression<Boolean>, T) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
when(Expression<Boolean>, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
when(C, R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(C, Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(SqmPredicate, SqmExpression<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
when(Expression<Boolean>, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
when(Expression<Boolean>, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
when(SqmExpression<T>, SqmExpression<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(T, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(T, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(Predicate, Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
when(Expression, Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
WhenFragment(SqmPredicate, SqmExpression<R>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
 
WhenFragment(SqmExpression<T>, SqmExpression<R>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
 
WhenFragment(Predicate, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
 
WhenFragment(Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
 
Where - Annotation Type in org.hibernate.annotations
Where clause to add to the element Entity or target entity of a collection.
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WHERE() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
WHERE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WHERE() - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
where - Variable in class org.hibernate.sql.Delete
 
where - Variable in class org.hibernate.sql.Update
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
whereClause - Variable in class org.hibernate.sql.Select
 
WhereClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
whereColumns - Variable in class org.hibernate.sql.Update
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
whereJoinFragment(String, boolean, boolean, Set<String>) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
whereJoinFragment(String, boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
whereJoinFragment(String, boolean, boolean, Set<String>) - 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 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.
whereTokens - Variable in class org.hibernate.sql.SimpleSelect
 
WHITESPACE_CHANNEL - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
with(Integrator) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
with(ClassLoader) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
with(ClassLoaderService) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
WITH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.QualifiedJoinPredicateContext
 
WITH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
with(LockOptions) - Method in interface org.hibernate.IdentifierLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(CacheMode) - Method in interface org.hibernate.IdentifierLoadAccess
Specify the CacheMode to use when retrieving the entity.
with(RootGraph<T>) - Method in interface org.hibernate.IdentifierLoadAccess
 
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.IdentifierLoadAccess
 
with(LockOptions) - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
with(LockOptions) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
with(CacheMode) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
with(RootGraph<T>, GraphSemantic) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
with(LockOptions) - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
with(LockOptions) - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
with(LockOptions) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specify the LockOptions 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.MultiIdentifierLoadAccess
 
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.MultiIdentifierLoadAccess
 
with(LockOptions) - Method in interface org.hibernate.NaturalIdLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(LockOptions) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(CacheMode) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Specify the CacheMode to use when retrieving the entity.
with(RootGraph<T>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Define a load graph to be used when retrieving the entity
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Define a load or fetch graph to be used 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 interface org.hibernate.MultiIdentifierLoadAccess
Specify a batch size for loading the entities (how many at a time).
withBatchSize(int) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
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
withExplicitFetchMementoResolver(Function<String, FetchBuilder>, Runnable) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
withInternalFetchProfile(CascadingFetchProfile, LoadQueryInfluencers.InternalFetchProfileAction) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
withKeySelectionMapping(IntFunction<SelectableMapping>, MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Return a copy of this foreign key descriptor with the selectable mappings as provided by the given accessor.
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.
withRowNumbering(QueryPart, boolean, Runnable) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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(CE, CollectionPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.CollectionSemantics
 
wrap(Blob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Clob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(NClob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Blob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given blob in a serializable wrapper.
wrap(Clob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given clob in a serializable wrapper.
wrap(NClob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given nclob in a serializable wrapper.
wrap(Map) - Static method in class org.hibernate.jpa.HibernatePersistenceProvider
 
wrap(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
wrap(Expression<Boolean>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
wrap(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
wrap(Expression<Boolean>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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(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 class org.hibernate.type.descriptor.java.JavaObjectTypeDescriptor
 
wrap(X, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
Wrap a value as our handled Java type.
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.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.spi.CollectionJavaTypeDescriptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJtd
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorBasicAdaptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaDescriptor
 
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(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor
 
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_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
wrapAsAnsiDateLiteral(String) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
wrapAsAnsiTimeLiteral(String) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
wrapAsAnsiTimestampLiteral(String) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
wrapAsJdbcDateLiteral(String) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
wrapAsJdbcTimeLiteral(String) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
wrapAsJdbcTimestampLiteral(String) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
wrapDateLiteral(String) - Method in class org.hibernate.dialect.CockroachDialect
 
wrapDateLiteral(String) - Method in class org.hibernate.dialect.Dialect
 
wrapDateLiteral(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
wrapDateLiteral(String) - Method in class org.hibernate.dialect.SQLServerDialect
 
wrapIdsInEmbeddedComponents() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
wrapInJdbcEscape(String, SqmFunctionDescriptor) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
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
 
wrapperEquivalent(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
WrapperOptions - Interface in org.hibernate.type.descriptor
Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.
wrapTimeLiteral(String) - Method in class org.hibernate.dialect.CockroachDialect
 
wrapTimeLiteral(String) - Method in class org.hibernate.dialect.Dialect
 
wrapTimeLiteral(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
wrapTimeLiteral(String) - Method in class org.hibernate.dialect.SQLServerDialect
 
wrapTimestampLiteral(String) - Method in class org.hibernate.dialect.CockroachDialect
 
wrapTimestampLiteral(String) - Method in class org.hibernate.dialect.Dialect
 
wrapTimestampLiteral(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
wrapTimestampLiteral(String) - Method in class org.hibernate.dialect.SQLServerDialect
 
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
 
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, Object, 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
Deprecated.
Added temporarily in support of dual SQL execution until fully migrated to SelectStatement and JdbcOperation
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, Object, String) - Constructor for exception org.hibernate.WrongClassException
Constructs a WrongClassException using the supplied information.
WrongClassException(String, Object, String, Object) - Constructor for exception org.hibernate.WrongClassException
 
WS - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
WS - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
WS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
WS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 

X

XML_FILE_NAMES - Static variable in interface org.hibernate.jpa.AvailableSettings
List of classes names Internal use only
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
 
XPROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
XsdDescriptor - Class in org.hibernate.boot.xsd
Representation of a locally resolved XSD

Y

YEAR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
year() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
YEAR() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
YEAR() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
YEAR() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
YEAR() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
YEAR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
year() - Method in class org.hibernate.grammars.hql.HqlParser
 
YearContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.YearContext
 
yearMonthDay(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
yearsMonthsDaysHoursMinutesSecondsBetween(QueryEngine) - Static method in class org.hibernate.dialect.function.CommonFunctionFactory
 
YES_NO - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC CHAR(1) (using 'Y'/'N').
YesNoConverter - Class in org.hibernate.type
Handles conversion to/from Boolean as `Y` or `N`
YesNoConverter() - Constructor for class org.hibernate.type.YesNoConverter
 
YesNoConverter() - Constructor for class org.hibernate.type.YesNoType.YesNoConverter
 
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
 
YesNoType.YesNoConverter - Class in org.hibernate.type
 

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
 
ZONE_OFFSET - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZoneOffset to JDBC VARCHAR.
ZONED_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZonedDateTime to JDBC TIMESTAMP.
ZonedDateTimeJavaDescriptor - Class in org.hibernate.type.descriptor.java
Java type descriptor for the ZonedDateTime 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
 
zoneId() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
zoneId() - Method in class org.hibernate.grammars.hql.HqlParser
 
ZoneIdContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
ZoneOffsetComparator() - Constructor for class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor.ZoneOffsetComparator
 
ZoneOffsetJavaDescriptor - Class in org.hibernate.type.descriptor.java
Descriptor for ZoneOffset handling.
ZoneOffsetJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ZoneOffsetJavaDescriptor
 
ZoneOffsetJavaDescriptor.ZoneOffsetComparator - Class in org.hibernate.type.descriptor.java
 
ZoneOffsetType - Class in org.hibernate.type
A type mapping VARCHAR and ZoneOffset
ZoneOffsetType() - Constructor for class org.hibernate.type.ZoneOffsetType
 

_

_abstract - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
_ATN - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
_ATN - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
_ATN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
_ATN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
_ATN - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
_ATN - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
_ATN - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
_ATN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
_decisionToDFA - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
_decisionToDFA - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
_decisionToDFA - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
_decisionToDFA - Static variable in class org.hibernate.grammars.hql.HqlParser
 
_decisionToDFA - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
_decisionToDFA - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
_decisionToDFA - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
_decisionToDFA - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
_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
 
_serializedATN - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
_serializedATN - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
_serializedATN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
_serializedATN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
_serializedATN - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
_serializedATN - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
_serializedATN - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
_serializedATN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
_sharedContextCache - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
_sharedContextCache - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
_sharedContextCache - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
_sharedContextCache - Static variable in class org.hibernate.grammars.hql.HqlParser
 
_sharedContextCache - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
_sharedContextCache - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
_sharedContextCache - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
_sharedContextCache - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
_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 _ 

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