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

$

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

A

abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Abort the currently managed batch (if any)
abs(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
abs(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
AbstractArchiveDescriptor - Class in org.hibernate.boot.archive.spi
Base support for ArchiveDescriptor implementors.
AbstractArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
AbstractArchiveDescriptorFactory - Class in org.hibernate.boot.archive.spi
 
AbstractArchiveDescriptorFactory() - Constructor for class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
AbstractAttribute - Class in org.hibernate.tuple
 
AbstractAttribute(String, Type) - Constructor for class org.hibernate.tuple.AbstractAttribute
 
AbstractAttributeKey - Class in org.hibernate.boot.model.source.spi
 
AbstractAttributeKey() - Constructor for class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Constructor for the base AttributePath
AbstractAttributeKey(String) - Constructor for class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Constructor for the base AttributeRole
AbstractAttributeKey(AbstractAttributeKey, String) - Constructor for class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean, Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractBagSemantics<E> - Class in org.hibernate.collection.spi
 
AbstractBagSemantics() - Constructor for class org.hibernate.collection.spi.AbstractBagSemantics
 
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
 
AbstractClassJavaType<T> - Class in org.hibernate.type.descriptor.java
Abstract adapter for Java type descriptors.
AbstractClassJavaType(Class<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type.
AbstractClassJavaType(Class<? extends T>, MutabilityPlan<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type and mutability plan.
AbstractClassJavaType(Class<? extends T>, MutabilityPlan<? extends T>, Comparator<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type, mutability plan and comparator.
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, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
 
AbstractCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
AbstractColumnReferenceQualifier - Class in org.hibernate.sql.ast.tree.from
 
AbstractColumnReferenceQualifier() - Constructor for class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
AbstractCommonQueryContract - Class in org.hibernate.query.spi
 
AbstractCommonQueryContract(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
 
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(JavaType<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, Fetch, Fetch, 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, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
AbstractEntityPersister.CacheEntryHelper - Interface in org.hibernate.persister.entity
Consolidated these onto a single helper because the 2 pieces work in tandem.
AbstractEntityResultGraphNode - Class in org.hibernate.sql.results.graph.entity
AbstractFetchParent sub-class for entity-valued graph nodes
AbstractEntityResultGraphNode(EntityValuedModelPart, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
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.
AbstractFetchBuilderContainer<T extends AbstractFetchBuilderContainer<T>> - Class in org.hibernate.query.results.dynamic
 
AbstractFetchBuilderContainer() - Constructor for class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
AbstractFetchBuilderContainer(AbstractFetchBuilderContainer<T>) - 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
Base support for FetchParentAccess implementations.
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(DatabaseVersion) - Constructor for class org.hibernate.dialect.AbstractHANADialect
 
AbstractHANADialect.HANABlobType - Class in org.hibernate.dialect
 
AbstractIdentifiableType<J> - Class in org.hibernate.metamodel.model.domain
Defines commonality for the JPA IdentifiableType types.
AbstractIdentifiableType(String, JavaType<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
 
AbstractJavaType<T> - Class in org.hibernate.type.descriptor.java
Abstract adapter for Java type descriptors.
AbstractJavaType(Type) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
Initialize a type descriptor for the given type.
AbstractJavaType(Type, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
Initialize a type descriptor for the given type.
AbstractJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
Abstract JdbcLiteralFormatter implementation managing the JavaType
AbstractJdbcLiteralFormatter(JavaType<T>) - 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(SqmExpressible<? extends 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(SqmExpressible<? extends 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(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, JavaType<J>, ManagedDomainType<? super J>, JpaMetamodel) - Constructor for class org.hibernate.metamodel.model.domain.AbstractManagedType
 
AbstractManagedType.InFlightAccessImpl - Class in org.hibernate.metamodel.model.domain
 
AbstractMapSemantics<MKV extends Map<K,​V>,​K,​V> - Class in org.hibernate.collection.spi
 
AbstractMapSemantics() - Constructor for class org.hibernate.collection.spi.AbstractMapSemantics
 
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(Map<String, CteStatement>, NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
AbstractMutationStatement(NamedTableReference) - 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(boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
AbstractNegatableSqmPredicate(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, EntityValuedFetchable, NavigablePath) - 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<T> - 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[], BindableType<T>) - Constructor for class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
AbstractPersistentCollection<E> - Class in org.hibernate.collection.spi
Base class implementing PersistentCollection
AbstractPersistentCollection() - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
Not called by Hibernate, but used by non-JDK serialization, eg.
AbstractPersistentCollection(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
 
AbstractPersistentCollection.AbstractValueDelayedOperation - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.DelayedOperation<E> - Interface in org.hibernate.collection.spi
Contract for operations which are part of a collection's operation queue.
AbstractPersistentCollection.IteratorProxy<E> - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.LazyInitializationWork<T> - Interface in org.hibernate.collection.spi
TBH not sure why this is public
AbstractPersistentCollection.ListIteratorProxy - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.ListProxy - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.SetProxy<E> - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.ValueDelayedOperation<E> - Interface in org.hibernate.collection.spi
 
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.
AbstractPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
AbstractPredicate(JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
AbstractPredicate(JdbcMappingContainer, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
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.spi
 
AbstractQueryParameter(boolean, BindableType<T>) - Constructor for class org.hibernate.query.spi.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
 
AbstractSelectionQuery<R> - Class in org.hibernate.query.spi
 
AbstractSelectionQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractSelectionQuery
 
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(String, Object, Boolean, String, boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
 
AbstractSetSemantics<SE extends Set<E>,​E> - Class in org.hibernate.collection.spi
 
AbstractSetSemantics() - Constructor for class org.hibernate.collection.spi.AbstractSetSemantics
 
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(JdbcType, JavaType<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
 
AbstractSqlAstWalker - Class in org.hibernate.sql.ast.spi
A simple walker that checks for aggregate functions.
AbstractSqlAstWalker() - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
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
 
AbstractSqmAttributeJoin(SqmFrom<?, O>, NavigablePath, 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(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, boolean, SqmRoot<E>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
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(SqmExpressible<? extends 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(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
AbstractSqmFrom(NavigablePath, SqmPathSource<T>, SqmFrom<?, ?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - 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(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, boolean, SqmRoot<T>, List<SqmPath<?>>) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
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, SqmExpressible<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
 
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
 
AbstractSqmPluralJoin(SqmFrom<?, O>, NavigablePath, 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(SqmExpressible<Boolean>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
AbstractSqmRestrictedDmlStatement<T> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmRestrictedDmlStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, boolean, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
AbstractSqmRestrictedDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
AbstractSqmRestrictedDmlStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
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(NodeBuilder, Map<String, SqmCteStatement<?>>, boolean, Class<T>) - 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, FunctionKind, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSelfRenderingFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, 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(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
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(JdbcType, JavaType<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, ModelPartContainer, String, SqlAliasBase, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
AbstractTableReference - Class in org.hibernate.sql.ast.tree.from
 
AbstractTableReference(String, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
AbstractTemporalJavaType<T> - Class in org.hibernate.type.descriptor.java
 
AbstractTemporalJavaType(Class<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTemporalJavaType(Class<? extends T>, MutabilityPlan<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTemporalJavaType(Class<? extends T>, MutabilityPlan<? extends T>, Comparator<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTransactSQLDialect - Class in org.hibernate.dialect
An abstract base class for Sybase and MS SQL Server dialects.
AbstractTransactSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
 
AbstractTransactSQLDialect(DialectResolutionInfo) - 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
 
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
 
AbstractValueDelayedOperation(E, E) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
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(int, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
Accept the selectable mapping.
accept(int, T) - Method in interface org.hibernate.mapping.IndexedConsumer
 
accept(int, T, U) - Method in interface org.hibernate.mapping.IndexedBiConsumer
 
accept(String) - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Accept the given command and write it to the abstracted script
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(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.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.BarePrimaryExpressionContext
 
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.BooleanLiteralContext
 
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.CollateFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
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.CollectionValueNavigablePathContext
 
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.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.ElementAggregateFunctionContext
 
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.EntityWithJoinsContext
 
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.ExistsCollectionPartPredicateContext
 
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.ExplicitTupleInListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
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.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.FrameClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
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.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.GeneralPathExpressionContext
 
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.GenericFunctionArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
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.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.IdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
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.InstantiationArgumentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
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.JoinContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
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.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.ListaggFunctionContext
 
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.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.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.MemberOfPredicateContext
 
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.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.NakedIdentifierContext
 
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.NthSideClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
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.NumericLiteralContext
 
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.OnOverflowClauseContext
 
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.OrPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
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.PartitionClauseContext
 
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.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.QueryContext
 
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.QuerySpecExpressionContext
 
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.RootEntityContext
 
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.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.SimplePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
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.SortDirectionContext
 
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.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.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.SyntacticDomainPathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
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.ToOneFkExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
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.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.UnaryNumericLiteralExpressionContext
 
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.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.VariableContext
 
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.WithinGroupClauseContext
 
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.DotIdentifierExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
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.FunctionExpressionContext
 
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.IdentifierExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
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(WorkExecutor<Void>, Connection) - Method in class org.hibernate.jdbc.AbstractWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<T>, Connection) - Method in class org.hibernate.jdbc.AbstractReturningWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<T>, Connection) - Method in interface org.hibernate.jdbc.WorkExecutorVisitable
Accepts a WorkExecutor visitor for executing a discrete piece of work, and returns an implementation-defined result..
accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(BasicValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
 
accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(ValueVisitor) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.BasicValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.List
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
 
accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
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<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<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
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<T1>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
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.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.SqmElementAggregateFunction
 
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.SqmFkExpression
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
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.SqmPluralPartJoin
 
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(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<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
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.SqmDistinct
 
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<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<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.SqmModifiedSubQueryExpression
 
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.SqmOver
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
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.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<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<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<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<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 class org.hibernate.query.results.ResultSetMappingSqlSelection
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.tree.expression.Conversion
 
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.Collation
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.ConvertedQueryLiteral
 
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.ModifiedSubQueryExpression
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Over
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
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.DelegatingTableGroup
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableReference
 
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 interface 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.from.ValuesTableReference
 
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.BooleanExpressionPredicate
 
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.FilterPredicate.FilterFragmentPredicate
 
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
 
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.
action() - Method in annotation type org.hibernate.annotations.NotFound
Specifies how to handle the case of an orphaned foreign key.
action() - Method in annotation type org.hibernate.annotations.OnDelete
The on-delete action.
Action - Enum in org.hibernate.tool.schema
The allowable actions in terms of schema tooling.
ActionGrouping(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.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
ActivationContext - Interface in org.hibernate.cfg.beanvalidation
Defines the context needed to call the TypeSafeActivator
ACTIVE - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been started, but not yet completed.
Adapter1 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter1 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter1
 
Adapter10 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter10() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter10
 
Adapter2 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter2 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter2
 
Adapter3 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter3 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter3
 
Adapter4 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter4 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter4
 
Adapter5 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter5 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter5
 
Adapter6 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter6 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter6
 
Adapter7 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter7 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter7
 
Adapter8 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter8 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter8
 
Adapter9 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter9 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter9
 
add(int, E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
add(int, E) - Method in class org.hibernate.collection.spi.PersistentBag
 
add(int, E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
add(int, E) - Method in class org.hibernate.collection.spi.PersistentList
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
add(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an addition
add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
add(E) - Method in class org.hibernate.collection.spi.PersistentBag
 
add(E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
add(E) - Method in class org.hibernate.collection.spi.PersistentList
 
add(E) - Method in class org.hibernate.collection.spi.PersistentSet
 
add(E) - Method in class org.hibernate.engine.spi.ExecutableList
Add an Executable to this list.
add(Object) - Method in interface org.hibernate.event.spi.DeleteContext
 
add(Object) - Method in interface org.hibernate.event.spi.PersistContext
 
add(Object) - Method in interface org.hibernate.event.spi.RefreshContext
 
add(String, int) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
add(ToolingHint) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
add(SqmExpression<?>, String) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
 
add(SqmExpression<?>, String) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
add(SqmExpression<?>, String) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
add(SqmDynamicInstantiationArgument<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
add(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
add(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
add(T) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
 
ADD - org.hibernate.query.sqm.BinaryArithmeticOperator
 
addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an action defining a cleanup relating to a bulk operation (HQL/JPQL or Criteria based update/delete)
addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds a collection (re)create action
addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds a collection remove action
addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds a collection update action
addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity delete action
addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity (IDENTITY) insert action
addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity insert action
addAction(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity update action
addAction(OrphanRemovalAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an orphan removal action
addAction(QueuedOperationCollectionAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an action relating to a collection queued operation (extra lazy).
addAdditionalWherePredicate(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentBag
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentList
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentBag
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentList
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentSet
 
addAnnotatedClass(Class) - Method in class org.hibernate.cfg.Configuration
Read metadata from the annotations associated with this class.
addAnnotatedClass(Class<?>) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given 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
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(SqmPath<Y>, SqmExpression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
addAssignment(SqmAssignment<?>) - 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(AttributeConverter<?, ?>) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter instance to this configuration.
addAttributeConverter(AttributeConverter<?, ?>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter instance to this configuration.
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter to this configuration.
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter to this configuration.
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.boot.spi.InFlightMetadataCollector
Apply the descriptor for an AttributeConverter
addAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.cfg.annotations.reflection.AttributeConverterDefinitionCollector
 
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(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(AttributeNodeImplementor<?>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
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(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(Attribute<J, ?>...) - Method in interface org.hibernate.graph.RootGraph
 
addAttributeNodes(Attribute<J, ?>...) - Method in interface org.hibernate.graph.SubGraph
 
addAttributeNodes(String...) - Method in interface org.hibernate.graph.RootGraph
 
addAttributeNodes(String...) - Method in interface org.hibernate.graph.SubGraph
 
addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.query.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addAttributeResult(String, Class, String) - 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.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, String, String) - 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(Type, JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
Add a baseline registration
addBaselineDescriptor(Type, JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
addBaselineDescriptor(JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
Add a baseline registration
addBaselineDescriptor(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
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(File) - Method in class org.hibernate.boot.MetadataSources
Add a cached mapping file.
addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFile(File, File) - Method in class org.hibernate.boot.MetadataSources
Add a cached mapping file.
addCacheableFile(String) - Method in class org.hibernate.boot.MetadataSources
addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFile(String, File) - Method in class org.hibernate.boot.MetadataSources
addCacheableFileStrictly(File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!
addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
INTENDED FOR TESTSUITE USE ONLY!
addCacheableFileStrictly(File, File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!
addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.PersistentClass
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.Property
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
 
addChildParent(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a child/parent relation to cache for cascading op
addClass(Class) - Method in class org.hibernate.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.
addCollectionTypeRegistration(CollectionTypeRegistration) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addCollectionTypeRegistration(CollectionClassification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumn(String) - Method in class org.hibernate.sql.Insert
 
addColumn(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.Insert
 
addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
 
addColumn(String, String) - Method in class org.hibernate.sql.Update
 
addColumn(Column) - Method in class org.hibernate.mapping.Any
 
addColumn(Column) - Method in class org.hibernate.mapping.Any.KeyValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Any.MetaValue
 
addColumn(Column) - 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) - Method in class org.hibernate.mapping.PrimaryKey
 
addColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.Any
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.Any.KeyValue
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.Any.MetaValue
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.BasicValue
 
addColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column, String) - Method in class org.hibernate.mapping.Index
 
addColumn(Column, String) - Method in class org.hibernate.mapping.UniqueKey
 
addColumn(ColumnInformation) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
 
addColumnAlias(String) - Method in interface org.hibernate.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.AnnotatedColumn
 
addColumnBinding(SimpleValue) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
addColumnNameBinding(Table, String, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumnNameBinding(Table, Identifier, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumns(String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addColumns(String[], String) - Method in class org.hibernate.sql.Update
 
addColumns(String[], String[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(String[], String[], boolean[]) - Method in class org.hibernate.sql.SimpleSelect
 
addColumns(Iterator) - Method in class org.hibernate.mapping.Index
 
addColumns(Value) - Method in class org.hibernate.mapping.Constraint
 
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.SimpleSelect
 
addConfigurationValues(Map<String, Object>) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
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() - 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.AnnotatedJoinColumn
 
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(int, JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptor(int, DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
 
addDescriptor(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
addDescriptor(JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptor(DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
 
addDescriptorIfAbsent(int, JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptorIfAbsent(int, DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
 
addDescriptorIfAbsent(JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptorIfAbsent(DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
 
addDialectScope(String) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
addDialectScope(String) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject.Expandable
 
addDirectory(File) - Method in class org.hibernate.boot.MetadataSources
Read all .hbm.xml mapping documents from a directory tree.
addDirectory(File) - Method in class org.hibernate.cfg.Configuration
Read all .hbm.xml 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
 
addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Mechanism to more finely control the notion of duplicates.
addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
addEnhancedProxy(EntityKey, PersistentAttributeInterceptable) - Method in interface org.hibernate.engine.spi.PersistenceContext
addEntity(Class) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, without specifying an alias.
addEntity(Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, Class) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity.
addEntity(String, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, specifying a lock mode.
addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity.
addEntity(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, specifying a lock mode.
addEntity(String, String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a canonical mapping from entity key to entity instance
addEntity(EntityUniqueKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add an entity to the cache by unique key
addEntityBinding(PersistentClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add the PersistentClass for an entity mapping.
addEntityNameResolver(EntityNameResolver...) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies one or more entity name resolvers.
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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(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.
addFetch(List<Fetch>, FetchParent, Fetchable, Boolean) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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.
addFetchBuilder(String, FetchBuilder) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addFetchBuilder(String, FetchBuilder) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
 
addFetchBuilder(String, FetchBuilder) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addFetchProfile(FetchProfile) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addFile(File) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a particular XML file.
addFile(File) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file.
addFile(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a particular XML file.
addFile(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in interface org.hibernate.mapping.Filterable
 
addFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.PersistentClass
 
addFilter(Filter) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a filter definition to this repository.
addFormula(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
 
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.complete.CompleteResultBuilderEntityStandard
 
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.AnnotatedColumn
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addIndexes(Table, Index[], MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addIndexes(Table, Index[], MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
addInitCommand(Function<SqlStringGenerationContext, InitCommand>) - Method in class org.hibernate.mapping.Table
 
addInitCommand(InitCommand) - Method in class org.hibernate.boot.model.relational.Database
 
addInitCommand(InitCommand) - Method in class org.hibernate.mapping.Table
Deprecated.
addInitializedCollection(CollectionPersister, PersistentCollection<?>, 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(InputStream) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream.
addInputStream(InputStream) - Method in class org.hibernate.cfg.Configuration
Read mappings from an InputStream.
addInputStream(InputStreamAccess) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream access
addInsertTargetStateField(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
addInstantiation(Class<J>) - Method in interface org.hibernate.query.NativeQuery
 
AdditionalInsertValues(Expression, Expression, IdentifierGenerator, BasicEntityIdentifierMapping) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
 
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 .hbm.xml mappings from a jar file.
addJar(File) - Method in class org.hibernate.cfg.Configuration
Read all .hbm.xml mappings from a .jar file.
addJavaTypeRegistration(Class<?>, JavaType<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addJdbcTypeRegistration(int, JdbcType) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addJoin(JoinTable, boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
addJoin(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
addJoin(String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result.
addJoin(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addJoin(String, String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result.
addJoin(String, String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addJoin(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result, specifying a lock mode.
addJoin(String, String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addJpaIndexHolders(Table, List<JPAIndexHolder>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addKey(EntityKey, LoadingEntityEntry) - Method in interface org.hibernate.engine.spi.SubselectFetch.RegistrationHandler
 
addKey(EntityKey, LoadingEntityEntry) - Method in class org.hibernate.engine.spi.SubselectFetch.StandardRegistrationHandler
 
addKeyColumnNames(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
addKeySubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubGraph(Class<S>, SubGraph<S>) - Method in interface org.hibernate.graph.AttributeNode
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
 
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.Graph
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
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
 
addMonths() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
addNamedEntityGraph(NamedEntityGraphDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named entity graph to this repository
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(String, Query) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedQuery(NamedHqlQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named query to this repository.
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
A nested table group join is a join against a table group, that is ensured to be joined against the primary table reference and table reference joins in isolation, prior to doing other table group joins e.g.
addNewCollection(CollectionPersister, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a new collection (ie.
addNonLazyCollection(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register a collection for non-lazy loading at the end of the two-phase load
addNullProperty(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addObserver(BatchObserver) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Adds an observer to this batch.
addObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Adds an observer to the coordinator.
addObserver(SessionFactoryObserver) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addObserver(SessionFactoryObserver) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
addOrderedJoin(SqmJoin<?, ?>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
addPackage(Package) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.cfg.Configuration
Read package-level metadata.
addParam(String, String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addParam(String, String) - Method in class org.hibernate.mapping.IdGenerator
 
addParameter(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
 
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
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumn(String, String) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Update
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Delete
 
addPrimaryKeyColumns(String[], String[]) - Method in class org.hibernate.sql.Update
 
addPrimeEntry(BasicType<?>, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
addPrimeEntry(BasicTypeReference<?>, 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(String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Add a property, presumably with more than one column.
addProperty(String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Add a property, presumably with more than one column.
addProperty(String) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
addProperty(String) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
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) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Add a simple property-to-one-column mapping.
addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Add a simple property-to-one-column mapping.
addProperty(String, String) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
addProperty(String, 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 class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addProperty(String, 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 multiple columns
addProperty(String, String...) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(Property) - Method in interface org.hibernate.mapping.AttributeContainer
 
addProperty(Property) - Method in class org.hibernate.mapping.Component
 
addProperty(Property) - Method in class org.hibernate.mapping.Join
 
addProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addProperty(Property, AnnotatedColumn[], XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
addProperty(Property, AnnotatedColumn[], XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
addProperty(Property, AnnotatedColumn[], XClass) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
addProperty(Property, AnnotatedColumn[], XClass) - Method in interface org.hibernate.cfg.PropertyHolder
 
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyPath(String, Type, String[], String[], String[], String[], Metadata) - 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.hql.spi.SqmQueryImplementor
 
addQueryHint(String) - Method in interface org.hibernate.query.NativeQuery
 
addQueryHint(String) - Method in interface org.hibernate.query.Query
Add a database query hint to the SQL query.
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(List<Column>) - Method in class org.hibernate.mapping.ForeignKey
 
addResource(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings as an application resourceName (i.e.
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as an application resource name, that is, using a classpath lookup, trying different class loaders in turn.
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(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addReturn(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
addReturn(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
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.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(JpaRoot<?>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
addRoot(JpaRoot<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
addRoot(SqmRoot<?>) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
Add roots incrementally
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) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result using the specified result type.
addScalar(String, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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<C>, AttributeConverter<?, C>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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<C>, Class<? extends 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<O>, Class<J>, Class<? extends AttributeConverter<O, J>>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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<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, BasicDomainType) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result.
addScalar(String, BasicDomainType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, BasicTypeReference) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result.
addSecondaryTable(QualifiedTableName, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
addSecondaryTable(LocalMetadataBuildingContext, Identifier, Join) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
addSecondPass(SecondPass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addSecondPass(SecondPass, boolean) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addSelectable(Selectable) - Method in class org.hibernate.mapping.Any
 
addSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
addService(Class<R>, R) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
 
addService(Class<T>, T) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Adds a user-provided service.
addSessionFactoryObservers(SessionFactoryObserver...) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies one or more observers.
addSessionFactoryObservers(SessionFactoryObserver...) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
addSortSpecification(SqmExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
addSortSpecification(SqmSortSpecification) - 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<E, ?>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
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(Attribute<J, X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(String) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(String) - Method in interface org.hibernate.graph.SubGraph
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.RootGraph
 
addSubgraph(String, Class<X>) - Method in interface org.hibernate.graph.SubGraph
 
addSubGraph(Class<S>, SubGraph<S>) - Method in interface org.hibernate.graph.AttributeNode
 
addSubGraph(String) - Method in interface org.hibernate.graph.Graph
Create a (mutable) SubGraphNode associated with the named AttributeNode.
addSubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
 
addSubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(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>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.Graph
 
addSubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubselect(EntityKey, SubselectFetch) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Adds a subselect fetch descriptor for the given entity key.
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.
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.
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.
addSynchronizedQuerySpaces(Set<String>) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
addSynchronizedTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
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.sql.ast.tree.from.AbstractTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
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 class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
addTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
addTableInformation(TableInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
addTableNameBinding(String, String, String, String, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addTableNameBinding(Identifier, Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
addTargetColumnReferences(List<ColumnReference>) - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
addTargetColumnReferences(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
 
addTreat(X) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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
 
addURL(URL) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a URL
addURL(URL) - Method in class org.hibernate.cfg.Configuration
Read mappings from a URL.
addValue(Object) - Method in class org.hibernate.sql.InFragment
 
addValue(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
addValue(String) - Method in class org.hibernate.mapping.MetaAttribute
 
addValues(Object[]) - Method in class org.hibernate.sql.InFragment
 
addVersionedAssignment(Consumer<Assignment>, SqmUpdateStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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
 
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() - 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.
AdjustableJdbcType - Interface in org.hibernate.type.descriptor.jdbc
Extension contract for JdbcType implementations that understand how to adjust themselves relative to where/how they are used (e.g.
adjustDefaultNamespace(String, String) - Method in class org.hibernate.boot.model.relational.Database
 
adjustDefaultNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
 
adjustJarFileEntryUrl(URL, URL) - Method in interface org.hibernate.boot.archive.spi.JarFileEntryUrlAdjuster
Adjust the given URL, if needed.
adjustUserSuppliedValueCollectionOrderingFragment(String) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
 
affectedTableNames - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
AFTER_STATEMENT - org.hibernate.ConnectionReleaseMode
Indicates that JDBC connection should be aggressively released after each SQL statement is executed.
AFTER_TRANSACTION - org.hibernate.ConnectionReleaseMode
Indicates that JDBC connections should be released after each transaction ends (works with both JTA-registered synch and HibernateTransaction API).
afterAction(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after execution of an action
afterBegin() - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the beginning of a transaction.
afterCompletion(boolean, boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the last phase of transaction completion.
afterDeserialization(AbstractLazyInitializer) - Method in class org.hibernate.proxy.AbstractSerializableProxy
Initialize an AbstractLazyInitializer after deserialization.
afterDeserialize(SessionImplementor) - Method in class org.hibernate.engine.spi.ExecutableList
Allow the Executables to reassociate themselves with the session after deserialization.
afterDeserialize(SharedSessionContractImplementor) - Method in interface org.hibernate.action.spi.Executable
Reconnect to session after deserialization
afterInitialize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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(FetchParent, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
afterInitialize(FetchParent, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been inserted (afterQuery the transaction completes), instead of calling release().
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been inserted (afterQuery the transaction completes), instead of calling release().
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
afterLast() - Method in interface org.hibernate.ScrollableResults
Go to a location just after the last result.
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.AbstractSelectionQuery
 
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
afterRowInsert(CollectionPersister, Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after inserting a row, to fetch the natively generated id
afterRowInsert(CollectionPersister, Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
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() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
A after-begin callback from the coordinator to its owner.
afterTransactionBegin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
A after-begin callback from the coordinator to its owner.
afterTransactionBegin(Transaction) - Method in interface org.hibernate.Interceptor
Called when a Hibernate transaction is begun via the Hibernate Transaction API.
afterTransactionCompletion() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after transactions end
afterTransactionCompletion(boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Performs cleanup of any held cache soft locks.
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
An after-completion callback to the owner.
afterTransactionCompletion(boolean, boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
An after-completion callback from the coordinator to its owner.
afterTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called after a transaction is committed or rolled back.
AfterTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during after transaction completion.
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been updated (afterQuery the transaction completes), instead of calling release().
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been updated (afterQuery the transaction completes), instead of calling release().
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
AGGREGATE - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements are compositions.
AGGREGATE - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is an aggregated composite
AGGREGATE - org.hibernate.query.sqm.function.FunctionKind
 
AGGREGATED_COMPOSITE - org.hibernate.id.EntityIdentifierNature
Composite identifier mapped to a single entity attribute by means of an actual component class used to aggregate the tuple values.
aggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
aggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
AggregateFunctionChecker - Class in org.hibernate.sql.ast.spi
A simple walker that checks for aggregate functions.
AggregateFunctionChecker() - Constructor for class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
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(Dialect, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
AggregateWindowEmulationQueryTransformer - Class in org.hibernate.dialect.function
Since the query spec will render a hypothetical set window function instead of an aggregate, the following query transformer will wrap the query spec and apply aggregation in the outer query.
AggregateWindowEmulationQueryTransformer(Over<Object>, List<SortSpecification>, List<SqlAstNode>) - Constructor for class org.hibernate.dialect.function.AggregateWindowEmulationQueryTransformer
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
alias - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
alias() - Method in annotation type org.hibernate.annotations.SqlFragmentAlias
The alias within the fragment.
alias(String) - Method in interface org.hibernate.query.criteria.JpaSelection
 
alias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
alias(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
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.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 - org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
ALIAS - org.hibernate.dialect.SelectItemReferenceStrategy
Refer to the item via its alias.
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
Each row of results is a Map from alias to values/entities
AliasCollector - Class in org.hibernate.sql.ast.spi
A simple walker that checks for aggregate functions.
AliasCollector() - Constructor for class org.hibernate.sql.ast.spi.AliasCollector
 
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
 
ALIASED_FETCH_JOIN - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
AliasedExpression - Class in org.hibernate.sql.ast.tree.expression
A wrapper for an expression that also renders an alias.
AliasedExpression(Expression, String) - Constructor for class org.hibernate.sql.ast.tree.expression.AliasedExpression
 
aliases - Variable in class org.hibernate.sql.SimpleSelect
 
aliases() - Method in annotation type org.hibernate.annotations.Filter
The alias descriptors for injection.
aliases() - Method in annotation type org.hibernate.annotations.FilterJoinTable
The alias descriptors for injection.
AliasGenerator - Interface in org.hibernate.sql
TODO : javadoc
AliasResolver - Interface in org.hibernate.metamodel.mapping.ordering
 
aliasToBean(Class<T>) - 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<T> - Class in org.hibernate.transform
Wraps the tuples in a constructor call.
AliasToBeanConstructorResultTransformer(Constructor<T>) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Instantiates a AliasToBeanConstructorResultTransformer.
AliasToBeanResultTransformer<T> - 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<T>) - 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(Subquery<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
all(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ALL - org.hibernate.annotations.CascadeType
Includes all types listed here.
ALL - org.hibernate.annotations.OptimisticLockType
Perform optimistic locking based on *all* fields as part of an expanded WHERE clause restriction for the UPDATE/DELETE SQL statement.
ALL - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
ALL - org.hibernate.engine.OptimisticLockStyle
all columns are compared
ALL - org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
ALL - org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
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 - 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() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
ALL() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ALL() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
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 - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
De-duplication is allowed if the query and result type allow
ALLOW_JTA_TRANSACTION_ACCESS - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, allows access to the Transaction even when using a JTA for transaction management.
ALLOW_REFRESH_DETACHED_ENTITY - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, allows calls to EntityManager.refresh(Object) and Session.refresh(Object) on a detached entity instance.
ALLOW_UPDATE_OUTSIDE_TRANSACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, allows update operations outside a transaction.
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?
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.AbstractParameterDescriptor
 
allowsMultiValuedBinding() - Method in interface org.hibernate.query.QueryParameter
Does this parameter allow multi-valued (collection, array, etc) binding?
allowsMultiValuedBinding() - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
allowsMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
ALT_SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
ALWAYS - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.ALWAYS.
ALWAYS - org.hibernate.annotations.GenerationTime
Indicates the value is generated on insert and on update.
ALWAYS - org.hibernate.FlushMode
The Session is flushed before every query.
ALWAYS - org.hibernate.tuple.GenerationTiming
Value generation that occurs when a row is inserted or updated in the database.
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.dialect.function.CurrentFunction
 
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(Expression<Boolean>, Expression<Boolean>) - 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.criteria.HibernateCriteriaBuilder
 
and(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.FrameClauseContext
 
AND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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
AnnotatedColumn - Class in org.hibernate.cfg
Wrap state of an EJB3 @Column annotation and build the Hibernate column mapping element
AnnotatedColumn() - Constructor for class org.hibernate.cfg.AnnotatedColumn
 
AnnotatedDiscriminatorColumn - Class in org.hibernate.cfg
Discriminator column
AnnotatedDiscriminatorColumn() - Constructor for class org.hibernate.cfg.AnnotatedDiscriminatorColumn
 
annotatedElementSignature(JavaXMember) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
 
annotatedElementSignature(XProperty) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
AnnotatedJoinColumn - Class in org.hibernate.cfg
Wrap state of an EJB3 @JoinColumn annotation and build the Hibernate column mapping element
ANNOTATION - org.hibernate.boot.jaxb.SourceType
 
AnnotationBinder - Class in org.hibernate.cfg
JSR 175 annotation binder which reads the annotations from classes, applies the principles of the EJB3 spec and produces the Hibernate configuration-time metamodel (the classes in the org.hibernate.mapping package)
AnnotationException - Exception in org.hibernate
Annotation related exception.
AnnotationException(String) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message.
AnnotationException(String, Throwable) - Constructor for exception org.hibernate.AnnotationException
Constructs an AnnotationException using the given message and cause.
ANNOTATIONS - org.hibernate.mapping.MetadataSource
 
annotationType() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
 
annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
annotationType() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
AnnotationValueGeneration<A extends Annotation> - Interface in org.hibernate.tuple
A ValueGeneration based on a custom Java generator annotation type.
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(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.mapping
Boot-time descriptor of a polymorphic association to one-of-several tables.
Any - Class in org.hibernate.sql.ast.tree.expression
 
Any - Annotation Type in org.hibernate.annotations
Maps a discriminated to-one 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 (see Inheritance and InheritanceType.SINGLE_TABLE for details about discriminated inheritance mappings).
Any(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any
 
Any(MetadataBuildingContext, Table, boolean) - Constructor for class org.hibernate.mapping.Any
 
Any(Any) - Constructor for class org.hibernate.mapping.Any
 
Any(QueryPart, MappingModelExpressible<?>) - Constructor for class org.hibernate.sql.ast.tree.expression.Any
 
ANY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
ANY - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
ANY - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
ANY - org.hibernate.metamodel.AttributeClassification
 
ANY - org.hibernate.metamodel.ValueClassification
ANY is a Hibernate specific concept.
ANY - org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates a parameter that accepts any type
ANY - org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
ANY - org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
ANY - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
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.NakedIdentifierContext
 
ANY_DISCRIMINATOR - org.hibernate.cfg.annotations.BasicValueBinder.Kind
 
ANY_KEY - org.hibernate.cfg.annotations.BasicValueBinder.Kind
 
Any.KeyValue - Class in org.hibernate.mapping
 
Any.MetaValue - Class in org.hibernate.mapping
 
AnyDiscriminator - Annotation Type in org.hibernate.annotations
Simplified form for describing the discriminator value mapping as a discrete set.
AnyDiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Source information about the discriminator for an ANY mapping
AnyDiscriminatorValue - Annotation Type in org.hibernate.annotations
Specifies the mapping for a single any-valued discriminator value to the corresponding entity
AnyDiscriminatorValues - Annotation Type in org.hibernate.annotations
Grouping of AnyDiscriminatorValue
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
 
AnyKeyJavaClass - Annotation Type in org.hibernate.annotations
Specifies the Java Class to use for the foreign-key handling related to an ANY mapping.
AnyKeyJavaType - Annotation Type in org.hibernate.annotations
Form of JavaType used to describe the foreign-key part of an ANY mapping.
AnyKeyJdbcType - Annotation Type in org.hibernate.annotations
Form of JdbcType used to describe the foreign-key part of an ANY mapping.
AnyKeyJdbcTypeCode - Annotation Type in org.hibernate.annotations
Form of JdbcTypeCode used to describe the foreign-key part of an ANY mapping.
AnyKeySource - Interface in org.hibernate.boot.model.source.spi
 
anyMapping(Type, Type, Map<Object, String>, boolean, MetadataBuildingContext) - Static method in class org.hibernate.mapping.MappingHelper
 
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
 
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.
append(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
append(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
append(CharSequence) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
append(CharSequence) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
append(CharSequence, int, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
append(CharSequence, int, int) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
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.spi.DotIdentifierSequence
Add a new part to the end of this sequence, returning the new representation.
append(String) - Method in class org.hibernate.spi.NavigablePath
 
append(String, String) - Method in class org.hibernate.spi.NavigablePath
 
appendAliases(SqlAppender) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
appendAsDate(SqlAppender, TemporalAccessor) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsDate(SqlAppender, Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsDate(SqlAppender, Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAssignmentFragment(String) - Method in class org.hibernate.sql.Update
 
appendAsTime(SqlAppender, TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTime(SqlAppender, Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTime(SqlAppender, Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMicros(SqlAppender, TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMicros(SqlAppender, Calendar, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMicros(SqlAppender, Date, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMillis(SqlAppender, TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMillis(SqlAppender, Calendar, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithMillis(SqlAppender, Date, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.DB2Dialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.Dialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.OracleDialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.AbstractHANADialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.CockroachDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.DB2Dialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.DerbyDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.Dialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.H2Dialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.HSQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.SpannerDialect
 
appendContainer(String) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
Uses `#` as the separator rather than `.`.
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.DB2Dialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.DerbyDialect
 
appendDatetimeFormat(SqlAppender, 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).
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.H2Dialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.HSQLDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.MySQLDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.OracleDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.SpannerDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendDatetimeFormat(SqlAppender, String) - Method in class org.hibernate.dialect.SybaseDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
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.SqmElementAggregateFunction
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
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.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.SqmTreatedPluralPartJoin
 
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.SqmCollation
 
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) - 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.SqmModifiedSubQueryExpression
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
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.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.expression.ValueBindJpaCriteriaParameter
 
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.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.SqmJunctionPredicate
 
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.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
 
appendHqlString(StringBuilder, JavaType<T>, T) - Static method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
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()
appendIntervalLiteral(SqlAppender, Duration) - Method in class org.hibernate.dialect.Dialect
 
appendJdbcLiteral(SqlAppender, T, Dialect, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
Append a SQL literal representing the given Java value to a fragment of SQL which is being built.
appendListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
appendLiteral(SqlAppender, String) - Method in class org.hibernate.dialect.Dialect
 
appendLiteral(SqlAppender, String) - Method in class org.hibernate.dialect.MySQLDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.Dialect
Some dialects support an alternative means to SELECT FOR UPDATE, whereby a "lock hint" is appended to the table name in the from clause.
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendLockHint(LockOptions, String) - Method in class org.hibernate.dialect.SybaseASEDialect
 
appendSql(boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(boolean) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(int) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(long) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(long) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(String) - 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
appendString(SqlAppender, byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
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() - Method in annotation type org.hibernate.annotations.Table
The name of the targeted table.
appliesTo(Class) - Method in interface org.hibernate.graph.RootGraph
 
appliesTo(Class<? super J>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
appliesTo(String) - Method in interface org.hibernate.graph.RootGraph
 
appliesTo(EntityDomainType<? super J>) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
appliesTo(ManagedDomainType<? super J>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
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?
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, String, String, SortOrder, NullPrecedence, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
 
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
 
applyAdditionalPossibleHints(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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.CorrelatedTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
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.NamedTableReference
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.SyntheticVirtualTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
applyAffectedTableNames(Consumer<String>) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
applyAliases(RowLockStrategy, TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
applyAliases(RowLockStrategy, QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
applyAliasSpecificLockModeHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyAll(R, JavaType<R>, List<R>, RowProcessingStateStandardImpl) - Static method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
applyAnticipatedType(BindableType) - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
applyAnticipatedType(BindableType) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
applyAnticipatedType(BindableType<?>) - Method in interface org.hibernate.query.spi.QueryParameterImplementor
 
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<Y>, SqmExpression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
applyAttributeConverter(AttributeConverter) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(AttributeConverter<?, ?>, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance, explicitly indicating whether to auto-apply.
applyAttributeConverter(AttributeConverter<O, R>) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance.
applyAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
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>>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
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(Class<? extends AttributeConverter<O, R>>, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by a ConverterDescriptor
applyAttributeConverter(ConverterDescriptor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAutoClosing(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies 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
 
applyBaseManyToManyRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyBaseManyToManyRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyBaseManyToManyRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Restrictable
Applies the base set of restrictions.
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyBasicType(BasicType<?>) - Method in interface org.hibernate.boot.MetadataBuilder
Specify an additional or overridden basic type mapping.
applyBasicType(BasicType<?>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(BasicType<?>, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Specify an additional or overridden basic type mapping supplying specific registration keys.
applyBasicType(BasicType<?>, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBasicType(UserType<?>, String...) - Method in interface org.hibernate.boot.MetadataBuilder
Register an additional or overridden custom type mapping.
applyBasicType(UserType<?>, String...) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyBatchFetchStyle(BatchFetchStyle) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated.
: an appropriate style is selected
applyBatchFetchStyle(BatchFetchStyle) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyBeanManager(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a CDI BeanManager.
applyBeanManager(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCacheableHint(boolean) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyCacheModeHint(CacheMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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.AbstractCommonQueryContract
 
applyCacheRegionPrefix(String) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specify a prefix to prepended to all cache region names.
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.
applyCollation(Expression, String, SqlAstCreationState) - Static method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
 
applyCollectionFilterPredicates(QuerySpec) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
applyCollectionsInDefaultFetchGroup(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should collections be included in the default fetch group when bytecode enhancement is used?
applyCollectionsInDefaultFetchGroup(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCommentHint(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
Specifies the connection 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
 
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a CurrentTenantIdentifierResolver that is responsible for resolving the current tenant identifier when SessionFactory.getCurrentSession() is used.
applyCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in interface org.hibernate.boot.SessionFactoryBuilder
applyCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyDefaultBatchFetchSize(int) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies 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
 
applyDefaultNullPrecedence(NullPrecedence) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a null precedence (NULLS FIRST, NULLS LAST) to be applied to order by clauses rendered in 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
 
applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Discriminatable
 
applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyDiscriminator(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
applyEntityGraphHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in interface org.hibernate.boot.SessionFactoryBuilder
applyEntityNotFoundDelegate(EntityNotFoundDelegate) - 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.hql.spi.SqmQueryImplementor
 
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.AbstractCommonQueryContract
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.FilterRestrictable
Applies just the Filter values enabled for the associated entity
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyFirstResult(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFlushModeHint(FlushMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFollowOnLockingHint(Boolean) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFragment(String) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
applyFragment(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
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(String, GraphSemantic) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyGraph(RootGraph, GraphSemantic) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
applyGraph(RootGraph, GraphSemantic) - Method in interface org.hibernate.query.Query
Apply the given graph using the given semantic
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
Apply the graph and semantic.
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyGraph(RootGraphImplementor<?>, GraphSemantic) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
applyHibernateLockMode(LockMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
 
applyImplicitListSemantics(CollectionClassification) - Method in interface org.hibernate.boot.MetadataBuilder
 
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(SqmExpressible<?>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
applyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
applyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
applyInferableType(SqmExpressible<?>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
Used to apply type information based on the expression's usage within the query.
applyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
applyInferableType(SqmExpressible<?>) - 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.PojoInstantiator
Deprecated.
 
applyInterceptor(Interceptor) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies an Interceptor associated with the SessionFactory, which will be used by all sessions unless an interceptor is explicitly specified using 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
 
applyJpaCacheRetrieveModeHint(CacheRetrieveMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyJpaCacheStoreModeHint(CacheStoreMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyJpaFlushMode(FlushModeType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyJtaTrackingByThread(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
If using the built-in JTA-based TransactionCoordinator or TransactionCoordinatorBuilder, 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.hql.spi.SqmQueryImplementor
 
applyLoadGraph(RootGraph) - Method in interface org.hibernate.query.Query
Apply the given graph using load semantics
applyLockModeHint(Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyLockModeType(LockModeType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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.AbstractCommonQueryContract
 
applyLockTimeoutHint(Integer) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
 
applyMaxResults(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
 
applyMultiTenancy(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies whether multi-tenancy is enabled
applyMultiTenancy(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyName(String) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a name for the SessionFactory.
applyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNameAsJndiName(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies that the SessionFactory should be registered in JNDI, under the name specified using SessionFactoryBuilder.applyName(String).
applyNameAsJndiName(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNamedQueryCheckingOnStartup(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should named queries be checked on startup?
applyNamedQueryCheckingOnStartup(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyNullabilityChecking(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should attributes using columns marked as not-null be checked (by Hibernate) for nullness, or should this be left as a job for the database?
applyNullabilityChecking(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyOptions(NamedQueryMemento) - Method in class org.hibernate.query.spi.AbstractQuery
 
applyOptions(NamedQueryMemento) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
applyOptions(NamedSqmQueryMemento) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
applyOrderingOfInserts(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specify 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
Specify whether ordering of updates should be enabled.
applyOrderingOfUpdates(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyParameter(FilterJdbcParameter) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
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.AbstractSqmRestrictedDmlStatement
 
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(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 class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
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(Collection<SqmPredicate>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
applyPredicates(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 JTA-based TransactionCoordinator or TransactionCoordinatorBuilder, should it prefer to use UserTransaction in preference to 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
 
applyReservedWords(String...) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyReservedWords(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
Applies any reserved words reported via DatabaseMetaData.getSQLKeywords()
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
 
applyResultListTransformer(ResultListTransformer<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
 
applySelectionHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applySelections(QuerySpec, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
Returns true if the identifier can't be applied directly and needs to be generated separately.
applySetting(String, Object) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a setting value.
applySettings(Map<String, Object>) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a group of settings.
applySettings(Properties) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Apply a group of settings.
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
Register a SQL function with 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 interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState) - 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) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer<SqlSelection, JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
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, 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.tree.expression.Conversion
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Any
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.ConvertedQueryLiteral
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Duration
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Every
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.Over
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
applySqlSelections(DomainResultCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
applySqlSelections(DomainResultCreationState) - Method in interface org.hibernate.sql.ast.tree.predicate.Predicate
 
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
Specifies an interceptor Class associated with the SessionFactory, which is used to instantiate a new interceptor for each session, unless an interceptor is explicitly specified using SessionBuilder.interceptor(org.hibernate.Interceptor).
applyStatelessInterceptor(Class<? extends Interceptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatelessInterceptor(Supplier<? extends Interceptor>) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies an interceptor Supplier associated with the SessionFactory, which is used to obtain an interceptor for each session, unless an interceptor is explicitly specified using SessionBuilder.interceptor(org.hibernate.Interceptor).
applyStatelessInterceptor(Supplier<? extends Interceptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatementInspector(StatementInspector) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a StatementInspector associated with the SessionFactory, which will be used by all sessions unless a statement inspector is explicitly specified using 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
Specifies 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.
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
 
applySynchronizeSpacesHint(Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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.AbstractCommonQueryContract
 
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in interface org.hibernate.boot.SessionFactoryBuilder
applyTimestampsCacheFactory(TimestampsCacheFactory) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyTupleTransformer(TupleTransformer<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
Specifies a Bean Validation ValidatorFactory.
applyValidatorFactory(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyValues(Values) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
 
applyWhereFragments(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyWhereFragments(Consumer<Predicate>, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.WhereRestrictable
Apply the Where restrictions
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
applyWhereRestrictions(Consumer<Predicate>, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
areAllResultsParameters(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
areAllResultsParameters(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
areAllResultsPlainParametersOrLiterals(CaseSearchedExpression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
areAllResultsPlainParametersOrLiterals(CaseSimpleExpression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
areAssignmentCompatible(Class, Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
areAssignmentCompatible(JavaType, JavaType) - 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(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
areEqual(C, C) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
areEqual(AttributeNode<?>, AttributeNode<?>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity graph attribute node and returns true if they are equal, ignoring subgraph attribute order.
areEqual(EntityGraph<T>, EntityGraph<T>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity graphs and returns true if they are equal, ignoring attribute order.
areEqual(Subgraph, Subgraph) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity subgraphs and returns true if they are equal, ignoring attribute order.
areEqual(Byte[], Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
areEqual(Object[], Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
areEqual(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
areEqual(BigDecimal, BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
areEqual(BigInteger, BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
areEqual(Blob, Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
areEqual(Clob, Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
areEqual(NClob, NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
areEqual(Calendar, Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
areEqual(Date, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
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(J, J) - Method in interface org.hibernate.metamodel.model.domain.BasicDomainType
 
areEqual(Identifier, Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
areEqual(Identifier, Identifier) - Static method in class org.hibernate.metamodel.relational.Identifier
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
areEqual(T, T) - Method in interface org.hibernate.type.descriptor.java.JavaType
Determine if two instances are equal
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
areEqual(T, T) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
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
 
areTablesToBeUpdated(Set<? extends Serializable>) - 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.
ARGUMENT_OR_IMPLIED_RESULT_TYPE - Static variable in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
ArgumentMemento(ResultMemento) - Constructor for class org.hibernate.query.named.ResultMementoInstantiation.ArgumentMemento
 
argumentsOrImplied(int...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
ArgumentsValidator - Interface in org.hibernate.query.sqm.produce.function
Validates the arguments provided to a HQL function invocation.
ArgumentTypesValidator - Class in org.hibernate.query.sqm.produce.function
Typechecks the arguments of HQL functions based on the assigned JDBC types.
ArgumentTypesValidator(ArgumentsValidator, FunctionParameterType...) - Constructor for class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
 
array - Variable in class org.hibernate.collection.spi.PersistentArrayHolder
 
array(Selection<?>[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(Selection<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
array(Class<Y>, Selection<?>[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(Class<Y>, List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Array - Class in org.hibernate.mapping
An array mapping has a primary key consisting of the key columns + index column.
Array(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Array
 
Array(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Array
 
Array(Array) - Constructor for class org.hibernate.mapping.Array
 
ARRAY - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
ARRAY - org.hibernate.metamodel.CollectionClassification
An Object or primitive array.
ARRAY - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
ArrayBinder - Class in org.hibernate.cfg.annotations
Bind an Array
ArrayBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.annotations.ArrayBinder
 
ArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
A mutability plan for arrays.
ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
ArrayType - Class in org.hibernate.type
A type for persistent arrays.
ArrayType(String, String, Class<?>) - Constructor for class org.hibernate.type.ArrayType
 
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
Specifies the order in which metadata sources should be processed, is a delimited list of values defined by MetadataSourceType.
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.select.SqmSubQuery
 
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.CollateFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
AS_NEEDED - org.hibernate.ConnectionAcquisitionMode
The legacy behavior.
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.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.select.SqmSubQuery
 
asc(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
asc(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
asc(Expression<?>, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an ordering by the ascending value of the expression.
ASC - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ASC - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.hql.HqlParser.NakedIdentifierContext
 
ASC() - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
ASC() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
ASC() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
ASCENDING - org.hibernate.query.sqm.SortOrder
 
ascii() - 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.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.select.SqmSubQuery
 
asImmutable() - Method in class org.hibernate.type.BasicTypeReference
 
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.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.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.
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
 
asRootQuery() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
assemble(Serializable, Object) - Method in class org.hibernate.type.EnumType
 
assemble(Serializable, Object) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
assemble(Serializable, Object) - Method in interface org.hibernate.usertype.CompositeUserType
Reconstruct an object from the cacheable representation.
assemble(Serializable, Object) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
assemble(Serializable, Object) - Method in interface org.hibernate.usertype.UserType
Reconstruct an object from the cacheable representation.
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SerializableToBlobType
 
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, SharedSessionContract) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ComponentArrayMutabilityPlan
 
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.NClobJavaType.NClobMutabilityPlan
 
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(PersistentCollection<?>, CollectionPersister, Object) - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
Assembles the collection from the cached state.
assemble(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
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, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
AssemblerCreationState - Interface in org.hibernate.sql.results.graph
 
ASSERT - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Apply in-memory duplication checks, throwing a HibernateException when duplicates are found
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
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() - Method in annotation type org.hibernate.annotations.FetchProfile.FetchOverride
The association whose fetch is being overridden.
Association - Class in org.hibernate.engine.profile
Models the association of a given fetch.
Association - Interface in org.hibernate.metamodel.mapping
Commonality for an association, mainly details relative to the foreign-key
Association(EntityPersister, String) - Constructor for class org.hibernate.engine.profile.Association
Constructs an association defining what is to be fetched.
AssociationAttribute - Interface in org.hibernate.boot.jaxb.mapping.spi
 
AssociationKey - Class in org.hibernate.engine.spi
Identifies a named association belonging to a particular entity instance.
AssociationKey - Class in org.hibernate.metamodel.mapping
Used as part of circularity detection
AssociationKey(String, List<String>) - Constructor for class org.hibernate.metamodel.mapping.AssociationKey
 
AssociationKey(EntityKey, String) - Constructor for class org.hibernate.engine.spi.AssociationKey
Constructs an 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.select.SqmSubQuery
 
asSubQuery() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
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.GenericFunctionContext
 
ASTERISK() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
atan2_atn2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact-SQL atan2 is misspelled
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
ATTRIBUTE - org.hibernate.cfg.annotations.BasicValueBinder.Kind
 
AttributeAccessor - Annotation Type in org.hibernate.annotations
Names a persistent property access strategy (PropertyAccessStrategy) to use.
AttributeAccessorBinder - Class in org.hibernate.tuple
Configures the PropertyAccessStrategy for an attribute.
AttributeAccessorBinder() - Constructor for class org.hibernate.tuple.AttributeAccessorBinder
 
AttributeBinder<A extends Annotation> - Interface in org.hibernate.tuple
Allows a user-written annotation to drive some customized model binding.
AttributeBinderType - Annotation Type in org.hibernate.annotations
Associates a user-defined annotation with an AttributeBinder, allowing the annotation to drive some custom model binding.
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(Convert, XAnnotatedElement) - Constructor for class org.hibernate.cfg.AttributeConversionInfo
 
AttributeConversionInfo(Class<? extends AttributeConverter>, boolean, String, XAnnotatedElement) - Constructor for class org.hibernate.cfg.AttributeConversionInfo
 
AttributeConverterDefinitionCollector - Interface in org.hibernate.cfg.annotations.reflection
 
AttributeConverterInfo - Interface in org.hibernate.boot
Delayed information about an AttributeConverter.
AttributeConverterJdbcTypeAdapter - Class in org.hibernate.type.descriptor.converter
Adapter for incorporating JPA AttributeConverter handling into the JdbcType contract.
AttributeConverterJdbcTypeAdapter(JpaAttributeConverter, JdbcType, JavaType) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeAdapter
 
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, ?>, JdbcType, JavaType<?>, JavaType<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
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(ModelPart) - Static method in class org.hibernate.query.results.ResultsHelper
 
attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
attributeNode() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
attributeNode(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
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() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
attributePath() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
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
 
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, SingularAttribute<?, ?>) - Static method in class org.hibernate.query.results.Builders
 
attributeResult(String, String, String, SessionFactoryImplementor) - 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.
augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
 
augmentPhysicalTableTypes(List<String>) - Method in class org.hibernate.dialect.H2Dialect
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.Dialect
 
augmentRecognizedTableTypes(List<String>) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
AUTO - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.AUTO.
AUTO - org.hibernate.annotations.TimeZoneStorageType
Stores the time zone either with TimeZoneStorageType.NATIVE if Dialect.getTimeZoneSupport() is TimeZoneSupport.NATIVE, otherwise uses the TimeZoneStorageType.COLUMN strategy.
AUTO - org.hibernate.annotations.UuidGenerator.Style
AUTO - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
AUTO - org.hibernate.cfg.beanvalidation.ValidationMode
 
AUTO - org.hibernate.FlushMode
The Session is sometimes flushed before query execution in order to ensure that queries never return stale state.
AUTO - org.hibernate.sql.exec.spi.JdbcLockStrategy
Use a dialect specific check to determine how to apply locks.
AUTO_CLOSE_SESSION - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that the Session should be closed automatically at the end of each transaction.
AUTO_EVICT_COLLECTION_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enables the automatic eviction of a bidirectional association's collection cache when an element in the ManyToOne collection is added, updated, or removed without properly managing the change on the OneToMany side.
AUTO_FLUSH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
AUTO_FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
AUTO_SESSION_EVENTS_LISTENER - Static variable in interface org.hibernate.cfg.AvailableSettings
Defines a default SessionEventListener to be applied to newly-opened Sessions.
autoAliasInjection - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
AutoApplicableConverterDescriptor - Interface in org.hibernate.boot.model.convert.spi
Contract for handling auto-apply checks for JPA AttributeConverters
autoApply - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
 
autoClear(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoClear(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClear(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session be automatically cleared on a failed transaction?
autoClose() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClose() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the autoClose flag from the original session should be used to create the new session.
autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoClose(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoClose(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session be automatically closed after transaction completion?
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 any ConnectionProvider implementation which respects this setting, which the built-in implementations do, except for DatasourceConnectionProviderImpl.
AutoFlushEvent - Class in org.hibernate.event.spi
Defines an event class for the auto-flushing of a session.
AutoFlushEvent(Set<String>, 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() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoJoinTransactions() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the autoJoinTransaction flag from the original session should be used to create the new session.
autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
autoJoinTransactions(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
autoJoinTransactions(boolean) - Method in interface org.hibernate.SessionBuilder
Should the session built automatically join in any ongoing JTA transactions.
autoJoinTransactions(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
AuxiliaryDatabaseObject - Interface in org.hibernate.boot.model.relational
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.
AuxiliaryDatabaseObject.Expandable - Interface in org.hibernate.boot.model.relational
Additional, optional interface for AuxiliaryDatabaseObject that want to allow expansion of allowable dialects via mapping.
AvailableHints - Interface in org.hibernate.jpa
Combined set of Hibernate and Jakarta Persistence hints
AvailableSettings - Interface in org.hibernate.cfg
Enumerates the configuration properties supported by Hibernate, including properties defined by the JPA specification.
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(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
avg(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.ElementAggregateFunctionContext
 
AVG() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
AVG() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
avg_castingNonDoubleArguments(Dialect, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
AvgFunction - Class in org.hibernate.dialect.function
 
AvgFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.dialect.function.AvgFunction
 

B

Backref - Class in org.hibernate.mapping
 
Backref() - Constructor for class org.hibernate.mapping.Backref
 
backtrack(EntityGraphTraversalState.TraversalResult) - Method in interface org.hibernate.sql.results.graph.EntityGraphTraversalState
Backtrack to previous entity graph status before last traversal.
bag - Variable in class org.hibernate.collection.spi.PersistentBag
 
bag() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent bags of a given element type.
Bag - Class in org.hibernate.mapping
A bag permits duplicates, so it has no primary key
Bag - Annotation Type in org.hibernate.annotations
Can be used to map a List-valued attribute using CollectionClassification.BAG semantics.
Bag(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Bag
Annotation binding
Bag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Bag
hbm.xml binding
BAG - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
BAG - org.hibernate.metamodel.CollectionClassification
A non-unique, unordered collection.
BagBinder - Class in org.hibernate.cfg.annotations
Bind a bag.
BagBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - 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(String, String) - Constructor for class org.hibernate.type.BagType
 
BarePrimaryExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
 
base - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
base() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
The starting index value.
BaseCascadeStyle() - Constructor for class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
BaseCascadingAction() - Constructor for class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
baseline() - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
BaselineAttributeInformation - Class in org.hibernate.tuple
 
BaselineAttributeInformation(boolean, boolean, boolean, ValueGeneration, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.BaselineAttributeInformation
 
BaselineAttributeInformation.Builder - Class in org.hibernate.tuple
 
BaselineSessionEventsListenerBuilder - Class in org.hibernate.cfg
 
BaselineSessionEventsListenerBuilder(boolean, Class<? extends SessionEventListener>) - Constructor for class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
baseListenerInterface() - Method in class org.hibernate.event.spi.EventType
 
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, boolean) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
BaseSqmToSqlAstConverter.AdditionalInsertValues - Class in org.hibernate.query.sqm.sql
 
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
 
BaseUserTypeSupport<T> - Class in org.hibernate.usertype
 
BaseUserTypeSupport() - Constructor for class org.hibernate.usertype.BaseUserTypeSupport
 
basic - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
basic - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
BASIC - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements are basic, simple values.
BASIC - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The collection indexes are basic, simple values.
BASIC - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
BASIC - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
BASIC - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is supported only in WHERE ... LIKE
BASIC - org.hibernate.metamodel.AttributeClassification
 
BASIC - org.hibernate.metamodel.ValueClassification
The mapped value is a basic value (String, Date, etc).
BASIC - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
BASIC - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
BASIC - Static variable in class org.hibernate.jdbc.Expectations
 
BasicBinder<J> - Class in org.hibernate.type.descriptor.jdbc
Convenience base implementation of ValueBinder
BasicBinder(JavaType<J>, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicBinder
 
BasicCollectionPersister - Class in org.hibernate.persister.collection
BasicCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
Deprecated.
BasicDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.BasicDelegate
 
BasicDialectResolver - Class in org.hibernate.engine.jdbc.dialect.spi
Intended as support for custom resolvers which match a single db name (with optional version info).
BasicDialectResolver(String, int, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDialectResolver(String, int, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDialectResolver(String, Class) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
Constructs a BasicDialectResolver
BasicDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA BasicType contract.
BasicEntityIdentifierMapping - Interface in org.hibernate.metamodel.mapping
Mapping for a simple identifier
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(JavaType<J>, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
BasicFetch<T> - Class in org.hibernate.sql.results.graph.basic
Fetch for a basic-value
BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, BasicValueConverter<T, ?>, FetchTiming, boolean, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
 
BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, BasicValueConverter<T, ?>, FetchTiming, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
 
BasicHolder(Class) - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
BasicJavaType<T> - Interface in org.hibernate.type.descriptor.java
JavaType specialization for basic values
BasicJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
BasicJdbcLiteralFormatter(JavaType<T>) - 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
DomainResult for a basic-value
BasicResult(int, String, JavaType<T>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType<T>, BasicValueConverter<T, ?>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType<T>, BasicValueConverter<T, ?>, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType<T>, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResultAssembler<J> - Class in org.hibernate.sql.results.graph.basic
 
BasicResultAssembler(int, JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
BasicResultAssembler(int, JavaType<J>, BasicValueConverter<J, ?>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
BasicResultGraphNode<J> - Interface in org.hibernate.sql.results.graph.basic
DomainResult for basic values
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
 
BasicType<T> - Interface in org.hibernate.type
Marker interface for basic types.
BasicTypeReference<T> - Class in org.hibernate.type
A basic type reference.
BasicTypeReference(String, Class<? extends T>, int) - Constructor for class org.hibernate.type.BasicTypeReference
 
BasicTypeReference(String, Class<? extends T>, int, BasicValueConverter<T, ?>) - Constructor for class org.hibernate.type.BasicTypeReference
 
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(BasicValue) - 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 - 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.
BasicValuedFetchBuilder - Interface in org.hibernate.query.results
 
BasicValuedMapping - Interface in org.hibernate.metamodel.mapping
Any basic-typed ValueMapping.
BasicValuedModelPart - Interface in org.hibernate.metamodel.mapping
Describes a ModelPart which is a basic value, either a Basic attribute a basic-valued collection part
Batch - Interface in org.hibernate.engine.jdbc.batch.spi
Conceptually models a batch.
BATCH - org.hibernate.engine.FetchStyle
Initializes a number of indicated data items (entities or collections) in a series of grouped sql selects using an in-style sql restriction to define the batch size.
BATCH_FETCH_STYLE - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
An appropriate batch-fetch style is selected automatically
BATCH_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a custom BatchBuilder.
BATCH_VERSIONED_DATA - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that versioned data should 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
Keeps track of: entity and collection keys that are available for batch fetching details related to queries which load entities with sub-select-fetchable 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.
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
batchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
batchSize - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
BatchSize - Annotation Type in org.hibernate.annotations
Specifies a batch size for batch fetching of the annotated entity or collection.
BEAN_CONTAINER - Static variable in interface org.hibernate.cfg.AvailableSettings
Identifies a 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<String, Object>, ClassLoaderService) - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
Constructor used in an environment where validator factory is injected (JPA2).
BeanValidationIntegrator - Class in org.hibernate.cfg.beanvalidation
 
BeanValidationIntegrator() - Constructor for class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.Check
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefault
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormula
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefs
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.Filters
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.Formula
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumn
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormula
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBy
 
before() - Method in annotation type org.hibernate.annotations.DialectOverride.Where
 
BEFORE_TRANSACTION_COMPLETION - org.hibernate.ConnectionReleaseMode
Indicates that JDBC connections should be released before each transaction commits/rollbacks (works with both JTA-registered synch and HibernateTransaction API).
beforeAssemble(Serializable, 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 class org.hibernate.type.SerializableToBlobType
 
beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Called before assembling a query result set from the query cache, to allow batch fetching of entities missing from the second-level cache.
beforeBeanManagerDestroyed(BeanManager) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
 
beforeCompletion() - Method in interface org.hibernate.engine.transaction.spi.TransactionObserver
Callback for processing the initial phase of transaction completion.
beforeExecutions() - Method in interface org.hibernate.action.spi.Executable
Called before executing any actions.
beforeFirst() - Method in interface org.hibernate.ScrollableResults
Go to a location just before first result.
beforeFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
beforeInitialize(CollectionPersister, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
beforeTablesOnCreation() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
beforeTablesOnCreation() - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Defines a simple precedence.
beforeTransactionCompletion() - Method in class org.hibernate.engine.spi.ActionQueue
Execute any registered BeforeTransactionCompletionProcess
beforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
beforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
A before-completion callback to the owner.
beforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Notification indicating a transaction is about to be completed, so to trigger releasing of the connection if needed (ConnectionReleaseMode.BEFORE_TRANSACTION_COMPLETION is enabled)
beforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
A before-completion callback from the coordinator to its owner.
beforeTransactionCompletion(Transaction) - Method in interface org.hibernate.Interceptor
Called before a transaction is committed (but not before rollback).
BeforeTransactionCompletionProcess - Interface in org.hibernate.action.spi
Contract representing some process that needs to occur during before transaction completion.
begin() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Begin the resource transaction
begin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
Begin the physical transaction
beginRead() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
beginRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called just before reading any rows from the JDBC result set.
beginTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
beginTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
beginTransaction() - Method in interface org.hibernate.SharedSessionContract
Begin a unit of work and return the associated Transaction object.
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
The best guess entity name for an entity not in an association
bestGuessEntityName(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
The best guess entity name for an entity not in an association
between(int, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends 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.criteria.HibernateCriteriaBuilder
 
between(Expression<? extends Y>, Y, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.FrameClauseContext
 
BETWEEN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
BetweenPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
BetweenPredicate(Expression, Expression, Expression, boolean, JdbcMappingContainer) - 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 - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
BIG_DECIMAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
BIG_DECIMAL_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
BIG_DECIMAL_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
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 - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
BIG_INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
BIG_INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
BIG_INTEGER_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
BigDecimalHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
BigDecimalJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for BigDecimal handling.
BigDecimalJavaType() - Constructor for class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
BIGINT - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIGINT.
BigIntegerHolder() - Constructor for class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
BigIntegerJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for BigInteger handling.
BigIntegerJavaType() - Constructor for class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
BigIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BIGINT handling.
BigIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
BINARY - org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
BINARY - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BINARY.
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
 
BINARY_WRAPPER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte[] to JDBC VARBINARY.
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.sqm
Enumeration of standard binary arithmetic operators
BinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BINARY handling.
BinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
 
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.
bind() - Method in class org.hibernate.cfg.AnnotatedColumn
 
bind() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bind() - Method in class org.hibernate.cfg.annotations.TableBinder
 
bind(A, MetadataBuildingContext, PersistentClass, Property) - Method in interface org.hibernate.tuple.AttributeBinder
Perform some custom configuration of the model relating to the given annotated Property of the given entity class or embeddable class.
bind(File) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(InputStream) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(InputStream, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an InputStream
bind(String) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(String, Object) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Binds a value into JNDI by name.
bind(URL) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
bind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
bind(CallableStatement, T, String, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
bind(CallableStatement, X, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a callable statement 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, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
bind(PreparedStatement, T, int, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
bind(PreparedStatement, X, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a prepared statement by index
bind(Source, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an XML source.
bind(AttributeAccessor, MetadataBuildingContext, PersistentClass, Property) - Method in class org.hibernate.tuple.AttributeAccessorBinder
 
bind(TenantId, MetadataBuildingContext, PersistentClass, Property) - Method in class org.hibernate.tuple.TenantIdBinder
 
bind(InputStreamAccess) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
BIND - org.hibernate.query.criteria.ValueHandlingMode
 
Bindable - Interface in org.hibernate.metamodel.mapping
Contract for things at the domain mapping level that can be bound into a JDBC PreparedStatement.
Bindable.JdbcValuesConsumer - Interface in org.hibernate.metamodel.mapping
Functional interface for consuming the JDBC values.
BindableType<J> - Interface in org.hibernate.query
Types that can be used to handle binding Query parameters
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
 
bindEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
binder() - Method in annotation type org.hibernate.annotations.AttributeBinderType
 
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, AnnotatedJoinColumn[], 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(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Default implementation of binding parameter values needed by the LIMIT clause.
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(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtEndOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
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(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
bindLimitParametersAtStartOfQuery(Limit, PreparedStatement, int) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
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.TopLimitHandler
 
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.LegacyOracleLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
bindManytoManyInverseFk(PersistentClass, AnnotatedJoinColumn[], SimpleValue, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
bind the inverse FK of a ManyToMany.
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
Deprecated.
If bindable, bind a null value using the provided parameter type.
bindOneToManySecondPass(Collection, Map<String, PersistentClass>, AnnotatedJoinColumn[], XClass, boolean, NotFoundAction, MetadataBuildingContext, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
bindPackage(ClassLoaderService, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
bindParameters(SharedSessionContractImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Bind any required parameter values into the SQL command AbstractSelectingDelegate.getSelectSQL().
bindParameters(SharedSessionContractImplementor, PreparedStatement, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
bindParameterValue(PreparedStatement, int, JdbcParameterBindings, ExecutionContext) - Method in class org.hibernate.sql.ast.tree.expression.ConvertedQueryLiteral
 
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, AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedColumn[], boolean, XProperty, boolean, TableBinder, NotFoundAction, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
return true if it's a Fk, false if it's an association table
bindStarToManySecondPass(Map<String, PersistentClass>, XClass, AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedColumn[], boolean, XProperty, boolean, TableBinder, NotFoundAction, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
bindTable(String, String, String, List<UniqueConstraintHolder>, String, InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindTableForDiscriminatedSubclass(InFlightMetadataCollector.EntityTableXref) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
bindValue(T) - Method in interface org.hibernate.jpa.spi.ParameterRegistration
If bindable, bind the value.
bindValue(T, 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
 
BIT - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIT.
bitand() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitAndOr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument!
bitandorxornot_binAndOrXorNot() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Bitwise operators, not aggregate functions!
bitandorxornot_bitAndOrXorNot() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Binary bitwise operators, not aggregate functions!
bitandorxornot_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Binary bitwise operators, not aggregate functions!
bitLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitLength_pattern(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitLength_pattern(String, String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitnot() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
bitxor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
BLOB - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
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.BlobJdbcType
 
BlobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created Blob instances..
BlobJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Blob handling.
BlobJavaType() - Constructor for class org.hibernate.type.descriptor.java.BlobJavaType
 
BlobJavaType.BlobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
BlobJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BLOB handling.
BlobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
BlobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of representing Blob objects.
BOOLEAN - org.hibernate.query.sqm.CastType
 
BOOLEAN - org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates that the argument should be of type SqlTypes.BOOLEAN or a logical expression (predicate)
BOOLEAN - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
BOOLEAN - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC BOOLEAN.
BooleanDecoder - Class in org.hibernate.dialect
Utility for decoding boolean representations.
BooleanDecoder() - Constructor for class org.hibernate.dialect.BooleanDecoder
 
BooleanExpressionPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
BooleanExpressionPredicate(Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
 
BooleanExpressionPredicate(Expression, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
 
BooleanExpressionPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
BooleanJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Boolean handling.
BooleanJavaType() - Constructor for class org.hibernate.type.descriptor.java.BooleanJavaType
 
BooleanJavaType(char, char) - Constructor for class org.hibernate.type.descriptor.java.BooleanJavaType
 
BooleanJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for BOOLEAN handling.
BooleanJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
booleanLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
booleanLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
BooleanLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
BOOT_LOGGER - Static variable in interface org.hibernate.boot.BootLogging
 
BOOT_QUERY_LOGGER - Static variable in interface org.hibernate.boot.query.BootQueryLogging
 
BootLogging - Interface in org.hibernate.boot
Logging related to Hibernate bootstrapping
BootQueryLogging - Interface in org.hibernate.boot.query
 
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 such as class loading.
BootstrapServiceRegistryBuilder - Class in org.hibernate.boot.registry
Builder for BootstrapServiceRegistry instances.
BootstrapServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
 
BOTH - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Both catalog and schema are supported.
BOTH - org.hibernate.query.sqm.TrimSpec
 
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.NakedIdentifierContext
 
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
 
BREADTH_FIRST - org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
Use breadth first for a recursive CTE.
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.sqm.ComparisonOperator
 
build() - Method in interface org.hibernate.boot.MetadataBuilder
Actually build the metamodel
build() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
build() - Method in class org.hibernate.boot.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 and return the StandardServiceRegistry.
build() - Method in interface org.hibernate.boot.SessionFactoryBuilder
After all options have been set, build the SessionFactory.
build() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
build() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
build() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
build() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Build EntityManagerFactory instance
build(MetadataSources, BootstrapContext, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
Unified single phase for MetadataSources->Metadata process
build(HbmLocalMetadataBuildingContext) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
build(SessionFactoryImplementor) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
buildAndFillTable(String, String, Identifier, boolean, List<UniqueConstraintHolder>, List<JPAIndexHolder>, String, MetadataBuildingContext, String, InFlightMetadataCollector.EntityTableXref) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildAndFillTable(String, String, ObjectNameSource, NamingStrategyHelper, boolean, List<UniqueConstraintHolder>, List<JPAIndexHolder>, String, MetadataBuildingContext, String, InFlightMetadataCollector.EntityTableXref) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
buildAnyValue(Column, Formula, AnnotatedJoinColumn[], PropertyData, boolean, boolean, Nullability, PropertyHolder, EntityBinder, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
buildArchiveDescriptor(URL) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
buildArchiveDescriptor(URL) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the given url
buildArchiveDescriptor(URL, String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Build a descriptor of the archive indicated by the path relative to the given url
buildAttributeConversionInfoMap(XClass) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
buildBaseline() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
buildBaselineList() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
buildBasicProxyFactory(Class) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
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
 
buildColumnFromAnnotation(Column, Comment, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedColumn
 
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.
buildColumnFromNoAnnotation(Comment, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedColumn
 
buildColumnOrFormulaFromAnnotation(Column, Formula, Comment, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedColumn
 
buildColumnReferenceExpression(ModelPart, SqlExpressionResolver, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.MappingModelHelper
 
buildColumnReferenceExpression(TableGroup, ModelPart, SqlExpressionResolver, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.MappingModelHelper
 
buildColumnsFromAnnotations(Column[], Comment, Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedColumn
 
buildColumnsFromAnnotations(Column[], Comment, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedColumn
 
buildColumnsOrFormulaFromAnnotation(Column[], Formula, Comment, Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedColumn
 
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<String, Object>, 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.AnnotatedDiscriminatorColumn
 
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, RuntimeModelCreationContext) - Static method in class org.hibernate.tuple.PropertyFactory
Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity
Builder() - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
Builder() - Constructor for class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
Builder(String) - Constructor for class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
Builder(String) - Constructor for class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
Builder(MappingModelExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
 
Builder(MappingModelExpressible, int) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlTuple.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<String, Object>, ExceptionHandler) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
buildExecutionOptions(Map<String, Object>, SchemaFilter, ExceptionHandler) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in interface org.hibernate.query.results.BasicValuedFetchBuilder
 
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.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, BiFunction<String, String, DynamicFetchBuilderLegacy>, DomainResultCreationState) - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
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, 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.ImplicitFetchBuilderEntityPart
 
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
 
buildFetch(FetchParent, Fetchable, JdbcValuesMetadata, DomainResultCreationState) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
buildFormulaFromAnnotation(Formula, Comment, Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedColumn
 
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
 
buildGroupsForOperation(GroupsPerOperation.Operation, Map, ClassLoaderAccess) - Static method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
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.CockroachDialect
 
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.DB2Dialect
 
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.HSQLDialect
 
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.OracleDialect
 
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(String, SqlStringGenerationContext) - 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
buildJoinColumn(PrimaryKeyJoinColumn, JoinColumn, Value, Map<String, Join>, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedJoinColumn
Build JoinColumn for a JOINED hierarchy
buildJoinColumns(JoinColumn[], Comment, String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedJoinColumn
 
buildJoinColumnsOrFormulas(JoinColumnOrFormula[], String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedJoinColumn
 
buildJoinColumnsWithDefaultColumnSuffix(JoinColumn[], Comment, String, Map<String, Join>, PropertyHolder, String, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedJoinColumn
 
buildJoinFormula(JoinFormula, String, Map<String, Join>, PropertyHolder, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedJoinColumn
build join formula
buildJoinTableJoinColumns(JoinColumn[], Map<String, Join>, PropertyHolder, String, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedJoinColumn
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
buildLockRequest(LockOptions) - Method in interface org.hibernate.Session
Build a new lock request that specifies: the LockMode to use, the pessimistic lock timeout, and the scope of the lock.
buildMetadata() - Method in class org.hibernate.boot.MetadataSources
Shorthand 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
 
buildNamedQueryRepository(SessionFactoryImplementor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildNamedQueryRepository(SessionFactoryImplementor) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
buildOptimizer(String, Class, int, long) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Builds an optimizer
buildPropertyAccess(Class<?>, String, boolean) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategy
Build a PropertyAccess for the indicated property
buildPropertyHolder(XClass, PersistentClass, EntityBinder, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
 
buildPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
build a property holder on top of a collection
buildPropertyHolder(Component, String, PropertyData, PropertyHolder, MetadataBuildingContext) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
build a component property holder
buildPropertyHolder(PersistentClass, Map<String, Join>, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.PropertyHolderBuilder
must only be used on second level phases ( has to be settled already)
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.
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.CompleteResultBuilderBasicValuedConverted
 
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(String, SqlStringGenerationContext) - 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() - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactory(ServiceRegistry) - Method in class org.hibernate.cfg.Configuration
Create a SessionFactory using the properties and mappings in this configuration.
buildSessionFactoryOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
buildSessionFactoryOptions() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
Build the SessionFactoryOptions that will ultimately be passed to SessionFactoryImpl constructor.
buildSqlCreateIndexString(SqlStringGenerationContext, String, Table, Iterator<Column>, Map<Column, String>, boolean, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(SqlStringGenerationContext, String, Table, Iterator<Column>, Map<Column, String>, boolean, Metadata) - Static method in class org.hibernate.mapping.Index
 
buildSqlCreateIndexString(Dialect, String, String, Iterator<Column>, Map<Column, String>, boolean) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(String, String) - Static method in class org.hibernate.mapping.Index
 
buildSqlDropIndexString(SqlStringGenerationContext, Table, String, String, String) - Static method in class org.hibernate.mapping.Index
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.AbstractHANADialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.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
 
buildStandardProperty(Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
buildStatistics(SessionFactoryImplementor) - Method in interface org.hibernate.stat.spi.StatisticsFactory
 
buildSubNavigablePath(SqmPath<?>, String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
buildSubNavigablePath(NavigablePath, 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
 
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
 
buildTupleMetadata(SqmStatement<?>, Class<R>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
buildUniqueConstraintHolders(UniqueConstraint[]) - Static method in class org.hibernate.cfg.annotations.TableBinder
Build a list of UniqueConstraintHolder instances given a list of UniqueConstraint annotations.
buildUnloadedProxy(Class<?>, Class<?>[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
buildUnloadedProxy(TypePool, TypeDefinition, Collection<? extends TypeDefinition>) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
Do not remove: used by Quarkus
buildUpdateQuery(String, SqlStringGenerationContext) - 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.NakedIdentifierContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
byId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byId(Class<T>) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity by primary key.
byId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byId(String) - Method in interface org.hibernate.Session
Create an IdentifierLoadAccess instance to retrieve the specified entity type by primary key.
byMultipleIds(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleIds(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byMultipleIds(Class<T>) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple entities at once as specified by primary key values.
byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleIds(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byMultipleIds(String) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple entities at once as specified by primary key values.
byMultipleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byMultipleNaturalId(Class<T>) - Method in interface org.hibernate.Session
Access to load multiple entities by natural id.
byMultipleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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.schema.UniqueConstraintSchemaUpdateStrategy
 
byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create a NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
byNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byNaturalId(String) - Method in interface org.hibernate.Session
Create a NaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
bySimpleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
bySimpleNaturalId(Class<T>) - Method in interface org.hibernate.Session
Create a SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its simple (single attribute) natural id.
bySimpleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
bySimpleNaturalId(String) - Method in interface org.hibernate.Session
Create a SimpleNaturalIdLoadAccess instance to retrieve the specified entity by its natural id.
BYTE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte to JDBC TINYINT.
ByteArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Byte[] handling.
ByteArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
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
Selects a bytecode enhancment library.
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
 
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.
ByteJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Byte handling.
ByteJavaType() - Constructor for class org.hibernate.type.descriptor.java.ByteJavaType
 

C

c - Variable in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
C3P0_ACQUIRE_INCREMENT - Static variable in interface org.hibernate.cfg.AvailableSettings
Number of connections acquired when pool is exhausted
C3P0_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
A setting prefix used to indicate settings that target the hibernate-c3p0 integration
C3P0_IDLE_TEST_PERIOD - Static variable in interface org.hibernate.cfg.AvailableSettings
Idle time before a C3P0 pooled connection is validated
C3P0_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum size of C3P0 connection pool
C3P0_MAX_STATEMENTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum size of C3P0 statement cache
C3P0_MIN_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Minimum size of C3P0 connection pool
C3P0_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
Maximum idle time for C3P0 connection pool
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
cache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
Cache - Interface in org.hibernate
An API for directly querying and managing the second level cache.
Cache - Annotation Type in org.hibernate.annotations
Add caching strategy to a root entity or a collection.
CACHE_KEYS_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
this is only honored for hibernate-infinispan
CACHE_MODE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
CACHE_REGION - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
CACHE_REGION_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
The RegionFactory implementation, either: an instance of RegionFactory, a Class implementing RegionFactory, or he name of a class implementing RegionFactory.
CACHE_REGION_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
The CacheProvider region name prefix
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
 
cacheable() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
Whether the query (results) is cacheable or not.
cacheable() - Method in annotation type org.hibernate.annotations.NamedQuery
Whether the query (results) is cacheable or not.
CACHEABLE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
CacheableDataStatistics - Interface in org.hibernate.stat
 
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
An SPI supported by any Hibernate service that provides an implementation of the Cache API.
CacheInitiator - Class in org.hibernate.engine.spi
Initiator for second level cache support
CacheInitiator() - Constructor for class org.hibernate.engine.spi.CacheInitiator
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
cacheKeyInstance() - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.dynamic.DynamicResultBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
cacheKeyInstance() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.FetchBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
cacheKeyInstance() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
cacheKeyInstance() - Method in class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.ResultBuilder
 
cacheKeyInstance() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
cacheKeyInstance() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
 
cacheKeyInstance(DynamicFetchBuilderContainer) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
CacheKeysFactory - Interface in org.hibernate.cache.spi
 
cacheMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
cacheMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
cacheMode - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
cacheMode() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The cache mode used for this query.
cacheMode() - Method in annotation type org.hibernate.annotations.NamedQuery
The cache mode used for this query.
CacheMode - Enum in org.hibernate
Controls how the session interacts with the second-level cache and query cache.
CacheModeType - Enum in org.hibernate.annotations
Enumeration for the different interaction modes between the session and the Level 2 Cache.
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
 
cacheRegion() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
If the query results are cacheable, name the query cache region to use.
cacheRegion() - Method in annotation type org.hibernate.annotations.NamedQuery
If the query results are cacheable, name the query cache region to use.
CacheRegionDefinition - Class in org.hibernate.boot
Models the definition of caching settings for a particular region.
CacheRegionDefinition(CacheRegionDefinition.CacheRegionType, String, String, String, boolean) - Constructor for class org.hibernate.boot.CacheRegionDefinition
 
CacheRegionDefinition.CacheRegionType - Enum in org.hibernate.boot
 
CacheRegionStatistics - Interface in org.hibernate.stat
Second-level cache statistics of a specific region.
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(String, AccessType, boolean) - Constructor for class org.hibernate.boot.model.Caching
 
Caching(String, AccessType, boolean, TruthValue) - Constructor for class org.hibernate.boot.model.Caching
 
Caching(TruthValue) - Constructor for class org.hibernate.boot.model.Caching
 
calculateFullPath(NavigablePath, String, String) - Method in interface org.hibernate.spi.NavigablePath.FullPathCalculator
 
calculateHashCode(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Calculate the hash-code of a natural-id value
calculateIdMapperFullPath(NavigablePath, String, String) - Static method in class org.hibernate.spi.NavigablePath
Pattern used for `_identifierMapper`
calculateRootFullPath(NavigablePath, String, String) - Static method in class org.hibernate.spi.NavigablePath
The pattern used for root NavigablePaths
calculateTreatedFullPath(NavigablePath, String, String) - Static method in class org.hibernate.spi.TreatedNavigablePath
 
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.
CalendarDateJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the date (month, day, year) portion.
CalendarDateJavaType() - Constructor for class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
CalendarJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling.
CalendarJavaType() - Constructor for class org.hibernate.type.descriptor.java.CalendarJavaType
 
CalendarJavaType.CalendarMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
CalendarMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
 
CalendarTimeJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Calendar handling, but just for the time portion.
CalendarTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
CALL - org.hibernate.sql.ast.Clause
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
callable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
callable() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
Deprecated.
Calling database procedures and functions through NativeQuery is no longer supported; use NamedStoredProcedureQuery instead
callable() - Method in annotation type org.hibernate.annotations.SQLDelete
Is the statement callable (aka a CallableStatement)?
callable() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
Is the statement callable (aka a CallableStatement)?
callable() - Method in annotation type org.hibernate.annotations.SQLInsert
Is the statement callable (aka a CallableStatement)?
callable() - Method in annotation type org.hibernate.annotations.SQLUpdate
Is the statement callable (aka a CallableStatement)?
CALLABLE_FUNCTION - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
Calling stored-procedures and functions via NativeQuery is no longer supported. Use ProcedureCall or StoredProcedureQuery instead.
CALLABLE_NAMED_PARAMS_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that Hibernate should attempt to map parameter names given in a ProcedureCall or StoredProcedureQuery to named parameters of 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.
CALLBACK - org.hibernate.cfg.beanvalidation.ValidationMode
 
CallbackDefinition - Interface in org.hibernate.jpa.event.spi
 
CallbackException - Exception in org.hibernate
Intended to be thrown from Lifecycle and Interceptor callbacks.
CallbackException(Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given underlying cause.
CallbackException(String) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message.
CallbackException(String, Exception) - Constructor for exception org.hibernate.CallbackException
Creates a CallbackException using the given message and underlying cause.
CallbackRegistrar - Interface in org.hibernate.jpa.event.spi
 
CallbackRegistry - Interface in org.hibernate.jpa.event.spi
Registry of Callbacks by entity and type
CallbackRegistryConsumer - Interface in org.hibernate.jpa.event.spi
Contract for injecting the registry of Callbacks into event listeners.
CallbackType - Enum in org.hibernate.jpa.event.spi
 
CamelCaseToUnderscoresNamingStrategy - Class in org.hibernate.boot.model.naming
Originally copied from Spring Boot as this strategy is popular there (original name is SpringPhysicalNamingStrategy).
CamelCaseToUnderscoresNamingStrategy() - Constructor for class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
canBeBatched() - Method in interface org.hibernate.jdbc.Expectation
Is it acceptable to combiner this expectation with statement batching?
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
canBeInstantiated() - Method in interface org.hibernate.metamodel.spi.EntityInstantiator
Can this entity be instantiated?
cancel() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Cancel the building processing.
cancelLastQuery() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Attempt to cancel the last query sent to the JDBC driver.
cancelLastQuery() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
cancelQuery() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
cancelQuery() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
cancelQuery() - Method in interface org.hibernate.Session
Cancel the execution of the current query.
canCreateCatalog() - Method in class org.hibernate.dialect.Dialect
Does this dialect support catalog creation?
canCreateCatalog() - Method in class org.hibernate.dialect.MySQLDialect
 
canCreateSchema() - Method in class org.hibernate.dialect.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 class org.hibernate.persister.entity.DiscriminatorType
 
canDoExtraction() - Method in interface org.hibernate.query.OutputableType
Can the given instance of this type actually perform the parameter value extractions?
canDoExtraction() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoExtraction() - Method in class org.hibernate.type.ComponentType
 
canDoExtraction() - Method in class org.hibernate.type.CustomType
 
canDoExtraction() - Method in class org.hibernate.type.SerializableToBlobType
 
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
canDoSetting() - Method in class org.hibernate.type.SerializableToBlobType
 
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.
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
 
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.sql.ast.tree.from.AbstractTableGroup
 
canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
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 class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
canUseInnerJoins() - Method in class org.hibernate.sql.ast.tree.from.SyntheticVirtualTableGroup
 
canUseInnerJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
canUseReferenceCacheEntries() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canUseReferenceCacheEntries() - Method in interface org.hibernate.persister.entity.EntityPersister
 
canWriteToCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
canWriteToCache() - Method in interface org.hibernate.persister.entity.EntityPersister
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
cascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
cascade(EventSource, Object, String, T, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
Cascade the action to the child object.
Cascade - Annotation Type in org.hibernate.annotations
Apply a cascade strategy on an association.
CASCADE - org.hibernate.annotations.OnDeleteAction
Use cascade delete capabilities of the database foreign-key.
CASCADE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
cascadeAll - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
 
cascadeDeleteEnabled - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
cascadeDetach - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
 
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<T> - 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<T> - 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.NakedIdentifierContext
 
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
 
CaseLeastGreatestEmulation - Class in org.hibernate.dialect.function
Some databases don't have a function like least() or greatest(), and on those platforms we emulate the function using case.
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
 
CaseSearchedExpression - Class in org.hibernate.sql.ast.tree.expression
 
CaseSearchedExpression(MappingModelExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
CaseSearchedExpression(MappingModelExpressible, 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(MappingModelExpressible, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
CaseSimpleExpression(MappingModelExpressible, 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
 
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
 
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.NakedIdentifierContext
 
castAs(DomainType<X>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
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
 
CastFunction - Class in org.hibernate.dialect.function
ANSI SQL-inspired cast() function, where the target types are enumerated by CastType, and portability is achieved by delegating to Dialect.castPattern(CastType, CastType).
CastFunction(Dialect, int) - Constructor for class org.hibernate.dialect.function.CastFunction
 
CastFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
CastingConcatFunction - Class in org.hibernate.dialect.function
 
CastingConcatFunction(Dialect, String, boolean, SqlAstNodeRenderingMode, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.CastingConcatFunction
 
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.MySQLDialect
 
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
The HQL str() function is now considered a synonym for cast(x as String).
CastStrEmulation(String, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.dialect.function.CastStrEmulation
 
CastStrEmulation(TypeConfiguration) - 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
 
CastTarget(JdbcMapping, String, 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(int) - Method in class org.hibernate.dialect.CockroachDialect
 
castType(int) - Method in class org.hibernate.dialect.Dialect
 
castType(int) - Method in class org.hibernate.dialect.H2Dialect
 
castType(int) - Method in class org.hibernate.dialect.MySQLDialect
 
castType(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
castType(int) - Method in class org.hibernate.dialect.SpannerDialect
 
castType(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
CastType - Enum in org.hibernate.query.sqm
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 - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Only catalog is supported
CATALOG - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the catalog name
catalogExists(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Check to see if the given catalog already exists.
catalogExists(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Does the given catalog exist yet?
catalogWithDefault(Identifier) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
cbrt() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CDI_BEAN_MANAGER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
cdiBeanManagerClass(ClassLoaderService) - Static method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
ceiling(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
ceiling_ceil() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CFG_XML_FILE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
CfgXmlAccessService - Interface in org.hibernate.boot.cfgxml.spi
Allows access to any cfg.xml files specified for bootstrapping.
cfgXsd() - Static 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 - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is valid only in WHERE ... LIKE
CHAR - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
CHAR - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
CHAR - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CHAR.
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CHARACTER - org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
CHARACTER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character to JDBC CHAR(1).
CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character[] to JDBC VARCHAR.
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).
CharacterArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Character[] handling.
CharacterArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
CharacterJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Character handling.
CharacterJavaType() - Constructor for class org.hibernate.type.descriptor.java.CharacterJavaType
 
characterLength_len() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
characterLength_length(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
characterLength_length(SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle-style
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.
CharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for CHAR handling.
CharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
check - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
check() - Method in annotation type org.hibernate.annotations.SQLDelete
For persistence operation what style of determining results (success/failure) is to be used.
check() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
For persistence operation what style of determining results (success/failure) is to be used.
check() - Method in annotation type org.hibernate.annotations.SQLInsert
For persistence operation what style of determining results (success/failure) is to be used.
check() - Method in annotation type org.hibernate.annotations.SQLUpdate
For persistence operation what style of determining results (success/failure) is to be used.
check(int, Object, int, Expectation, PreparedStatement, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
Check - Annotation Type in org.hibernate.annotations
Specifies a check constraint to be included in the generated DDL.
CHECK_NULLABILITY - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable nullability checking, raises an exception if an attribute marked as not null is null at runtime.
checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
 
checkColumnDuplication(Set<String>, Value) - Method in class org.hibernate.mapping.PersistentClass
 
checkConstraint() - Method in annotation type org.hibernate.annotations.Table
A check constraint, written in native SQL.
checkConstraint() - Method in class org.hibernate.mapping.Column
 
checkIfJoinColumn(Object, PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.AnnotatedJoinColumn
 
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() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
checkOpen() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Performs a check whether the Session is open, and if not: marks current transaction (if one) for rollback only throws an IllegalStateException (JPA defines the exception type)
checkOpen(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
checkOpen(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Performs a check whether the Session is open, and if not: if markForRollbackIfClosed is true, marks current transaction (if one) for rollback only throws an IllegalStateException (JPA defines the exception type)
checkOpenOrWaitingForAutoClose() - Method in interface org.hibernate.loader.access.LoadAccessContext
Callback to check whether the session is "active"
checkPropertyColumnDuplication(Set<String>, List<Property>) - Method in class org.hibernate.mapping.PersistentClass
 
checkPropertyConsistency(AnnotatedColumn[], String) - Static method in class org.hibernate.cfg.AnnotatedColumn
 
checkQueryReturnType(SqmQuerySpec<T>, Class<T>, SessionFactoryImplementor) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
checkReferencedColumnsType(AnnotatedJoinColumn[], PersistentClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotatedJoinColumn
 
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
 
CHOOSE - org.hibernate.query.sqm.ConstructorEntityArgumentMode
This mode says to chose based on what ctors are available on the target class.
chr_char() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CLASS - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
CLASS - org.hibernate.cfg.MetadataSourceType
Indicates metadata coming from either annotations, orx.xml or a combination of the two.
CLASS - org.hibernate.query.sqm.DynamicInstantiationNature
The target names a Class to be instantiated.
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.cfg.AvailableSettings
Entity cache configuration properties follow the pattern hibernate.classcache.packagename.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
 
classForTypeName(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
classification() - Method in annotation type org.hibernate.annotations.CollectionTypeRegistration
The collection classification for which the supplied type applies
ClassJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Class handling.
ClassJavaType() - Constructor for class org.hibernate.type.descriptor.java.ClassJavaType
 
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
Specifies a collection of the ClassLoader instances Hibernate should use for classloading and resource loading.
ClassLoaderService - Interface in org.hibernate.boot.registry.classloading.spi
A service for interacting with class loaders.
ClassLoaderService.Work<T> - Interface in org.hibernate.boot.registry.classloading.spi
 
ClassLoadingException - Exception in org.hibernate.boot.registry.classloading.spi
Indicates a problem performing class loading.
ClassLoadingException(String) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message.
ClassLoadingException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message and cause.
ClassLoadingStrategyHelper - Class in org.hibernate.bytecode.spi
 
ClassLoadingStrategyHelper() - Constructor for class org.hibernate.bytecode.spi.ClassLoadingStrategyHelper
 
ClassMetadata - Interface in org.hibernate.metadata
Deprecated.
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.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
classToTableName(String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
ClassTransformer - Interface in org.hibernate.bytecode.spi
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.
clause() - Method in annotation type org.hibernate.annotations.OrderBy
The native SQL expression used to sort the collection elements.
clause() - Method in annotation type org.hibernate.annotations.Where
A predicate, written in native SQL.
clause() - Method in annotation type org.hibernate.annotations.WhereJoinTable
A predicate, written in native SQL.
Clause - Enum in org.hibernate.sql.ast
Used to indicate which query clause we are currently processing
CLAUSE - org.hibernate.dialect.GroupBySummarizationRenderingStrategy
Use the proprietary WITH ROLLUP or WITH CUBE clause.
CLAUSE - org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
 
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
 
cleanTemporaryTableRows(TemporaryTable, TemporaryTableExporter, Function<SharedSessionContractImplementor, String>, SharedSessionContractImplementor) - Static method in class org.hibernate.dialect.temptable.TemporaryTableHelper
 
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.collection.spi.AbstractPersistentCollection.ListProxy
 
clear() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
clear() - Method in class org.hibernate.collection.spi.PersistentBag
 
clear() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
clear() - Method in class org.hibernate.collection.spi.PersistentList
 
clear() - Method in class org.hibernate.collection.spi.PersistentMap
 
clear() - Method in class org.hibernate.collection.spi.PersistentSet
 
clear() - Method in class org.hibernate.engine.spi.ActionQueue
 
clear() - Method in class org.hibernate.engine.spi.BatchFetchQueue
Clears all entries from this fetch queue.
clear() - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
 
clear() - Method in class org.hibernate.engine.spi.ExecutableList
Clears the list of executions.
clear() - Method in interface org.hibernate.engine.spi.PersistenceContext
Clear the state of the persistence context
clear() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
clear() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
clear() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Deprecated.
likely want to use EventListenerGroup.clearListeners() instead, which doesn't also reset the registered DuplicationStrategy(ies).
clear() - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called to clear any data stored in this EntityCopyObserver.
clear() - Method in class org.hibernate.event.spi.MergeContext
Clears the MergeContext.
clear() - Method in class org.hibernate.proxy.map.MapProxy
 
clear() - Method in interface org.hibernate.Session
Completely clear the session.
clear() - Method in interface org.hibernate.stat.Statistics
Reset all statistics.
CLEAR - Static variable in class org.hibernate.event.spi.EventType
 
clearCache() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
clearCache(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Clear data from the cache
clearCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove all state of the collections-by-key map.
clearDirty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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
clearOperationQueue() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
clearReservedWords() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
clearResolutionListeners() - Method in class org.hibernate.sql.results.graph.AbstractFetchParentAccess
 
clearSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Discard all the settings applied so far.
clearSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Clears all synchronizations from this registry.
CLOB - org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
CLOB - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB.
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.ClobJdbcType
 
ClobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created Clob instances..
ClobJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Clob handling.
ClobJavaType() - Constructor for class org.hibernate.type.descriptor.java.ClobJavaType
 
ClobJavaType.ClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
MutabilityPlan for Clob values
ClobJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for CLOB handling.
ClobJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
ClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
ClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Clobs for non-contextual creation, including proxy creation and handling proxy invocations.
ClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from a reader.
ClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.ClobProxy
Constructor used to build Clob from string data.
ClockHelper - Class in org.hibernate.type.descriptor.java
Helper for determining the correct clock for precision
ClockHelper() - Constructor for class org.hibernate.type.descriptor.java.ClockHelper
 
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.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() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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 its resources, including caches and connection pools.
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
coalesce() - 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.criteria.HibernateCriteriaBuilder
 
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.criteria.HibernateCriteriaBuilder
 
coalesce(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
coalesce_value() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SAP DB
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 SQL dialect for CockroachDB.
CockroachDialect() - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachDialect(DatabaseVersion, PostgreSQLDriverKind) - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachDialect(DialectResolutionInfo) - 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(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
coerce(Object, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
coerce(X, JavaType.CoercionContext) - Method in interface org.hibernate.type.descriptor.java.JavaType
 
coerce(X, JavaType.CoercionContext) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
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
 
COLL_LOAD_LOGGER - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
Static access to the logging instance
collate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Use the 'collate' operator which exists on at least Postgres, MySQL, Oracle, and SQL Server
COLLATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COLLATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.hql.HqlParser.CollateFunctionContext
 
COLLATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
COLLATE() - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
COLLATE() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
collate_quoted() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL requires quotes around certain collations
collateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
collateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CollateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
collation() - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
collation() - Method in class org.hibernate.grammars.hql.HqlParser
 
Collation - Class in org.hibernate.sql.ast.tree.expression
 
Collation(String) - Constructor for class org.hibernate.sql.ast.tree.expression.Collation
 
COLLATION - org.hibernate.query.sqm.produce.function.FunctionParameterType
A collation, used by the collate() function
CollationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollationContext
 
COLLATIONS - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
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.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.AbstractCommonQueryContract
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractQuery
 
collectHints(Map<String, Object>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
collection - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
collection - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
collection(Class<C>) - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent collections of the given type.
Collection - Class in org.hibernate.mapping
Mapping for a collection.
Collection(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Collection
Annotation binding
Collection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Collection
hbm.xml binding
Collection(Collection) - Constructor for class org.hibernate.mapping.Collection
 
COLLECTION - org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
COLLECTION - org.hibernate.cache.spi.support.AccessedDataClassification
 
COLLECTION - org.hibernate.DuplicateMappingException.Type
A duplicate collection role was encountered
COLLECTION - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
COLLECTION_CACHE_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Collection cache configuration properties follow the pattern hibernate.collectioncache.packagename.ClassName.role usage[, region] where usage is the cache strategy used and region the cache region name
COLLECTION_ELEMENT - org.hibernate.cfg.annotations.BasicValueBinder.Kind
 
COLLECTION_ID - org.hibernate.cfg.annotations.BasicValueBinder.Kind
 
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(Supplier<ManagedBean<? extends UserCollectionType>>, boolean, MetadataBuildingContext) - 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
CollectionEntry - Class in org.hibernate.engine.spi
We need an entry to tell us all about the current state of a collection with respect to its persistent state
CollectionEntry(PersistentCollection<?>, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For initialized detached collections
CollectionEntry(PersistentCollection<?>, CollectionPersister, 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(CollectionPersister, PersistentCollection<?>) - Constructor for class org.hibernate.engine.spi.CollectionEntry
For newly wrapped collections, or dereferenced collection wrappers
collectionFunctionMisuse() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionFunctionMisuse() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
CollectionFunctionMisuseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
collectionId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
CollectionId - Annotation Type in org.hibernate.annotations
Describe an identifier column for a bag.
CollectionIdentifierDescriptor - Interface in org.hibernate.metamodel.mapping
Descriptor for the collection identifier.
CollectionIdJavaType - Annotation Type in org.hibernate.annotations
Form of JavaType for describing the id of an id-bag mapping
CollectionIdJdbcType - Annotation Type in org.hibernate.annotations
Form of JdbcType for describing the id of an id-bag mapping
CollectionIdJdbcTypeCode - Annotation Type in org.hibernate.annotations
Form of JdbcTypeCode for describing the id of an id-bag mapping
CollectionIdMutability - Annotation Type in org.hibernate.annotations
Form of Mutability for describing the id of an id-bag mapping
CollectionIdSource - Interface in org.hibernate.boot.model.source.spi
 
CollectionIdType - Annotation Type in org.hibernate.annotations
Form of Type for describing the id of an id-bag mapping
collectionInfoString(String, Object) - 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(CollectionPersister, PersistentCollection<?>, Object, SharedSessionContractImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
CollectionInitializer - Interface in org.hibernate.sql.results.graph.collection
Initializer implementation for initializing collections (plural attributes)
CollectionInitializerProducer - Interface in org.hibernate.collection.spi
Functional contract to create a CollectionInitializer
CollectionJavaType<C> - Class in org.hibernate.type.descriptor.java.spi
Extension of the general JavaType for "collection types"
CollectionJavaType(Class<? extends C>, CollectionSemantics<C, ?>) - Constructor for class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
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
 
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 descriptor for the collection Java type (List, Set, etc)
CollectionMetadata - Interface in org.hibernate.metadata
Deprecated.
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
Hibernate understands mapping a collection into 4 parts The key - the foreign-key defining the association to the owner The element - for Map's this is analogous to the value The index - the List/array index or Map key The collection-id - this is only relevant for id-bag mappings
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
CollectionPersister - Interface in org.hibernate.persister.collection
A strategy for persisting a mapped collection role.
collectionPersisters() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
CollectionPropertyHolder - Class in org.hibernate.cfg
 
CollectionPropertyHolder(Collection, String, XClass, XProperty, PropertyHolder, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.CollectionPropertyHolder
 
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) - 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) ...
collectionSizeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionSizeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
CollectionSizeFunctionContext(ParserRuleContext, int) - 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
 
CollectionTableGroup - Class in org.hibernate.sql.ast.tree.from
A table group for collection tables of plural attributes.
CollectionTableGroup(boolean, NavigablePath, PluralAttributeMapping, boolean, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
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.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
collectionTableName(String, String, String, String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
CollectionTracker - Interface in org.hibernate.bytecode.enhance.spi
Interface to be implemented by collection trackers that hold the expected size od collections, a simplified Map<String, int>.
CollectionTransactionAccess - Class in org.hibernate.cache.spi.support
 
CollectionTransactionAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.CollectionTransactionAccess
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
collectionType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
CollectionType - Class in org.hibernate.type
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType - Annotation Type in org.hibernate.annotations
Names a custom collection type for a persistent collection.
CollectionType(String, String) - Constructor for class org.hibernate.type.CollectionType
 
CollectionTypeRegistration - Annotation Type in org.hibernate.annotations
Allows to register a UserCollectionType to use as the default for the specified classification of collection.
CollectionTypeRegistrationDescriptor(Class<? extends UserCollectionType>, Properties) - Constructor for class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
 
CollectionTypeRegistrations - Annotation Type in org.hibernate.annotations
Repeatable container for CollectionTypeRegistration
collectionValueNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionValueNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
CollectionValueNavigablePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
CollectionWrapper() - Constructor for class org.hibernate.type.JaxbXmlFormatMapper.CollectionWrapper
 
CollectionWrapper(List<Object>) - Constructor for class org.hibernate.type.JaxbXmlFormatMapper.CollectionWrapper
 
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
 
collectPath(String) - Method in class org.hibernate.spi.NavigablePath.RelativePathCollector
 
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 - 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.graph.GraphLanguageParser.SubGraphContext
 
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() - Method in annotation type org.hibernate.annotations.CollectionId
The column containing the collection-id
column() - Method in annotation type org.hibernate.annotations.JoinColumnOrFormula
The column to use in the join condition.
Column - Class in org.hibernate.mapping
A column of a relational database table
Column - Interface in org.hibernate.metamodel.relational
 
Column() - Constructor for class org.hibernate.mapping.Column
 
Column(String) - Constructor for class org.hibernate.mapping.Column
 
COLUMN - org.hibernate.annotations.TimeZoneStorageType
Stores the time zone in a separate column; works in conjunction with TimeZoneColumn.
COLUMN - org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
COLUMN - org.hibernate.dialect.RowLockStrategy
Use a column name.
COLUMN - org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
COLUMN - org.hibernate.TimeZoneStorageStrategy
Stores the time zone in a separate column.
COLUMN_BINDING - org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
COLUMN_LABEL_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
COLUMN_NAME_EXTRACTOR - Static variable in interface org.hibernate.dialect.ColumnAliasExtractor
An extractor which uses ResultSetMetaData.getColumnName(int)
COLUMN_REFERENCE - org.hibernate.dialect.GroupByConstantRenderingStrategy
Renders a column reference to a dummy table e.g.
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
Specifies that a column has a default value specified in DDL.
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
 
columnDefinition() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
An explicit column definition.
columnDefinition() - Method in annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) The SQL fragment that is used when generating the DDL for the column.
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
 
columnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
 
columnName - Variable in class org.hibernate.sql.InFragment
 
columnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
columnName(String) - Method in class org.hibernate.cfg.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(String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
columnNames() - Method in annotation type org.hibernate.annotations.Index
Deprecated.
The column(s) that are indexed.
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
columnOrFormula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
ColumnReference - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents a column-reference used in an order-by fragment
ColumnReference - Class in org.hibernate.sql.ast.tree.expression
Models a reference to a Column in a SQL AST
ColumnReference(String, boolean) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
ColumnReference(String, String, boolean, String, String, JdbcMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
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(TableReference, String, boolean, String, String, JdbcMapping, 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, SelectableMapping, 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 - Variable in class org.hibernate.cfg.FkSecondPass
 
columns - Variable in class org.hibernate.sql.Insert
 
columns - Variable in class org.hibernate.sql.SimpleSelect
 
columns - Variable in class org.hibernate.sql.Update
 
columns() - Method in annotation type org.hibernate.annotations.Columns
The aggregated columns.
columns() - Method in class org.hibernate.cfg.annotations.CustomizableColumns
 
Columns - Annotation Type in org.hibernate.annotations
Support an array of columns.
ColumnsAndFormulasSourceContainer - Interface in org.hibernate.boot.model.source.spi
 
ColumnSource - Interface in org.hibernate.boot.model.source.spi
Contract for source information pertaining to a physical column definition specific to a particular attribute context.
ColumnTransformer - Annotation Type in org.hibernate.annotations
Custom SQL expression used to read the value from and write a value to a column.
ColumnTransformers - Annotation Type in org.hibernate.annotations
Plural annotation for @ColumnTransformer.
columnType(int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
columnType(int) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.CockroachDialect
 
columnType(int) - Method in class org.hibernate.dialect.DB2Dialect
 
columnType(int) - Method in class org.hibernate.dialect.DB2zDialect
 
columnType(int) - Method in class org.hibernate.dialect.DerbyDialect
 
columnType(int) - Method in class org.hibernate.dialect.Dialect
The column type name for a given JDBC type code defined in Types or SqlTypes.
columnType(int) - Method in class org.hibernate.dialect.H2Dialect
 
columnType(int) - Method in class org.hibernate.dialect.HSQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.MySQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.OracleDialect
 
columnType(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
columnType(int) - Method in class org.hibernate.dialect.SpannerDialect
 
columnType(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
columnType(int) - Method in class org.hibernate.dialect.SybaseASEDialect
 
COMA_SEPARATOR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
COMA_SEPARATOR_CHAR - 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 - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
COMMA - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COMMA - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.graph.GraphLanguageParser.AttributeListContext
 
COMMA() - 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.CubeContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
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.ListaggFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
COMMA() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
COMMA() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
COMMA(int) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
COMMA(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
comment - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
comment - Variable in class org.hibernate.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.SimpleSelect
 
comment - Variable in class org.hibernate.sql.Update
 
comment() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
A comment added to the SQL query.
comment() - Method in annotation type org.hibernate.annotations.NamedQuery
A comment added to the generated SQL query.
comment() - Method in annotation type org.hibernate.annotations.Table
Specifies comment to add to the generated DDL for the table.
Comment - Annotation Type in org.hibernate.annotations
Specifies a comment that will be included in generated DDL.
COMMENT - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
COMMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COMMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
commit() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Commit the resource transaction
commit() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
Commit the physical transaction
COMMIT - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.COMMIT.
COMMIT - org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called.
COMMITTED - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been completed successfully.
COMMITTING - org.hibernate.resource.transaction.spi.TransactionStatus
Status code indicating a transaction that has begun the second phase of the two-phase commit protocol, but not yet completed this phase.
CommonFunctionFactory - Class in org.hibernate.dialect.function
Enumeratoes common function template definitions.
CommonFunctionFactory(QueryEngine) - Constructor for class org.hibernate.dialect.function.CommonFunctionFactory
 
CommonQueryContract - Interface in org.hibernate.query
Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, and stored procedure calls.
COMPARABLE - org.hibernate.query.sqm.produce.function.FunctionParameterType
Any type with an order (numeric, string, and temporal types)
ComparableHelper() - Constructor for class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
comparator - Variable in class org.hibernate.collection.spi.PersistentSortedMap
 
comparator - Variable in class org.hibernate.collection.spi.PersistentSortedSet
 
comparator() - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
comparator() - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
compare(Object[], Object[]) - Method in class org.hibernate.type.descriptor.java.ComponentArrayComparator
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
compare(Object, Object) - Method in class org.hibernate.type.AbstractType
 
compare(Object, Object) - Method in class org.hibernate.type.AnyType
 
compare(Object, Object) - Method in class org.hibernate.type.CollectionType
 
compare(Object, Object) - Method in class org.hibernate.type.ComponentType
 
compare(Object, Object) - Method in class org.hibernate.type.descriptor.java.IncomparableComparator
 
compare(Object, Object) - Method in class org.hibernate.type.EntityType
 
compare(Object, Object) - Method in class org.hibernate.type.SerializableToBlobType
 
compare(Object, Object) - Method in interface org.hibernate.type.Type
Perform a Comparator style comparison between values
compare(ZoneOffset, ZoneOffset) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
 
compare(Locale, Locale) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType.LocaleComparator
 
compare(TimeZone, TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType.TimeZoneComparator
 
compare(T, T) - Static method in class org.hibernate.boot.model.relational.Namespace.ComparableHelper
 
compareTo(Identifier) - Method in class org.hibernate.boot.model.naming.Identifier
 
compareTo(Namespace.Name) - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
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.sqm
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
 
ComparisonPredicate(Expression, ComparisonOperator, Expression, JdbcMappingContainer) - 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() - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Callback after all parsing is complete
complete(ManagedResources, BootstrapContext, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
Second step of 2-phase for MetadataSources->Metadata process
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
 
CompleteFetchBuilderEmbeddableValuedModelPart - Class in org.hibernate.query.results.complete
CompleteFetchBuilder for embeddable-valued ModelParts
CompleteFetchBuilderEmbeddableValuedModelPart(NavigablePath, EmbeddableValuedModelPart, List<String>) - Constructor for class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
CompleteFetchBuilderEntityValuedModelPart - Class in org.hibernate.query.results.complete
CompleteFetchBuilder for entity-valued ModelParts
CompleteFetchBuilderEntityValuedModelPart(NavigablePath, EntityValuedFetchable, List<String>) - Constructor for class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
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
CompleteResultBuilderBasicValuedConverted<O,​R> - Class in org.hibernate.query.results.complete
ResultBuilder for scalar results defined via: JPA ColumnResult `<return-scalar/>` as part of a `<resultset/>` stanza in `hbm.xml`
CompleteResultBuilderBasicValuedConverted(String, ManagedBean<? extends AttributeConverter<O, R>>, JavaType<? extends AttributeConverter<O, R>>, BasicJavaType<O>, BasicValuedMapping) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
CompleteResultBuilderBasicValuedStandard - Class in org.hibernate.query.results.complete
ResultBuilder for scalar results defined via: JPA ColumnResult `<return-scalar/>` as part of a `<resultset/>` stanza in `hbm.xml`
CompleteResultBuilderBasicValuedStandard(String, BasicValuedMapping, JavaType<?>) - 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(String, NavigablePath, PluralAttributeMapping) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
CompleteResultBuilderCollectionStandard(String, NavigablePath, PluralAttributeMapping, String[], String[], String[]) - 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, BasicValuedFetchBuilder, HashMap<String, FetchBuilder>) - Constructor for class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
CompleteResultBuilderEntityStandard - Class in org.hibernate.query.results.complete
 
CompleteResultBuilderEntityStandard(String, NavigablePath, EntityMappingType, LockMode, BasicValuedFetchBuilder, 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(JavaType<?>, 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, Collection) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataBuildingContext, Component) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataBuildingContext, Join) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Component
 
Component(MetadataBuildingContext, Table, PersistentClass) - Constructor for class org.hibernate.mapping.Component
 
Component.StandardGenerationContextLocator - Class in org.hibernate.mapping
 
Component.ValueGenerationPlan - Class in org.hibernate.mapping
 
ComponentArrayComparator - Class in org.hibernate.type.descriptor.java
Comparator for component arrays.
ComponentArrayComparator(JavaType<Object>[]) - Constructor for class org.hibernate.type.descriptor.java.ComponentArrayComparator
 
ComponentArrayMutabilityPlan - Class in org.hibernate.type.descriptor.java
Mutability plan for component based arrays.
ComponentArrayMutabilityPlan(JavaType<Object>[]) - Constructor for class org.hibernate.type.descriptor.java.ComponentArrayMutabilityPlan
 
componentCount() - Method in interface org.hibernate.metamodel.model.domain.TupleType
 
componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
ComponentPropertyHolder - Class in org.hibernate.cfg
PropertyHolder for composites (Embeddable/Embedded).
ComponentPropertyHolder(Component, String, PropertyData, PropertyHolder, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.ComponentPropertyHolder
 
ComponentType - Class in org.hibernate.type
Handles "component" mappings
ComponentType(Component, int[], MetadataBuildingContext) - Constructor for class org.hibernate.type.ComponentType
 
composite(List<ArgumentsValidator>) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
composite(ArgumentsValidator...) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
composite(FunctionArgumentTypeResolver...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
COMPOSITE - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
COMPOSITE - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
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, Metadata) - 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
Mapping for a composite identifier
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
 
CompositeTracker - Interface in org.hibernate.engine.spi
 
CompositeType - Interface in org.hibernate.type
Contract for value types to hold collections and have cascades, etc.
CompositeType - Annotation Type in org.hibernate.annotations
Applies a custom CompositeUserType for the attribute mapping.
CompositeTypeImplementor - Interface in org.hibernate.type.spi
 
CompositeTypeRegistration - Annotation Type in org.hibernate.annotations
Registers a custom composite user type implementation to be used for all references to a particular Embeddable.
CompositeTypeRegistrations - Annotation Type in org.hibernate.annotations
CompositeUserType<J> - Interface in org.hibernate.usertype
A UserType that may be dereferenced in a query.
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
concat(Expression<String>, Expression<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.criteria.HibernateCriteriaBuilder
 
concat(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(String, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(String, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat_pipeOperator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Almost every database
concat_pipeOperator(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
ConcatenationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
ConcatPipeFunction - Class in org.hibernate.dialect.function
A concat function with a pattern for clob arguments.
ConcatPipeFunction(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ConcatPipeFunction
 
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
condition() - Method in annotation type org.hibernate.annotations.Filter
The filter condition.
condition() - Method in annotation type org.hibernate.annotations.FilterJoinTable
The filter condition.
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.id
Deprecated.
All methods are already defined in IdentifierGenerator. Just implement IdentifierGenerator.
Configurable - Interface in org.hibernate.service.spi
Allows the service to request access to the configuration properties for configuring itself.
Configuration - Class in org.hibernate.cfg
A convenience API making it easier to bootstrap an instance of Hibernate using MetadataBuilder and StandardServiceRegistryBuilder under the covers.
Configuration() - Constructor for class org.hibernate.cfg.Configuration
Create a new instance, using a default BootstrapServiceRegistry and a newly instantiated MetadataSources.
Configuration(MetadataSources) - Constructor for class org.hibernate.cfg.Configuration
Create a new instance, using the given MetadataSources, and a BootstrapServiceRegistry obtained from the MetadataSources.
Configuration(BootstrapServiceRegistry) - Constructor for class org.hibernate.cfg.Configuration
Create a new instance, using the given BootstrapServiceRegistry and a newly instantiated MetadataSources.
ConfigurationService - Interface in org.hibernate.engine.config.spi
Provides access to the initial user-provided configuration values.
ConfigurationService.Converter<T> - Interface in org.hibernate.engine.config.spi
Simple conversion contract for converting an untyped object to a specified type.
configure() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the standard resource location.
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the named resource location.
configure(String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(Map<String, Object>) - Method in interface org.hibernate.service.spi.Configurable
Configure the service.
configure(LoadedConfig) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Configures this structure with the given arguments.
configure(Optimizer) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.Assigned
 
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.Configurable
Deprecated.
Configure this instance, given the value of parameters specified by the user as &lt;param&gt; elements.
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.enhanced.TableGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.ForeignGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.IdentifierGenerator
Configure this instance, given the value of parameters specified by the user as &lt;param&gt; elements.
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.IncrementGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.SelectGenerator
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDGenerator
Deprecated.
 
configure(Type, Properties, ServiceRegistry) - Method in class org.hibernate.id.UUIDHexGenerator
 
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
 
CONJUNCTION - org.hibernate.sql.ast.tree.predicate.Junction.Nature
An AND
connect() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a connection being obtained from ConnectionProvider
connection() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connection() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection from the original session should be used to create the new session.
connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connection(Connection) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connection(Connection) - Method in interface org.hibernate.SessionBuilder
Adds a specific connection to the session options.
connection(Connection) - Method in interface org.hibernate.SharedSessionBuilder
 
connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
Adds a specific connection to the session options.
CONNECTION_HANDLING - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies how Hibernate should manage JDBC connections in terms of acquisition and release.
CONNECTION_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
A prefix for properties specifying arbitrary JDBC connection properties.
CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a ConnectionProvider to use for obtaining JDBC connections, either: an instance of ConnectionProvider, a Class representing a class that implements ConnectionProvider, or the name of a class that implements ConnectionProvider.
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 autocommit disabled when we acquire them from the provider.
ConnectionAcquisitionMode - Enum in org.hibernate
Indicates the manner in which JDBC Connections should be acquired.
connectionHandlingMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionHandlingMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SessionBuilder
Signifies that the connection release mode from the original session should be used to create the new session.
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 and, optionally, for pooling connections.
connectionReleaseMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
Deprecated.
connectionReleaseMode() - Method in interface org.hibernate.SharedSessionBuilder
ConnectionReleaseMode - Enum in org.hibernate
Defines the various policies by which Hibernate might release its underlying JDBC connection.
CONSTANT - org.hibernate.dialect.GroupByConstantRenderingStrategy
Renders a constant e.g.
CONSTANT_EXPRESSION - org.hibernate.dialect.GroupByConstantRenderingStrategy
Renders a constant expression e.g.
constrained - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
Constraint - Class in org.hibernate.mapping
A relational constraint.
Constraint() - Constructor for class org.hibernate.mapping.Constraint
 
constraintMode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
 
constraints() - Method in annotation type org.hibernate.annotations.Check
The check constraint, written in native SQL.
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>, Selection<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
construct(Class<Y>, List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
construct(Class<Y>, List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ConstructorEntityArgumentMode - Enum in org.hibernate.query.sqm
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
 
consume(int, Object, JdbcMapping) - Method in interface org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
Consume a JDBC-level jdbcValue.
consume(Object, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
 
consume(String, Supplier<Consumer<SelectableConsumer>>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType.ConstraintOrderedTableConsumer
 
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(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, TableGroup, boolean) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeExplicitJoins(SqmFrom<?, ?>, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeFromClauseCorrelatedRoot(SqmRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeFromClauseRoot(SqmRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeIdentifier(String, boolean, boolean) - Method in interface org.hibernate.query.hql.spi.DotIdentifierConsumer
Responsible for consuming each part of the path.
consumeIdentifier(String, String, boolean, boolean) - Method in class org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
 
consumeIdentifier(ResultSet) - Method in interface org.hibernate.id.ResultSetIdentifierConsumer
Given a result set, consume/extract the necessary values and construct an appropriate identifier value.
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesCollectionAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesCollectionAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
consumesEntityAlias() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
consumesEntityAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
consumesEntityAlias() - Method in interface org.hibernate.persister.entity.Joinable
Very, very, very ugly...
consumeSingleSqmParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeSqmParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeSqmParameter(SqmParameter<?>, MappingModelExpressible<?>, BiConsumer<Integer, JdbcParameter>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeTreat(String, boolean) - Method in interface org.hibernate.query.hql.spi.DotIdentifierConsumer
Responsible for consuming each part of the path.
ContainedBean<B> - Interface in org.hibernate.resource.beans.container.spi
 
ContainedBeanImplementor<B> - Interface in org.hibernate.resource.beans.container.spi
Release-able extension to ContainedBean.
contains(Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Determine whether this region contains data for the given key.
contains(Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
contains(Object) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Does the cache contain this key?
contains(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
contains(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
contains(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
contains(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
contains(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
contains(Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
contains(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
contains(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
contains(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
contains(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
contains(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
contains(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
contains(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
contains(String, Object) - Method in interface org.hibernate.Session
Determine if the given entity is associated with this session.
containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
containsAffectedTableName(String) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentBag
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentList
 
containsAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentSet
 
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 an item for the collection with the given role and given identifier.
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 an item for the entity of the given type, and with the given identifier.
containsEntity(String, Object) - Method in interface org.hibernate.Cache
Determine whether the cache contains an item for the entity of the type with the given name, and with the given identifier.
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.collection.spi.PersistentMap
 
containsKey(Object) - Method in class org.hibernate.event.spi.MergeContext
Returns true if this MergeContext contains a cross-reference for the specified merge entity to a managed entity result.
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 given region name contains cached query results.
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.collection.spi.PersistentMap
 
containsValue(Object) - Method in class org.hibernate.event.spi.MergeContext
Returns true if this MergeContext contains a cross-reference from the specified managed entity to a merge entity.
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
 
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(MetadataBuilder) - Method in interface org.hibernate.boot.spi.MetadataBuilderContributor
Perform the process of contributing to MetadataSources.
contribute(MetadataBuilder, StandardServiceRegistry) - Method in interface org.hibernate.boot.spi.MetadataBuilderInitializer
 
contribute(MetadataSources) - Method in interface org.hibernate.boot.spi.MetadataSourcesContributor
Perform the process of contributing to MetadataSources.
contribute(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.boot.model.TypeContributor
Contribute types
contribute(StandardServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.ServiceContributor
Contribute services to the indicated registry builder.
contribute(InFlightMetadataCollector, IndexView) - Method in interface org.hibernate.boot.spi.MetadataContributor
Perform the contributions.
contribute(EventEngineContributions) - Method in interface org.hibernate.event.spi.EventEngineContributor
Apply the contributions
contribute(SessionFactoryServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.SessionFactoryServiceContributor
Contribute services to the indicated registry builder.
contributeEventType(String, Class<T>) - Method in interface org.hibernate.event.spi.EventEngineContributions
Register a custom event type.
contributeEventType(String, Class<T>, T...) - Method in interface org.hibernate.event.spi.EventEngineContributions
Register a custom event type with a default listener.
contributeFunctions(FunctionContributions) - Method in interface org.hibernate.boot.model.FunctionContributor
Contribute functions
contributeJavaType(JavaType<?>) - Method in interface org.hibernate.boot.model.TypeContributions
Add the JavaType to the TypeConfiguration's JavaTypeRegistry
contributeJdbcType(JdbcType) - Method in interface org.hibernate.boot.model.TypeContributions
Add the JdbcType to the TypeConfiguration's JdbcTypeRegistry
contributeType(BasicType<?>) - Method in interface org.hibernate.boot.model.TypeContributions
Deprecated.
See user-guide section `2.2.46. TypeContributor` for details - `basic_types.adoc`
contributeType(BasicType<?>, String...) - Method in interface org.hibernate.boot.model.TypeContributions
Deprecated.
Use TypeContributions.contributeType(BasicType) instead. Basic types will be defined and handled much differently in 6.0 based on a combination of JavaType, JdbcType 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 JavaType and JdbcType 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.
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 JavaType. To get as close as possible to 6.0 in 5.3 use existing JavaType and JdbcType implementations (or write your own for custom impls) and use StandardBasicTypeTemplate to combine those with registration keys and call TypeContributions.contributeType(BasicType) instead
contributeType(UserType<T>) - Method in interface org.hibernate.boot.model.TypeContributions
Registers a UserType as the implicit (auto-applied) type for values of type UserType.returnedClass()
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.AbstractHANADialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.CockroachDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DB2Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DerbyDialect
 
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.H2Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MySQLDialect
 
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.SQLServerDialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SybaseASEDialect
 
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
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.sqm.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(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(RuntimeException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(SQLException) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Perform a conversion.
convert(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(SQLException, String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
Convert the given SQLException to a subtype of JDBCException, if possible.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConverter
Convert the given SQLException to a subtype of JDBCException.
convert(HibernateException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA specification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convert(HibernateException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
Converts a Hibernate-specific exception into a JPA-specified exception; note that the JPA specification makes use of exceptions outside its exception hierarchy, though they are all runtime exceptions.
convertCommitException(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
Converts the exception thrown during the transaction commit phase
converted(String, Class<O>, Class<R>, AttributeConverter<O, 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
 
converted(String, Class<R>, AttributeConverter<?, 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
 
ConvertedBasicType<J> - Interface in org.hibernate.type
Extension for BasicType impls which have an implied conversion
ConvertedQueryLiteral<D,​R> - Class in org.hibernate.sql.ast.tree.expression
Mainly intended for cases where we have a converter for a literal, but not a full ConvertibleModelPart.
ConvertedQueryLiteral(D, BasicValueConverter<D, R>, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ConvertedQueryLiteral
 
ConvertedValueExtractor<O,​R> - Class in org.hibernate.type.descriptor.converter
 
ConvertedValueExtractor(ValueExtractor<R>, BasicValueConverter<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 - org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
ConverterAutoApplyHandler - Interface in org.hibernate.boot.model.convert.spi
Manages resolution of auto-applied AttributeConverter references for specific mappings
ConverterDescriptor - Interface in org.hibernate.boot.model.convert.spi
Boot-time descriptor of a JPA AttributeConverter
Converters - Class in org.hibernate.metamodel.model.convert.spi
Factory for converter instances
ConvertibleModelPart - Interface in org.hibernate.metamodel.mapping
A BasicValuedModelPart which can have a converter associated with it
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(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
 
convertToDatabaseColumn(Object) - Method in class org.hibernate.annotations.NoAttributeConverter
 
convertToEntityAttribute(Character) - Method in class org.hibernate.type.TrueFalseConverter
 
convertToEntityAttribute(Character) - Method in class org.hibernate.type.YesNoConverter
 
convertToEntityAttribute(Integer) - Method in class org.hibernate.type.NumericBooleanConverter
 
convertToEntityAttribute(Object) - Method in class org.hibernate.annotations.NoAttributeConverter
 
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.SQLServer2005LimitHandler
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
 
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.function.SelfRenderingSqmOrderedSetAggregateFunction
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
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() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
copy() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Make a copy of this holder.
copy() - Method in class org.hibernate.mapping.Any
 
copy() - Method in class org.hibernate.mapping.Any.KeyValue
 
copy() - Method in class org.hibernate.mapping.Any.MetaValue
 
copy() - Method in class org.hibernate.mapping.Array
 
copy() - Method in class org.hibernate.mapping.Bag
 
copy() - Method in class org.hibernate.mapping.BasicValue
 
copy() - Method in class org.hibernate.mapping.Component
 
copy() - Method in class org.hibernate.mapping.DependantBasicValue
 
copy() - Method in class org.hibernate.mapping.DependantValue
 
copy() - Method in class org.hibernate.mapping.IdentifierBag
 
copy() - Method in class org.hibernate.mapping.List
 
copy() - Method in class org.hibernate.mapping.ManyToOne
 
copy() - Method in class org.hibernate.mapping.Map
 
copy() - Method in class org.hibernate.mapping.OneToMany
 
copy() - Method in class org.hibernate.mapping.OneToOne
 
copy() - Method in class org.hibernate.mapping.PrimitiveArray
 
copy() - Method in class org.hibernate.mapping.Property
 
copy() - Method in class org.hibernate.mapping.Set
 
copy() - Method in interface org.hibernate.mapping.Value
 
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(LockOptions, LockOptions) - Static method in class org.hibernate.LockOptions
Perform a shallow copy.
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmNode
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmQuery
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmStatement
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
copyCteStatements(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
copyCteStatements(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
copyFrom(HqlParser.ExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
copyFrom(HqlParser.InListContext) - Method in class org.hibernate.grammars.hql.HqlParser.InListContext
 
copyFrom(HqlParser.OrderedQueryContext) - Method in class org.hibernate.grammars.hql.HqlParser.OrderedQueryContext
 
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(OrderingParser.ExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
CopyIdentifierComponentSecondPass - Class in org.hibernate.cfg
 
CopyIdentifierComponentSecondPass(Component, String, AnnotatedJoinColumn[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
copyInsertionTargetPaths(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
copyParameters(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
copyReferencedStructureAndCreateDefaultJoinColumns(PersistentClass, SimpleValue, SimpleValue) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
copyRegistrationMap() - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
copyRegistrationMap() - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
copyTo(AbstractSqmAttributeJoin<O, T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
copyTo(AbstractSqmFrom<O, T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
copyTo(AbstractSqmPath<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
copyTo(SqmEntityJoin<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
copyTo(SqmRoot<E>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
copyTo(AbstractJpaTupleElement<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
copyTo(SqmQueryPart<T>, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.BasicValue
 
copyTypeFrom(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
 
copyWhereClause(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
corr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
correlate(CollectionJoin<X, 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(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(Root<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(SqmCrossJoin<X>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(SqmCrossJoin<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(SqmEntityJoin<X>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(SqmEntityJoin<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
CorrelatedPluralTableGroup - Class in org.hibernate.sql.ast.tree.from
A table group for correlated plural attributes.
CorrelatedPluralTableGroup(TableGroup, SqlAliasBase, QuerySpec, Consumer<Predicate>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
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
 
cosh() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
cot() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
count() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
count() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
count() - Method in class org.hibernate.query.spi.IntStreamDecorator
 
count() - Method in class org.hibernate.query.spi.LongStreamDecorator
 
count() - Method in class org.hibernate.query.spi.StreamDecorator
 
count(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
count(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
COUNT - org.hibernate.annotations.ResultCheckStyle
Perform row-count checking.
COUNT - org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Perform row count checking.
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.NakedIdentifierContext
 
COUNT() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
countDistinct(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
countDistinct(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CountFunction - Class in org.hibernate.dialect.function
 
CountFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode, String) - Constructor for class org.hibernate.dialect.function.CountFunction
 
CountFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode, String, String, boolean) - Constructor for class org.hibernate.dialect.function.CountFunction
 
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
crc32() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
create - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
create() - Static method in interface org.hibernate.event.spi.DeleteContext
 
create() - Static method in interface org.hibernate.event.spi.PersistContext
 
create() - Static method in interface org.hibernate.event.spi.RefreshContext
 
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(SessionFactoryImplementor, Property, ValueGeneration) - Static method in class org.hibernate.tuple.entity.EntityMetamodel
 
CREATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE - org.hibernate.boot.SchemaAutoTooling
Drop the schema and recreate it on SessionFactory startup.
CREATE - org.hibernate.tool.schema.Action
Database dropping will be generated followed by database creation.
CREATE_BLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual BLOB creation
CREATE_CLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual CLOB creation
CREATE_DROP - org.hibernate.boot.SchemaAutoTooling
Drop the schema and recreate it on SessionFactory startup.
CREATE_DROP - org.hibernate.tool.schema.Action
Drop the schema and recreate it on SessionFactory startup.
CREATE_EMPTY_COMPOSITES_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
[EXPERIMENTAL] Enable instantiation of composite/embedded objects when all attribute values are null.
CREATE_NCLOB_CALLBACK - Static variable in class org.hibernate.engine.jdbc.ContextualLobCreator
Callback for performing contextual NCLOB creation
CREATE_ONFLUSH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE_ONLY - org.hibernate.boot.SchemaAutoTooling
Create the schema on SessionFactory startup.
CREATE_ONLY - org.hibernate.tool.schema.Action
Database creation will be generated.
createAllKeys() - Method in class org.hibernate.mapping.Collection
 
createAllKeys() - Method in class org.hibernate.mapping.Map
 
createArrayInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
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
createBagInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createBean(Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
createBean(Class<B>, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
 
createBean(String, Class<B>, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
createBean(String, Class<B>, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
 
createBlob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual BLOB reference.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(byte[]) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(byte[]) - Method in interface org.hibernate.LobHelper
Create a new Blob from bytes.
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createBlob(InputStream, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given binary stream.
createBlob(InputStream, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createBlob(InputStream, long) - Method in interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCallback(ManagedBeanRegistry) - Method in interface org.hibernate.jpa.event.spi.CallbackDefinition
 
createClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual CLOB reference.
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given character data.
createClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new Clob from character reader.
createClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given String data.
createClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createClob(String) - Method in interface org.hibernate.LobHelper
Create a new Clob from content.
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.BagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.IdBagBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.ListBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
createCollection(PersistentClass) - Method in class org.hibernate.cfg.annotations.SetBinder
 
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, RuntimeModelCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create a collection persister instance.
createCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
createCollectionTypeWrapperInitializerProducer(NavigablePath, PluralAttributeMapping, CollectionClassification, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
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.
createColumnReferenceKey(TableReference, SelectableMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Convenience form for creating a key from TableReference and SelectableMapping
createComponent(PropertyHolder, PropertyData, boolean, boolean, Class<? extends EmbeddableInstantiator>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createCorrelatedAggregateSubQuery(AbstractSqmSpecificPluralPartPath<?>, boolean, String) - 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.SqmPluralPartJoin
 
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
 
createCteTable(SqmCteTable, List<SqmCteTableColumn>, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createCteTable(SqmCteTable, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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
 
createDetachedInstance() - Method in class org.hibernate.Hibernate.CollectionInterface
Obtain a detached, uninitialized persistent collection of the type represented by this object.
createDetachedProxy(SessionFactory, Class<E>, Object) - Static method in class org.hibernate.Hibernate
Obtain a detached, uninitialized reference (a proxy) for a persistent entity with the given identifier.
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(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.sql.ast.tree.expression.Any
 
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.ConvertedQueryLiteral
 
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.Every
 
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.Over
 
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.SqlTuple
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
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 interface org.hibernate.sql.ast.tree.predicate.Predicate
 
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
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
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(NavigablePath, TableGroup, ForeignKeyDescriptor.Nature, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
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(Class<T>) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createEntityGraph(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(Class<T>) - Method in interface org.hibernate.Session
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(String) - Method in interface org.hibernate.Session
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createEntityManager() - 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
 
createEntityManager(Map) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManagerFactory(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create an entity persister instance.
createEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
createEntityTable(String, EntityMappingType) - Static method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
createEntityTable(EntityMappingType, Function<String, String>, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
 
createExtractionContext(ServiceRegistry, JdbcEnvironment, SqlStringGenerationContext, DdlTransactionIsolator, ExtractionContext.DatabaseObjectAccess) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
 
createForeignKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.ManyToOne
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.OneToOne
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKey(String, List<Column>, String, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List<Column>, String, String, List<Column>) - Method in class org.hibernate.mapping.Table
 
createForeignKeyConstraint() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Primarily exists to support JPA's @ForeignKey(NO_CONSTRAINT).
createForeignKeyOfEntity(String) - Method in interface org.hibernate.mapping.KeyValue
 
createForeignKeyOfEntity(String) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKeys() - Method in class org.hibernate.mapping.DenormalizedTable
 
createForeignKeys() - Method in class org.hibernate.mapping.Table
 
createFormulatedValue(Value, Collection, String, PersistentClass, PersistentClass, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.MapBinder
 
createGenerator(CustomIdGeneratorCreationContext) - Method in interface org.hibernate.mapping.IdentifierGeneratorCreator
 
createIdentifierGenerator(GenerationType, String, String, JavaType<?>, Properties, GeneratorDefinitionResolver) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Create an IdentifierGenerator based on the given details
createIdentifierGenerator(GenerationType, String, JavaType<?>, Properties, GeneratorDefinitionResolver, ServiceRegistry) - Method in interface org.hibernate.id.factory.spi.GenerationTypeStrategy
 
createIdentifierGenerator(String, Type, Properties) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.Component
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, RootClass) - Method in interface org.hibernate.mapping.KeyValue
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, RootClass) - Method in class org.hibernate.mapping.SimpleValue
 
createIdTable(String, EntityMappingType) - Static method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
createIdTable(EntityMappingType, Function<String, String>, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
 
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
 
createInformationExtractor(ExtractionContext) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, CollectionClassification, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Create a producer for CollectionInitializer instances for the given collection semantics
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, Fetch, Fetch, DomainResultCreationState) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, Fetch, Fetch, DomainResultCreationState) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, Fetch, Fetch, DomainResultCreationState) - Method in class org.hibernate.collection.spi.AbstractSetSemantics
 
createInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, String, Fetch, Fetch, DomainResultCreationState) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Create a producer for CollectionInitializer instances for the given collection semantics
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(EmbeddedAttributeMapping, TableGroupProducer, SelectableMappings, MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
createIsolationDelegate() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Retrieve an isolation delegate appropriate for this transaction strategy.
createJavaType(ParameterizedType) - Method in interface org.hibernate.type.descriptor.java.JavaType
Creates the JavaType for the given ParameterizedType based on this JavaType registered for the raw type.
createJavaType(ParameterizedType) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
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
createJpaAttributeConverter(JpaAttributeConverterCreationContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
Factory for the runtime representation of the converter
createKeyDomainResult(NavigablePath, TableGroup, FetchParent, 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(JoinedSubclass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
CreateKeySecondPass(RootClass) - Constructor for class org.hibernate.cfg.CreateKeySecondPass
 
createLateralJoinExpression(AbstractSqmSpecificPluralPartPath<?>, boolean, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createListInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createLocalResolution(String, Class, MutabilityPlan, Map, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.TypeDefinition
 
createMapInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createMinOrMaxIndexOrElement(AbstractSqmSpecificPluralPartPath<?>, boolean, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(CriteriaDelete) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery from the given delete criteria tree
createMutationQuery(CriteriaDelete) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createMutationQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(CriteriaUpdate) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery from the given update criteria tree
createMutationQuery(CriteriaUpdate) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery reference for the given HQL insert, update, or delete statement.
createMutationQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNamedMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedMutationQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery instance for the given named insert, update, or delete HQL query.
createNamedMutationQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
createNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createNamedQuery(String) - Method in interface org.hibernate.Session
Deprecated.
createNamedQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a typed Query instance for the given named query.
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.Session
 
createNamedQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedSelectionQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery instance for the named NamedQuery
createNamedSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedSelectionQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery instance for the named NamedQuery with the expected result-type
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedStoredProcedureQuery(String) - Method in interface org.hibernate.SharedSessionContract
Obtain a ProcedureCall based on a named template
createNativeMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeMutationQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native (SQL) statement
createNativeMutationQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
createNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, Class<R>, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeQuery(String, Class<R>, 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, Class<R>, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, Class<T>, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createNativeQuery(String, String) - Method in interface org.hibernate.query.QueryProducer
createNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createNativeQuery(String, String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeQuery(String, 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, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNaturalIdKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createNClob() - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
Create the basic contextual NCLOB reference.
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given character data.
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new NClob from character reader.
createNClob(String) - Method in class org.hibernate.engine.jdbc.ContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given String data.
createNClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.LobHelper
Create a new NClob from content.
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
createNewInstance() - Method in class org.hibernate.Hibernate.CollectionInterface
Instantiate an empty collection of the type represented by this object.
createParameterImpl() - Method in class org.hibernate.mapping.SimpleValue
 
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<String, PersistentClass>) - 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
createQuery() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createQuery() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createQuery(CriteriaDelete) - Method in interface org.hibernate.query.QueryProducer
createQuery(CriteriaDelete) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createQuery(CriteriaDelete) - Method in interface org.hibernate.Session
createQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.query.QueryProducer
Create a Query for the given JPA CriteriaQuery
createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.Session
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createQuery(CriteriaUpdate) - Method in interface org.hibernate.query.QueryProducer
createQuery(CriteriaUpdate) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createQuery(CriteriaUpdate) - Method in interface org.hibernate.Session
createQuery(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createQuery(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createQuery(String) - Method in interface org.hibernate.query.QueryProducer
createQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createQuery(String) - Method in interface org.hibernate.Session
Deprecated.
createQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a typed Query instance for the given HQL query string.
createQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createQuery(String, Class<R>) - Method in interface org.hibernate.Session
 
createQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQueryPlan(NativeSelectQueryDefinition<R>, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Creates a new query plan for the passed native query definition
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createRegistrationHandler(BatchFetchQueue, SelectStatement, List<JdbcParameter>, JdbcParameterBindings) - Static method in class org.hibernate.engine.spi.SubselectFetch
 
createRegistrationHandler(BatchFetchQueue, SelectStatement, TableGroup, List<JdbcParameter>, JdbcParameterBindings) - Static method in class org.hibernate.engine.spi.SubselectFetch
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.DomainResult
Create an assembler (and any initializers) for this result.
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAliasBase, SqlExpressionResolver, FromClauseAccess, SqlAstCreationContext) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAliasBase, SqlExpressionResolver, FromClauseAccess, SqlAstCreationContext) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAliasBase, SqlExpressionResolver, FromClauseAccess, SqlAstCreationContext) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAliasBase, SqlExpressionResolver, FromClauseAccess, SqlAstCreationContext) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, Supplier<Consumer<Predicate>>, SqlAliasBase, SqlExpressionResolver, FromClauseAccess, SqlAstCreationContext) - Method in interface org.hibernate.sql.ast.tree.from.RootTableGroupProducer
 
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 interface org.hibernate.sql.ast.tree.from.RootTableGroupProducer
Create a root TableGroup as defined by this producer
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAliasBaseGenerator, SqlExpressionResolver, FromClauseAccess, SqlAstCreationContext) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create a TableGroupJoin as defined for this producer, but as root TableGroup.
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create a TableGroupJoin as defined for this producer, but as root TableGroup.
createSelectionQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(CriteriaQuery<R>) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery reference for the given Criteria.
createSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery reference for the given HQL.
createSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery reference for the given HQL.
createSelectTranslator(SqmSelectStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext, boolean) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
 
createSelectTranslator(SqmSelectStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext, boolean) - 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
 
createSetInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
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
 
createSnapshotDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
createSnapshotDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.DatabaseSnapshotContributor
Create a DomainResult to be used when selecting snapshots from the database.
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
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlSelectionProducer
Create a SqlSelection for the given JDBC ResultSet position
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
createSqmJoin(SqmFrom<?, O>, SqmJoinType, String, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.SqmJoinable
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in interface org.hibernate.query.sqm.SqmPathSource
Create an SQM path for this source relative to the given left-hand side
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
createStatement() - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Create a statement.
createStoredProcedure(NamedNativeQueryDefinitionBuilder, MetadataBuildingContext, Supplier<RuntimeException>) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure.
createStoredProcedureCall(String, Class<?>...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, Class<?>...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureCall(String, Class<?>...) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure with the given result set entity mappings.
createStoredProcedureCall(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureCall(String, String...) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure with the given result set entity mappings.
createStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure.
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureQuery(String, Class<?>...) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure with the given result set entity mappings.
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureQuery(String, String...) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure with the given result set entity mappings.
createSubSelectLoader(SubselectFetch, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createSyntheticPropertyReference(AnnotatedJoinColumn[], 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, boolean, SqlAliasBaseGenerator, SqlExpressionResolver, FromClauseAccess, SqlAstCreationContext) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create a TableGroupJoin as defined for this producer The sqlAstJoinType may be null to signal that the join is for an implicit path.
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create a TableGroupJoin as defined for this producer The sqlAstJoinType may be null to signal that the join is for an implicit path.
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, FetchParent, 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
 
createUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
createUniqueDelegate() - Method in class org.hibernate.dialect.DB2iDialect
 
createUniqueKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
createUniqueKey() - Method in class org.hibernate.mapping.Collection
 
createUniqueKey() - Method in class org.hibernate.mapping.ManyToOne
 
createUniqueKey() - Method in class org.hibernate.mapping.OneToMany
 
createUniqueKey() - Method in class org.hibernate.mapping.OneToOne
 
createUniqueKey() - Method in class org.hibernate.mapping.SimpleValue
 
createUniqueKey() - Method in interface org.hibernate.mapping.Value
 
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
 
createVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.AbstractHANADialect
 
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 - org.hibernate.query.sqm.SqmQuerySource
 
CRITERIA_COPY_TREE - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that queries created through EntityManager.createQuery(CriteriaQuery), EntityManager.createQuery(CriteriaUpdate) or EntityManager.createQuery(CriteriaDelete) must create a copy of the passed object such that the resulting Query is not affected by any mutations to the original criteria query.
CRITERIA_HQL_STRING - Static variable in class org.hibernate.query.spi.AbstractSelectionQuery
The value used for AbstractSelectionQuery.getQueryString() for Criteria-based queries
CRITERIA_VALUE_HANDLING_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
By default, criteria queries use bind parameters for any value passed via the JPA Criteria API.
CROSS - org.hibernate.query.sqm.tree.SqmJoinType
Represents a cross join (aka a cartesian product).
CROSS - org.hibernate.sql.ast.SqlAstJoinType
Represents a cross join (aka a cartesian product).
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.NakedIdentifierContext
 
crossJoin() - Method in class org.hibernate.grammars.hql.HqlParser
 
crossJoin() - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
crossJoin(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
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, List<CteColumn>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTable
 
CteTable(String, EntityMappingType) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTable
 
CteTableGroup - Class in org.hibernate.sql.ast.tree.cte
Wraps a NamedTableReference representing the CTE and adapts it to TableGroup for use in SQL AST
CteTableGroup(boolean, NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
CteTableGroup(NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
cube() - Method in class org.hibernate.grammars.hql.HqlParser
 
cube() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CUBE - org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
 
CUBE - org.hibernate.sql.ast.tree.expression.Summarization.Kind
 
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.CubeContext
 
CUBE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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.
CurrencyJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Currency handling.
CurrencyJavaType() - Constructor for class org.hibernate.type.descriptor.java.CurrencyJavaType
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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.NakedIdentifierContext
 
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.InstantFunctionContext
 
CURRENT_INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
CURRENT_ROW - org.hibernate.query.sqm.FrameExclusion
 
CURRENT_ROW - org.hibernate.query.sqm.FrameKind
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a CurrentSessionContext for scoping the current session.
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.NakedIdentifierContext
 
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.NakedIdentifierContext
 
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
A "function" with no parameters that returns the current date, time, or timestamp.
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.criteria.HibernateCriteriaBuilder
 
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() - 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
 
CurrentTimestamp - Annotation Type in org.hibernate.annotations
Specifies that the database current_timestamp function is used to generate values of the annotated attribute, based on CurrentTimestamp.timing().
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() - 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.
customCollection(String, Properties, String, String, MetadataImplementor) - Static method in class org.hibernate.mapping.MappingHelper
 
CustomCollectionType - Class in org.hibernate.type
A custom type for mapping user-written classes that implement PersistentCollection
CustomCollectionType(ManagedBean<? extends UserCollectionType>, String, String) - 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 are dirty, meaning modified.
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.
CustomIdGeneratorCreationContext - Interface in org.hibernate.id.factory.spi
 
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<J> - 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<J>, String[], TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
 
CustomType(UserType<J>, 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 - Enum in org.hibernate.dialect
A list of relational database systems for which Hibernate can resolve a Dialect.
Database(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.model.relational.Database
 
Database(MetadataBuildingOptions, JdbcEnvironment) - Constructor for class org.hibernate.boot.model.relational.Database
 
DATABASE - org.hibernate.tool.schema.TargetType
Export to the database.
DatabaseIdentifier - Class in org.hibernate.boot.model.naming
Models an identifier (name), retrieved from the database.
DatabaseIdentifier(String) - Constructor for class org.hibernate.boot.model.naming.DatabaseIdentifier
Constructs a database identifier instance.
DatabaseInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing schema objects (tables, sequences etc) of existing database.
DatabaseMetaDataDialectResolutionInfoAdapter - Class in org.hibernate.engine.jdbc.dialect.spi
An implementation of DialectResolutionInfo that delegates calls to a wrapped DatabaseMetaData.
DatabaseMetaDataDialectResolutionInfoAdapter(DatabaseMetaData) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
databaseObject - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
DatabaseSnapshotContributor - Interface in org.hibernate.sql.results.graph
Contract for model-parts which contribute to their container's state array for database snapshots
DatabaseStructure - Interface in org.hibernate.id.enhanced
Encapsulates definition of the underlying data structure backing a sequence-style generator.
DatabaseVersion - Interface in org.hibernate.dialect
Details about the underlying database, as understood by a Dialect.
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
DATALINK - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.
DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a DataSource, either: an instance of DataSource, or a JNDI name under which to obtain the 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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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.DateTimeContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
DATE - org.hibernate.query.sqm.CastType
 
DATE - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
DATE - org.hibernate.query.sqm.TemporalUnit
The date part of a timestamp, datetime, or offset datetime, as a LocalDate.
DATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DATE - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATE.
DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Date) to JDBC DATE.
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
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.LocalDateFunctionContext
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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.DateJavaType
 
DATE_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL style, returns the number of days between two dates
DateJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Date handling.
DateJavaType() - Constructor for class org.hibernate.type.descriptor.java.DateJavaType
 
DateJavaType.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
DateJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for DATE handling.
DateJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
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.SqmExpressionHelper
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateJavaType.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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
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.JdbcTimestampLiteralContext
 
DATETIME - org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
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.DateTimeLiteralContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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.GenericFunctionArgumentsContext
 
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) - 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
 
datetimeFormat(String, boolean, boolean) - Static method in class org.hibernate.dialect.OracleDialect
 
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
DateTimeUtils - Class in org.hibernate.type.descriptor
Utilities for dealing with date/times
dateTrunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
day() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
day() - Method in class org.hibernate.grammars.hql.HqlParser
 
DAY - org.hibernate.query.sqm.TemporalUnit
Day, defined to mean 24 hours when it occurs as a unit of duration, or to mean the calendar day of the month when passed to extract().
DAY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DAY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DAY() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
DAY() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
DAY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DAY_OF_MONTH - org.hibernate.query.sqm.TemporalUnit
The calendar day of the month, a synonym for TemporalUnit.DAY.
DAY_OF_WEEK - org.hibernate.query.sqm.TemporalUnit
The day of the week, from 1 (Sunday) to 7 (Saturday).
DAY_OF_YEAR - org.hibernate.query.sqm.TemporalUnit
The day of the year, counting from 1.
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
dayofweekmonthyear() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
dayOfWeekMonthYear() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
daysBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
DB - org.hibernate.annotations.SourceType
Get the timestamp from the database.
DB - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
DB2 - org.hibernate.dialect.Database
 
DB2390Dialect - Class in org.hibernate.dialect
Deprecated.
DB2390Dialect() - Constructor for class org.hibernate.dialect.DB2390Dialect
Deprecated.
 
DB2390Dialect(int) - Constructor for class org.hibernate.dialect.DB2390Dialect
Deprecated.
 
DB2390Dialect(DialectResolutionInfo) - 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
A SQL dialect for DB2.
DB2Dialect() - Constructor for class org.hibernate.dialect.DB2Dialect
 
DB2Dialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2Dialect
 
DB2Dialect(DialectResolutionInfo) - 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(TypeConfiguration) - 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() - Constructor for class org.hibernate.dialect.DB2iDialect
 
DB2iDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2iDialect
 
DB2iDialect(DialectResolutionInfo) - 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, DatabaseVersion) - 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() - Constructor for class org.hibernate.dialect.DB2zDialect
 
DB2zDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2zDialect
 
DB2zDialect(DialectResolutionInfo) - 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, DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2zSqlAstTranslator
 
DbTimestampJavaType<T> - Class in org.hibernate.type.descriptor.java
Deprecated.
Use ValueGeneration instead
DbTimestampJavaType(TemporalJavaType<T>) - Constructor for class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
DbTimestampType - Class in org.hibernate.type
Deprecated.
Use ValueGeneration instead
DDL - org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
DDL - org.hibernate.cfg.beanvalidation.ValidationMode
 
DdlTransactionIsolator - Interface in org.hibernate.resource.transaction.spi
Provides access to a Connection that is isolated from any "current transaction" with the designed purpose of performing DDL commands
DdlType - Interface in org.hibernate.type.descriptor.sql
Descriptor for a DDL type.
DdlTypeRegistry - Class in org.hibernate.type.descriptor.sql.spi
Basically a map from SQL type code (int) -> DdlType
DdlTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
 
DEBUG_ENABLED - Static variable in interface org.hibernate.boot.BootLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.boot.jaxb.JaxbLogger
 
DEBUG_ENABLED - Static variable in interface 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.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.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.EntityLoadingLogging
 
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 interface org.hibernate.type.descriptor.JdbcBindingLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
DECIMAL - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DECIMAL.
DecimalJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for DECIMAL handling.
DecimalJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
declaredAttributeMappings - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
Declarer(String) - Constructor for class org.hibernate.persister.entity.Queryable.Declarer
Deprecated.
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
decrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Equivalent to a -- operation
decrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after cascading
decrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
decrementLock(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.SoftLockImpl) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
deduceAliasInjectionPoints() - Method in annotation type org.hibernate.annotations.Filter
If true, automatically determine all points within the condition fragment that an alias should be injected.
deduceAliasInjectionPoints() - Method in annotation type org.hibernate.annotations.FilterJoinTable
Do we need to determine all points within the condition fragment that are alias injection points? Or are injection points already marked?
deDuplicationHandling(R, JavaType<R>, List<R>, RowProcessingStateStandardImpl) - Static method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
deepCopy(J) - Method in interface org.hibernate.usertype.CompositeUserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(J) - Method in interface org.hibernate.usertype.UserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object[]) - Method in class org.hibernate.type.descriptor.java.ComponentArrayMutabilityPlan
 
deepCopy(Object[], Type[], boolean[], Object[], SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
Deep copy a series of values from one array to another...
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
deepCopy(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
deepCopy(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
deepCopy(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
deepCopy(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a deep copy of the value.
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.EnumType
 
deepCopy(T) - Method in class org.hibernate.type.SerializableToBlobType
 
deepCopy(T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
deepCopy(T) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
deepCopyNotNull(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
 
deepCopyNotNull(S) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEGMENT_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEQUENCE - Static variable in interface org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
 
DEF_SEQUENCE_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_TABLE - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default TableGenerator.TABLE_PARAM value
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEFAULT - org.hibernate.cfg.AccessType
Default access strategy is property
DEFAULT - org.hibernate.FetchMode
Use the default fetching strategy specified by the mapping annotations.
DEFAULT - org.hibernate.sql.ast.SqlAstNodeRenderingMode
Render node as is.
DEFAULT - Static variable in class org.hibernate.Length
The default length for a column in JPA.
DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
DEFAULT_ALIAS - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
 
DEFAULT_ALIAS - Static variable in class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DEFAULT_ALIAS - Static variable in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
DEFAULT_BATCH_FETCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the default batch size for batch fetching.
DEFAULT_CACHE_CONCURRENCY_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the CacheConcurrencyStrategy to use by default when an entity is marked @Cacheable, but no concurrency strategy is explicitly specified via the Cache annotation.
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 table names
DEFAULT_CFG_RESOURCE_NAME - Static variable in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
The default resource name for a Hibernate configuration XML file.
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.AnnotatedDiscriminatorColumn
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
 
DEFAULT_DISCRIMINATOR_TYPE - Static variable in class org.hibernate.cfg.AnnotatedDiscriminatorColumn
 
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
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_LIST_SEMANTICS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the CollectionClassification to use when Hibernate detects a plural attribute typed as List with no explicit list index configuration.
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_PLAN_MAX_COUNT - Static variable in class org.hibernate.query.spi.QueryEngine
The default soft reference count.
DEFAULT_QUERY_RESULTS_REGION_UNQUALIFIED_NAME - Static variable in interface org.hibernate.cache.spi.RegionFactory
 
DEFAULT_QUERY_STATISTICS_MAX_SIZE - Static variable in interface org.hibernate.stat.Statistics
The default value of the configuration property "hibernate.statistics.query_max_size".
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 table names
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
 
defaultCondition() - Method in annotation type org.hibernate.annotations.FilterDef
The default filter condition.
DefaultEnhancementContext - Class in org.hibernate.bytecode.enhance.spi
default implementation of EnhancementContext.
DefaultEnhancementContext() - Constructor for class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
defaultGraph(Class) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(EntityDomainType<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(EntityPersister) - 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.
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
definition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
degrees() - 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.cfg.AvailableSettings
Used in conjunction with "hibernate.resource.beans.container" when CDI is used.
DELAY_ENTITY_LOADER_CREATIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Controls how entity loaders are created.
DELAYED - org.hibernate.engine.FetchTiming
Performing fetching later, when needed.
DELAYED_ACQUISITION_AND_HOLD - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed and then held until the Session is closed.
DELAYED_ACQUISITION_AND_RELEASE_AFTER_STATEMENT - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released after each statement is executed.
DELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released after each transaction is completed.
DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released before commit/rollback.
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
 
DelayedFetchBuilderBasicPart - Class in org.hibernate.query.results.complete
 
DelayedFetchBuilderBasicPart(NavigablePath, BasicValuedModelPart, boolean) - Constructor for class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
delegate - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
Returns the underlying session delegate.
delegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
Returns the underlying delegate.
delegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
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
 
DelegatingTableGroup - Class in org.hibernate.sql.ast.tree.from
 
DelegatingTableGroup() - Constructor for class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
delete(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
delete(Object) - Method in interface org.hibernate.Session
Deprecated.
delete(Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
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(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
delete(String, Object) - Method in interface org.hibernate.Session
Deprecated.
delete(String, Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String, Object, boolean, DeleteContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object, boolean, DeleteContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
delete(String, Object, boolean, DeleteContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade delete an entity instance
Delete - Class in org.hibernate.sql
An SQL DELETE statement
Delete() - Constructor for class org.hibernate.sql.Delete
 
DELETE - org.hibernate.annotations.CascadeType
Corresponds to the Hibernate native DELETE action.
DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
DELETE - org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
DELETE - org.hibernate.sql.ast.Clause
Not used in 5.x.
DELETE - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete
DELETE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
DELETE - Static variable in class org.hibernate.event.spi.EventType
 
DELETE - 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.NakedIdentifierContext
 
DELETE_ORPHAN - org.hibernate.annotations.CascadeType
Hibernate originally handled orphan removal as a specialized cascade.
DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete + delete orphans
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
DeleteContext - Interface in org.hibernate.event.spi
A DeleteEvent represents a delete operation applied to a single entity.
DELETED - org.hibernate.engine.spi.Status
 
deleteEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being deleted.
DeleteEvent - Class in org.hibernate.event.spi
Defines an event class for the deletion of an entity.
DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
Constructs a new DeleteEvent instance.
DeleteEvent(String, Object, boolean, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of deletion events generated from a session.
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(boolean, Map<String, CteStatement>, NamedTableReference, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(CteContainer, NamedTableReference, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(NamedTableReference, Predicate) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(NamedTableReference, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement.DeleteStatementBuilder - Class in org.hibernate.sql.ast.tree.delete
 
DeleteStatementBuilder(NamedTableReference) - 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 - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
DELIMITER() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
DenormalizedTable - Class in org.hibernate.mapping
 
DenormalizedTable(String, Namespace, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
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
 
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
 
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
 
DEPTH_FIRST - org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
Use depth first for a recursive CTE.
DERBY - org.hibernate.dialect.Database
 
DerbyDialect - Class in org.hibernate.dialect
A SQL dialect for Apache Derby.
DerbyDialect() - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyDialect(DialectResolutionInfo) - 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(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DerbyLpadEmulation
 
DerbyRpadEmulation - Class in org.hibernate.dialect.function
A derby implementation for rpad.
DerbyRpadEmulation(TypeConfiguration) - 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.
DERIVED - org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
DerivedTableReference - Class in org.hibernate.sql.ast.tree.from
 
DerivedTableReference(String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
DerivedValueSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of a derived value (formula).
desc(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
desc(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
desc(Expression<?>, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an ordering by the descending value of the expression.
DESC - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DESC - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.hql.HqlParser.NakedIdentifierContext
 
DESC() - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
DESC() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
DESC() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
DESCENDING - org.hibernate.query.sqm.SortOrder
 
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
 
descriptorClass() - Method in annotation type org.hibernate.annotations.JavaTypeRegistration
 
deserialize(ObjectInputStream, SessionFactoryImplementor) - Static method in class org.hibernate.engine.spi.EntityKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.ActionQueue
Used by the owning session to explicitly control deserialization of the action queue.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionEntry
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.EntityUniqueKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserializeProxy(SerializableProxy) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
 
destroy() - Method in interface org.hibernate.cache.spi.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
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Destroy a service registry.
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Destroy a service registry.
destructure(Object, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
Convert the previous structured form of the item back into its item form.
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
detach(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
detach(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
detach(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
DETACH - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.DETACH.
determineAdjustedIncrementSize(String, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
In certain cases we need to adjust the increment size based on the selected optimizer.
determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to the discriminator portion of an ANY mapping when no explicit column name is given.
determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to the key/id portion of an ANY mapping when no explicit column name is given.
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineAutoSettingImpliedAction(Map<?, ?>, String, Action) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of an attribute's column given the source naming information, when a name is not explicitly given.
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in class org.hibernate.id.AbstractPostInsertGenerator
 
determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Return the select expression fragment, if any, that generates the identifier values.
determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
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
 
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
 
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
Deprecated.
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.
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.
determineImplicitSelection(SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the increment size to be applied.
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineIndexName(ImplicitIndexNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
 
determineIndexName(ImplicitIndexNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the initial sequence value to use.
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineJavaClassForJdbcTypeCode(int) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
 
determineJavaClassForJdbcTypeCode(Integer) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
For the given JDBC type, determine the JDBC recommended Java type.
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
 
determineJpaDbActionSetting(Map<?, ?>, String, Action) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Exposed for tests
determineJpaScriptActionSetting(Map<?, ?>, String, Action) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Exposed for tests
determineKind(DialectResolutionInfo) - Static method in enum org.hibernate.dialect.PostgreSQLDriverKind
 
determineLateralEmulationPredicate(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
 
determineMutabilityPlan(Type, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
 
determineNumberOfResultElements(int) - Method in interface org.hibernate.sql.results.spi.RowTransformer
How many result elements will this transformation produce?
determineOptimalBatchLoadSize(int, int, boolean) - 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.
determineSegmentColumnSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the size of the segment column
determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the segment value corresponding to this generator instance.
determineSequenceName(Properties, Dialect, JdbcEnvironment, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the sequence (or table if this resolves to a physical table) to use.
determineSequenceName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in interface org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
Determine the implicit name for an identifier-generator sequence
determineSequenceName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.LegacyNamingStrategy
 
determineSequenceName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SingleNamingStrategy
 
determineSequenceName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.StandardNamingStrategy
 
determineSql(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
determineTableName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in interface org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
Determine the implicit name for an identifier-generator table
determineTableName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.LegacyNamingStrategy
 
determineTableName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SingleNamingStrategy
 
determineTableName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.StandardNamingStrategy
 
determineTableName(Table) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
determineTableName(Table) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name for the tenant (multi-tenancy) identifier column for the given entity
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineType(String, Class<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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.
determineValueMapping(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
determineValueMapping(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
determineValueMapping(SqmExpression<?>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
determineValueMapping(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
dialect - Variable in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.Check
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefault
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormula
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefs
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.Filters
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.Formula
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumn
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormula
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBy
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.Where
The Dialect in which this override applies.
Dialect - Class in org.hibernate.dialect
Represents a dialect of SQL implemented by a particular RDBMS.
Dialect() - Constructor for class org.hibernate.dialect.Dialect
Deprecated.
provide a DatabaseVersion
Dialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.Dialect
 
Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.Dialect
 
DIALECT - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the Hibernate SQL Dialect class.
DIALECT_DB_MAJOR_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
DIALECT_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
DIALECT_DB_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
DIALECT_DB_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
DIALECT_RESOLVERS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies additional DialectResolver implementations to register with the standard DialectFactory.
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
 
DialectFactory - Interface in org.hibernate.engine.jdbc.dialect.spi
A factory for generating Dialect instances.
DialectOverride - Interface in org.hibernate.annotations
Allows certain annotations to be overridden in a given SQL Dialect.
DialectOverride.Check - Annotation Type in org.hibernate.annotations
Specializes a Check in a certain dialect.
DialectOverride.Checks - Annotation Type in org.hibernate.annotations
 
DialectOverride.ColumnDefault - Annotation Type in org.hibernate.annotations
Specializes a ColumnDefault in a certain dialect.
DialectOverride.ColumnDefaults - Annotation Type in org.hibernate.annotations
 
DialectOverride.DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Specializes a DiscriminatorFormula in a certain dialect.
DialectOverride.DiscriminatorFormulas - Annotation Type in org.hibernate.annotations
 
DialectOverride.FilterDefOverrides - Annotation Type in org.hibernate.annotations
 
DialectOverride.FilterDefs - Annotation Type in org.hibernate.annotations
Specializes FilterDefs in a certain dialect.
DialectOverride.FilterOverrides - Annotation Type in org.hibernate.annotations
 
DialectOverride.Filters - Annotation Type in org.hibernate.annotations
Specializes Filters in a certain dialect.
DialectOverride.Formula - Annotation Type in org.hibernate.annotations
Specializes a Formula in a certain dialect.
DialectOverride.Formulas - Annotation Type in org.hibernate.annotations
 
DialectOverride.GeneratedColumn - Annotation Type in org.hibernate.annotations
Specializes a GeneratedColumn in a certain dialect.
DialectOverride.GeneratedColumns - Annotation Type in org.hibernate.annotations
 
DialectOverride.JoinFormula - Annotation Type in org.hibernate.annotations
Specializes a JoinFormula in a certain dialect.
DialectOverride.JoinFormulas - Annotation Type in org.hibernate.annotations
 
DialectOverride.OrderBy - Annotation Type in org.hibernate.annotations
Specializes an OrderBy in a certain dialect.
DialectOverride.OrderBys - Annotation Type in org.hibernate.annotations
 
DialectOverride.OverridesAnnotation - Annotation Type in org.hibernate.annotations
Marks an annotation type as a dialect-specific override for some other annotation type.
DialectOverride.Version - Annotation Type in org.hibernate.annotations
Identifies a database version.
DialectOverride.Where - Annotation Type in org.hibernate.annotations
Specializes a Where in a certain dialect.
DialectOverride.Wheres - Annotation Type in org.hibernate.annotations
 
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.
diff(Expression<? extends 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.criteria.HibernateCriteriaBuilder
 
diff(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
diff(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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).
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
dirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Mark the collection as dirty
DIRTY - org.hibernate.annotations.OptimisticLockType
Perform optimistic locking based on *dirty* fields as part of an expanded WHERE clause restriction for the UPDATE/DELETE SQL statement.
DIRTY - org.hibernate.engine.OptimisticLockStyle
dirty columns are compared
DIRTY_CHECK - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
DIRTY_CHECK - Static variable in class org.hibernate.event.spi.EventType
 
dirtyCalculationEnd(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
dirtyCalculationEnd(boolean) - Method in interface org.hibernate.SessionEventListener
 
dirtyCalculationStart() - Method in class org.hibernate.BaseSessionEventListener
 
dirtyCalculationStart() - Method in interface org.hibernate.SessionEventListener
 
DirtyCheckEvent - Class in org.hibernate.event.spi
Defines an event class for the dirty-checking of a session.
DirtyCheckEvent(EventSource) - Constructor for class org.hibernate.event.spi.DirtyCheckEvent
 
DirtyCheckEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session dirty-check events.
disableAutoClose() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.
disableAutoClose() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.
disableConversion - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
 
disableCreation() - Method in class org.hibernate.mapping.ForeignKey
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
disableFetchProfile(String) - Method in interface org.hibernate.Session
Disable a particular fetch profile on this session.
disableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
disableForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
disableForeignKeyCreation() - Method in class org.hibernate.mapping.Join
 
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
DISALLOW - org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
 
disallowMultiValuedBinding() - Method in class org.hibernate.query.spi.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(J) - Method in interface org.hibernate.usertype.CompositeUserType
Transform the object into its cacheable representation.
disassemble(J) - Method in interface org.hibernate.usertype.UserType
Transform the object into its cacheable representation.
disassemble(Object[], SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ComponentArrayMutabilityPlan
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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) - Method in interface org.hibernate.type.BasicType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SerializableToBlobType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Return a disassembled representation of the object.
disassemble(Blob, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
disassemble(Clob, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
disassemble(NClob, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
disassemble(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassemble the collection to get it ready for the cache
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
disassemble(T) - Method in class org.hibernate.type.EnumType
 
disassemble(T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
disassemble(T) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterMutabilityPlanImpl
 
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
 
DISCARD_PC_ON_CLOSE - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that the persistent context should be discarded when either SharedSessionContract.close() or EntityManager.close() is called.
Discriminatable - Interface in org.hibernate.metamodel.mapping
Things that have a discriminator associated with it.
DISCRIMINATED - org.hibernate.boot.model.source.spi.InheritanceType
 
DiscriminatedAssociationModelPart - Interface in org.hibernate.metamodel.mapping
A discriminated association.
discriminator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
discriminator() - Method in annotation type org.hibernate.annotations.AnyDiscriminatorValue
The discriminator value
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
Specifies an expression written in native SQL as the discriminator for an entity inheritance hierarchy.
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
 
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.
disjunction() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
disjunction() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
DISJUNCTION - org.hibernate.sql.ast.tree.predicate.Junction.Nature
An OR
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 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(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
 
DISTINCT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DISTINCT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DISTINCT - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT.
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
DISTINCT_FROM - org.hibernate.query.sqm.ComparisonOperator
 
distinctFrom(Expression<?>, Expression<?>) - 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.criteria.HibernateCriteriaBuilder
 
distinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
DIVIDE - org.hibernate.query.sqm.BinaryArithmeticOperator
 
DIVIDE - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DIVIDE - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
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(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the binding.
doBind(CallableStatement, X, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
 
doBind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the binding.
doBind(PreparedStatement, X, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.spi.XmlSource
 
doBindNull(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the null binding.
doBindNull(PreparedStatement, int, 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
 
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(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
 
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doExtendedEnhancement(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we enhance field access to entities from this class?
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
Perform the extraction.
doExtract(ResultSet, int, 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.AbstractSelectionQuery
 
doLoad(Object) - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
doLoad(Object) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
DOM - org.hibernate.boot.jaxb.SourceType
 
DomainDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
Configuration for a specific type of data to be stored in the region
DomainDataRegion - Interface in org.hibernate.cache.spi
A Region for cacheable domain data - entity, collection, natural-id.
DomainDataRegionBuildingContext - Interface in org.hibernate.cache.cfg.spi
DomainDataRegionConfig - Interface in org.hibernate.cache.cfg.spi
Configuration for a named region for caching domain data.
DomainDataRegionImpl - Class in org.hibernate.cache.spi.support
 
DomainDataRegionImpl(DomainDataRegionConfig, RegionFactoryTemplate, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.spi.support.DomainDataRegionImpl
 
DomainDataRegionTemplate - Class in org.hibernate.cache.spi.support
Abstract implementation of DomainDataRegion based on implementations just needing to provide a DomainDataStorageAccess reference for basic caching support - DomainDataStorageAccess acts as a simple wrapper around some generalized cache actions such as put or get.
DomainDataRegionTemplate(DomainDataRegionConfig, RegionFactory, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
DomainDataStorageAccess - Interface in org.hibernate.cache.spi.support
Specialization of StorageAccess for domain data regions
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
 
DomainQueryExecutionContext - Interface in org.hibernate.query.spi
Context for execution of Query"
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
Contains state related to building DomainResult and Fetch graphs
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 result mapping Both DomainResult and Fetch are ResultSetMappingNode subtypes.
DomainResultGraphPrinter - Class in org.hibernate.sql.results.graph
Printer for DomainResult graphs
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
 
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, 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 class org.hibernate.engine.spi.SessionLazyDelegator
 
doReturningWork(ReturningWork<T>) - Method in interface org.hibernate.SharedSessionContract
Perform work using the Connection underlying by this session, and return a result.
doScroll(ScrollMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.annotations.ResultsetMappingSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.CollectionSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.CreateKeySecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.IdGeneratorResolverSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.IndexOrUniqueKeySecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.OneToOneSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.SecondaryTableFromAnnotationSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.SecondaryTableSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in interface org.hibernate.cfg.SecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.SetBasicValueTypeSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.SimpleToOneFkSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.ToOneFkSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.VerifyFetchProfileReferenceSecondPass
 
DOT - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
DOT - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
DOT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DOT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.graph.GraphLanguageParser.AttributeQualifierContext
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
DOT() - 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() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
DOT() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
DOT(int) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
DOT(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
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.DotIdentifierExpressionContext
 
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
 
DotIdentifierExpressionContext(OrderingParser.ExpressionContext) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
 
DotIdentifierSequence - Interface in org.hibernate.spi
Hibernate often deals with compound names/paths.
DOUBLE - org.hibernate.query.sqm.CastType
 
DOUBLE - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DOUBLE.
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 - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
DOUBLE_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
DOUBLE_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
DOUBLE_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
DOUBLE_PIPE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DOUBLE_PIPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DOUBLE_PIPE() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
DoubleJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Double handling.
DoubleJavaType() - Constructor for class org.hibernate.type.descriptor.java.DoubleJavaType
 
DoubleJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for DOUBLE handling.
DoubleJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
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
 
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() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.LazyInitializationWork
Do the represented work and return the result.
doWork(ClassLoader) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work
 
doWork(Work) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doWork(Work) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
doWork(Work) - Method in interface org.hibernate.SharedSessionContract
Perform work using the Connection underlying by this session.
DRIVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the JDBC driver class.
drop - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
DROP - org.hibernate.boot.SchemaAutoTooling
Drop the schema and don't recreate it.
DROP - org.hibernate.tool.schema.Action
Database dropping will be generated.
DROP_RECREATE_QUIETLY - org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Attempt to drop, then (re-)create each unique constraint.
dropConstraints() - Method in class org.hibernate.dialect.AbstractHANADialect
 
dropConstraints() - Method in class org.hibernate.dialect.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(String, DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given customMessage, type and name.
DuplicateMappingException(DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given type and name.
DuplicateMappingException.Type - Enum in org.hibernate
Enumeration of the types of things that can be duplicated.
DuplicateSecondaryTableException(Identifier) - Constructor for exception org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
 
duplicationErrorHandling(R, JavaType<R>, List<R>, RowProcessingStateStandardImpl) - Static method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
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 INTERVAL_SECOND or NUMERIC as a fallback.
DurationJavaType - 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.
DurationJavaType() - Constructor for class org.hibernate.type.descriptor.java.DurationJavaType
 
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
 
DYNAMIC - org.hibernate.loader.BatchFetchStyle
Deprecated.
Dynamically builds its SQL based on the actual number of available ids.
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>, Map<String, FetchBuilder>) - Constructor for class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
DynamicFetchBuilderLegacy(String, String, String, List<String>, Map<String, FetchBuilder>, DynamicResultBuilderEntityStandard) - Constructor for class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
DynamicFetchBuilderStandard - Class in org.hibernate.query.results.dynamic
 
DynamicFetchBuilderStandard(String) - Constructor for class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
dynamicInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
DynamicInsert - Annotation Type in org.hibernate.annotations
Specifies that SQL insert statements for the annotated entity are generated dynamically, and only include the columns to which a non-null value must be assigned.
DynamicInstantiationNature - Enum in org.hibernate.query.sqm
Represents the type of instantiation to be performed.
DynamicInstantiationResult<R> - Interface in org.hibernate.sql.results.graph.instantiation
Specialization of DomainResult to model dynamic instantiation
DynamicMapInstantiator - Class in org.hibernate.tuple
 
DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
 
DynamicModelJavaType - Class in org.hibernate.type.descriptor.java.spi
JavaType for dynamic models
DynamicModelJavaType() - Constructor for class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
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(int) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(int, BasicType<?>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(String, String) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(String, String, BasicType<?>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(String, String, JavaType<?>) - 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(JavaType<J>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
dynamicUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
DynamicUpdate - Annotation Type in org.hibernate.annotations
Specifies that SQL update statements for the annotated entity are generated dynamically, and only include columns which are actually being updated.

E

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
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
ELEMENT - org.hibernate.metamodel.mapping.CollectionPart.Nature
 
ELEMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ELEMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
ELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ELEMENT_COLLECTION - org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ELEMENT_COLLECTION - org.hibernate.metamodel.AttributeClassification
 
elementAggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
elementAggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
ElementAggregateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
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
 
elementRemoved - Variable in class org.hibernate.collection.spi.AbstractPersistentCollection
 
elements() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
Get an iterator over the array elements
ELEMENTS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ELEMENTS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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 - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ELSE() - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
ELSE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
embeddable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
embeddable() - Method in interface org.hibernate.usertype.CompositeUserType
The class that represents the embeddable mapping of the type.
embeddable(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
EMBEDDABLE - org.hibernate.cfg.AnnotatedClassType
has an Embeddable annotation
EMBEDDABLE - org.hibernate.metamodel.ValueClassification
An Embeddable value
embeddableClass() - Method in annotation type org.hibernate.annotations.CompositeTypeRegistration
 
embeddableClass() - Method in annotation type org.hibernate.annotations.EmbeddableInstantiatorRegistration
 
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
Special initializer contract for embeddables
EmbeddableInstantiator - Interface in org.hibernate.metamodel.spi
Contract for instantiating embeddable values NOTE : incubating until the proposed `instantiate(IntFunction valueAccess, SessionFactoryImplementor sessionFactory)` form can be implemented
EmbeddableInstantiator - Annotation Type in org.hibernate.annotations
Specifies a custom instantiator for a specific embedded
EmbeddableInstantiatorRegistration - Annotation Type in org.hibernate.annotations
Registers a custom instantiator implementation to be used for all references to a particular Embeddable.
EmbeddableInstantiatorRegistrations - Annotation Type in org.hibernate.annotations
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 - Interface in org.hibernate.metamodel.mapping
Describes an embeddable - the actual type
EmbeddableRepresentationStrategy - Interface in org.hibernate.metamodel.spi
Describes the representation of a particular embeddable type.
EmbeddableResult<T> - Interface in org.hibernate.sql.results.graph.embeddable
DomainResult specialization for embeddable-valued results
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
Describes the mapping of an embeddable (composite).
embedded - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
embedded - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
EMBEDDED - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
EMBEDDED - org.hibernate.metamodel.AttributeClassification
 
EMBEDDED - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
EMBEDDED_LOAD_LOGGER - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
Static access to the logging instance
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(Component, int[], MetadataBuildingContext) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
EmbeddedDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Deprecated.
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
empty() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
empty() - Method in class org.hibernate.collection.spi.PersistentBag
 
empty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection empty? (don't try to initialize the collection)
empty() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
empty() - Method in class org.hibernate.collection.spi.PersistentList
 
empty() - Method in class org.hibernate.collection.spi.PersistentMap
 
empty() - Method in class org.hibernate.collection.spi.PersistentSet
 
empty() - Static method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
EMPTY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EMPTY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EMPTY - Static variable in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
EMPTY_GROUPING - org.hibernate.dialect.GroupByConstantRenderingStrategy
The strategy for ANSI SQL compliant DBs like e.g.
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, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateFetchOffsetWithWindowFunctions(QueryPart, Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
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.
emulateQueryPartTableReferenceColumnAliasing(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateSelectTupleComparison(List<SqlSelection>, List<? extends SqlAstNode>, ComparisonOperator, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.
emulateValuesTableReferenceColumnAliasing(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
Enables auto-closing.
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should we process or ignore explicitly defined discriminators in the case of joined-subclasses.
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
enableFetchProfile(String) - Method in interface org.hibernate.Session
Enable a particular fetch profile on this session.
enableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
enableFilter(String) - Method in interface org.hibernate.Session
Enable the named filter for this current session.
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should nationalized variants of character data be used in the database types? For example, should NVARCHAR be used instead of VARCHAR? NCLOB instead of CLOB?
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Similarly to MetadataBuilder.enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean), but here how should we treat joined inheritance when there is no explicitly defined discriminator annotations? If enabled, we will handle joined inheritance with no explicit discriminator annotations by implicitly creating one (following the JPA implicit naming rules).
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
For entities which do not explicitly say, should we force discriminators into SQL selects? The (historical) default is false
enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
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
 
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.
enableReleaseResourcesOnCloseEnabled(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should resources held by an EntityManager be released immediately on close?
enableReleaseResourcesOnCloseEnabled(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Enable connection releases
enableReturnOfDeletedEntities(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Should the multi-load operation be allowed to return entities that are locally deleted? A locally deleted entity is one which has been passed to this Session's Session.delete(java.lang.Object) / Session.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) / Session.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.
end() - Method in class org.hibernate.BaseSessionEventListener
 
end() - Method in interface org.hibernate.SessionEventListener
 
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.NakedIdentifierContext
 
END() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
END() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
endRead() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
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.
enhance(String, byte[]) - Method in interface org.hibernate.bytecode.enhance.spi.Enhancer
Performs the enhancement.
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<J> - 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
 
Enhancer - Interface in org.hibernate.bytecode.enhance.spi
Class responsible for performing enhancement.
ENHANCER_ENABLE_ASSOCIATION_MANAGEMENT - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable association management feature in runtime bytecode enhancement
ENHANCER_ENABLE_DIRTY_TRACKING - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable dirty tracking feature in runtime bytecode enhancement
ENHANCER_ENABLE_LAZY_INITIALIZATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable lazy loading feature in runtime bytecode enhancement
EnhancerConstants - Class in org.hibernate.bytecode.enhance.spi
Constants used during enhancement.
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().
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().
enterBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
enterBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
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().
enterBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.booleanLiteral().
enterBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.booleanLiteral().
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().
enterCollateFunction(HqlParser.CollateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collateFunction().
enterCollateFunction(HqlParser.CollateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collateFunction().
enterCollation(HqlParser.CollationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collation().
enterCollation(HqlParser.CollationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collation().
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().
enterCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collectionFunctionMisuse().
enterCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collectionFunctionMisuse().
enterCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collectionSizeFunction().
enterCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collectionSizeFunction().
enterCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collectionValueNavigablePath().
enterCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collectionValueNavigablePath().
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().
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().
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().
enterDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
enterDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
enterElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.elementAggregateFunction().
enterElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.elementAggregateFunction().
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().
enterEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityWithJoins().
enterEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityWithJoins().
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
enterExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
enterExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
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().
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().
enterExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.expressionOrPredicate().
enterExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.expressionOrPredicate().
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().
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().
enterFrameClause(HqlParser.FrameClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.frameClause().
enterFrameClause(HqlParser.FrameClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.frameClause().
enterFrameEnd(HqlParser.FrameEndContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.frameEnd().
enterFrameEnd(HqlParser.FrameEndContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.frameEnd().
enterFrameExclusion(HqlParser.FrameExclusionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.frameExclusion().
enterFrameExclusion(HqlParser.FrameExclusionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.frameExclusion().
enterFrameStart(HqlParser.FrameStartContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.frameStart().
enterFrameStart(HqlParser.FrameStartContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.frameStart().
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().
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().
enterFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.functionArgument().
enterFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.functionArgument().
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().
enterFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
enterFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
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().
enterGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
enterGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
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().
enterGenericFunction(HqlParser.GenericFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.genericFunction().
enterGenericFunction(HqlParser.GenericFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.genericFunction().
enterGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.genericFunctionArguments().
enterGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.genericFunctionArguments().
enterGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.genericFunctionName().
enterGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.genericFunctionName().
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().
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().
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().
enterIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
enterIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
enterIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.indexAggregateFunction().
enterIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.indexAggregateFunction().
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().
enterInstantiation(HqlParser.InstantiationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiation().
enterInstantiation(HqlParser.InstantiationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiation().
enterInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiationArgument().
enterInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiationArgument().
enterInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiationArgumentExpression().
enterInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiationArgumentExpression().
enterInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiationArguments().
enterInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiationArguments().
enterInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiationTarget().
enterInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiationTarget().
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().
enterJoin(HqlParser.JoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.join().
enterJoin(HqlParser.JoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.join().
enterJoinPath(HqlParser.JoinPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.joinPath().
enterJoinPath(HqlParser.JoinPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.joinPath().
enterJoinRestriction(HqlParser.JoinRestrictionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.joinRestriction().
enterJoinRestriction(HqlParser.JoinRestrictionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.joinRestriction().
enterJoinType(HqlParser.JoinTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.joinType().
enterJoinType(HqlParser.JoinTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.joinType().
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().
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().
enterListaggFunction(HqlParser.ListaggFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.listaggFunction().
enterListaggFunction(HqlParser.ListaggFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.listaggFunction().
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().
enterLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.literal().
enterLiteral(OrderingParser.LiteralContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.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().
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().
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().
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().
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().
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().
enterNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nakedIdentifier().
enterNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nakedIdentifier().
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.orderedQuery().
enterNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.orderedQuery().
enterNthSideClause(HqlParser.NthSideClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nthSideClause().
enterNthSideClause(HqlParser.NthSideClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nthSideClause().
enterNullsClause(HqlParser.NullsClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nullsClause().
enterNullsClause(HqlParser.NullsClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nullsClause().
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().
enterNumericLiteral(HqlParser.NumericLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.numericLiteral().
enterNumericLiteral(HqlParser.NumericLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.numericLiteral().
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().
enterOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.onOverflowClause().
enterOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.onOverflowClause().
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().
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().
enterOverClause(HqlParser.OverClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overClause().
enterOverClause(HqlParser.OverClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overClause().
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().
enterPartitionClause(HqlParser.PartitionClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.partitionClause().
enterPartitionClause(HqlParser.PartitionClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.partitionClause().
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().
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().
ENTERPRISEDB - org.hibernate.dialect.Database
 
enterQuery(HqlParser.QueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.query().
enterQuery(HqlParser.QueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.query().
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().
enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
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().
enterRootEntity(HqlParser.RootEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.rootEntity().
enterRootEntity(HqlParser.RootEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.rootEntity().
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.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.BarePrimaryExpressionContext
 
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.BooleanLiteralContext
 
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.CollateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
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.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.ElementAggregateFunctionContext
 
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.EntityWithJoinsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
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.FormatContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
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.GeneralPathExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
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.IdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
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.InstantiationArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
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.JoinContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
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.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.ListaggFunctionContext
 
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.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.MapEntrySelectionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
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.NakedIdentifierContext
 
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.NthSideClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
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.OnOverflowClauseContext
 
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.OrPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
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.PartitionClauseContext
 
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.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.QueryContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
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.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.SimplePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
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.StandardFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
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.SyntacticDomainPathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
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.ToOneFkExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
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.UnaryNumericLiteralExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
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.VariableContext
 
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.WithinGroupClauseContext
 
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.DotIdentifierExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
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.FunctionExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
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().
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().
enterSimplePath(HqlParser.SimplePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.simplePath().
enterSimplePath(HqlParser.SimplePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.simplePath().
enterSimplePathElement(HqlParser.SimplePathElementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.simplePathElement().
enterSimplePathElement(HqlParser.SimplePathElementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.simplePathElement().
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().
enterSortDirection(HqlParser.SortDirectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.sortDirection().
enterSortDirection(HqlParser.SortDirectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.sortDirection().
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().
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().
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().
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().
enterSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
enterSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
enterTargetEntity(HqlParser.TargetEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.targetEntity().
enterTargetEntity(HqlParser.TargetEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.targetEntity().
enterTargetFields(HqlParser.TargetFieldsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.targetFields().
enterTargetFields(HqlParser.TargetFieldsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.targetFields().
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().
enterToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
enterToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
enterToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.toOneFkReference().
enterToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.toOneFkReference().
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().
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().
enterUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the UnaryNumericLiteralExpression labeled alternative in HqlParser.expression().
enterUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the UnaryNumericLiteralExpression 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().
enterValues(HqlParser.ValuesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQuerypredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameter.
enterValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQuerypredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameter.
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().
enterVariable(HqlParser.VariableContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.variable().
enterVariable(HqlParser.VariableContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.variable().
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().
enterWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.withinGroupClause().
enterWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.withinGroupClause().
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() - Method in annotation type org.hibernate.annotations.AnyDiscriminatorValue
The corresponding entity
entity() - Method in annotation type org.hibernate.annotations.FetchProfile.FetchOverride
The entity containing the association whose fetch is being overridden.
entity() - Method in annotation type org.hibernate.annotations.SqlFragmentAlias
The entity class associated with the alias.
entity(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
entity(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Access to an entity supporting Hibernate's entity-name feature
entity(String, String, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
Creates a EntityResultBuilder allowing for further configuring of the mapping.
ENTITY - org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
ENTITY - org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ENTITY - org.hibernate.cache.spi.support.AccessedDataClassification
 
ENTITY - org.hibernate.cfg.AnnotatedClassType
has an Entity annotation
ENTITY - org.hibernate.DuplicateMappingException.Type
A duplicate entity definition was encountered.
ENTITY - org.hibernate.metamodel.ValueClassification
Reference to an entity
ENTITY - org.hibernate.query.sqm.ConstructorEntityArgumentMode
The entity reference will be passed as the ctor arg.
ENTITY - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
 
ENTITY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
ENTITY_COLLECTION - org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ENTITY_ENTRY_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the EntityEntry
ENTITY_ENTRY_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the EntityEntry field.
ENTITY_ENTRY_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the EntityEntry field.
ENTITY_ID - Static variable in interface org.hibernate.persister.entity.EntityPersister
The property name of the "special" identifier property in HQL
ENTITY_INSTANCE_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to get reference of the entity instance (this in the case of enhanced classes).
ENTITY_LOADING_LOGGER - Static variable in interface org.hibernate.sql.results.graph.entity.EntityLoadingLogging
 
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_TABLE_IDENTITY_COLUMN - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
 
ENTITY_TABLE_PREFIX - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
 
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(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
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
Specialization of Fetch for entity-valued fetches
EntityGraphQueryHint - Class in org.hibernate.engine.query.spi
Deprecated.
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
State used as part of applying entity graphs to Hibernate DomainResult / Fetch load graphs.
EntityGraphTraversalState.TraversalResult - Class in org.hibernate.sql.results.graph
Details of a particular traversal within the entity graph
EntityHierarchySource - Interface in org.hibernate.boot.model.source.spi
Models the source-agnostic view of an entity hierarchy.
EntityIdentifierMapping - Interface in org.hibernate.metamodel.mapping
Describes the mapping of an entity's identifier.
EntityIdentifierNature - Enum in org.hibernate.id
Describes the possible natures of an entity-defined identifier.
EntityIdentifierNavigablePath - Class in org.hibernate.spi
Specialized NavigablePath implementation for handling special cases pertaining to entity identifiers
EntityIdentifierNavigablePath(NavigablePath, String) - Constructor for class org.hibernate.spi.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
EntityJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
EntityJavaType uses object identity for equals/hashCode as we ensure that internally.
EntityJavaType(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
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
 
EntityLoadingLogging - 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
Mapping of an entity
EntityMappingType.ConstraintOrderedTableConsumer - Interface in org.hibernate.metamodel.mapping
 
EntityMetamodel - Class in org.hibernate.tuple.entity
Centralizes metamodel information about an entity.
EntityMetamodel(PersistentClass, EntityPersister, RuntimeModelCreationContext) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
 
EntityMetamodel(PersistentClass, EntityPersister, PersisterCreationContext) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
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
 
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.CrossJoinContext
 
entityName() - Method in class org.hibernate.grammars.hql.HqlParser
 
entityName() - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
entityName() - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
EntityNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
EntityNameResolver - Interface in org.hibernate
An object capable of determining the entity name for 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
entityPersister(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
EntityPersister - Interface in org.hibernate.persister.entity
A strategy for persisting a mapped entity class.
entityPersisters() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
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
Specialization of DomainResult for entity-valued results
EntityResultDescriptor(EntityResult, SqlResultSetMapping, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.SqlResultSetMappingDescriptor.EntityResultDescriptor
 
EntityResultDescriptor(JaxbHbmNativeQueryReturnType, Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.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, Function<EntityResultImpl, BasicFetch<?>>, DomainResultCreationState) - Constructor for class org.hibernate.query.results.complete.EntityResultImpl
 
EntityRowIdMapping - Interface in org.hibernate.metamodel.mapping
Mapping of a row-id
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
 
EntityType - Class in org.hibernate.type
Base for types which map associations to persistent entities.
EntityType(EntityType, String) - Constructor for class org.hibernate.type.EntityType
 
EntityType(TypeConfiguration, String, boolean, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
Constructs the requested entity type mapping.
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, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.EntityUniqueKey
 
EntityValuedFetchable - Interface in org.hibernate.sql.results.graph.entity
Fetchable which is entity-valued
EntityValuedModelPart - Interface in org.hibernate.metamodel.mapping
Entity-valued model part ManyToOne OneToOne entity-valued collection element entity-valued Map key
EntityVersionExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
EntityVersionMapping - Interface in org.hibernate.metamodel.mapping
Describes the mapping of an entity's version
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
 
entityWithJoins() - Method in class org.hibernate.grammars.hql.HqlParser
 
entityWithJoins() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
entityWithJoins(int) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
EntityWithJoinsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
entries(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterate all collection entries, during update of the database
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
entry() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
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.MapEntrySelectionContext
 
ENTRY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentBag
 
entryExists(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the given element/entry exist in the collection?
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentList
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentSet
 
entrySet() - Method in class org.hibernate.collection.spi.PersistentMap
 
entrySet() - Method in class org.hibernate.event.spi.MergeContext
Returns an unmodifiable set view of the merge-to-managed entity cross-references contained in this MergeContext.
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
 
EnumJavaType<T extends Enum<T>> - Class in org.hibernate.type.descriptor.java
Describes a Java Enum type.
EnumJavaType(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.EnumJavaType
 
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 properties passed in Properties objects.
EOF() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
EOF() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
EPOCH - org.hibernate.query.sqm.TemporalUnit
An internal value representing the Unix epoch, the elapsed seconds since January 1, 1970.
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
equal(Expression<?>, Expression<?>) - 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.criteria.HibernateCriteriaBuilder
 
equal(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
EQUAL - org.hibernate.query.sqm.ComparisonOperator
 
EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
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.collection.spi.PersistentBag
Bag does not respect the collection API and do an JVM instance comparison to do the equals.
equals(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
equals(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
equals(Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
equals(Object) - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
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(Object) - Method in class org.hibernate.mapping.FetchProfile
 
equals(Object) - Method in class org.hibernate.mapping.Table
 
equals(Object) - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
equals(Object) - Method in class org.hibernate.metamodel.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.query.results.complete.CompleteFetchBuilderBasicPart
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
equals(Object) - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
equals(Object) - Method in class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
equals(Object) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
equals(Object) - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
equals(Object) - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
equals(Object) - Method in class org.hibernate.spi.NavigablePath
 
equals(Object) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
equals(Object) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
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.type.AnyType.ObjectTypeCacheEntry
 
equals(Object) - Method in class org.hibernate.type.CustomType
 
equals(J, J) - Method in interface org.hibernate.usertype.CompositeUserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(J, J) - Method in interface org.hibernate.usertype.UserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(Column) - Method in class org.hibernate.mapping.Column
 
equals(Table) - Method in class org.hibernate.mapping.Table
 
equals(T, T) - Method in class org.hibernate.type.EnumType
 
equals(T, T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
equals(T, T) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the current state exactly match the snapshot?
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
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?
ERROR - org.hibernate.event.service.spi.DuplicationStrategy.Action
 
ERROR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ERROR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
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.LikeEscapeContext
 
ESCAPE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
escapeComment(String) - Static method in class org.hibernate.dialect.Dialect
 
event - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
EVENT_LISTENER_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Event listener configuration properties follow the pattern hibernate.event.listener.eventType packageName.ClassName1, packageName.ClassName2
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
Add one or more SessionEventListener instances to the list of listeners for the new 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 - Class in org.hibernate.sql.ast.tree.expression
 
Every(QueryPart, MappingModelExpressible<?>) - Constructor for class org.hibernate.sql.ast.tree.expression.Every
 
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.NakedIdentifierContext
 
everyAny() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument!
everyAny_boolAndOr() - 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_minMaxCase() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for Oracle and Sybase.
everyAny_minMaxIif() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for SQL Server.
everyAny_sumCase() - 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.
EveryAnyEmulation - Class in org.hibernate.dialect.function
Most databases don't have a function like every() or any().
EveryAnyEmulation(TypeConfiguration, 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(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
evict(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
evict(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
EVICT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
EVICT - Static variable in class org.hibernate.engine.spi.CascadeStyles
evict
EVICT - Static variable in class org.hibernate.engine.spi.CascadingActions
 
EVICT - Static variable in class org.hibernate.event.spi.EventType
 
evictAll() - Method in interface org.hibernate.Cache
evictAll() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
evictAllRegions() - Method in interface org.hibernate.Cache
Evict all cached data from every cache region.
evictCollectionData() - Method in interface org.hibernate.Cache
Evict all cache data from every cache region to which some collection role is assigned.
evictCollectionData(String) - Method in interface org.hibernate.Cache
Evict all cached data from the cache region to which the given collection role is assigned.
evictCollectionData(String, Object) - Method in interface org.hibernate.Cache
Evict the cached item for the collection with the given role and given identifier, if there is any such item in the cache.
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
Evict all cached query results from the default region.
evictEntityData() - Method in interface org.hibernate.Cache
Evict all cached data from every cache region to which any entity type is assigned.
evictEntityData(Class<?>) - Method in interface org.hibernate.Cache
Evict all cached data from the cache region to which the given entity type is assigned.
evictEntityData(Class<?>, Object) - Method in interface org.hibernate.Cache
Evicts the cached item for the entity of the given type, and with the given identifier, if there is any such item in the cache.
evictEntityData(String) - Method in interface org.hibernate.Cache
Evict all cached data from the cache region to which the given named entity type is assigned.
evictEntityData(String, Object) - Method in interface org.hibernate.Cache
Evict the cached item for the entity of the type with the given name, and with the given identifier, if there is any such item in the cache.
EvictEvent - Class in org.hibernate.event.spi
Defines an event class for the evicting of an entity.
EvictEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.EvictEvent
 
EvictEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of evict events generated from a session.
evictNaturalIdData() - Method in interface org.hibernate.Cache
Evict all cached natural id mappings for every entity type.
evictNaturalIdData(Class<?>) - Method in interface org.hibernate.Cache
Evict all cached natural id mappings for the given entity type.
evictNaturalIdData(String) - Method in interface org.hibernate.Cache
Evict all cached natural id mappings for the entity type with the given name.
evictQueries() - Method in interface org.hibernate.cache.spi.CacheImplementor
Deprecated.
only because it's currently never called
evictQueryRegion(String) - Method in interface org.hibernate.Cache
Evict all cached query results from the region with the given name.
evictQueryRegions() - Method in interface org.hibernate.Cache
Evict all cached query results from every region.
evictRegion(String) - Method in interface org.hibernate.Cache
Evict all cached data from the named cache region.
exactly(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
except(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
except(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
EXCEPT - org.hibernate.query.sqm.SetOperator
Exclusion of set elements of the set on the right-hand side.
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.NakedIdentifierContext
 
EXCEPT() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
EXCEPT_ALL - org.hibernate.query.sqm.SetOperator
Exclusion of bag elements of the bag on the right-hand side that retains duplicates.
exceptAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
EXCEPTION - org.hibernate.annotations.NotFoundAction
Raise an exception when a foreign key value has no corresponding primary key value in the referenced table.
EXCEPTION - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
EXCEPTION - org.hibernate.id.SequenceMismatchStrategy
When detecting a mismatch, Hibernate throws a MappingException indicating the sequence whose entity mapping configuration conflict with the one found in the database.
EXCEPTION - org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
 
EXCEPTION - org.hibernate.ReplicationMode
Throw an exception when a row already exists.
ExceptionConverter - Interface in org.hibernate.engine.spi
 
ExceptionHandler - Interface in org.hibernate.tool.schema.spi
Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).
EXCLUDE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EXCLUDE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EXCLUDE() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
EXCLUDE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
excluded() - Method in annotation type org.hibernate.annotations.OptimisticLock
true if changing the annotated attribute should not cause the version to be incremented.
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<? super E> & Serializable> - Class in org.hibernate.engine.spi
ExecutableList() - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new instance with the default settings.
ExecutableList(boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(int) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new instance with the given initial capacity.
ExecutableList(int, boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(int, ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new instance with the given initial capacity and ExecutableList.Sorter.
ExecutableList(ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new instance using the given ExecutableList.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(E) - Method in class org.hibernate.engine.spi.ActionQueue
 
execute(Connection) - Method in class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
 
execute(Connection) - Method in class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
 
execute(Connection) - Method in interface org.hibernate.jdbc.ReturningWork
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute(Connection) - Method in interface org.hibernate.jdbc.Work
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the PreparedStatement return its first ResultSet, if any.
execute(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, returning its first ResultSet, if any.
execute(LobCreationContext.Callback<T>) - Method in interface org.hibernate.engine.jdbc.LobCreationContext
Execute the given callback, making sure it has access to a viable JDBC Connection.
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
execute(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Execute the value generation.
execute(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
execute(JdbcMutation, JdbcParameterBindings, Function<String, PreparedStatement>, BiConsumer<Integer, PreparedStatement>, ExecutionContext) - Method in interface org.hibernate.sql.exec.spi.JdbcMutationExecutor
Perform the execution
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
 
executeBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Execute the currently managed batch (if any)
executeDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Execute the multi-table update indicated by the passed SqmUpdateStatement
executeInsert(SqmInsertStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
Execute the multi-table insert indicated by the passed SqmInsertStatement
executeInserts() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued entity-insertion actions.
executeList(Query, EntityGraph) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the Query using the given EntityGraph
executeList(Query, EntityGraph, String) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the Query, applying the given EntityGraph using the named semantic using JPA's "hint name" - see GraphSemantic.fromHintName(java.lang.String)
executeList(Query, EntityGraph, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the Query, applying the given EntityGraph using the specified semantic
executeList(TypedQuery<R>, EntityGraph<R>) - Static method in class org.hibernate.graph.EntityGraphs
executeList(TypedQuery<R>, EntityGraph<R>, String) - Static method in class org.hibernate.graph.EntityGraphs
executeList(TypedQuery<R>, EntityGraph<R>, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
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(Connection)
executeUpdate() - Method in interface org.hibernate.query.MutationQuery
Execute an insert, update, or delete statement, and return the number of affected entities.
executeUpdate() - Method in interface org.hibernate.query.Query
Execute an insert, update, or delete statement, and return the number of affected entities.
executeUpdate() - Method in class org.hibernate.query.spi.AbstractQuery
 
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(DomainQueryExecutionContext) - Method in interface org.hibernate.query.spi.NonSelectQueryPlan
 
executeUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - 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
A context for execution of SQL statements expressed via SQL AST and JdbcOperation
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(Subquery<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
exists(Subquery<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.ExistsCollectionPartPredicateContext
 
EXISTS() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
EXISTS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ExistsCollectionPartPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
ExistsPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
ExistsPredicate(QueryPart, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
ExistsPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
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().
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().
exitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
exitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
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().
exitBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.booleanLiteral().
exitBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.booleanLiteral().
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().
exitCollateFunction(HqlParser.CollateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collateFunction().
exitCollateFunction(HqlParser.CollateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collateFunction().
exitCollation(HqlParser.CollationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collation().
exitCollation(HqlParser.CollationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collation().
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().
exitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collectionFunctionMisuse().
exitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collectionFunctionMisuse().
exitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collectionSizeFunction().
exitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collectionSizeFunction().
exitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collectionValueNavigablePath().
exitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collectionValueNavigablePath().
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().
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().
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().
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().
exitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
exitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
exitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.elementAggregateFunction().
exitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.elementAggregateFunction().
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().
exitEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityWithJoins().
exitEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityWithJoins().
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
exitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
exitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
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().
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().
exitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.expressionOrPredicate().
exitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.expressionOrPredicate().
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().
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().
exitFrameClause(HqlParser.FrameClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.frameClause().
exitFrameClause(HqlParser.FrameClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.frameClause().
exitFrameEnd(HqlParser.FrameEndContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.frameEnd().
exitFrameEnd(HqlParser.FrameEndContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.frameEnd().
exitFrameExclusion(HqlParser.FrameExclusionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.frameExclusion().
exitFrameExclusion(HqlParser.FrameExclusionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.frameExclusion().
exitFrameStart(HqlParser.FrameStartContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.frameStart().
exitFrameStart(HqlParser.FrameStartContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.frameStart().
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().
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().
exitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.functionArgument().
exitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.functionArgument().
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().
exitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
exitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
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().
exitGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
exitGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
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().
exitGenericFunction(HqlParser.GenericFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.genericFunction().
exitGenericFunction(HqlParser.GenericFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.genericFunction().
exitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.genericFunctionArguments().
exitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.genericFunctionArguments().
exitGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.genericFunctionName().
exitGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.genericFunctionName().
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().
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().
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().
exitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
exitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
exitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.indexAggregateFunction().
exitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.indexAggregateFunction().
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().
exitInstantiation(HqlParser.InstantiationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiation().
exitInstantiation(HqlParser.InstantiationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiation().
exitInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiationArgument().
exitInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiationArgument().
exitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiationArgumentExpression().
exitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiationArgumentExpression().
exitInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiationArguments().
exitInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiationArguments().
exitInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiationTarget().
exitInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiationTarget().
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().
exitJoin(HqlParser.JoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.join().
exitJoin(HqlParser.JoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.join().
exitJoinPath(HqlParser.JoinPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.joinPath().
exitJoinPath(HqlParser.JoinPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.joinPath().
exitJoinRestriction(HqlParser.JoinRestrictionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.joinRestriction().
exitJoinRestriction(HqlParser.JoinRestrictionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.joinRestriction().
exitJoinType(HqlParser.JoinTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.joinType().
exitJoinType(HqlParser.JoinTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.joinType().
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().
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().
exitListaggFunction(HqlParser.ListaggFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.listaggFunction().
exitListaggFunction(HqlParser.ListaggFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.listaggFunction().
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().
exitLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.literal().
exitLiteral(OrderingParser.LiteralContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.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().
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().
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().
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().
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().
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().
exitNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nakedIdentifier().
exitNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nakedIdentifier().
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.orderedQuery().
exitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.orderedQuery().
exitNthSideClause(HqlParser.NthSideClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nthSideClause().
exitNthSideClause(HqlParser.NthSideClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nthSideClause().
exitNullsClause(HqlParser.NullsClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nullsClause().
exitNullsClause(HqlParser.NullsClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nullsClause().
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().
exitNumericLiteral(HqlParser.NumericLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.numericLiteral().
exitNumericLiteral(HqlParser.NumericLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.numericLiteral().
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().
exitOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.onOverflowClause().
exitOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.onOverflowClause().
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().
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().
exitOverClause(HqlParser.OverClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overClause().
exitOverClause(HqlParser.OverClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overClause().
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().
exitPartitionClause(HqlParser.PartitionClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.partitionClause().
exitPartitionClause(HqlParser.PartitionClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.partitionClause().
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().
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().
exitQuery(HqlParser.QueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.query().
exitQuery(HqlParser.QueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.query().
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().
exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
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().
exitRootEntity(HqlParser.RootEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.rootEntity().
exitRootEntity(HqlParser.RootEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.rootEntity().
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.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.BarePrimaryExpressionContext
 
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.BooleanLiteralContext
 
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.CollateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
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.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.ElementAggregateFunctionContext
 
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.EntityWithJoinsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
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.FormatContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
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.GeneralPathExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
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.IdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
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.InstantiationArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
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.JoinContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
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.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.ListaggFunctionContext
 
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.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.MapEntrySelectionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
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.NakedIdentifierContext
 
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.NthSideClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
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.OnOverflowClauseContext
 
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.OrPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
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.PartitionClauseContext
 
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.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.QueryContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
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.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.SimplePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
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.StandardFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
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.SyntacticDomainPathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
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.ToOneFkExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
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.UnaryNumericLiteralExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
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.VariableContext
 
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.WithinGroupClauseContext
 
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.DotIdentifierExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
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.FunctionExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
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().
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().
exitSimplePath(HqlParser.SimplePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.simplePath().
exitSimplePath(HqlParser.SimplePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.simplePath().
exitSimplePathElement(HqlParser.SimplePathElementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.simplePathElement().
exitSimplePathElement(HqlParser.SimplePathElementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.simplePathElement().
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().
exitSortDirection(HqlParser.SortDirectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.sortDirection().
exitSortDirection(HqlParser.SortDirectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.sortDirection().
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().
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().
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().
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().
exitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
exitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
exitTargetEntity(HqlParser.TargetEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.targetEntity().
exitTargetEntity(HqlParser.TargetEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.targetEntity().
exitTargetFields(HqlParser.TargetFieldsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.targetFields().
exitTargetFields(HqlParser.TargetFieldsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.targetFields().
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().
exitToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
exitToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
exitToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.toOneFkReference().
exitToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.toOneFkReference().
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().
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().
exitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the UnaryNumericLiteralExpression labeled alternative in HqlParser.expression().
exitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the UnaryNumericLiteralExpression 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().
exitValues(HqlParser.ValuesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQuerypredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameter.
exitValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQuerypredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameter.
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().
exitVariable(HqlParser.VariableContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.variable().
exitVariable(HqlParser.VariableContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.variable().
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().
exitWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.withinGroupClause().
exitWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.withinGroupClause().
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(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the exponential of its argument, that is, Euler's number e raised to the power of its argument.
expandSelfRenderingFunctionMultiValueParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
expandSelfRenderingFunctionMultiValueParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
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
 
EXPLICIT - org.hibernate.annotations.PolymorphismType
This entity is retrieved only if explicitly asked.
EXPLICIT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
EXPLICIT - org.hibernate.dialect.NationalizationSupport
The database does define and support distinct SQL types for representing nationalized character data, typically named NCHAR, NVARCHAR, and NCLOB.
explicitJoin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Indicates an explicit request to join a transaction.
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() - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
expression() - 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.CastFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
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.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.LikePredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
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.PartitionClauseContext
 
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.SimpleCaseWhenContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
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.ToDurationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
expression() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
expression() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
expression() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
expression(ReturnableType<?>, SqlAstNode...) - Method in class org.hibernate.dialect.function.TimestampaddFunction
 
expression(ReturnableType<?>, SqlAstNode...) - Method in class org.hibernate.dialect.function.TimestampdiffFunction
 
Expression - Interface in org.hibernate.sql.ast.tree.expression
Models an expression at the SQL AST level.
EXPRESSION - org.hibernate.dialect.SelectItemReferenceStrategy
The default strategy i.e.
ExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
ExpressionContext() - Constructor for class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
ExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
ExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
ExpressionOrPredicateContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
ExpressionReplacementWalker - Class in org.hibernate.sql.ast.spi
A walker that allows to replace expressions.
ExpressionReplacementWalker() - Constructor for class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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.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
 
EXTRA - org.hibernate.annotations.LazyCollectionOption
Prefer extra queries over full collection loading.
EXTRA - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
EXTRA_PHYSICAL_TABLE_TYPES - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a comma-separated list of extra table types, in addition to the default types "TABLE" and "VIEW", to recognize as physical tables when performing schema update, creation and validation.
extract(Object) - Method in interface org.hibernate.persister.spi.HydratedCompoundValueHandler
 
extract(CallableStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the CallableStatement.
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in interface org.hibernate.query.OutputableType
Perform the extraction
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.converter.ConvertedValueExtractor
 
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
extract(CallableStatement, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from a callable output parameter by index
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in interface org.hibernate.query.OutputableType
Perform the extraction
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
extract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.converter.ConvertedValueExtractor
 
extract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
extract(CallableStatement, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from a callable output parameter by name
extract(PreparedStatement) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the PreparedStatement.
extract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
extract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.converter.ConvertedValueExtractor
 
extract(ResultSet, int, 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(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, expecting a ResultSet in return
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 - 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.NakedIdentifierContext
 
extractArgumentJdbcMapping(TypeConfiguration, List<? extends SqmTypedNode<?>>, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
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) - 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.DataHelper
Extract a portion of the 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.
extractField() - Method in class org.hibernate.grammars.hql.HqlParser
 
extractField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
extractField(StringBuilder, TemporalUnit, TemporalType, TemporalType, TemporalUnit) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
ExtractFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
extractFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
extractFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
ExtractFunction - Class in org.hibernate.dialect.function
ANSI SQL-inspired extract() function, where the date/time fields are enumerated by TemporalUnit, and portability is achieved by delegating to Dialect.extractPattern(TemporalUnit).
ExtractFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ExtractFunction
 
ExtractFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
extractHashCode(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
extractHashCode(C) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
extractHashCode(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
extractHashCode(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
extractHashCode(Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
extractHashCode(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
extractHashCode(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
extractHashCode(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
extractHashCode(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
extractHashCode(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
extractHashCode(T) - Method in interface org.hibernate.type.descriptor.java.JavaType
Extract a proper hash code for this value.
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
extractInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
Extract the field interceptor instance from the enhanced entity.
extractInterceptor(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
extractInterceptor(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
ExtractionContext - Interface in org.hibernate.tool.schema.extract.spi
Defines a context for performing extraction including providing access to information about ongoing extraction as well as to delegates needed in performing extraction.
ExtractionContext.DatabaseObjectAccess - Interface in org.hibernate.tool.schema.extract.spi
In conjunction with ExtractionContext.getDatabaseObjectAccess() provides access to information about known database objects to the extractor.
ExtractionContext.EmptyExtractionContext - Class in org.hibernate.tool.schema.extract.spi
 
ExtractionContext.ResultSetProcessor<T> - Interface in org.hibernate.tool.schema.extract.spi
 
ExtractionTool - Interface in org.hibernate.tool.schema.spi
Encapsulates the functionality for extracting database metadata used by SchemaManagementTool.
extractLazyInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
extractLazyInterceptor(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
extractLazyInterceptor(Object) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
extractLoggableRepresentation(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
extractLoggableRepresentation(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
extractLoggableRepresentation(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
extractLoggableRepresentation(T) - Method in interface org.hibernate.type.descriptor.java.JavaType
Extract a loggable representation of the value.
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 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)
extractRawValue(RowProcessingState) - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
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.
extractResultSet(CallableStatement, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcCallRefCursorExtractor
 
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) - 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.DataHelper
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.DataHelper
Extract the contents of the given Clob 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 of form templateStartconstraintNametemplateEnd.
extractValue(CallableStatement, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
 

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
When pagination is used in combination with a fetch join applied to a collection or many-valued association, the limit must be applied in-memory instead of on the database.
FAILED_COMMIT - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction attempted to commit, but failed.
FAILED_ROLLBACK - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction attempted to rollback, but failed.
FakeSqmToSqlAstConverter - Class in org.hibernate.query.sqm.sql
 
FakeSqmToSqlAstConverter(SqlAstCreationState) - Constructor for class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
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 - org.hibernate.annotations.LazyCollectionOption
Eagerly load it.
FALSE - org.hibernate.annotations.LazyToOneOption
Eagerly load the association.
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
FALSE - org.hibernate.boot.model.TruthValue
 
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.BooleanLiteralContext
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
fetch() - Method in annotation type org.hibernate.annotations.Any
Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type org.hibernate.annotations.ManyToAny
Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
fetch() - Method in annotation type org.hibernate.annotations.Table
Defines a fetching strategy for the secondary table.
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(PluralAttribute<? super T, ?, Y>) - Method in interface org.hibernate.query.criteria.JpaFetch
 
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.JpaFetch
 
fetch(PluralAttribute<? super T, ?, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
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(SingularAttribute<? super T, Y>) - 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.JpaFetch
 
fetch(SingularAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(Number) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(Number, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(Number, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(Object) - Method in interface org.hibernate.StatelessSession
Fetch an association that's configured for lazy loading.
fetch(String) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(String) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
fetch(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(String, String, String) - Static method in class org.hibernate.query.results.Builders
 
fetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
Fetch - Class in org.hibernate.engine.profile
Models an individual fetch within a profile.
Fetch - Interface in org.hibernate.sql.results.graph
Contract for fetches including entity, collection and composite.
Fetch - Annotation Type in org.hibernate.annotations
Specify the fetching strategy used for the annotated association.
Fetch(String, String, String) - Constructor for class org.hibernate.mapping.FetchProfile.Fetch
 
Fetch(Association, Fetch.Style) - Constructor for class org.hibernate.engine.profile.Fetch
Constructs a Fetch
FETCH - org.hibernate.graph.GraphSemantic
Indicates that an EntityGraph should be interpreted as a JPA "fetch graph".
FETCH - org.hibernate.sql.ast.Clause
 
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.JoinContext
 
FETCH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FETCH_SIZE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
Fetch.Style - Enum in org.hibernate.engine.profile
The type or style of fetch.
Fetchable - Interface in org.hibernate.mapping
Any mapping with an outer-join attribute
Fetchable - Interface in org.hibernate.sql.results.graph
Parts of the domain model that can be fetched
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
Container of Fetchable references
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.sqm
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
How the association should be fetched.
FetchMode - Enum in org.hibernate
Represents an association fetching strategy.
FetchNotFoundException - Exception in org.hibernate
FetchNotFoundException(String, Object) - Constructor for exception org.hibernate.FetchNotFoundException
 
FetchOptions - Interface in org.hibernate.sql.results.graph
Represents an aggregated FetchTiming and FetchStyle value
fetchOverrides() - Method in annotation type org.hibernate.annotations.FetchProfile
The association fetch overrides.
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
Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
FetchProfile - Class in org.hibernate.engine.profile
A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
FetchProfile - Class in org.hibernate.mapping
A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
FetchProfile - Annotation Type in org.hibernate.annotations
Define the fetching strategy profile.
FetchProfile(String) - Constructor for class org.hibernate.engine.profile.FetchProfile
Constructs a FetchProfile, supplying its unique name (unique within the SessionFactory).
FetchProfile(String, MetadataSource) - Constructor for class org.hibernate.mapping.FetchProfile
Create a fetch profile representation.
FetchProfile.Fetch - Class in org.hibernate.mapping
Defines an individual association fetch within the given profile.
FetchProfile.FetchOverride - Annotation Type in org.hibernate.annotations
Descriptor for a particular association override.
FetchProfiles - Annotation Type in org.hibernate.annotations
Collects together multiple fetch profiles.
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
 
fetchSize() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The number of rows fetched by the JDBC Driver per trip.
fetchSize() - Method in annotation type org.hibernate.annotations.NamedQuery
The number of rows fetched by the JDBC Driver per trip.
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
FIELD - org.hibernate.cfg.AccessType
Access to value via field
FIELD - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
fieldResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
 
file - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
FILE - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
FILE - org.hibernate.boot.jaxb.SourceType
 
fillComponent(PropertyHolder, PropertyData, AccessType, boolean, EntityBinder, boolean, boolean, boolean, Class<? extends EmbeddableInstantiator>, Class<? extends CompositeUserType<?>>, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillComponent(PropertyHolder, PropertyData, PropertyData, AccessType, boolean, EntityBinder, boolean, boolean, boolean, Class<? extends EmbeddableInstantiator>, Class<? extends CompositeUserType<?>>, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.AnnotationBinder
 
fillSimpleValue() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
filter(DoublePredicate) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
filter(IntPredicate) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
filter(LongPredicate) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
filter(Predicate<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
Filter - Interface in org.hibernate
Allows control over an enabled filter at runtime.
Filter - Annotation Type in org.hibernate.annotations
Add filters to an entity or a target entity of a collection.
FILTER - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Apply in-memory de-duplication, removing rows already part of the results
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.NakedIdentifierContext
 
FILTER_NAME - Static variable in class org.hibernate.tuple.TenantIdBinder
 
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.EveryFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
FilterClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
filterDef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
FilterDef - Annotation Type in org.hibernate.annotations
Filter definition.
FilterDefinition - Class in org.hibernate.engine.spi
Represents the definition of a filter.
FilterDefinition(String, String, Map<String, JdbcMapping>) - Constructor for class org.hibernate.engine.spi.FilterDefinition
Construct a new FilterDefinition instance.
FilterDefs - Annotation Type in org.hibernate.annotations
Array of filter definitions.
FilterFragmentPredicate(String) - Constructor for class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
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() - Constructor for class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
FilterPredicate.FilterFragmentPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
FilterRestrictable - Interface in org.hibernate.metamodel.mapping
Things that can have associated Filter declarations.
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
 
finalSecondaryTableFromAnnotationBinding(PropertyHolder) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
find(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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.
findAnnotation(XAnnotatedElement, Class<T>) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
Locate an annotation on an annotated member, allowing for composed annotations (meta-annotations).
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 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(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
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(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
Resolve the auto-applied converter to be applied to a basic attribute described by the passed property descriptor.
findAutoApplyConverterForCollectionElement(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
Resolve the auto-applied converter to be applied to the elements of a plural attribute described by the passed property descriptor.
findAutoApplyConverterForMapKey(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
Resolve the auto-applied converter to be applied to the keys of a plural Map attribute described by the passed property descriptor.
findByAlias(String) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
findByPath(String) - Method in interface org.hibernate.metamodel.mapping.Queryable
 
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(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find a collection mapping descriptor based on its role.
findCollectionDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find a collection mapping descriptor based on its role.
findCollectionTypeRegistration(CollectionClassification) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
findColumnOwner(PersistentClass, String, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
Find the column owner (ie PersistentClass or Join) of columnName.
findContainingAnnotation(XAnnotatedElement, Class<T>) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
Locate the annotation, relative to `xAnnotatedElement`, which contains the passed type of annotation.
findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
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
 
findDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
findDirty(Object[], Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findDirty(Object[], Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent dirty state.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
findDirty(Object, Object, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called from flush().
findDirty(Object, EntityPersister, Session, CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used to hook into Hibernate algorithm for determination of which attributes have changed.
findEntityDescriptor(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find an entity mapping descriptor based on its Class.
findEntityDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find an entity mapping descriptor based on its Hibernate entity-name.
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
 
findEntityGraphsByJavaType(Class<T>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
findEntityGraphsByType(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
findEntityGraphsByType(Class<T>) - Method in interface org.hibernate.SessionFactory
Return all EntityGraphs registered for the given entity type.
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
findFetchBuilder(String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
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
Find the first entity access up the fetch parent graph
findFromByAlias(String, boolean) - 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
 
findInitializer(EntityKey) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
findInitializer(EntityUniqueKey) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
findInitializer(EntityUniqueKey) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
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.
findNamedGraph(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
findNaturalIdAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
findNaturalIdAttributes() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
findNaturalIdAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findOrCreateAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findOrCreateAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findPath(SqmExpression<?>, SqmExpressible<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
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(Component, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way
findPropertyByName(PersistentClass, String) - Static method in class org.hibernate.cfg.BinderHelper
Retrieve the property by path in a recursive way, including IdentifierProperty in the loop If propertyName is null or empty, the IdentifierProperty is returned
findQueryParameter(int) - Method in interface org.hibernate.query.ParameterMetadata
Find the QueryParameter registered under the given position-label, if one.
findQueryParameter(int) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
findQueryParameter(String) - Method in interface org.hibernate.query.ParameterMetadata
Find the QueryParameter registered under the given name, if one.
findQueryParameter(String) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
findRegisteredCompositeUserType(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
findRegisteredEmbeddableInstantiator(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
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) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
findSubPart(String) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
findSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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(Class<S>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findSubType(Class<S>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findSubType(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findSubType(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findSubType(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findSubType(String) - 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(String) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
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
 
findTableGroupOnParents(NavigablePath) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
findTableGroupOnParents(NavigablePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
findTableGroupOnParents(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Find a TableGroup by the NavigablePath it is registered under, and if not found on the current from clause level, ask the parent.
findTableGroupOnParents(NavigablePath) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
findTreat(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
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(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, Function<RL, Function<U, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireEventOnEachListener(Object, Function), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns a CompletionStage of type R.
fireEventOnEachListener(U, X, Function<RL, BiFunction<U, X, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireEventOnEachListener(Object, Object, Function), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns a CompletionStage of type R.
fireEventOnEachListener(U, X, EventActionWithParameter<T, U, X>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireEventOnEachListener(Object, BiConsumer), but allows passing a third parameter to the consumer; our code based occasionally needs a third parameter: having this additional variant allows using the optimal iteration more extensively and reduce allocations.
fireLazyEventOnEachListener(Supplier<U>, BiConsumer<T, U>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Fires an event on each registered event listener of this group.
fireLazyEventOnEachListener(Supplier<U>, Function<RL, Function<U, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns a CompletionStage of type R.
fireLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.loader.access.LoadAccessContext
 
first() - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
first() - Method in interface org.hibernate.ScrollableResults
Go to the first result.
first(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
FIRST - org.hibernate.query.sqm.NullOrdering
Null is always ordered first.
FIRST - org.hibernate.query.sqm.NullPrecedence
Null values appear at the beginning of the sorted collection.
FIRST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FIRST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.hql.HqlParser.FetchClauseContext
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
FIRST() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
FIRST() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
firstKey() - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
firstLevelSecondaryTablesBinding(SecondaryTable, SecondaryTables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in interface org.hibernate.query.QueryLogging
 
firstResult - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
FIX - org.hibernate.id.SequenceMismatchStrategy
When detecting a mismatch, Hibernate tries to fix it by overriding the entity sequence mapping using the one found in the database.
FIXED - org.hibernate.query.sqm.CastType
 
fk(Path<P>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
fk(Path<P>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
FK - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FK - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FK() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
FkDomainPathContinuation - Class in org.hibernate.metamodel.mapping.ordering.ast
 
FkDomainPathContinuation(NavigablePath, DomainPath, ToOneAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
 
FkDomainPathContinuation(NavigablePath, DomainPath, ModelPart, Set<String>) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
 
FkSecondPass - Class in org.hibernate.cfg
 
FkSecondPass(SimpleValue, AnnotatedJoinColumn[]) - Constructor for class org.hibernate.cfg.FkSecondPass
 
flatMap(DoubleFunction<? extends DoubleStream>) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.hibernate.query.spi.StreamDecorator
 
flatMap(IntFunction<? extends IntStream>) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
flatMap(LongFunction<? extends LongStream>) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in class org.hibernate.query.spi.StreamDecorator
 
flatMapToInt(Function<? super R, ? extends IntStream>) - Method in class org.hibernate.query.spi.StreamDecorator
 
flatMapToLong(Function<? super R, ? extends LongStream>) - Method in class org.hibernate.query.spi.StreamDecorator
 
FLOAT - org.hibernate.query.sqm.CastType
 
FLOAT - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type FLOAT.
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 - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
FLOAT_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
FloatJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Float handling.
FloatJavaType() - Constructor for class org.hibernate.type.descriptor.java.FloatJavaType
 
FloatJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for FLOAT handling.
FloatJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
floor(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the floor of its argument, that is, the largest integer smaller than or equal to its argument.
flush() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
flush() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
flush() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
flush() - Method in interface org.hibernate.Session
Force this session to flush.
flush() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a flush occurring
FLUSH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
FLUSH_BEFORE_COMPLETION - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that automatic flushing should occur during the JTA Synchronization.beforeCompletion() callback.
FLUSH_ENTITY - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
FLUSH_ENTITY - Static variable in class org.hibernate.event.spi.EventType
 
FLUSH_MODE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
FLUSH_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to determine flush mode.
flushBeforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
 
flushBeginning() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Callback to let us know that a flush is beginning.
flushEnd(int, int) - Method in class org.hibernate.BaseSessionEventListener
 
flushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
 
flushEnding() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Callback to let us know that a flush is ending.
FlushEntityEvent - Class in org.hibernate.event.spi
 
FlushEntityEvent(EventSource, Object, EntityEntry) - Constructor for class org.hibernate.event.spi.FlushEntityEvent
 
FlushEntityEventListener - Interface in org.hibernate.event.spi
 
FlushEvent - Class in org.hibernate.event.spi
Defines an event class for the flushing of a session.
FlushEvent(EventSource) - Constructor for class org.hibernate.event.spi.FlushEvent
 
FlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session flush events.
flushMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
flushMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
flushMode - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
flushMode() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The flush mode for the query.
flushMode() - Method in annotation type org.hibernate.annotations.NamedQuery
The flush mode for this query.
flushMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the FlushMode from the original session should be used to create the new session.
flushMode(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
flushMode(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushMode(FlushMode) - Method in interface org.hibernate.SessionBuilder
Specify the initial FlushMode to use for the opened Session
FlushMode - Enum in org.hibernate
Represents a flushing strategy.
FlushModeType - Enum in org.hibernate.annotations
Enumeration extending JPA flush modes with flush modes specific to Hibernate, and a "null" flush mode, FlushModeType.PERSISTENCE_CONTEXT for use as a default annotation value.
flushStart() - Method in class org.hibernate.BaseSessionEventListener
 
flushStart() - Method in interface org.hibernate.SessionEventListener
 
FOLLOW_ON - org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
 
FOLLOW_ON - org.hibernate.sql.exec.spi.JdbcLockStrategy
Use follow on locking.
FOLLOW_ON_LOCKING - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
FOLLOWING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FOLLOWING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FOLLOWING() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
FOLLOWING() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
FOLLOWING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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.NakedIdentifierContext
 
FOR() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
FOR() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
FOR_UPDATE - org.hibernate.sql.ast.Clause
 
force - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
force() - Method in annotation type org.hibernate.annotations.DiscriminatorOptions
"Forces" Hibernate to specify the allowed discriminator values, even when retrieving all instances of the root class.
FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULT - Static variable in interface org.hibernate.cfg.AvailableSettings
 
FORCE_TBL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
A flag to force using a table as the underlying structure rather than a sequence.
FORCED_NOT_NULL - org.hibernate.cfg.annotations.Nullability
 
FORCED_NULL - org.hibernate.cfg.annotations.Nullability
 
forceFlush(EntityEntry) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
forceFlush(EntityEntry) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
forceFlush(EntityEntry) - Method in interface org.hibernate.event.spi.EventSource
Force an immediate flush
forceIdentifierSelection() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
forceIdentifierSelection() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Whether forcing the selection of the identifier is in effect for this creation
forceInitialization() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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.pagination.AbstractLimitHandler
Generally, if there is no limit applied to a Hibernate query we do not apply any limits to the SQL query.
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.AnnotatedColumn
 
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(Class<R>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forClassInstantiation(JavaType<R>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forColumn() - Method in annotation type org.hibernate.annotations.ColumnTransformer
(Logical) column name for which the expression is used.
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
forEach(Consumer<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
forEach(DoubleConsumer) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
forEach(IntConsumer) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
forEach(LongConsumer) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
forEachAttribute(IndexedConsumer<SingularAttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
Convenience method to iterate the attributes for this mapper's representation
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
 
forEachCollectionDescriptor(Consumer<CollectionPersister>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Visit the mapping descriptors for all collections defined in the model
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, int, 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.EmbeddableValuedModelPart
 
forEachDisassembledJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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.persister.entity.AbstractEntityPersister
 
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
 
forEachDisassembledJdbcValue(Object, Clause, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
 
forEachEntityDescriptor(Consumer<EntityPersister>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Visit all entity mapping descriptors defined in the model
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface 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.EntityMappingType
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.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.persister.entity.AbstractEntityPersister
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Collation
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Distinct
 
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.Format
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.type.BasicType
 
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.Bindable
Visit each of JdbcMapping
forEachJdbcType(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(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.type.BasicType
 
forEachJdbcValue(Object, Clause, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
 
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.EntityMappingType
 
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
 
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.
forEachNamedGraph(Consumer<RootGraph<?>>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
forEachOrdered(Consumer<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
forEachOrdered(DoubleConsumer) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
forEachOrdered(IntConsumer) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
forEachOrdered(LongConsumer) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
forEachSelectable(int, SelectableConsumer) - Method in interface 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(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(int, SelectableConsumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
ForeignGenerator - Class in org.hibernate.id
foreign
ForeignGenerator() - Constructor for class org.hibernate.id.ForeignGenerator
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
foreignKey() - Method in annotation type org.hibernate.annotations.Table
foreignKey() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
ForeignKey - Class in org.hibernate.mapping
A foreign key constraint
ForeignKey - Annotation Type in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
use the JPA 2.1 ForeignKey annotation
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.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
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
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
 
forJpa(BootstrapServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Creates a StandardServiceRegistryBuilder specific to the needs of bootstrapping JPA.
forListInstantiation(NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forListInstantiation(JavaType<L>, 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
 
forMapInstantiation(JavaType<M>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
format() - Method in class org.hibernate.grammars.hql.HqlParser
 
format() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
format(int) - Static method in class org.hibernate.id.uuid.Helper
 
format(int) - Method in class org.hibernate.id.UUIDHexGenerator
 
format(short) - Static method in class org.hibernate.id.uuid.Helper
 
format(short) - Method in class org.hibernate.id.UUIDHexGenerator
 
format(QualifiedName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted non-table and non-sequence qualified name
format(QualifiedName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted non-table and non-sequence qualified name
format(QualifiedSequenceName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted sequence name
format(QualifiedSequenceName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted sequence name
format(QualifiedTableName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted a table name
format(QualifiedTableName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted a table name
Format - Class in org.hibernate.sql.ast.tree.expression
Represents the format pattern for a date/time format expression
Format(String) - Constructor for class org.hibernate.sql.ast.tree.expression.Format
 
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.FormatFunctionContext
 
FORMAT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
format_dateFormat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL-style (also Ingres)
format_formatdatetime() - 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
Enables 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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Usually Oracle-style (except for Informix which quite close to MySQL-style)
format_toVarchar() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HANA's name for to_char() is still Oracle-style
FormatContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FormatContext
 
formatFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
formatFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
FormatFunction - Class in org.hibernate.dialect.function
A format function with support for composite temporal expressions.
FormatFunction(String, boolean, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.FormatFunction
 
FormatFunction(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.FormatFunction
 
FormatFunction.FormatSqmFunction<T> - Class in org.hibernate.dialect.function
 
FormatFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
FormatMapper - Interface in org.hibernate.type
A mapper for mapping objects to and from a format.
FormatSqmFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, boolean, QueryEngine) - Constructor for class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
 
formatWithoutCatalog(QualifiedSequenceName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted sequence name, without the catalog (even the default one).
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
formula() - Method in annotation type org.hibernate.annotations.JoinColumnOrFormula
The formula to use in the join condition.
Formula - Class in org.hibernate.mapping
A formula is a derived column value
Formula - Class in org.hibernate.metamodel.relational
A read-only expression (e.g.
Formula - Annotation Type in org.hibernate.annotations
Specifies an expression written in native SQL that is used to read the value of an attribute instead of storing the value in a Column.
Formula() - Constructor for class org.hibernate.mapping.Formula
 
Formula(String) - Constructor for class org.hibernate.mapping.Formula
 
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
 
forPrecision(Integer, SharedSessionContractImplementor) - Static method in class org.hibernate.type.descriptor.java.ClockHelper
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
ForUpdateClause() - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
ForUpdateClause(LockMode) - 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
 
FORWARD_ONLY - org.hibernate.ScrollMode
Requests a scrollable result that is only scrollable forwards.
FQN_ENTITY_NAME - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
frameClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
frameClause() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
FrameClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
frameEnd() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
frameEnd() - Method in class org.hibernate.grammars.hql.HqlParser
 
FrameEndContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
frameExclusion() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
frameExclusion() - Method in class org.hibernate.grammars.hql.HqlParser
 
FrameExclusion - Enum in org.hibernate.query.sqm
 
FrameExclusionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
FrameKind - Enum in org.hibernate.query.sqm
 
FrameMode - Enum in org.hibernate.query.sqm
 
frameStart() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
frameStart() - Method in class org.hibernate.grammars.hql.HqlParser
 
FrameStartContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
free() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
from(JoinType) - Static method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
from(EntityType<T>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
from(EntityType<X>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
from(EntityType<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
from(EntityType<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
from(SqlResultSetMapping, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
 
from(Class<T>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
from(Class<X>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
from(Class<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
from(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
from(String, Limit, QueryParameterBindings, SharedSessionContractImplementor) - Static method in class org.hibernate.cache.spi.QueryKey
 
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(SessionFactoryImplementor, MetadataImplementor) - Static method in class org.hibernate.query.spi.QueryEngine
 
from(PersistentClass, boolean, boolean, Metadata) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClass
from(PersistentClass, Set<String>, CompositeType, boolean, Metadata) - Static method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
Static constructor
from(Property, int, int) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
 
from(SqlSelection, JavaType<X>) - Static method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
from(ValueGeneration, GenerationTiming, int) - Static method in interface org.hibernate.metamodel.mapping.GeneratedValueResolver
 
FROM - org.hibernate.query.sqm.tree.from.DowncastLocation
 
FROM - org.hibernate.sql.ast.Clause
 
FROM - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FROM - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
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_PARENT - org.hibernate.type.ForeignKeyDirection
A foreign key from parent to child
fromAccessType(AccessType) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
fromAnnotations(OrderColumn, IndexColumn, ListIndexBase, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.IndexColumn
 
fromByte(Byte) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Interpret a numeric value as the ordinal of the enum type
fromBytes(byte[]) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
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.QueryContext
 
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
 
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
 
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
 
fromHintName(String) - Static method in enum org.hibernate.graph.GraphSemantic
 
fromInteger(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Interpret a numeric value as the ordinal of the enum type
fromInternalFetchProfile(CascadingFetchProfile, Supplier<T>) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
fromJpaFlushMode(FlushModeType) - Static method in enum org.hibernate.FlushMode
 
fromJpaHintName(String) - Static method in enum org.hibernate.graph.GraphSemantic
fromJpaLockMode(LockModeType) - Static method in enum org.hibernate.LockMode
 
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.EnumJavaType
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.EnumJavaType
Interpret a String value as the named value of the enum type
fromNameExact(String) - Static method in enum org.hibernate.metamodel.mapping.CollectionPart.Nature
 
fromOrdinal(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
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 an action using it.
fromShort(Short) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
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(CharSequence) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromString(CharSequence) - Method in interface org.hibernate.type.descriptor.java.BasicJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
fromString(CharSequence) - Method in interface org.hibernate.type.descriptor.java.JavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.SerializableToBlobType
 
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in interface org.hibernate.type.FormatMapper
Deserializes an object from the character sequence.
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.JacksonJsonFormatMapper
 
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.JacksonXmlFormatMapper
 
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.JaxbXmlFormatMapper
 
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.JsonBJsonFormatMapper
 
fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLInetJdbcType
 
fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLJsonbJdbcType
 
fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLJsonJdbcType
 
fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLPGObjectJdbcType
 
fromStringValue(CharSequence) - Method in class org.hibernate.type.EnumType
 
fromStringValue(CharSequence) - Method in interface org.hibernate.usertype.EnhancedUserType
Consume the given string representation back into this types java form.
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 an action using the session 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.MetaType
 
FULL - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is fully searchable
FULL - org.hibernate.engine.spi.ValueInclusion
 
FULL - org.hibernate.query.sqm.tree.SqmJoinType
Represents a full join.
FULL - org.hibernate.sql.ast.SqlAstJoinType
Represents a full join.
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.JoinTypeContext
 
fullTargetName - Variable in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
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.ordering.OrderingParser
 
function() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
 
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 - org.hibernate.dialect.GroupBySummarizationRenderingStrategy
Use the rollup or cube functions like specified in the SQL standard.
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.JpaNonstandardFunctionContext
 
FUNCTION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FUNCTION_CALL - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.ListaggStringAggEmulation
 
FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.ModeStatsModeEmulation
 
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)
functionArgument() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
functionArgument() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
functionArgument(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
FunctionArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
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
 
FunctionArgumentTypeResolver - Interface in org.hibernate.query.sqm.produce.function
Pluggable strategy for resolving a function argument type for a specific call.
FunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
FunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
FunctionContributions - Interface in org.hibernate.boot.model
Defines the target contributing functions, whether via dialects or FunctionContributor
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 - Interface in org.hibernate.sql.ast.tree.expression
Models a function expression at the SQL AST level.
FunctionExpression(String, int) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
FunctionExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
FunctionExpressionContext(OrderingParser.ExpressionContext) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
 
FunctionKind - Enum in org.hibernate.query.sqm.function
The kind of a function e.g.
FunctionParameterType - Enum in org.hibernate.query.sqm.produce.function
A mini-"type system" for HQL function parameters.
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<T> - 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.
FunctionTableGroup - Class in org.hibernate.sql.ast.tree.from
A special table group for a table valued functions.
FunctionTableGroup(NavigablePath, TableGroupProducer, FunctionExpression, String, List<String>, boolean, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
FunctionTableReference - Class in org.hibernate.sql.ast.tree.from
A table reference for a table valued function.
FunctionTableReference(FunctionExpression, String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.FunctionTableReference
 

G

G - org.hibernate.engine.jdbc.Size.LobMultiplier
 
ge(Expression<? extends Number>, Expression<? extends 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.criteria.HibernateCriteriaBuilder
 
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
 
GeneralPathExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
 
generalPathFragment() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
 
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(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
Deprecated.
 
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.uuid.UuidGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDGenerator
Deprecated.
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDHexGenerator
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
generate(AccessCallback) - Method in interface org.hibernate.id.enhanced.Optimizer
Generate an identifier value accounting for this specific optimization.
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
GENERATE_STATISTICS - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that statistics should be collected.
generateAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<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, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
To create instances of keys for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
To create instances of NaturalIdCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
Generated - Annotation Type in org.hibernate.annotations
Specifies that the value of the annotated property is generated by the database.
GeneratedAlwaysValueGeneration - Class in org.hibernate.tuple
GeneratedAlwaysValueGeneration() - Constructor for class org.hibernate.tuple.GeneratedAlwaysValueGeneration
 
generatedAs(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
generatedAs(String) - Method in class org.hibernate.dialect.DB2Dialect
 
generatedAs(String) - Method in class org.hibernate.dialect.Dialect
 
generatedAs(String) - Method in class org.hibernate.dialect.H2Dialect
 
generatedAs(String) - Method in class org.hibernate.dialect.OracleDialect
 
generatedAs(String) - Method in class org.hibernate.dialect.SQLServerDialect
 
generatedBy() - Method in annotation type org.hibernate.annotations.ValueGenerationType
The type of value generation associated with the annotated value generator annotation type.
GeneratedColumn - Annotation Type in org.hibernate.annotations
Specifies that a column is defined using a DDL generated always as clause or equivalent, and that Hibernate should fetch the generated value from the database after each SQL INSERT or UPDATE.
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(PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateDiscriminatorMapping(PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateDiscriminatorMapping(PersistentClass, MappingModelCreationProcess) - 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
 
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.metamodel.mapping.EntityDiscriminatorMapping
 
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
Generates a Fetch of this 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, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedConstraintName(String, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedFkName(String, Identifier, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedFkName(String, Identifier, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
generateIdentifierMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateIdentifierMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - 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(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
generateInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateInsertRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
Generate the SQL INSERT that creates a new row
generateInsertRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
Generate the SQL UPDATE that updates a foreign key to a value
generateInsertString(boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateInsertString(boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that inserts a row
generateJoinPredicate(TableGroup, TableGroup, SqlExpressionResolver, SqlAstCreationContext) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
generateJoinPredicate(TableReference, TableReference, int, SqlExpressionResolver) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateJoinPredicate(TableReference, TableReference, String[], SqlExpressionResolver) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateJoinPredicate(TableReference, TableReference, SqlExpressionResolver, SqlAstCreationContext) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
generateLazySelectStringsByFetchGroup() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLeastSignificantBits(long) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateLocalObjectUuid() - Static method in class org.hibernate.id.uuid.LocalObjectUuidHelper
 
generateLocker(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
generateMap() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
generateName(String, Table, List<Column>) - Static method in class org.hibernate.mapping.Constraint
generateName(String, Table, Column...) - Static method in class org.hibernate.mapping.Constraint
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
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) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateNonEncapsulatedCompositeIdentifierMapping(MappingModelCreationProcess, PersistentClass) - 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
 
generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
generateProxy(byte[]) - Static method in class org.hibernate.engine.jdbc.BlobProxy
Generates a BlobImpl using byte data.
generateProxy(InputStream, long) - Static method in class org.hibernate.engine.jdbc.BlobProxy
Generates a BlobImpl proxy using a given number of bytes from an InputStream.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using a character reader of given length.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a NClob proxy using a character reader of given length.
generateProxy(InvocationHandler, Class...) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using the string data.
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a Clob proxy using the string data.
generateProxy(Blob) - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Generates a SerializableBlob proxy wrapping the provided Blob object.
generateProxy(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
generateProxy(NClob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
Generates a SerializableNClobProxy proxy wrapping the provided NClob object.
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
 
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
generateSQLDeleteStrings(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<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, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generateSqmExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateSqmExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Instantiate this template with the given arguments and expected return type.
generateSqmExpression(ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Convenience for no arguments
generateSqmExpression(SqmTypedNode<?>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Convenience for single argument
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.CastStrEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.CoalesceIfnullEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.ExtractFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.FormatFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.LocatePositionEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.LpadRpadPadEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.NvlCoalesceEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.TransactSQLStrFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<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<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
 
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.HypotheticalSetWindowEmulation
 
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
 
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.dialect.function.InverseDistributionWindowEmulation
 
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
Return an SQM node or subtree representing an invocation of this ordered set-aggregate function with the given arguments.
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
Return an SQM node or subtree representing an invocation of this window function with the given arguments.
generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generateStemFromAttributeName(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
 
generateStemFromEntityName(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
 
generateSubquery(Set<String>) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
generateSubquery(PersistentClass, Metadata) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
generateTableAlias(String, int) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateTableReferenceJoin(TableReference, String, SqlAliasBase, boolean, 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
 
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
Deprecated.
Generate the UUID.
generateValue(Session, Object) - Method in class org.hibernate.tuple.TenantIdGeneration
 
generateValue(Session, Object) - Method in interface org.hibernate.tuple.ValueGenerator
Generate the value.
generateValue(Session, Object, Object) - Method in class org.hibernate.tuple.TenantIdGeneration
 
generateValue(Session, Object, Object) - Method in interface org.hibernate.tuple.ValueGenerator
Generate the value.
generateVersionMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateVersionMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateVersionMapping(AbstractEntityPersister, Supplier<?>, PersistentClass, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateWindowSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateWindowSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine, TypeConfiguration) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
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
Represents the timing of value generation that occurs in the database.
GenerationTiming - Enum in org.hibernate.tuple
Represents the timing of value generation that occurs in the Java program, or in the database.
GenerationTypeStrategy - Interface in org.hibernate.id.factory.spi
Delegate for defining how to handle the various types of GenerationType possibilities.
GenerationTypeStrategyRegistration - Interface in org.hibernate.id.factory.spi
A ServiceLoader contract for registering implementations of GenerationTypeStrategy.
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
generator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
 
generator() - Method in annotation type org.hibernate.annotations.CollectionId
The generator name.
GENERATOR_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
Used as a key to pass the name used as GeneratedValue.generator() to the IdentifierGenerator as it is configured.
GeneratorDefinitionResolver - Interface in org.hibernate.id.factory.spi
Access to resolve IdentifierGeneratorDefinition instances
generatorImplementation() - Method in annotation type org.hibernate.annotations.CollectionId
Implementation for generating values
generatorType(GeneratedValue, MetadataBuildingContext, XClass) - Static method in class org.hibernate.cfg.AnnotationBinder
 
GeneratorType - Annotation Type in org.hibernate.annotations
Deprecated.
Most uses can be changed to use ValueGenerationType + AnnotationValueGeneration
genericFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
genericFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
genericFunctionArguments() - Method in class org.hibernate.grammars.hql.HqlParser
 
genericFunctionArguments() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
genericFunctionArguments() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
GenericFunctionArgumentsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
GenericFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
genericFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
genericFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser
 
GenericFunctionNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
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
 
GEOGRAPHY - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type GEOGRAPHY.
GEOMETRY - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type GEOMETRY.
get() - Method in interface org.hibernate.ScrollableResults
Get the current row of results.
get(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
get(int) - Method in class org.hibernate.collection.spi.PersistentBag
 
get(int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
get(int) - Method in class org.hibernate.collection.spi.PersistentList
 
get(int) - Method in class org.hibernate.dialect.TypeNames
Get default type name for specified JDBC type code.
get(int) - Method in class org.hibernate.engine.spi.ExecutableList
 
get(int) - Method in interface org.hibernate.metamodel.model.domain.TupleType
 
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(MapAttribute<T, K, V>) - Method in interface org.hibernate.query.criteria.JpaPath
 
get(MapAttribute<T, K, V>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(MapAttribute<T, K, V>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
get(PluralAttribute<T, C, E>) - Method in interface org.hibernate.query.criteria.JpaPath
 
get(PluralAttribute<T, C, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(PluralAttribute<T, C, E>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
get(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaPath
 
get(SingularAttribute<? super T, Y>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
get(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
get(Object) - Method in class org.hibernate.event.spi.MergeContext
Returns the managed entity associated with the specified merge Entity.
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 interface org.hibernate.metamodel.model.domain.TupleType
 
get(String) - Method in interface org.hibernate.query.criteria.JpaPath
 
get(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
get(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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(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(QueryKey, String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Get results from the cache.
get(QueryKey, Set<String>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Get results from the cache.
get(GroupsPerOperation.Operation) - Method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
 
get(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to retrieve an object from the cache.
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
Returns null if the item is not readable.
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
GET - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.GET.
GET - org.hibernate.CacheMode
The session may read items from the cache, but will not add items, except to invalidate items when updates occur.
GET - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
getAccess() - Method in interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
 
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Gets the value of the access property.
getAccess() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
getAccess() - Method in interface org.hibernate.boot.jaxb.mapping.spi.PersistentAttribute
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getAccessOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
Retrieve the optimizer for accessing the entity's persistent state.
getAccessorPropertyName(RepresentationMode) - Method in class org.hibernate.mapping.Property
 
getAccessStrategy(AccessType) - Static method in enum org.hibernate.cfg.AccessType
Convert the JPA access type enum to the corresponding AccessType enum value.
getAccessStrategy(String) - Static method in enum org.hibernate.cfg.AccessType
Resolve an externalized name to the AccessType enum value it names.
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?
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.
getActualExpression(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
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).
getAddedInstance() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
getAddedInstance() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
 
getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.Dialect
 
getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.SpannerDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a foreign key constraint to a table.
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.MySQLDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - 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
 
getAdjustedSqlString() - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
 
getAffectedOwnerEntityName() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the entity name for the collection owner entity that is affected by this event.
getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the ID for the collection owner entity that is affected by this event.
getAffectedOwnerOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the collection owner entity that is affected by this event.
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.ast.tree.from.NamedTableReference
 
getAffectedTableNames() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
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
 
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.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 interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
 
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
 
getAlias() - Method in class org.hibernate.spi.NavigablePath
 
getAlias(Dialect) - Method in class org.hibernate.mapping.Column
 
getAlias(Dialect) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect) - Method in interface org.hibernate.mapping.Selectable
Deprecated.
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.mapping.Column
Generate a column alias that is unique across multiple tables
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect, Table) - Method in interface org.hibernate.mapping.Selectable
Deprecated.
new read-by-position paradigm means that these generated aliases are no longer needed
getAlias(Dialect, Table) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
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
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.
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.
getAllSqlForTests() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Deprecated.
Exposed for tests only.
getAllSqlForTests() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getAllSqlForTests() - Method in class org.hibernate.id.enhanced.TableGenerator
Deprecated.
Exposed for tests only.
getAllSqlForTests() - Method in class org.hibernate.id.enhanced.TableStructure
 
getAllSqlForTests() - Method in class org.hibernate.id.IncrementGenerator
Deprecated.
Exposed for tests only.
getAlterTableString(String) - Method in class org.hibernate.dialect.Dialect
Command used to alter a table.
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.
getAnnotatedClasses() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedClassNames() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedClassNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any entity and component classes in the user domain model known by name.
getAnnotatedClassReferences() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any entity and component classes in the user domain model known by Class reference .
getAnnotatedPackageNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any known annotated package names (packages with a package-info.class file that Hibernate has been told about).
getAnnotatedPackages() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotation() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
 
getAnnotationsMethod() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
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?
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
 
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
 
getAppliedParameters() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperation
 
getArchiveDescriptorFactory() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getArchiveDescriptorFactory() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the ArchiveDescriptorFactory to be used for scanning
getArchiveUrl() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.AvgFunction
 
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.CountFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.CurrentFunction
 
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.FormatFunction
 
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.SqlFunction
 
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
 
getArgumentsValidator() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getArgumentsValidator() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getArgumentsValidator() - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
 
getArgumentTypeResolver() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getArray() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getArrayClass() - Method in interface org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
Get the Java type that describes an array of this type.
getAsciiStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
getAssembledJavaType() - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
The JavaType describing the Java type that this assembler assembles.
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
getAssembler() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
For testing purposes only
getAssembler() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
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() - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
getAssociatedEntityName(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
Get the entity name of the associated entity
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedEntityPersister(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
Get the "persister" for this association - a class or collection persister
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Retrieves the Joinable defining the associated entity.
getAssociation() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the association property.
getAssociation() - Method in class org.hibernate.engine.profile.Fetch
 
getAssociation() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getAssociationAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
The attribute source information
getAssociationKey() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getAssociationKeyFromSide(Object, ForeignKeyDescriptor.Nature, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
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() - Method in interface org.hibernate.query.criteria.JpaJoin
 
getAttribute() - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
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() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
getAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
getAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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.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.
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.
getAttributeJavaType() - 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
 
getAttributeMapping(int) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getAttributeMapping(int) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Retrieve an attribute by its contributor position
getAttributeMapping(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getAttributeMapping(int) - Method in interface org.hibernate.persister.entity.EntityPersister
 
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
Access to AttributeMetadata
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
The name of the mapped attribute
getAttributeNodeImplementors() - Method in interface org.hibernate.graph.spi.GraphImplementor
 
getAttributeNodeList() - Method in interface org.hibernate.graph.Graph
Get a list of all existing AttributeNodes within this container
getAttributeNodeList() - Method in interface org.hibernate.graph.spi.GraphImplementor
 
getAttributeNodes() - Method in interface org.hibernate.graph.RootGraph
 
getAttributeNodes() - Method in interface org.hibernate.graph.SubGraph
 
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the attributeOverride property.
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyDiscriminatorColumnNameSource
Access the AttributePath to the ANY mapping
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
Access to the AttributePath of the ANY mapping
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
Access to the AttributePath for the basic value
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access to the name of the attribute that defines the association.
getAttributePath() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getAttributePathBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
 
getAttributeRole() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getAttributeRoleBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
 
getAttributes() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Gets the value of the attributes property.
getAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
getAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getAttributesInFetchGroup(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
getAttributeSourcesMakingUpIdentifier() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
Obtain the source descriptor for the identifier attribute.
getAutoAliasInjection() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the autoAliasInjection property.
getAutoAppliedConverterDescriptorForAttribute(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
 
getAutoAppliedConverterDescriptorForCollectionElement(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
 
getAutoAppliedConverterDescriptorForMapKey(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
 
getAutoApplyDescriptor() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
Get the auto-apply checker for this converter.
getAutoListener() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
 
getAuxiliaryDatabaseObjectExporter() - Method in class org.hibernate.dialect.Dialect
 
getAuxiliaryDatabaseObjectList() - Method in 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
 
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?
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.
: 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).
getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
 
getBean(Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by class.
getBean(Class<T>, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by class with an explicit fallback bean instance producer.
getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
 
getBean(String, Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by name and contract.
getBean(String, Class<T>, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by name and contract with an explicit fallback bean instance producer.
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
 
getBeanInstanceProducer() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
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.metamodel.model.domain.AbstractDomainType
 
getBindableJavaType() - Method in interface org.hibernate.metamodel.model.domain.SimpleDomainType
 
getBindableJavaType() - Method in interface org.hibernate.query.BindableType
The expected Java type
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getBindableJavaType() - Method in class org.hibernate.type.BasicTypeReference
 
getBindableJavaType() - Method in class org.hibernate.type.ComponentType
 
getBindableType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.OracleXmlJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLPGObjectJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeAdapter
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getBinder(JavaType<X>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Obtain a binder object capable of binding values of the given Java type to parameters of a JDBC PreparedStatement.
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NullJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
getBinding(int) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via position
getBinding(String) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via name
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(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(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
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
 
getBooleanType() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getBooleanType() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getBooleanWrapper(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
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.AnnotatedColumn
 
getBuildingContext() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
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() - Method in class org.hibernate.mapping.Collection
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.PersistentClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.RootClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Subclass
 
getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
 
getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the cached database snapshot for the requested entity key.
getCachedPkResolutions(EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Find all the locally cached primary key cross-reference entries for the given entity.
getCachedSize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
getCacheMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
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 interface org.hibernate.query.SelectionQuery
Obtain the CacheMode in effect for this query.
getCacheMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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 for this session.
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.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 interface org.hibernate.query.SelectionQuery
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 SelectionQuery.isCacheable() for more information).
getCacheRegion() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getCacheRegionDefinitions() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getCacheRegionDefinitions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to all explicit cache region mappings.
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
 
getCacheRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Obtain the statistics for either a domain data or query result cache region.
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 class org.hibernate.query.spi.AbstractSelectionQuery
 
getCallback() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
The callback reference
getCallback() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getCallbackAnnotation() - Method in enum org.hibernate.jpa.event.spi.CallbackType
 
getCallbackDefinitions() - Method in class org.hibernate.mapping.PersistentClass
 
getCallbackDefinitions() - Method in class org.hibernate.mapping.Property
 
getCallbackMethod(Class<? extends Annotation>) - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
getCallbackRegistry() - Method in class org.hibernate.event.spi.EventEngine
 
getCallbackType() - Method in interface org.hibernate.jpa.event.spi.Callback
The type of callback (pre-update, pre-persist, etc) handled
getCallRefCursorExtractors() - Method in interface org.hibernate.sql.exec.spi.JdbcCall
Extractors for REF_CURSOR (ResultSet) parameters
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() - Method in class org.hibernate.mapping.Property
 
getCascadeStyle() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
getCascadeStyle() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getCascadeStyle() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getCascadeStyle() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getCascadeStyle(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCascadeStyle(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the cascade style of this (subclass closure) property
getCascadeStyle(int) - Method in class org.hibernate.type.AnyType
 
getCascadeStyle(int) - Method in class org.hibernate.type.ComponentType
 
getCascadeStyle(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the cascade style of the indicated component property.
getCascadeStyle(String) - Static method in class org.hibernate.engine.spi.CascadeStyles
Factory method for obtaining named cascade styles
getCascadeStyleName() - Method in interface org.hibernate.boot.model.source.spi.CascadeStyleSource
Obtain the cascade styles to be applied to this association.
getCascadeStyles() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
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 class org.hibernate.type.AbstractStandardBasicType
 
getCastType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
getCastType() - Method in class org.hibernate.type.SerializableToBlobType
 
getCastType(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
getCastTypeName(SqlExpressible, Long, Integer, Integer) - Method in interface org.hibernate.type.descriptor.sql.DdlType
Get the name of the database type appropriate for casting operations (via the CAST() SQL function) for the given SqlExpressible SQL type.
getCastTypeName(JdbcType, JavaType<?>) - Method in interface org.hibernate.type.descriptor.sql.DdlType
 
getCastTypeName(JdbcType, JavaType<?>, Long, Integer, Integer) - Method in interface org.hibernate.type.descriptor.sql.DdlType
 
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 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, JdbcType, Dialect) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getCheckCondition(String, JdbcType, Dialect) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getCheckCondition(String, JdbcType, Dialect) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
getCheckCondition(String, JdbcType, Dialect) - Method in interface org.hibernate.type.descriptor.java.JavaType
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.cfg.AnnotatedColumn
 
getCheckConstraint() - Method in class org.hibernate.mapping.Column
 
getCheckConstraints() - Method in class org.hibernate.mapping.Table
 
getCheckConstraintsIterator() - Method in class org.hibernate.mapping.Table
Deprecated.
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(T) - 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.
getClassification() - Method in interface org.hibernate.usertype.UserCollectionType
The classification mapped by this custom type
getClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getClassmateContext() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the shared Classmate objects used throughout Hibernate's bootstrap process.
getClassMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
getClassMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
This operation is no longer called by Hibernate.
getClassName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
Retrieve the fully-qualified entity class name.
getClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getClassName() - Method in class org.hibernate.mapping.PersistentClass
 
getClassOrElement() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class itself or the element type if an array
getClassOrElement() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElement() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElement() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassOrElementName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself or the element type if an array
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getClassOrElementName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getClassOrElementName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getClassType() - Method in interface org.hibernate.graph.SubGraph
 
getClassType(XClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getClassWithIdClass(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
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(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
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.sql.ast.tree.expression.Collation
 
getCollection() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the collection property.
getCollection() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getCollection() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getCollection(Object, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.CollectionType
instantiate a collection wrapper (called when loading an object)
getCollection(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection instance associated with the CollectionKey
getCollectionBatch(CollectionPersister, Object, int) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Get a batch of uninitialized collection keys for a given role
getCollectionBinder(XProperty, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
collection binder factory
getCollectionBinding() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getCollectionBinding(String) - Method in interface org.hibernate.boot.Metadata
Retrieves the collection mapping metadata for the given collection role.
getCollectionBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getCollectionBindings() - Method in interface org.hibernate.boot.Metadata
Retrieves the Collection metadata representation for all known collections.
getCollectionBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getCollectionCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
Retrieve the list of all collection data to be stored in this region
getCollectionClass() - Method in interface org.hibernate.usertype.UserCollectionType
The Java type that this type maps.
getCollectionClassification() - Method in interface org.hibernate.collection.spi.CollectionSemantics
The classification handled by this semantic
getCollectionClassification() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getCollectionClassification() - Method in class org.hibernate.type.ArrayType
 
getCollectionClassification() - Method in class org.hibernate.type.BagType
 
getCollectionClassification() - Method in class org.hibernate.type.CollectionType
 
getCollectionClassification() - Method in class org.hibernate.type.CustomCollectionType
 
getCollectionClassification() - Method in class org.hibernate.type.IdentifierBagType
 
getCollectionClassification() - Method in class org.hibernate.type.ListType
 
getCollectionClassification() - Method in class org.hibernate.type.MapType
 
getCollectionClassification() - Method in class org.hibernate.type.OrderedMapType
 
getCollectionClassification() - Method in class org.hibernate.type.OrderedSetType
 
getCollectionClassification() - Method in class org.hibernate.type.SetType
 
getCollectionClassification() - Method in class org.hibernate.type.SortedMapType
 
getCollectionClassification() - Method in class org.hibernate.type.SortedSetType
 
getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
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
 
getCollectionDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getCollectionDescriptor() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
The descriptor for the collection being loaded
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
getCollectionEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Doubly internal
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
getCollectionFetchCount() - Method in interface org.hibernate.stat.Statistics
The 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 class org.hibernate.collection.spi.AbstractBagSemantics
 
getCollectionJavaType() - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
getCollectionJavaType() - Method in class org.hibernate.collection.spi.AbstractSetSemantics
 
getCollectionJavaType() - Method in interface org.hibernate.collection.spi.CollectionSemantics
The collection's Java type
getCollectionKey() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Get the collection key for the collection which is to be loaded immediately.
getCollectionKey(CollectionPersister, Object, EntityEntry, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
The set of all CollectionKeys currently held within the persistence context.
getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
The global number of collections loaded.
getCollectionMetadata() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
getCollectionMetadata() - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated.
This operation is no longer called by Hibernate.
getCollectionOwner(Object, CollectionPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity that owns this persistent collection
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.
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
The global number of collections recreated
getCollectionRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
Find the cache data access strategy for the given collection.
getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
The 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
The names of all collection roles.
getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
Deprecated.
getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.metamodel.spi.MappingMetamodelImplementor
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
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 class org.hibernate.mapping.Collection
 
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
Obtain the statistics for the collection with the given 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
getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
The 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(int) - Method in class org.hibernate.mapping.SimpleValue
 
getColumn(int) - Method in class org.hibernate.mapping.Table
 
getColumn(Identifier) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Identifier) - Method in class org.hibernate.mapping.Table
 
getColumn(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named ColumnInformation
getColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Column) - Method in class org.hibernate.mapping.Table
Return the column which is identified by column provided as argument.
getColumnAliases() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
 
getColumnAliases() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
getColumnAliases() - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilder
 
getColumnAliases() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
getColumnAliases() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
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.
getColumnDefinition() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the fragment that can be used to make a column unique as part of its column definition.
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
Deprecated.
getColumnIterator() - Method in class org.hibernate.mapping.Collection
Deprecated.
getColumnIterator() - Method in class org.hibernate.mapping.Component
Deprecated.
getColumnIterator() - Method in class org.hibernate.mapping.Constraint
Deprecated.
getColumnIterator() - Method in class org.hibernate.mapping.DenormalizedTable
Deprecated.
getColumnIterator() - Method in class org.hibernate.mapping.Index
 
getColumnIterator() - Method in class org.hibernate.mapping.OneToMany
Deprecated.
getColumnIterator() - Method in class org.hibernate.mapping.Property
Deprecated.
moving away from the use of Iterator as a return type
getColumnIterator() - Method in class org.hibernate.mapping.SimpleValue
Deprecated.
getColumnIterator() - Method in class org.hibernate.mapping.Table
Deprecated.
getColumnIterator() - Method in interface org.hibernate.mapping.Value
Deprecated.
moving away from the use of Iterator as a return type
getColumnLength() - Method in class org.hibernate.mapping.BasicValue
 
getColumnLength() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
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.
getColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
Gets the value of the columnName property.
getColumnName() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
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() - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
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.
getColumnPrecision() - Method in class org.hibernate.mapping.BasicValue
 
getColumnPrecision() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Useful for resolutions based on column precision.
getColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getColumnReference() - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
getColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
getColumnReference() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
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.
getColumns() - Method in class org.hibernate.cfg.JPAIndexHolder
 
getColumns() - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
getColumns() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getColumns() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumns() - Method in class org.hibernate.mapping.Collection
 
getColumns() - Method in class org.hibernate.mapping.Component
 
getColumns() - Method in class org.hibernate.mapping.Constraint
 
getColumns() - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumns() - Method in class org.hibernate.mapping.OneToMany
 
getColumns() - Method in class org.hibernate.mapping.Property
Delegates to Value.getColumns().
getColumns() - Method in class org.hibernate.mapping.SimpleValue
 
getColumns() - Method in class org.hibernate.mapping.Table
 
getColumns() - Method in interface org.hibernate.mapping.Value
If the mapping involves only columns, return them.
getColumns() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
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
 
getColumnScale() - Method in class org.hibernate.mapping.BasicValue
 
getColumnScale() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Useful for resolutions based on column scale.
getColumnSize() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The column size (length).
getColumnSize(Dialect, Mapping) - Method in class org.hibernate.mapping.Column
 
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
The number of columns and formulas in the mapping.
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.SerializableToBlobType
 
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
 
getCombinedTypeParameters() - Method in interface org.hibernate.mapping.BasicValue.Resolution
Get the collection of type-parameters collected both locally as well as from the applied type-def, if one
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.cfg.AnnotatedColumn
 
getComment() - Method in class org.hibernate.mapping.Column
 
getComment() - Method in class org.hibernate.mapping.Table
 
getComment() - Method in interface org.hibernate.query.CommonQueryContract
Get the comment that has been set for this query, if any.
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.AbstractCommonQueryContract
 
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.
getComparator() - Method in class org.hibernate.mapping.Collection
 
getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
getComparator() - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getComparator() - Method in interface org.hibernate.type.descriptor.java.JavaType
Retrieve the natural comparator for this type.
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
 
getComponentName(int) - Method in interface org.hibernate.metamodel.model.domain.TupleType
 
getComponentNames() - Method in interface org.hibernate.metamodel.model.domain.TupleType
 
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.
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
 
getConcreteEntityNameForDiscriminatorValue(Object) - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
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).
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 class org.hibernate.boot.model.TypeBeanInstanceProducer
 
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
The global number of connections requested by sessions.
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 class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getConnection(String) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
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.resource.jdbc.spi.LogicalConnectionImplementor
 
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.
getConstraintColumnIterator() - Method in class org.hibernate.mapping.OneToOne
 
getConstraintColumnIterator() - Method in class org.hibernate.mapping.SimpleValue
 
getConstraintColumns() - Method in class org.hibernate.mapping.OneToOne
 
getConstraintColumns() - Method in interface org.hibernate.mapping.Value
Same as Value.getColumns() except it returns the PK for the non-owning side of a one-to-one association.
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
 
getContainingTable() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
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
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 class org.hibernate.dialect.temptable.TemporaryTable
 
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.
getConverter() - Method in class org.hibernate.type.BasicTypeReference
 
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
 
getConverterJavaType() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
 
getCopy(T) - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
 
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.SqmCorrelatedPluralPartJoin
 
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.SqmCorrelatedPluralPartJoin
 
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
 
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
 
getCreateCommand() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
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().
getCreateOptions() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
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.sequence.DB2zSequenceSupport
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
HSQL will start with 0, by default.
getCreateSequenceString(String) - 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 class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
Because of the overridden HSQLSequenceSupport.getCreateSequenceString(String), we must also override HSQLSequenceSupport.getCreateSequenceString(String, int, int) to prevent duplication of start with.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
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.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
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 class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
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.engine.spi.SessionLazyDelegator
 
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
 
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 class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getCurrentClauseStack() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
getCurrentClauseStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getCurrentClauseStack() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
 
getCurrentContributorName() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
The name of the contributor whose mappings we are currently processing
getCurrentDmlStatement() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
getCurrentLockMode(Object) - Method in interface org.hibernate.Session
Determine the current LockMode of the given managed instance associated with this session.
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 class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getCurrentProcessingState() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getCurrentQueryPart() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getCurrentQueryPart() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
Returns the current query part that is translated.
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.PostgreSQLDialect
 
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, an instance of Session implicitly associated with some context.
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
Retrieve the command used to retrieve the current timestamp from the database.
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
 
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
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.
getCustomIdGeneratorCreator() - Method in class org.hibernate.mapping.SimpleValue
 
getCustomInstantiator() - Method in class org.hibernate.mapping.Component
 
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.
getCustomSqmMultiTableInsertStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqmMultiTableInsertStrategy() - Method in interface org.hibernate.query.spi.QueryEngineOptions
Contract for handling SQM trees representing insertion (INSERT) queries where the target of the mutation is a multi-table entity.
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.
getCustomTypeBeanResolver() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
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
 
getDatabase() - Method in interface org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
 
getDatabaseAction() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.annotations.CurrentTimestampGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.GeneratedAlwaysValueGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.TenantIdGeneration
 
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 interface org.hibernate.dialect.DatabaseVersion
Obtain access to the database major version, as returned from DatabaseMetaData.getDatabaseMajorVersion() for the target database.
getDatabaseMajorVersion() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getDatabaseMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseMetadata() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseMetadata() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the DatabaseMetaData if it is available.
getDatabaseMicroVersion() - Method in interface org.hibernate.dialect.DatabaseVersion
Obtain access to the database minor version, as returned from DatabaseMetaData.getDatabaseMinorVersion() for the target database.
getDatabaseMicroVersion() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getDatabaseMinorVersion() - Method in interface org.hibernate.dialect.DatabaseVersion
Obtain access to the database minor version, as returned from DatabaseMetaData.getDatabaseMinorVersion() for the target database.
getDatabaseMinorVersion() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getDatabaseMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database name, as returned from DatabaseMetaData.getDatabaseProductName() for the target database
getDatabaseObject() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the databaseObject property.
getDatabaseObjectAccess() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getDatabaseObjectAccess() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDatabaseSnapshot(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
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
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
getDB2Version() - Method in class org.hibernate.dialect.DB2Dialect
DB2 LUW Version
getDB2Version() - Method in class org.hibernate.dialect.DB2iDialect
 
getDB2Version() - Method in class org.hibernate.dialect.DB2iSqlAstTranslator
 
getDB2Version() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getDB2Version() - Method in class org.hibernate.dialect.DB2zDialect
 
getDB2Version() - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
getDdlTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
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) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
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) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
getDeclaredMap(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredMap(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
getDeclaredPluralAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredPluralAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredProperties() - Method in class org.hibernate.mapping.Join
 
getDeclaredProperties() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredProperties() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.Join
Deprecated.
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.MappedSuperclass
Deprecated.
getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getDeclaredSet(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSet(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
getDeclaredSingularAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
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() - 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 class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
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
The managed type that declares this attribute
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
 
getDefaultBatchLoadSizingStrategy() - Method in class org.hibernate.dialect.Dialect
 
getDefaultCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultCascade property.
getDefaultCatalog() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
getDefaultCatalog() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultCatalog() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The default catalog to use in generated SQL when a catalog wasn't specified in the mapping, neither explicitly nor implicitly (see the concept of implicit catalog in XML mapping).
getDefaultCatalog() - Method in interface org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
 
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
 
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
 
getDefaultConnectionHandlingMode() - 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.
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
 
getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.Dialect
The default value to use for the configuration property "hibernate.jdbc.lob.non_contextual_creation".
getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.H2Dialect
 
getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getDefaultNullPrecedence() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultNullPrecedence() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
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 interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
getDefaultSchema() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultSchema() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The default schema to use in generated SQL when a catalog wasn't specified in the mapping, neither explicitly nor implicitly (see the concept of implicit schema in XML mapping).
getDefaultSchema() - Method in interface org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
 
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
 
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, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in interface org.hibernate.type.descriptor.java.JavaType
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, JdbcType) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in interface org.hibernate.usertype.UserType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in interface org.hibernate.type.descriptor.java.JavaType
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, JdbcType) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in interface org.hibernate.usertype.UserType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in interface org.hibernate.type.descriptor.java.JavaType
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(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in interface org.hibernate.usertype.UserType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.PostgreSQLPGObjectJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeAdapter
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
getDefaultSqlTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
A JDBC type code that identifies the SQL column type to be used for schema generation.
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.DB2Dialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.DerbyDialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.Dialect
The default value to use for the configuration property "hibernate.jdbc.batch_size".
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.H2Dialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.HSQLDialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.OracleDialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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.
getDefaultTimeZoneStorage() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getDefaultTimeZoneStorage() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultTimeZoneStorageStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.mapping.BasicValue
 
getDefaultTimeZoneStorageStrategy() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.Dialect
The default value to use for the configuration property "hibernate.jdbc.use_get_generated_keys".
getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.OracleDialect
 
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.AnnotatedColumn
 
getDefaultValue() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
getDefaultValue() - Method in class org.hibernate.mapping.Column
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getDefaultValue() - Method in interface org.hibernate.type.descriptor.java.JavaType
Get this Java type's default value.
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
 
getDefaultValue(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Get a default value meant to indicate transience.
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
getDefinedFilterNames() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
Obtain the set of names of all defined filters.
getDefinedHints() - Static method in interface org.hibernate.jpa.AvailableHints
 
getDefinedHints() - Static method in class org.hibernate.jpa.QueryHints
Deprecated.
 
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.ClassLoaderAccessDelegateImpl
 
getDelegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
This is an implementation of EntityManager#getDelegate().
getDelegate() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getDeleteAllCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been deleted
getDeletedState() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getDeletedState() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getDeletedState() - Method in class org.hibernate.event.spi.PreDeleteEvent
Getter for property 'deletedState'.
getDeleteResultCheckStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentBag
 
getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get all the elements that need deleting
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentList
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentMap
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentSet
 
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
 
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(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
getDescriptor(int) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Returns the registered DdlType for the given SQL type code.
getDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
getDeserializationResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDeserializationResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getDialect() - Method in class org.hibernate.boot.model.relational.Database
 
getDialect() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
getDialect() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getDialect() - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
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 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.SerializableToBlobType
 
getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
getDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDirtyProperties() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getDisassembledState() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Get the underlying disassembled state todo : this was added to support initializing an entity's EntityEntry snapshot during reattach; this should be refactored to instead expose a method to assemble an EntityEntry based on this state for return.
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the discriminator property.
getDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
getDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorAlias() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getDiscriminatorAlias() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getDiscriminatorAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getDiscriminatorAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getDiscriminatorAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
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
Deprecated.
getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
Deprecated.
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
 
getDiscriminatorDescriptor() - Method in class org.hibernate.mapping.Any
 
getDiscriminatorFetch() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
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() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.
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 class org.hibernate.type.AnyType
 
getDiscriminatorTypeName() - Method in class org.hibernate.cfg.AnnotatedDiscriminatorColumn
 
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 interface org.hibernate.metamodel.mapping.EntityMappingType
 
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
 
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
Obtain the second-level cache statistics for the given cache region.
getDomainJavaType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The JavaType for the value as part of the domain model
getDomainJavaType() - Method in interface org.hibernate.metamodel.model.convert.spi.BasicValueConverter
Descriptor for the Java type for the domain portion of this converter
getDomainJavaType() - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
getDomainJavaType() - Method in class org.hibernate.metamodel.model.convert.spi.SimpleBasicValueConverter
 
getDomainJavaType() - Method in class org.hibernate.type.NumericBooleanConverter
 
getDomainJavaType() - Method in class org.hibernate.type.TrueFalseConverter
 
getDomainJavaType() - Method in class org.hibernate.type.YesNoConverter
 
getDomainJtd() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getDomainModel() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getDomainModel() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
getDomainResultResultJavaType() - Method in interface org.hibernate.sql.results.spi.RowReader
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
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
 
getDropCommand() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
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
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.SQLServer2016Dialect
Deprecated.
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.SQLServerDialect
 
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.H2V1SequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.H2V2SequenceSupport
 
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.
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.SQLServer16SequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
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() - Method in class org.hibernate.mapping.Collection
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
getElement(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the value of the given collection entry.
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
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() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association)
getElementColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association), aliased by the given table alias
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.
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.
getElementDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getElementIterator(CE) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Obtain an iterator over the collection elements
getElementIterator(Collection<E>) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
 
getElementIterator(MKV) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
getElementIterator(SE) - Method in class org.hibernate.collection.spi.AbstractSetSemantics
 
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) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection in POJO mode
getElementsIterator(Object) - Method in class org.hibernate.type.CustomCollectionType
 
getElementsIterator(Object) - Method in class org.hibernate.type.MapType
 
getElementsIterator(Object) - Method in interface org.hibernate.usertype.UserCollectionType
Return an iterator over the elements of this collection - the passed collection instance may or may not be a wrapper
getElementsIterator(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection, which may not yet be wrapped
getElementSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getElementsToProcess() - Method in class org.hibernate.cfg.InheritanceState
 
getElementTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
getElementTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
getElementTableGroup() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getElementTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
 
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
 
getEmbeddableValuedModelPart(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get an EmbeddableMappingType based on its NavigableRole.
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
getEmbedded(NavigableRole) - 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.
getEmbeddedPart() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
 
getEmbeddedValueMapping() - Method in interface 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 class org.hibernate.engine.spi.SessionLazyDelegator
 
getEnabledFilter(String) - Method in interface org.hibernate.Session
Retrieve a currently enabled filter by name.
getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Returns an unmodifiable Set of enabled filter names.
getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEndExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getEndExpression() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getEndKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getEndKind() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
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
Doubly internal
getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Gets the value of the entity property.
getEntity() - Method in exception org.hibernate.dialect.lock.LockingStrategyException
 
getEntity() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Retrieves the entity involved in the database operation.
getEntity() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntity() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getEntity() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntity() - Method in interface org.hibernate.id.insert.Binder
 
getEntity() - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper.PersistenceContextEntry
 
getEntity() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getEntity(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(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
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
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
 
getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
The global number of entity deletes.
getEntityDescriptor() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getEntityDescriptor() - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
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
getEntityDescriptor(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get an entity mapping descriptor based on its Class.
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.
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
The global number of entity fetches.
getEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityGraph(String) - Method in interface org.hibernate.Session
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityGraphs(Class<T>) - Method in interface org.hibernate.Session
 
getEntityId() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityId() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityId() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getEntityId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getEntityInitializer() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
 
getEntityInitializer(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
The 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
 
getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
The set of all EntityKeys currently held within the persistence context.
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
The global number of entity loads.
getEntityManagerFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityManagerFactory() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map<?, ?>) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings>) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
For tests only
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(URL, String, PersistenceUnitTransactionType, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
Intended for use in Hibernate tests
getEntityManagerFactoryBuilder(URL, String, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
Intended for use in Hibernate tests
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map<?, ?>, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map<?, ?>, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings>) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
For tests only
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
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
 
getEntityMapping() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getEntityMapping() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
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() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMappingType() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getEntityMappingType(Class) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getEntityMappingType(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getEntityMetamodel() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMetamodel() - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the underlying entity metamodel instance...
getEntityMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Gets the value of the entityMode property.
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() - Method in class org.hibernate.event.spi.DeleteEvent
 
getEntityName() - Method in class org.hibernate.event.spi.LockEvent
 
getEntityName() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PersistEvent
 
getEntityName() - Method in class org.hibernate.event.spi.RefreshEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityName() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntityName() - Method in exception org.hibernate.FetchNotFoundException
 
getEntityName() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'entityName'.
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 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 exception org.hibernate.StaleObjectStateException
 
getEntityName() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
getEntityName() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
getEntityName() - Method in exception org.hibernate.UnresolvableObjectException
 
getEntityName() - Method in exception org.hibernate.WrongClassException
 
getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityName(Object) - Method in interface org.hibernate.Interceptor
Get the entity name for a persistent or transient instance.
getEntityName(Object) - Method in interface org.hibernate.Session
Return the entity name for a persistent entity.
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.MappingMetamodelImplementor
Access to the EntityNameResolver instance that Hibernate is configured to use for determining the entity descriptor from an instance of an entity
getEntityNameResolvers() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
getEntityNames() - Method in interface org.hibernate.stat.Statistics
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 EntityNotFoundDelegate, or null if no delegate has been specified.
getEntityNotFoundDelegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getEntityOwnerClassName() - Method in interface org.hibernate.cfg.PropertyHolder
 
getEntityPersister() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityPersister() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Safety-net.
getEntityPersister() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityPersister(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the EntityPersister for any instance
getEntityPersisterClass() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.RootClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.Subclass
 
getEntityPersisterClass(PersistentClass) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the entity persister class for a given entityName or null if the entity persister class should be the default.
getEntityRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
Find the cache data access strategy for an entity.
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
Obtain the statistics for the entity with the given name.
getEntityTableXref(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
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
 
getEntityTypeDescriptor() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getEntityUpdateCount() - Method in interface org.hibernate.stat.Statistics
The 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
 
getEntry() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the EntityEntry representation of the given entity.
getEntryBasePrefix() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
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.JdbcTypeIndicators
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
 
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
 
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.
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.
getExclusion() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getExclusion() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
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.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.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.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
 
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.SqmCorrelatedRoot
 
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.AnnotatedColumn
 
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.dialect.temptable.TemporaryTable
 
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
 
getExpressible() - Method in interface org.hibernate.query.sqm.SqmPathSource
 
getExpressible() - Method in interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
 
getExpressible() - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
 
getExpressibleJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
 
getExpressibleJavaType() - Method in interface org.hibernate.metamodel.mapping.ValueMapping
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.model.domain.AbstractDomainType
 
getExpressibleJavaType() - Method in interface org.hibernate.metamodel.model.domain.DomainType
The descriptor for the Java type (i.e.
getExpressibleJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getExpressibleJavaType() - Method in interface org.hibernate.query.sqm.SqmExpressible
The Java type descriptor for this expressible
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getExpressibleJavaType() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getExpressibleJavaType() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getExpressibleJavaType() - Method in interface org.hibernate.type.BasicType
 
getExpressibleJavaType() - Method in class org.hibernate.type.CustomType
 
getExpressibleJavaType() - Method in interface org.hibernate.type.descriptor.java.JavaTypedExpressible
 
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.ResultSetMappingSqlSelection
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
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.Distinct
 
getExpression() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getExpression() - Method in class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
 
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.SqmBooleanExpressionPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
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.ResultSetMappingSqlSelection
 
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.expression.AliasedExpression
 
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.ColumnReference
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.ConvertedQueryLiteral
 
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.ModifiedSubQueryExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
 
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.DelegatingTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.SyntheticVirtualTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
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.id.enhanced.StandardOptimizerDescriptor
 
getExternalName() - Method in enum org.hibernate.metamodel.RepresentationMode
 
getExternalName() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
getExtractedDatabaseMetaData() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Access to the bits of information we pulled off the JDBC DatabaseMetaData (that did not get "interpreted" into the helpers/delegates available here).
getExtractedMetaDataSupport() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain information about supported behavior reported by the JDBC driver.
getExtractionTool() - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLPGObjectJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeAdapter
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getExtractor(JavaType<X>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Obtain an extractor object capable of extracting values of the given Java type from a JDBC ResultSet.
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NullJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
getExtraQueryImports() - Method in class org.hibernate.boot.MetadataSources
 
getExtraQueryImports() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
 
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 interface org.hibernate.metamodel.mapping.ordering.TranslationContext
 
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
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DB2Dialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DerbyDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.Dialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.H2Dialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HSQLDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.MySQLDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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.metamodel.mapping.EntityDiscriminatorMapping
 
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
The name of the 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.dialect.OracleSqlAstTranslator
 
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
 
getFetchGroupAttributeDescriptors(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getFetchGroupName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the name of the fetch group to which the attribute belongs
getFetchGroupName(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getFetchGroupNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getFetchMode() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getFetchMode() - Method in class org.hibernate.mapping.Collection
 
getFetchMode() - Method in interface org.hibernate.mapping.Fetchable
 
getFetchMode() - Method in class org.hibernate.mapping.OneToMany
 
getFetchMode() - Method in class org.hibernate.mapping.SimpleValue
 
getFetchMode() - Method in class org.hibernate.mapping.ToOne
 
getFetchMode() - Method in interface org.hibernate.mapping.Value
 
getFetchMode() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFetchMode() - Method in interface org.hibernate.persister.collection.QueryableCollection
Should we load this collection role by outerjoining?
getFetchMode() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getFetchMode() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
getFetchMode() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
getFetchMode(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFetchMode(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
May this (subclass closure) property be fetched using an SQL outerjoin?
getFetchMode(int) - Method in class org.hibernate.type.AnyType
 
getFetchMode(int) - Method in class org.hibernate.type.ComponentType
 
getFetchMode(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the fetch mode of the indicated component property.
getFetchMode(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
 
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
 
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.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 interface org.hibernate.query.SelectionQuery
Obtain the JDBC fetch size hint in effect for this query.
getFetchSize() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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
 
getFetchSize() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
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
 
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.
getFillerExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
getFillerExpression() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
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 class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
getFilter() - Method in interface org.hibernate.query.sqm.tree.expression.SqmAggregateFunction
 
getFilter() - Method in interface org.hibernate.query.sqm.tree.expression.SqmWindowFunction
 
getFilter() - Method in interface org.hibernate.sql.ast.tree.expression.AggregateFunctionExpression
 
getFilter() - Method in interface org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getFilterAliasGenerator(String) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getFilterAliasGenerator(TableGroup) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getFilterDef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the filterDef property.
getFilterDefinition() - Method in interface org.hibernate.Filter
Get the associated definition of this named filter.
getFilterDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieves a filter definition by name.
getFilterDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFilterDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
Obtain the definition of a filter by name.
getFilterDefinitions() - Method in interface org.hibernate.boot.Metadata
Retrieves the complete map of filter definitions.
getFilterDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFilterJdbcParameters() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.
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.SelectionQuery
The first row position to return from the query results.
getFirstResult() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getFirstResult() - Method in class org.hibernate.query.spi.AbstractQuery
 
getFirstResult() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
 
getFirstResult() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getFirstRow() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getFirstRow() - Method in class org.hibernate.query.spi.Limit
 
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
 
getFirstRow() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
getFirstRow(Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Retrieve the indicated first row for pagination
getFirstRowJpa() - Method in class org.hibernate.query.spi.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
 
getFloatPrecision() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getFlushCount() - Method in interface org.hibernate.stat.Statistics
The global number of flush operations executed, including automatic (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 class org.hibernate.engine.spi.SessionLazyDelegator
 
getFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the flush mode for this session.
getFlushMode() - Method in interface org.hibernate.query.CommonQueryContract
The JPA FlushModeType in effect for this query.
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.AbstractSelectionQuery
 
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
Get the current JPA flush mode for this session.
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
The descriptor, allowing access to column(s), etc
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
Deprecated.
getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
 
getForeignKeys() - Method in class org.hibernate.mapping.Table
 
getForeignKeys() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined foreign keys.
getForeignKeys(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about foreign keys defined on the given table (targeting or point-at other tables).
getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
Returns the foreignKeyType.
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.AnnotatedColumn
 
getForShare(int) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
getForShare(int) - 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.dialect.PostgreSQLSqlAstTranslator
 
getForUpdate() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateNowaitString() - 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() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.TiDBDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list NOWAIT fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.TiDBDialect
 
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() - 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() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list SKIP LOCKED fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
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() - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire locks for this dialect.
getForUpdateString() - Method in class org.hibernate.dialect.HSQLDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.SybaseASEDialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
Given a lock mode, determine the appropriate for update fragment to use.
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
Given LockOptions (lockMode, timeout), determine the appropriate for update fragment to use.
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.SpannerDialect
 
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.AbstractHANADialect
 
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.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getFragments() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
getFragmentSpecs() - Method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
 
getFriendlyName() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getFriendlyName() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
A "friendly" name for use in logging
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
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 class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
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.DB2SqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
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.dialect.TiDBSqlAstTranslator
 
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
 
getFromFirst() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
getFromFirst() - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
getFromFirst() - Method in interface org.hibernate.query.sqm.tree.expression.SqmWindowFunction
 
getFromFirst() - Method in interface org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
 
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.spi.DotIdentifierSequence
The full sequence text.
getFullPath() - Method in class org.hibernate.spi.NavigablePath
 
getFunction(int) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
 
getFunctionDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
getFunctionDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
getFunctionExpression() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
 
getFunctionKind() - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
getFunctionKind() - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
 
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.domain.SqmElementAggregateFunction
 
getFunctionName() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
getFunctionName() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
getFunctionName() - Method in interface org.hibernate.sql.ast.tree.expression.FunctionExpression
 
getFunctionRegistry() - Method in interface org.hibernate.boot.model.FunctionContributions
 
getFunctionReturn() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getFunctionReturn() - Method in interface org.hibernate.sql.exec.spi.JdbcCall
If the call is a function, returns the function return descriptor
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.
getGeneratedAs() - Method in class org.hibernate.cfg.AnnotatedColumn
 
getGeneratedAs() - Method in class org.hibernate.mapping.Column
 
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
Deprecated.
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
Deprecated.
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.GeneratedAlwaysValueGeneration
 
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.TenantIdGeneration
 
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.
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 interface org.hibernate.tuple.Tuplizer
Deprecated.
Retrieve the getter for the specified property.
getGetter(Class) - Method in class org.hibernate.mapping.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
getGraph() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
 
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.DelegatingTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
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
getGroupByClauseExpressions() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getGroupByClauseExpressions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.Dialect
 
getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.H2Dialect
 
getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.MySQLDialect
 
getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object) - Method in class org.hibernate.type.CollectionType
 
getHashCode(Object) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object) - Method in class org.hibernate.type.CustomType
 
getHashCode(Object) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
getHashCode(Object) - Method in class org.hibernate.type.SerializableToBlobType
 
getHashCode(Object) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
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
 
getHibernateFetchMode() - Method in enum org.hibernate.annotations.FetchMode
 
getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getHibernateFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the current flush mode for this session.
getHibernateFlushMode() - Method in interface org.hibernate.query.CommonQueryContract
The FlushMode in effect for this query.
getHibernateFlushMode() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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 interface org.hibernate.query.QueryParameter
Get the Hibernate Type associated with this parameter, if one.
getHibernateType() - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
getHibernateType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
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.AbstractCommonQueryContract
 
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
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
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.sqm.spi.NamedSqmQueryMemento
 
getHqlTranslator() - Method in class org.hibernate.dialect.Dialect
Return an HqlTranslator specific for the Dialect.
getHqlTranslator() - Method in class org.hibernate.query.spi.QueryEngine
 
getId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the id property.
getId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the id property.
getId() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getId() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
The id to be used in the database operation.
getId() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getId() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getId() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getId() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getId() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getId() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getId(Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
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
getIdClassEmbeddable() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
The id-class representation of this id mapping
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.AbstractTableReference
 
getIdentificationVariable() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
getIdentifier() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
The id of the entity instance this interceptor is associated with
getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
getIdentifier() - Method in class org.hibernate.cfg.ClassPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
getIdentifier() - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
getIdentifier() - Method in interface org.hibernate.cfg.PropertyHolder
 
getIdentifier() - Method in class org.hibernate.engine.spi.EntityKey
 
getIdentifier() - Method in exception org.hibernate.FetchNotFoundException
 
getIdentifier() - Method in class org.hibernate.mapping.IdentifierCollection
 
getIdentifier() - Method in class org.hibernate.mapping.OneToOne
Returns the identifier.
getIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifier() - Method in class org.hibernate.mapping.RootClass
 
getIdentifier() - Method in class org.hibernate.mapping.Subclass
 
getIdentifier() - Method in exception org.hibernate.NonUniqueObjectException
 
getIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
Retrieve the identifier value for the entity our owning proxy represents.
getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
 
getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
 
getIdentifier() - Method in exception org.hibernate.WrongClassException
 
getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getIdentifier(Object) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
getIdentifier(Object) - Method in interface org.hibernate.Session
Return the identifier value of the given entity associated with this session.
getIdentifier(Object, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getIdentifier(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the identifier of the given collection entry.
getIdentifier(Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
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(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
Extract the identifier out of the given entity, returning the mapper's representation
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
Get an identifier for the specified details.
getIdentifierAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the identifier columns, given a suffix
getIdentifierAttributeName() - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
 
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
 
getIdentifierFetch() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getIdentifierForTableGroup() - Method in class org.hibernate.spi.NavigablePath
 
getIdentifierGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the identifierGenerator property.
getIdentifierGenerator() - Method in class org.hibernate.mapping.SimpleValue
Deprecated.
not used and no longer supported.
getIdentifierGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the surrogate key generation strategy (optional operation)
getIdentifierGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine which identifier generation strategy is used for this entity.
getIdentifierGenerator() - Method in interface org.hibernate.tuple.IdentifierAttribute
 
getIdentifierGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
 
getIdentifierGenerator(String) - Method in interface org.hibernate.boot.Metadata
 
getIdentifierGenerator(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierGenerator(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierGenerator(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the identifier generator for the hierarchy
getIdentifierGeneratorClass(String) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
getIdentifierGeneratorDescriptor() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
Obtain the identifier generator source.
getIdentifierGeneratorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getIdentifierGeneratorFactory() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getIdentifierGeneratorFactory() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getIdentifierGeneratorFactory() - Method in interface org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
 
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.
getIdentifierHelper() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
getIdentifierHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the helper for dealing with identifiers in this environment.
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
 
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() - 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
getIdentifierPropertyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierPropertyName(String) - Method in interface org.hibernate.engine.spi.Mapping
Deprecated.
 
getIdentifierPropertyName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain source information about this entity's identifier.
getIdentifierType() - Method in class org.hibernate.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.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 class org.hibernate.type.AnyType
 
getIdentifierType(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierType(String) - Method in interface org.hibernate.engine.spi.Mapping
Deprecated.
 
getIdentifierType(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierValue() - Method in class org.hibernate.engine.spi.EntityKey
 
getIdentifierValue() - Method in class org.hibernate.mapping.Table
 
getIdentifierValueMapper() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
The id-class, if there is one, otherwise the virtual-id.
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() - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get the database-specific SQL command to retrieve the last generated IDENTITY value.
getIdentitySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.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
 
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
Deprecated.
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.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
 
getImplementation() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation() - Method in interface org.hibernate.proxy.LazyInitializer
Return the underlying persistent object, initializing if necessary
getImplementation(SharedSessionContractImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation(SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
Return the underlying persistent object in the given session, or null if not contained in this session's persistence context.
getImplementors() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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.
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.
getImplicitListClassification() - Method in interface org.hibernate.boot.spi.MappingDefaults
Collection semantics to be applied to List attributes with no explicit configuration
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.
getImpliedResultType() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getImport() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the import property.
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
 
getIncrementValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted increment value defined for the sequence.
getInDatabaseStrategy() - Method in class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
 
getInDatabaseValueGenerationStrategies() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the index property.
getIndex() - Method in class org.hibernate.mapping.IndexedCollection
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
getIndex(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the index of the given collection entry
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
getIndex(String) - Method in class org.hibernate.mapping.Table
 
getIndex(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named IndexInformation
getIndexColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Generates the collection's index column aliases, based on the given suffix.
getIndexColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection index columns if this is an indexed collection (optional operation)
getIndexColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Get the names of the collection index columns if this is an indexed collection (optional operation), aliased by the given table alias
getIndexConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
 
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)
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() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined indexes.
getIndexes(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about indexes defined against the given table.
getIndexExporter() - Method in class org.hibernate.dialect.Dialect
 
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
 
getIndexPathSource() - Method in interface org.hibernate.metamodel.model.domain.ListPersistentAttribute
 
getIndexPathSource() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getIndexPropertyName() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
 
getIndexTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
getIndexTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
getIndexTableGroup() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getIndexTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
 
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.DB2Dialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Dialect
Return the limit that the underlying database places on the number of elements in an IN predicate.
getInExpressionCountLimit() - Method in class org.hibernate.dialect.OracleDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SybaseDialect
 
getInferredParameterType(QueryParameter<T>) - Method in interface org.hibernate.query.ParameterMetadata
 
getInferredValueMapping() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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(SqlStringGenerationContext) - 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
 
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.
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
 
getIntegerLiteral(JpaExpression<Number>, int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getIntegerType() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getIntegerType() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.
getIntermediatePathSource(SqmPathSource<?>) - Method in interface org.hibernate.query.sqm.SqmPathSource
Returns the intermediate SqmPathSource for a path source previously acquired via SqmPathSource.findSubPathSource(String).
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
getJakartaGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
getJakartaHintName() - Method in enum org.hibernate.graph.GraphSemantic
The corresponding Jakarta Persistence hint name.
getJandexView() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the Jandex index passed by call to MetadataBuilder.applyIndexView(IndexView), if any.
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 interface org.hibernate.metamodel.mapping.EntityMappingType
 
getJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
 
getJavaType() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
getJavaType() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
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.results.complete.CompleteResultBuilderBasicModelPart
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
getJavaType() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
getJavaType() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
getJavaType() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
getJavaType() - Method in interface org.hibernate.query.results.ResultBuilder
 
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.CustomType
 
getJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
getJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
getJavaType() - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getJavaType() - Method in interface org.hibernate.type.descriptor.java.JavaType
Get the Java type (Type) described
getJavaType() - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
getJavaType() - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
getJavaType() - Method in class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
 
getJavaType() - Method in class org.hibernate.type.SerializableToBlobType
 
getJavaType() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getJavaTypeClass() - Method in interface org.hibernate.type.descriptor.java.JavaType
Get the Java type (Class) described
getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
getJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The descriptor for the Java type represented by this expressible type
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.SqmBasicValuedSimplePath
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
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 interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
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.SerializableToBlobType
 
getJavaTypeRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
 
getJavaTypeRegistry() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getJavaTypeRegistry() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getJavaTypeRegistry() - 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.engine.spi.SessionDelegatorBaseImpl
 
getJdbcBatchSize() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getJdbcBatchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Get the Session-level JDBC batch size.
getJdbcBatchSize() - Method in interface org.hibernate.SharedSessionContract
Get the session-level JDBC batch size for the current session.
getJdbcConnection() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getJdbcConnection() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcConnectionAccess() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcConnectionAccess() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
getJdbcContext() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
 
getJdbcCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcCoordinator() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
getJdbcDatabaseMetaData() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getJdbcDatabaseMetaData() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcEnvironment() - Method in class org.hibernate.boot.model.relational.Database
 
getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Obtain the JDBC Environment from which this metadata came.
getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain the JdbcEnvironment backing this JdbcServices instance.
getJdbcEnvironment() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getJdbcEnvironment() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJdbcFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Obtain a formatter object capable of rendering values of the given Java type as SQL literals of the type represented by this object.
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getJdbcLockStrategy() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getJdbcMapping() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
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.SqlExpressible
Anything that is expressible at the SQL AST level would be of basic type.
getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
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.persister.entity.DiscriminatorType
 
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.Collation
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.ConvertedQueryLiteral
 
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.Overflow
 
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 interface 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(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getJdbcResultSetIndex() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
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
 
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 class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
getJdbcTimeZone() - Method in interface org.hibernate.type.descriptor.WrapperOptions
The JDBC TimeZone used when persisting Timestamp and DateTime properties into the database.
getJdbcToHibernateTypeContributionMap() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getJdbcType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The JavaType for the relational value as part of the relational model (its JDBC representation)
getJdbcType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The descriptor for the SQL type represented by this expressible type
getJdbcType() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getJdbcType() - Method in interface org.hibernate.query.OutputableType
Descriptor for the SQL type mapped by this type.
getJdbcType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJdbcType() - Method in class org.hibernate.type.ComponentType
 
getJdbcType() - Method in class org.hibernate.type.CustomType
 
getJdbcType() - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
getJdbcType() - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
getJdbcType() - Method in class org.hibernate.type.SerializableToBlobType
 
getJdbcType() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.PostgreSQLPGObjectJdbcType
 
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.descriptor.converter.AttributeConverterJdbcTypeAdapter
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getJdbcTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
The JDBC type code used when interacting with JDBC APIs.
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NullJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NumericJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
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 interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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.persister.entity.AbstractEntityPersister
 
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
 
getJdbcTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
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".
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".
getJdbcValueBinder() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The strategy for binding values of this expressible type to JDBC PreparedStatements and CallableStatements.
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
 
getJdbcValueBinder() - Method in class org.hibernate.type.SerializableToBlobType
 
getJdbcValueBinder() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getJdbcValueExtractor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The strategy for extracting values of this expressible type from JDBC ResultSets, CallableStatements, etc
getJdbcValueExtractor() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getJdbcValueExtractor() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
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
 
getJdbcValueExtractor() - Method in class org.hibernate.type.SerializableToBlobType
 
getJdbcValueExtractor() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
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.AnnotatedColumn
 
getJoinClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getJoinClosure() - Method in class org.hibernate.mapping.Subclass
 
getJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getJoinClosureIterator() - Method in class org.hibernate.mapping.Subclass
Deprecated.
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
 
getJoinIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getJoinNumber(Property) - Method in class org.hibernate.mapping.PersistentClass
 
getJoinPredicate() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getJoinPredicate() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
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
getJoinPredicateConsumer() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getJoins() - Method in class org.hibernate.mapping.PersistentClass
 
getJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getJoins(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getJoinTable() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
 
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the joinTable property.
getJoinTable(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.
getJoinTable(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
return - null if no join table is present, - the join table if not overridden, - the overridden join table otherwise
getJoinType() - Method in class org.hibernate.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
 
getJPA10() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA20() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA21() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA22() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA30() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA31() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
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
The associated Attribute.PersistentAttributeType, if one
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
 
getJpaFlushMode() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getJpaHintName() - Method in enum org.hibernate.graph.GraphSemantic
Deprecated.
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.metamodel.spi.RuntimeMetamodelsImplementor
 
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.
getJsonFormatMapper() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJsonFormatMapper() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
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.
getKeyClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getKeyClosure() - Method in class org.hibernate.mapping.RootClass
 
getKeyClosure() - Method in class org.hibernate.mapping.Subclass
 
getKeyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getKeyClosureIterator() - Method in class org.hibernate.mapping.RootClass
Deprecated.
getKeyClosureIterator() - Method in class org.hibernate.mapping.Subclass
Deprecated.
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 class org.hibernate.collection.spi.AbstractMapSemantics
 
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.spi.AttributeNodeImplementor
 
getKeySubGraphs() - Method in interface org.hibernate.graph.AttributeNode
 
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
The keywords of the SQL dialect
getKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
getKind() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
 
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
 
getLeftHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
getLeftHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
getLeftHandExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
getLeftHandExpression(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.
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.AnnotatedColumn
 
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 interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
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
 
getLimitParameter() - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
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) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
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.ConvertedQueryLiteral
 
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.MultiLoader
 
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
 
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
The JDBC parameter bindings related to SubselectFetch.getLoadingSqlAst() for the specific execution that loaded the owners
getLoadingJdbcParameters() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getLoadingSqlAst() - Method in class org.hibernate.engine.spi.SubselectFetch
The SQL AST select from which the owner was loaded
getLoadJavaType() - 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() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
getLobCreator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLobCreator() - Method in class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
getLobCreator() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Obtain access to the LobCreator
getLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Create an instance of a LobCreator appropriate for the current environment, mainly meant to account for variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5).
getLobCreatorBuilder() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Retrieve the delegate for building LobCreator instances.
getLobHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLobHelper() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getLobHelper() - Method in interface org.hibernate.Session
Retrieve this session's helper/delegate for creating LOB instances.
getLobMergeStrategy() - Method in class org.hibernate.dialect.Dialect
 
getLobMultiplier() - Method in class org.hibernate.engine.jdbc.Size
 
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.loader.PropertyPath
 
getLocalName() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getLocalName() - Method in interface org.hibernate.spi.DotIdentifierSequence
The name of this sequence part.
getLocalName() - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
 
getLocalName() - Method in class org.hibernate.spi.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() - 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 interface org.hibernate.engine.spi.EntityEntry
 
getLockMode() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockMode() - Method in class org.hibernate.event.spi.LockEvent
 
getLockMode() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockMode() - Method in class org.hibernate.LockOptions
Retrieve the overall lock mode in effect for this set of options.
getLockMode() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getLockMode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getLockMode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getLockMode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
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(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLockMode(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getLockMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
 
getLockOptions() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getLockOptions() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
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.Query
Obtains the LockOptions in effect for this query.
getLockOptions() - Method in interface org.hibernate.query.SelectionQuery
The LockOptions currently in effect for the query
getLockOptions() - Method in class org.hibernate.query.spi.AbstractQuery
 
getLockOptions() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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 interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getLockOptions() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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() - Method in class org.hibernate.cfg.AnnotatedColumn
 
getLogicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalConnection() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Retrieves the logical connection associated with this JDBC coordinator.
getLogicalName() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
 
getLogicalName() - Method in interface org.hibernate.cfg.ObjectNameSource
Retrieve the logical name for this object.
getLogicalTableName(Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalTableNameForContainedColumns() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getLogSlowQuery() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
getLongSqlLength() - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getLongSqlLength() - Method in interface org.hibernate.type.descriptor.java.JavaType
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
 
getMajor() - Method in interface org.hibernate.dialect.DatabaseVersion
Simpler naming
getMajor() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
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
 
getManagedResources() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
 
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
 
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.AnnotatedJoinColumn
 
getManyToManyWhere() - Method in class org.hibernate.mapping.Collection
 
getManyToOne() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
 
getManyToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
Gets the value of the manyToOne property.
getManyToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
Gets the value of the manyToOne property.
getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getMap(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getMap(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getMap(String, Class<K>, Class<V>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getMap(String, Class<K>, Class<V>) - 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
 
getMapKeyPropertyName() - Method in class org.hibernate.mapping.Map
 
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.AnnotatedJoinColumn
 
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 interface org.hibernate.tuple.Tuplizer
Deprecated.
Return the pojo class managed by this tuplizer.
getMappedFetchOptions() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
getMappedFetchOptions() - Method in interface org.hibernate.sql.results.graph.Fetchable
The configured fetch timing and style
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.
getMappedIdEmbeddableTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
Returns the embeddable type descriptor of the id-class, if there is one, otherwise the one of the virtual embeddable mapping type.
getMappedJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getMappedJavaType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getMappedJavaType() - Method in interface org.hibernate.metamodel.mapping.MappingType
 
getMappedJavaType() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
The Java type descriptor for the concrete type.
getMappedJavaType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getMappedJavaType() - Method in interface org.hibernate.type.BasicType
 
getMappedJavaType() - 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() - 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
getMappedSuperclass(Class) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getMappedSuperclassMappingsCopy() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
getMappedSuperclassOrNull(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
 
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.AnnotatedColumn
 
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.
getMappingFileNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getMappingIdentifier() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
getMappingMetamodel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getMappingMetamodel() - Method in interface org.hibernate.metamodel.RuntimeMetamodels
Access to the relational-mapping model
getMappingMetamodel() - Method in interface org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor
 
getMappingMetamodel() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
The runtime MappingMetamodelImplementor
getMappingModelExpressible(SqmToSqlAstConverter, ReturnableType<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
 
getMappingModelExpressible(SqmToSqlAstConverter, ReturnableType<?>) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getMappingModelPart() - Method in class org.hibernate.type.ComponentType
 
getMappingModelPart() - Method in interface org.hibernate.type.spi.CompositeTypeImplementor
 
getMappingReferences() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getMappingType() - Method in interface org.hibernate.metamodel.mapping.MappingTypedModelPart
 
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?
getMaxAliasLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getMaxAliasLength() - Method in class org.hibernate.dialect.OracleDialect
 
getMaxAliasLength() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.CockroachDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.DB2Dialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.Dialect
What is the maximum identifier length supported by the dialect?
getMaxIdentifierLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.OracleDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.SQLServerDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.SybaseDialect
 
getMaximumFetchDepth() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getMaximumFetchDepth() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getMaximumFetchDepth() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getMaximumFetchDepth() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
When creating Fetch references, defines a limit to how deep we should join for fetches.
getMaximumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getMaxLobPrefetchSize() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getMaxNVarcharLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxNVarcharLength() - Method in class org.hibernate.dialect.Dialect
The longest possible length of a Types.NVARCHAR-like column.
getMaxNVarcharLength() - Method in class org.hibernate.dialect.SQLServerDialect
 
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.SelectionQuery
The max number of rows requested for the query results
getMaxResults() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getMaxResults() - Method in class org.hibernate.query.spi.AbstractQuery
 
getMaxResults() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
 
getMaxResults() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getMaxRows() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getMaxRows() - Method in class org.hibernate.query.spi.Limit
 
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() - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
getMaxRows() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
getMaxRows(SqmSelectStatement<?>, int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getMaxRows(SelectStatement, JdbcParameterBindings, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getMaxRowsJpa() - Method in class org.hibernate.query.spi.Limit
 
getMaxValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted maximum value defined for the sequence.
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.Dialect
The longest possible length of a Types.VARBINARY-like column.
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.OracleDialect
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.SpannerDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.DB2Dialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.DerbyDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.Dialect
The longest possible length of a Types.VARCHAR-like column.
getMaxVarcharLength() - Method in class org.hibernate.dialect.H2Dialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.OracleDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.SpannerDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.SQLServerDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.SybaseASEDialect
 
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(MetadataSources, MetadataBuilderImplementor) - Method in interface org.hibernate.boot.spi.MetadataBuilderFactory
getMetadataBuilder(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
Get a builder for metadata where non-default options can be specified.
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
Deprecated.
getMetamodel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getMetamodel() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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 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 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
 
getMicro() - Method in interface org.hibernate.dialect.DatabaseVersion
Simpler naming
getMicro() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getMigrateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaMigrator processing
getMinimumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getMinor() - Method in interface org.hibernate.dialect.DatabaseVersion
Simpler naming
getMinor() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
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
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
The mode represented
getMode() - Method in interface org.hibernate.query.procedure.ProcedureParameter
Retrieves the parameter "mode".
getMode() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getMode() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
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.sql.ast.tree.from.AbstractTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getModelPart() - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
 
getModelPart() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
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.SqmModifiedSubQueryExpression
 
getModifier() - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
 
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
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.descriptor.converter.AttributeConverterTypeAdapter
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.JavaType
Retrieve the mutability plan for this Java type.
getMutabilityPlan() - Method in class org.hibernate.type.SerializableToBlobType
 
getMutabilityPlan() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getMutablePropertiesIndexes() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getMySQLVersion() - Method in class org.hibernate.dialect.MariaDBDialect
 
getMySQLVersion() - Method in class org.hibernate.dialect.MySQLDialect
 
getMySQLVersion() - Method in class org.hibernate.dialect.TiDBDialect
 
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.AnnotatedColumn
 
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.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.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.persister.collection.AbstractCollectionPersister
 
getName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getName() - Method in class org.hibernate.persister.entity.DiscriminatorType
 
getName() - Method in interface org.hibernate.persister.entity.Joinable
An identifying name; a class name or collection role name.
getName() - Method in class org.hibernate.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.spi.AbstractQueryParameter
 
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 interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
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.AnyType
 
getName() - Method in class org.hibernate.type.BasicTypeReference
 
getName() - Method in class org.hibernate.type.CollectionType
 
getName() - Method in class org.hibernate.type.ComponentType
 
getName() - Method in class org.hibernate.type.CustomType
 
getName() - Method in class org.hibernate.type.DbTimestampType
Deprecated.
 
getName() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
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.JavaObjectType
 
getName() - Method in class org.hibernate.type.MetaType
 
getName() - Method in class org.hibernate.type.NullType
 
getName() - Method in class org.hibernate.type.SerializableToBlobType
 
getName() - Method in class org.hibernate.type.SerializableType
 
getName() - Method in class org.hibernate.type.StandardBasicTypeTemplate
 
getName() - Method in interface org.hibernate.type.Type
Returns the abbreviated name of the type.
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) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
getNamedNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
getNamedNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
getNamedNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
getNamedNativeQuery(String, String) - Method in interface org.hibernate.query.QueryProducer
getNamedNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
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.
getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getNamedProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Obtain 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 class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
getNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
getNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
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.CockroachDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.Dialect
By default interpret this based on DatabaseMetaData.
getNameQualifierSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.MySQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.SybaseDialect
 
getNameQualifierSupport() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getNameQualifierSupport() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the level of support for qualified names.
getNamespaces() - Method in class org.hibernate.boot.model.relational.Database
 
getNamespaceUri() - Method in class org.hibernate.boot.xsd.XsdDescriptor
 
getNameWithinArchive() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get the relative name of the entry within the archive.
getNationalizationSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.DerbyDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.Dialect
Determines whether this database requires the use of explicit nationalized character data types.
getNationalizationSupport() - Method in class org.hibernate.dialect.MariaDBDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.SybaseDialect
 
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.
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
The global number of cached natural id lookups successfully retrieved from the cache.
getNaturalIdCacheMissCount() - Method in interface org.hibernate.stat.Statistics
The global number of cached natural id lookups not found in the cache.
getNaturalIdCachePutCount() - Method in interface org.hibernate.stat.Statistics
The global number of cacheable natural id lookups put in cache.
getNaturalIdCacheRegionAccessStrategy(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
Find the cache data access strategy for the given entity's natural-id cache.
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.PersistentClass
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.Subclass
 
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
The global number of natural id queries executed against the database.
getNaturalIdQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
The global maximum query time for natural id queries executed against the database.
getNaturalIdQueryExecutionMaxTimeEntity() - Method in interface org.hibernate.stat.Statistics
The entity name for the maximum natural id query time.
getNaturalIdQueryExecutionMaxTimeRegion() - Method in interface org.hibernate.stat.Statistics
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
Obtain the natural id resolution statistics for the entity type with the given name.
getNaturalIdValue() - Method in interface org.hibernate.engine.spi.Resolution
 
getNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getNature() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
Obtain the nature of this identifier source.
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
Retrieve the nature of this relational value.
getNature() - Method in 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.CollectionReturn
 
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.CompleteFetchBuilderEmbeddableValuedModelPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
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.DelayedFetchBuilderBasicPart
 
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.sqm.tree.domain.AbstractSqmPath
 
getNavigablePath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Returns the NavigablePath.
getNavigablePath() - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
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.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
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
getNavigableRole() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
The NavigableRole of the thing to be cached
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(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getNestedTableGroupJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
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.
getNodeBuilder() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
 
getNodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getNodeJavaType() - Method in interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
The Java type descriptor for this node.
getNodeJavaType() - 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 class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
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.SqmLiteralEntityType
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
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.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
 
getNonDuplicatedProperties() - Method in class org.hibernate.mapping.PersistentClass
 
getNonDuplicatedProperties() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getNonDuplicatedProperties() - Method in class org.hibernate.mapping.UnionSubclass
 
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
Deprecated.
getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.UnionSubclass
Deprecated.
getNonJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getNonLazyPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNonOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to entity naming information for the owning side.
getNonOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the physical name of the non-owning entity's primary table.
getNonRootUrls() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns any non-root URLs for scanning.
getNonSelectQueryPlan(QueryInterpretationCache.Key) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
getNonSelectQueryPlan(QueryPlanCache.Key) - Method in interface org.hibernate.query.spi.QueryPlanCache
 
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the notFound property.
getNotFoundAction() - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getNotFoundAction() - Method in class org.hibernate.mapping.ManyToOne
 
getNotFoundAction() - Method in class org.hibernate.mapping.OneToMany
 
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 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() - Method in class org.hibernate.dialect.SybaseDialect
 
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
 
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 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 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
The number of fetchables in the container
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
 
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
 
getOffsetAdjustedExpression(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
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
 
getOffsetParameter() - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
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
 
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.SqmJunctionPredicate
 
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.sqm.UnaryArithmeticOperator
 
getOperatorSqlText() - Method in enum org.hibernate.query.sqm.BinaryArithmeticOperator
 
getOperatorSqlTextString() - Method in enum org.hibernate.query.sqm.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 have 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.
getOptimizer() - Method in interface org.hibernate.id.OptimizableGenerator
 
getOptimizerClass() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
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
 
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.
getOrderedJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getOrderedNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getOrderedParameterOccurrences() - 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
getOrdering() - Method in class org.hibernate.cfg.JPAIndexHolder
 
getOrderList() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
getOrderList() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getOrderList() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
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
 
getOrphan() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
getOrphan() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentBag
 
getOrphans(Serializable, String) - Method in interface org.hibernate.collection.spi.PersistentCollection
get all "orphaned" elements
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentList
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentMap
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentSet
 
getOrphans(String, PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
Get the collection orphans (entities which were removed from the collection)
getOrphans(Collection<E>, Collection<E>, String, SharedSessionContractImplementor) - Static method in class org.hibernate.collection.spi.AbstractPersistentCollection
Given a collection of entity instances that used to belong to the collection, and a collection of instances that currently belong, return a collection of orphans
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
 
getOutputParameterValue(int) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the name position under which the parameter was registered.
getOutputParameterValue(String) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the name under which the parameter was registered.
getOutputParameterValue(ProcedureParameter<T>) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the parameter's registration memento.
getOutputs() - Method in interface org.hibernate.procedure.ProcedureCall
Retrieves access to outputs of this procedure call.
getOverridableAnnotation(XAnnotatedElement, Class<T>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
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
getOverriddenColumnTransformer(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
getOverriddenColumnTransformer(String) - Method in interface org.hibernate.cfg.PropertyHolder
 
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
getOwner() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the owning entity.
getOwner() - Method in class org.hibernate.engine.profile.Association
 
getOwner() - Method in class org.hibernate.mapping.Collection
 
getOwner() - Method in class org.hibernate.mapping.Component
 
getOwner() - Method in interface org.hibernate.metamodel.spi.ValueAccess
Access to the owner of the instance being instantiated
getOwner() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
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.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
 
getOwnerTableGroup() - Method in class org.hibernate.engine.spi.SubselectFetch
The TableGroup for the owner within the SubselectFetch.getLoadingSqlAst()
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() - Method in class org.hibernate.query.sql.spi.ParameterOccurrence
 
getParameter(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameter(int, Class<T>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameter(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameter(String, Class<T>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameterBinder() - Method in interface org.hibernate.sql.ast.tree.expression.JdbcParameter
 
getParameterBinder() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
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.
getParameterExtractor() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getParameterExtractors() - Method in interface org.hibernate.sql.exec.spi.JdbcCall
Extractors for reading back any OUT/INOUT parameters.
getParameterJdbcMapping(String) - Method in class org.hibernate.engine.spi.FilterDefinition
Retrieve the type of the named parameter defined for this filter.
getParameterMementos() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getParameterMetadata() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getParameterMetadata() - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
getParameterMetadata() - Method in interface org.hibernate.query.Query
Access to information about query parameters.
getParameterMetadata() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameterMetadata() - Method in interface org.hibernate.query.spi.HqlInterpretation
 
getParameterMetadata() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
getParameterMetadata() - Method in interface org.hibernate.query.spi.SqmQuery
 
getParameterMode() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getParameterName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Gets the value of the parameterName property.
getParameterName() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
 
getParameterNames() - Method in class org.hibernate.engine.spi.FilterDefinition
Get a set of the parameters defined by this configuration.
getParameterPosition() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
 
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.
getParameterRegistrations() - Method in interface org.hibernate.sql.exec.spi.JdbcCall
Get the list of any parameter registrations we need to register against the generated CallableStatement
getParameterRenderingMode() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
 
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.AbstractCommonQueryContract
 
getParameters() - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getParameters() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
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() - Method in class org.hibernate.query.spi.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
 
getParameterType() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getParameterTypes() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
getParameterTypes() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getParameterValue(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameterValue(Parameter<T>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameterValue(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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 class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getParent() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getParent() - Method in interface org.hibernate.spi.DotIdentifierSequence
The parent sequence part.
getParent() - Method in class org.hibernate.spi.NavigablePath
 
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
 
getPart(ForeignKeyDescriptor.Nature) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getPartitions() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getPartitions() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
 
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 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() - Method in interface org.hibernate.cfg.PropertyHolder
 
getPath() - Method in exception org.hibernate.InvalidMappingException
 
getPath(PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.BinderHelper
 
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
 
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.SqmPolymorphicRootDescriptor
 
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.annotations.EntityBinder
 
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 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
 
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, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalConnection() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Exposes access to the "real" Connection.
getPhysicalConnectionHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getPhysicalImplicitNamespaceName() - Method in class org.hibernate.boot.model.relational.Database
 
getPhysicalJdbcTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Access to the current underlying JDBC transaction
getPhysicalName() - Method in class org.hibernate.boot.model.relational.Namespace
 
getPhysicalName() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The physical name of the database structure (table or sequence).
getPhysicalName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getPhysicalName() - Method in class org.hibernate.id.enhanced.TableStructure
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.model.relational.Database
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getPhysicalNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getPhysicalTableName(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalTableName(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPkColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the pkColumnName property.
getPkColumnValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Gets the value of the pkColumnValue property.
getPlanCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of query plans successfully fetched from the cache.
getPlanCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of query plans *not* fetched from the cache.
getPlanCompilationTotalMicroseconds() - Method in interface org.hibernate.stat.QueryStatistics
The overall time spent to compile the plan for this particular query.
getPluralAttribute() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
getPluralAttribute() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
getPluralAttribute() - Method in interface org.hibernate.query.NativeQuery.CollectionReturn
 
getPluralAttribute() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
getPluralAttribute() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
getPluralAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
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
 
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.spi.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
 
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.AnnotatedColumn
 
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 interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
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.CalendarDateJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
getPrecision() - Method in interface org.hibernate.type.descriptor.java.TemporalJavaType
The precision represented by this type
getPrecision() - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
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
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
getPredicates() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
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.persister.entity.SessionFactoryBasedWrapperOptions
 
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.JdbcTypeIndicators
When mapping a boolean type to the database what is the preferred SQL type code to use?
getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Get the JDBC type code used to bind a null boolean value
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPreferredSqlTypeCodeForDuration() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getPreferredSqlTypeCodeForDuration() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.mapping.BasicValue
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getPreferredSqlTypeCodeForDuration() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
When mapping a duration type to the database what is the preferred SQL type code to use?
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPreferredSqlTypeCodeForInstant() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getPreferredSqlTypeCodeForInstant() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.mapping.BasicValue
 
getPreferredSqlTypeCodeForInstant() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
When mapping an instant type to the database what is the preferred SQL type code to use?
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPreferredSqlTypeCodeForUuid() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getPreferredSqlTypeCodeForUuid() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.mapping.BasicValue
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getPreferredSqlTypeCodeForUuid() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
When mapping an uuid type to the database what is the preferred SQL type code to use?
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
 
getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
 
getPrimaryKey() - Method in class org.hibernate.mapping.Table
 
getPrimaryKey() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve information about the table's primary key, if one is defined (aka, may return null).
getPrimaryKey(TableInformationImpl) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about the given table's primary key.
getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.JoinedSubclassEntitySource
The PrimaryKeyJoinColumns mapping for the joined-subclass.
getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Retrieves the columns defines as making up this secondary tables primary key.
getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
Obtain the identifier for this PK.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Gets the value of the primaryKeyJoinColumn property.
getPrimaryTable() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the primary table for this entity.
getPrimaryTable() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
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.CorrelatedTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.SyntheticVirtualTableGroup
 
getPrimaryTableReference() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getPrimitiveArrayClass() - Method in interface org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
Get the Java type that describes an array of this type's primitive variant.
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getPrimitiveClass() - Method in interface org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
Retrieve the primitive counterpart to the wrapper type identified by this descriptor
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.
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
The system properties, extended with all additional properties specified in hibernate.properties.
getProperties() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getProperties() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getProperties() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getProperties() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getProperties() - Method in class org.hibernate.mapping.Component
 
getProperties() - Method in class org.hibernate.mapping.Join
 
getProperties() - Method in class org.hibernate.mapping.PersistentClass
 
getProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertiesToInsert(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Transform the array of property indexes to an array of booleans, true when the property is insertable and non-null
getPropertiesToUpdate(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Transform the array of property indexes to an array of booleans, true when the property is dirty
getProperty() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the property property.
getProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the property property.
getProperty() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Access to the end path part.
getProperty() - Method in interface org.hibernate.cfg.PropertyData
Return the Hibernate mapping property
getProperty() - Method in class org.hibernate.cfg.PropertyInferredData
 
getProperty() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getProperty() - Method in class org.hibernate.cfg.WrappedInferredData
 
getProperty() - Method in class org.hibernate.loader.PropertyPath
 
getProperty(int) - Method in class org.hibernate.mapping.Component
Returns the Property at the specified position in this Component.
getProperty(String) - Method in class org.hibernate.cfg.Configuration
Get a property value by name
getProperty(String) - Method in class org.hibernate.mapping.Component
 
getProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
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() - Method in class org.hibernate.mapping.Property
 
getPropertyAccessStrategy() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Access to the PropertyAccessStrategy that created this PropertyAccess
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Backref
 
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.IndexBackref
 
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Property
 
getPropertyAccessType() - Method in class org.hibernate.cfg.annotations.EntityBinder
 
getPropertyAliases(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyAliases(String, int) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
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
 
getPropertyClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosure() - Method in class org.hibernate.mapping.RootClass
 
getPropertyClosure() - Method in class org.hibernate.mapping.Subclass
 
getPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getPropertyClosureIterator() - Method in class org.hibernate.mapping.RootClass
Deprecated.
getPropertyClosureIterator() - Method in class org.hibernate.mapping.Subclass
Deprecated.
getPropertyClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosureSpan() - Method in class org.hibernate.mapping.Subclass
 
getPropertyColumnInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.Loadable
Get the result set column names mapped for this property (properties of this class, only).
getPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Get the column names for the given property path
getPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the column names for the given property path
getPropertyColumnSpan(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnUpdateable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnWriters(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyHolder() - Method in class org.hibernate.cfg.AnnotatedColumn
 
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.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
 
getPropertyIterator() - Method in class org.hibernate.mapping.Component
 
getPropertyIterator() - Method in class org.hibernate.mapping.Join
Deprecated.
getPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
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.AnnotatedColumn
 
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
 
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.entity.EntityMetamodel
 
getPropertyTableName(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTableName(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the table name for the given property path
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
 
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
 
getPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyUpdateability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "updateability" of the properties of this class (does the property appear in an SQL UPDATE)
getPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Which properties appear in the SQL update? (Initialized, updateable ones!)
getPropertyValue(Object, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
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) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
Extract a particular component property value indicated by index.
getPropertyValue(Object, String) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the value of a particular (named) property
getPropertyValue(Object, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, String) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
getPropertyValue(J, int) - Method in interface org.hibernate.usertype.CompositeUserType
Get the value of a property.
getPropertyValueGenerationStrategies() - Method in class org.hibernate.type.ComponentType
 
getPropertyValues() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getPropertyValues(Object) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Get the value of all properties from the given entity
getPropertyValues(Object) - Method in interface org.hibernate.metadata.ClassMetadata
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
getPropertyValues(Object) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object) - Method in interface org.hibernate.type.CompositeType
Extract the values of the component properties from the given component instance without access to the session.
getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
Extract the values of the component properties from the given component instance
getPropertyValuesToInsert(Object, Map<Object, Object>, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Use the form accepting SharedSessionContractImplementor instead
getPropertyValuesToInsert(Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Return the values of the mapped properties of the object
getPropertyValuesToInsert(Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValuesToInsert(Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Return the values of the insertable properties of the object (including backrefs)
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(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(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an existing proxy by key
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
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
 
getProxyJavaType() - 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
getQualifiedName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getQualifiedName(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Table
 
getQualifiedObjectNameFormatter() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Deprecated.
Use a provided SqlStringGenerationContext instead.
getQualifiedTableName() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
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
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
 
getQueryCacheHitCount() - Method in interface org.hibernate.stat.Statistics
The global number of cached queries successfully retrieved from the cache.
getQueryCacheMissCount() - Method in interface org.hibernate.stat.Statistics
The global number of cached queries notnot found in the cache.
getQueryCachePutCount() - Method in interface org.hibernate.stat.Statistics
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
The global number of executed queries.
getQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
The time in milliseconds of the slowest query.
getQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.stat.Statistics
The query string for the slowest 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
 
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.Dialect
Apply a hint to the query.
getQueryIdentifier(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.AbstractCommonQueryContract
 
getQueryOptions() - Method in class org.hibernate.query.spi.AbstractQuery
 
getQueryOptions() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
The options to use for execution of the query
getQueryOptions() - Method in interface org.hibernate.query.spi.SqmQuery
 
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(int) - Method in interface org.hibernate.query.ParameterMetadata
Get the QueryParameter reference registered here under the given position-label.
getQueryParameter(int) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
getQueryParameter(String) - Method in interface org.hibernate.query.ParameterMetadata
Get the QueryParameter reference registered here under the given name.
getQueryParameter(String) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
getQueryParameterBindings() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getQueryParameterBindings() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
The domain parameter bindings
getQueryParameterBindings() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getQueryParameterOccurrences() - 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.from.QueryPartTableReference
 
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
The global number of query plans successfully retrieved from cache.
getQueryPlanCacheMissCount() - Method in interface org.hibernate.stat.Statistics
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
Obtain the second-level cache statistics for the given query cache region.
getQueryResults(String, Object[], ExtractionContext.ResultSetProcessor<T>) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getQueryResultsCache(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get query cache by region name or create a new one if none exist.
getQueryResultsCacheStrictly(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get the named QueryResultRegionAccess but not creating one if it does not already exist.
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
 
getQuerySequencesString() - Method in class org.hibernate.dialect.TiDBDialect
 
getQuerySource() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
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.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
Obtain the query statistics for the given query string.
getQueryStatisticsMaxSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getQueryStatisticsMaxSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getQueryString() - Method in interface org.hibernate.query.Query
The query as a string, or null in the case of a criteria query.
getQueryString() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getQueryString() - Method in interface org.hibernate.query.spi.QueryInterpretationCache.Key
 
getQueryString() - Method in interface org.hibernate.query.spi.SqmQuery
 
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.
getQueuedOrphans(String) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getQueuedOrphans(String) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the "queued" orphans
getQuotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getQuotedCatalog() - Method in class org.hibernate.mapping.Table
 
getQuotedCatalog(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedName() - Method in class org.hibernate.mapping.Column
returns quoted name as it would be in the mapping file.
getQuotedName() - Method in class org.hibernate.mapping.Table
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Column
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Index
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedSchema() - Method in class org.hibernate.mapping.Table
 
getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.Table
 
getRawList() - Method in class org.hibernate.collection.spi.PersistentList
 
getRawTypeName() - Method in interface org.hibernate.type.descriptor.sql.DdlType
 
getRead() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the read property.
getReadExpr(Dialect) - Method in class org.hibernate.mapping.Column
 
getReadFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
A SQL fragment to apply to the column value on read.
getReadLockString(int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.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(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.OracleDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.SpannerDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.TiDBDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.CockroachDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire READ locks for this dialect given the aliases of the columns to be read locked.
getReadLockString(String, int) - Method in class org.hibernate.dialect.MySQLDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.OracleDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.SpannerDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.TiDBDialect
 
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.
getRealParent() - Method in class org.hibernate.spi.NavigablePath
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.java.BasicJavaType
Obtain the "recommended" SQL type descriptor for this Java type.
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.java.JavaType
Obtain the "recommended" SQL type descriptor for this Java type.
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
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
 
getRefCursorExtractor() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getReference() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
getReference() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
Provides access to the stored reference.
getReference() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReference() - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
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(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getReference(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getReference(Class<T>, Object) - Method in interface org.hibernate.Session
Return a reference to the persistent instance with the given class and identifier, making the assumption that the instance is still persistent in the database.
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(Object) - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
getReference(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, assuming that the instance exists.
getReference(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getReference(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getReference(String, Object) - Method in interface org.hibernate.Session
Return a reference to the persistent instance of the given named entity with the given identifier, making the assumption that the instance is still persistent in the database.
getReference(T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getReference(T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getReference(T) - Method in interface org.hibernate.Session
Return a reference to the persistent instance with the same identity as the given instance, which might be detached, making the assumption that the instance is still persistent in the database.
getReferenceableProperties() - Method in class org.hibernate.mapping.JoinedSubclass
 
getReferenceableProperties() - Method in class org.hibernate.mapping.PersistentClass
Build a list of properties which may be referenced in association mappings.
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.JoinedSubclass
Deprecated.
getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
getReferencedColumn() - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
getReferencedColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
Obtain the information about the referenced column (the target side).
getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access the name of the column that is the target of the FK being described
getReferencedColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
 
getReferencedColumns() - Method in class org.hibernate.mapping.ForeignKey
Returns the referenced columns if the foreignkey does not refer to the primary key
getReferencedColumnValues() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
For columns that will be referenced in the SQL (per InDatabaseValueGenerationStrategy.referenceColumnsInSql()), what value should be used in the SQL as the column value.
getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
Obtain the name of the referenced entity.
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getReferencedEntityName() - Method in class org.hibernate.cfg.CopyIdentifierComponentSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.FkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.cfg.SimpleToOneFkSecondPass
 
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 class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
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.CompleteFetchBuilderEmbeddableValuedModelPart
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
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 class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
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.SqmElementAggregateFunction
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
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 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 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
Deprecated.
 
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.
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 interface org.hibernate.boot.spi.BootstrapContext
Retrieve the Hibernate Commons Annotations ReflectionManager to use.
getReflectionOptimizer() - Method in interface org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
The reflection optimizer to use for this embeddable.
getReflectionOptimizer() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
The reflection optimizer to use for this embeddable.
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components.
getRegion() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.model.Caching
 
getRegion() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
The region containing the data being accessed
getRegion() - Method in interface org.hibernate.cache.spi.QueryResultsCache
The underlying cache region being used.
getRegion() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
getRegion() - Method in interface org.hibernate.cache.spi.TimestampsCache
The region used to store all timestamps data
getRegion(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get a cache Region by 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
 
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(Class<J>) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegisteredType(Type) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegisteredType(String) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegistrationKeys() - Method in class org.hibernate.boot.model.TypeDefinition
 
getRegistrationKeys() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
 
getRegistrationKeys() - Method in class org.hibernate.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.CustomType
 
getRegistrationKeys() - Method in class org.hibernate.type.DbTimestampType
Deprecated.
 
getRegistrationKeys() - Method in class org.hibernate.type.MetaType
 
getRegistrationKeys() - Method in class org.hibernate.type.SerializableToBlobType
 
getRegistrationKeys() - Method in class org.hibernate.type.StandardBasicTypeTemplate
 
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
 
getRegistrationsAsList() - Method in interface org.hibernate.query.spi.ProcedureParameterMetadataImplementor
 
getRelationalJavaType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The JavaType for the relational value as part of the relational model (its JDBC representation)
getRelationalJavaType() - Method in interface org.hibernate.metamodel.model.convert.spi.BasicValueConverter
Descriptor for the Java type for the relational portion of this converter
getRelationalJavaType() - Method in class org.hibernate.metamodel.model.convert.spi.SimpleBasicValueConverter
 
getRelationalJavaType() - Method in class org.hibernate.type.NumericBooleanConverter
 
getRelationalJavaType() - Method in class org.hibernate.type.TrueFalseConverter
 
getRelationalJavaType() - Method in class org.hibernate.type.YesNoConverter
 
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(Blob, Blob, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
getReplacement(Clob, Clob, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
getReplacement(NClob, NClob, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
getReplacement(Type, Object, Map) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
getReplacement(T, T, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.JavaType
 
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 interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getRepresentationStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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.
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.resource.jdbc.LogicalConnection
Provides access to the registry of JDBC resources associated with this LogicalConnection.
getRespectNulls() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
getRespectNulls() - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
getRespectNulls() - Method in interface org.hibernate.query.sqm.tree.expression.SqmWindowFunction
 
getRespectNulls() - Method in interface org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
 
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.AbstractSqmRestrictedDmlStatement
 
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.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() - 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
 
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
 
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
The entity-keys of all owners loaded from a particular execution Used for "empty collection" handling mostly
getResultJavaType() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
getResultJavaType() - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getResultJavaType() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
getResultJavaType() - Method in interface org.hibernate.sql.results.spi.RowReader
The row result Java type, before any transformations.
getResultJavaTypes() - Method in interface org.hibernate.sql.results.spi.RowReader
The individual JavaType for each DomainResult
getResultList() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getResultList() - Method in interface org.hibernate.query.Query
Execute the query and return the query results as a List.
getResultList() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the query results as a List.
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) - Method in class org.hibernate.dialect.MySQLDialect
 
getResultSet(CallableStatement) - 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.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet.
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.OracleDialect
 
getResultSet(CallableStatement, int) - 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(CallableStatement, int), extract the ResultSet.
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet from the OUT parameter.
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.OracleDialect
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getResultSet(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Given a callable statement previously processed by RefCursorSupport.registerRefCursorParameter(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() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
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
 
getResultSetMappingClasses() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getResultSetMappingClassName() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
getResultSetMappingClassName() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
getResultSetMappingMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
getResultSetMappingName() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
getResultSetMappingName() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
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.
getResultStream() - Method in interface org.hibernate.query.Query
Execute the query and return the query results as a Stream.
getResultStream() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the query results as a Stream.
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.
getResultVariable() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
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.SerializableToBlobType
 
getReturnedClass() - Method in class org.hibernate.type.SetType
 
getReturnedClass() - Method in class org.hibernate.type.SortedMapType
 
getReturnedClass() - Method in class org.hibernate.type.SortedSetType
 
getReturnedClass() - Method in interface org.hibernate.type.Type
The class handled by this type.
getReturnedClass() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getReturnedClassName() - Method in class org.hibernate.mapping.Property
 
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 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 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
 
getReturnTypeResolver() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
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.
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
getRole() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the current role name
getRole() - Method in class org.hibernate.engine.profile.Association
 
getRole() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getRole() - Method in class org.hibernate.engine.spi.CollectionKey
 
getRole() - Method in class org.hibernate.id.ForeignGenerator
Getter for property 'role'.
getRole() - Method in class org.hibernate.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.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.AbstractSqmRestrictedDmlStatement
 
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 interface org.hibernate.sql.results.graph.FetchParent
 
getRootClass() - Method in interface org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
 
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
getRowSize() - Method in class org.hibernate.query.results.JdbcValuesMappingImpl
 
getRowSize() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
 
getRowsToSkip() - Method in class org.hibernate.sql.exec.spi.JdbcSelect
 
getRowsToSkip(SelectStatement, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.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.BinaryLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
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.CollateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
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.ElementAggregateFunctionContext
 
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.EntityWithJoinsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
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.FormatContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
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.GenericFunctionArgumentsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
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.IdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
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.InstantiationArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
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.JoinContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
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.LikeEscapeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
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.MapEntrySelectionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
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.NakedIdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
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.OnOverflowClauseContext
 
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.OrderedQueryContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
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.PartitionClauseContext
 
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.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.PredicateContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
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.RollupContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
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.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.SimplePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
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.StandardFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
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.SyntacticDomainPathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
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.ToOneFkReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
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.ValuesContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
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.WithinGroupClauseContext
 
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.FunctionArgumentContext
 
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.LiteralContext
 
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.AnnotatedColumn
 
getScale() - Method in class org.hibernate.engine.jdbc.Size
 
getScale() - Method in class org.hibernate.mapping.Column
 
getScale() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
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 interface org.hibernate.boot.spi.BootstrapContext
Access to the environment for scanning.
getScanner() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the Scanner to be used for scanning.
getScanOptions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the options to be used for scanning
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 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<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaDropper(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaFilter() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
 
getSchemaMigrator(Map<String, Object>) - 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<String, Object>) - 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 associated entities.
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.
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
 
getSecondLevelCacheHitCount() - Method in interface org.hibernate.stat.Statistics
The global number of cacheable entities and collections successfully retrieved from the cache.
getSecondLevelCacheMissCount() - Method in interface org.hibernate.stat.Statistics
The global number of cacheable entities collections not found in the cache and loaded from the database.
getSecondLevelCachePutCount() - Method in interface org.hibernate.stat.Statistics
The global number of cacheable entities and collections put in the cache.
getSecondLevelCacheRegionNames() - Method in interface org.hibernate.stat.Statistics
All second-level cache region names.
getSecondPass(AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedColumn[], AnnotatedColumn[], AnnotatedJoinColumn[], boolean, XProperty, XClass, NotFoundAction, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
getSecondPass(AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedColumn[], AnnotatedColumn[], AnnotatedJoinColumn[], boolean, XProperty, XClass, NotFoundAction, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.ListBinder
 
getSecondPass(AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedJoinColumn[], AnnotatedColumn[], AnnotatedColumn[], AnnotatedJoinColumn[], boolean, XProperty, XClass, NotFoundAction, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.MapBinder
 
getSecurity() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Gets the value of the security property.
getSegmentColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store the segment to which each row belongs.
getSegmentValue() - Method in class org.hibernate.id.enhanced.TableGenerator
The value in segment column corresponding to this generator instance.
getSegmentValueLength() - Method in class org.hibernate.id.enhanced.TableGenerator
The size of the segment column in the underlying table.
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.Property
getSelectables() - Method in class org.hibernate.mapping.SimpleValue
 
getSelectables() - Method in interface org.hibernate.mapping.Value
The mapping to columns and formulas.
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, TypeConfiguration) - Method in class org.hibernate.dialect.DB2Dialect
 
getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.DerbyDialect
 
getSelectClauseNullString(int, TypeConfiguration) - 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, TypeConfiguration) - Method in class org.hibernate.dialect.HSQLDialect
 
getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.OracleDialect
 
getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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.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() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
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
 
getSelectItemReference(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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.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.H2V1SequenceSupport
 
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.
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
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.H2V1SequenceSupport
 
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.
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
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.CollectionJavaType
 
getSeparateCollectionTable() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getSeparatorExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
getSeparatorExpression() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
getSequenceExporter() - Method in class org.hibernate.dialect.Dialect
 
getSequenceExporter() - Method in class org.hibernate.dialect.SpannerDialect
 
getSequenceExporter() - Method in class org.hibernate.dialect.SQLServerDialect
 
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
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.TiDBDialect
 
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 interface org.hibernate.tool.schema.extract.spi.SequenceInformation
The qualified sequence name.
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.HSQLSequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
 
getSequenceNextValString(String) - 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 class org.hibernate.dialect.sequence.NoSequenceSupport
 
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.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.DB2400V7R3Dialect
Deprecated.
 
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
 
getSequenceSupport() - Method in class org.hibernate.dialect.TiDBDialect
 
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() - Method in class org.hibernate.service.spi.ServiceBinding
 
getService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
Retrieve a service by role.
getServiceInitiated() - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.spi.CacheInitiator
 
getServiceInitiated() - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
getServiceInitiated() - Method in interface org.hibernate.service.spi.ServiceInitiator
Obtains the service role initiated by this initiator.
getServiceInitiator() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceRegistry() - Method in class org.hibernate.boot.MetadataSources
 
getServiceRegistry() - Method in interface org.hibernate.boot.model.FunctionContributions
 
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 interface org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
 
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
Access to Services
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 class org.hibernate.collection.spi.AbstractPersistentCollection
Get the session currently associated with this collection.
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.loader.access.LoadAccessContext
The session from which the load originates
getSession() - Method in class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
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 which produced this Query, that is, the Session or StatelessSession that was used to create this Query instance.
getSession() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getSession() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
The underlying session
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
The 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
The SessionFactory to which this Cache belongs.
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.AbstractDelegatingWrapperOptions
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
getSessionFactory() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
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 class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
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.spi.AbstractSelectionQuery
 
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
The SessionFactory
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.OneToManyTableGroup
 
getSessionFactory() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
getSessionFactory() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Access to the current Session
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.
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
The global number of sessions opened.
getSessionToken() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
A "token" that is unique to this Session.
getSessionUidColumn() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getSet(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSet(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
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() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Obtain the delegate for setting values for the described persistent property
getSetter(Class) - Method in class org.hibernate.mapping.Property
 
getSetting(String, Class<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting.
getSetting(String, ConfigurationService.Converter<T>) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting, using the specified converter.
getSetting(String, ConfigurationService.Converter<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting, using the specified converter and default value.
getSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Obtain the current aggregated settings.
getSettings() - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Access to the complete map of config settings.
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
 
getSide(ForeignKeyDescriptor.Nature) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getSideNature() - Method in interface org.hibernate.metamodel.mapping.Association
Indicates which "side" of the foreign-key this association describes
getSignature() - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
Pretty-print the signature of the argument list.
getSignature() - Method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
 
getSignature(String) - Method in class org.hibernate.dialect.function.ConcatPipeFunction
 
getSignature(String) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getSignature(String) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
 
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
Execute the query and return the single result of the query, throwing an exception if the query returns no results.
getSingleResult() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the single result of the query, throwing an exception if the query returns no results.
getSingleResult() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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.
getSingleResultOrNull() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the single result of the query, or null if the query returns no results.
getSingleResultOrNull() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getSingularAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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
 
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(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getSize(String) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
getSizeInMemory() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
 
getSizeInMemory() - Method in interface org.hibernate.stat.CacheRegionStatistics
The size that the in-memory elements take up within the cache provider.
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() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Get the current snapshot from the session
getSnapshot() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getSnapshot(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the snapshot of the pre-flush collection state
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Return a new snapshot of the current state of the collection
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentBag
 
getSnapshotElement(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the snapshot value of the given collection entry
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentList
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentMap
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentSet
 
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.mapping.FetchProfile
Retrieve the fetch profile source.
getSource() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
getSource() - Method in class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
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 class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.SyntheticVirtualTableGroup
 
getSourceAlias() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getSourceIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getSourcePosition() - Method in class org.hibernate.query.sql.spi.ParameterOccurrence
 
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 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 exception org.hibernate.JDBCException
Get the actual SQL statement being executed when the exception occurred.
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 class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
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
Access to the SQL alias helper
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
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
The underlying state for SQL AST creation
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 class org.hibernate.dialect.TiDBDialect
 
getSqlAstTranslatorFactory() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
 
getSqlCreateCommand(TemporaryTable) - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getSqlCreateCommand(TemporaryTable) - Method in interface org.hibernate.dialect.temptable.TemporaryTableExporter
 
getSqlCreateStrings(T, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for creation.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSQLDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLDeleteStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqlDropCommand(TemporaryTable) - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getSqlDropCommand(TemporaryTable) - Method in interface org.hibernate.dialect.temptable.TemporaryTableExporter
 
getSqlDropStrings(T, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for dropping.
getSQLException() - Method in exception org.hibernate.JDBCException
Get the underlying SQLException.
getSqlExceptionConverter() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Access the current exception converter being used internally.
getSQLExceptionConverter() - Method in class org.hibernate.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.persister.collection.AbstractCollectionPersister
 
getSqlExpression() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
getSqlExpression() - Method in interface org.hibernate.sql.ast.spi.SqlExpressionAccess
 
getSqlExpression() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getSqlExpressionResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
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() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
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
 
getSqlIntervalType(int) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlIntervalType(JdbcMappingContainer) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlIntervalType(JdbcType) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSQLKeywords() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getSQLKeywords() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the SQL keywords of the JDBC driver, as returned from DatabaseMetaData.getSQLKeywords() for the target database.
getSQLLazyUpdateByRowIdStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSQLLazyUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqlName() - Method in enum org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
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.
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 class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
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
 
getSqlStringGenerationContext() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSqlStringGenerationContext() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSqlStringGenerationContext() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getSqlStringGenerationContext() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getSqlTemporalType(int) - Static 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(MappingModelExpressible<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(SqmExpressible<?>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(JdbcType) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTruncateCommand(TemporaryTable, Function<SharedSessionContractImplementor, String>, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getSqlTruncateCommand(TemporaryTable, Function<SharedSessionContractImplementor, String>, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.temptable.TemporaryTableExporter
 
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.AnnotatedColumn
 
getSqlType() - Method in class org.hibernate.mapping.Column
 
getSqlType() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getSqlType() - Method in class org.hibernate.type.EnumType
 
getSqlType() - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
getSqlType() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getSqlType() - Method in interface org.hibernate.usertype.UserType
Return the SQL type code for the column mapped by this type.
getSqlType(TypeConfiguration, Dialect, Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlTypeCode() - Method in class org.hibernate.mapping.Column
Returns the underlying columns SqlTypeCode.
getSqlTypeCode() - Method in class org.hibernate.type.BasicTypeReference
 
getSqlTypeCode() - Method in interface org.hibernate.type.descriptor.sql.DdlType
The SQL type code of the descriptor.
getSqlTypeCode(Mapping) - Method in class org.hibernate.mapping.Column
 
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.SerializableToBlobType
 
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.
getSqlTypeDefinition() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
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
 
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
 
getSqmMultiTableInsertStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getSqmMultiTableInsertStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqmMultiTableInsertStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
 
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
 
getSqmParameterMappingModelExpressibleResolutions() - 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
 
getSqmQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
getSqmStatement() - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
getSqmStatement() - Method in interface org.hibernate.query.spi.HqlInterpretation
 
getSqmStatement() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
getSqmStatement() - Method in interface org.hibernate.query.spi.SqmQuery
 
getSqmStatement() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getSqmStatement(String) - Method in interface org.hibernate.query.spi.QueryPlanCache
 
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
 
getSqmTreats() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getSqmTreats() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
The treats associated with this SqmFrom
getStandardCollectionLoader() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getStandardServiceRegistryBuilder() - Method in class org.hibernate.cfg.Configuration
Intended for internal testing use only!!!
getStart() - Method in interface org.hibernate.stat.Statistics
The Instant at which this instance of Statistics was created, or since the last time Statistics.clear() was called.
getStartExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getStartExpression() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getStartKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getStartKind() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getStartTime() - Method in interface org.hibernate.stat.Statistics
Deprecated.
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.AttributeMapping
The attribute's position within the container's state array
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.
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
getStatistics() - Method in interface org.hibernate.Session
Get the statistics for this session.
getStatistics() - Method in interface org.hibernate.SessionFactory
Retrieve the statistics for this factory.
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 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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
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
Deprecated.
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
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.metamodel.mapping.EntityDiscriminatorMapping
 
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.mapping.PersistentClass
 
getSubclassClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getSubclassColumnAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassEntityNames() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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.
getSubclasses() - Method in class org.hibernate.mapping.PersistentClass
Get the subclasses in a special 'order', most derived subclasses first.
getSubclassForDiscriminatorValue(Object) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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
 
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
getSubclassJoinClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getSubclassPersister() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getSubclassProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassPropertyClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getSubclassPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).
getSubclassPropertyColumnNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Return the column names used to persist the numbered property of the class or a subclass.
getSubclassPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Return the column names used to persist/query the named property of the class or a subclass (optional operation).
getSubclassPropertyColumnReaderClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in interface org.hibernate.persister.entity.Queryable
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
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Return the table name used to persist the numbered property of the class or a subclass.
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Warning: When there are duplicated property names in the subclasses of the class, this method may return the wrong table number for the duplicated subclass property (note that SingleTableEntityPersister defines an overloaded form which takes the entity name.
getSubclassPropertyTableNumber(String) - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Given a property name, determine the number of the table which contains the column to which this property is mapped.
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyType(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyType(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Get the type of the numbered property of the class or a subclass.
getSubclassPropertyTypeClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
Gets the value of the subclassSubgraph property.
getSubclassTableClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
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.spi.AttributeNodeImplementor
 
getSubGraphs() - Method in interface org.hibernate.graph.AttributeNode
 
getSubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getSubPathSource(String) - Method in interface org.hibernate.query.sqm.SqmPathSource
Find a SqmPathSource by name relative to this source.
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.sql.ast.tree.expression.Any
 
getSubquery() - Method in class org.hibernate.sql.ast.tree.expression.Every
 
getSubQuery() - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
getSubQuery() - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
 
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() - Method in class org.hibernate.mapping.Table
 
getSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Retrieve the fetch descriptor associated with the given entity key.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getSubString(long, int) - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getSubtypes() - Method in class org.hibernate.type.AnyType
 
getSubtypes() - Method in class org.hibernate.type.ComponentType
 
getSubtypes() - Method in interface org.hibernate.type.CompositeType
Get the types of the component properties
getSubTypes() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Access the subtype sources for types extending from this type source,
getSuccessfulTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have been successful.
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 class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getSupertype() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getSupertype() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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.AbstractManagedType
 
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
 
getSupportedHints() - Method in class org.hibernate.query.spi.AbstractQuery
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.DerbyDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.Dialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.H2Dialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.HSQLDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.MySQLDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.OracleDialect
 
getSynchronizationSpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
The table names this entity needs to be synchronized against.
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
 
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.AnnotatedColumn
Find appropriate table of the column.
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 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() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getTable(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Look for a matching table.
getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
Getter for property 'tableAccessCount'.
getTableAlias() - Method in interface org.hibernate.query.NativeQuery.CollectionReturn
 
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.complete.CompleteResultBuilderCollectionStandard
 
getTableAlias() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
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.
getTableClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getTableClosure() - Method in class org.hibernate.mapping.RootClass
 
getTableClosure() - Method in class org.hibernate.mapping.Subclass
 
getTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
Deprecated.
getTableClosureIterator() - Method in class org.hibernate.mapping.RootClass
Deprecated.
getTableClosureIterator() - Method in class org.hibernate.mapping.Subclass
Deprecated.
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, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
 
getTableCreationUniqueConstraintsFragment(Table, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the fragment that can be used to apply unique constraints as part of table creation.
getTableExporter() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getTableExporter() - Method in class org.hibernate.dialect.Dialect
 
getTableExporter() - Method in class org.hibernate.dialect.SpannerDialect
 
getTableExpression() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
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.NamedTableReference
 
getTableExpression() - Method in exception org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
 
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() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableGroup() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getTableGroup(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Get a TableGroup by the NavigablePath it is registered under.
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getTableGroupJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getTableHasColumns() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableHasColumns() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableId() - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
getTableId() - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
getTableId() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
An identifier for the table reference.
getTableId() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableReference
 
getTableId(String, String[]) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableInformation(String) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
getTableInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(Table) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
getTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
getTableName() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
 
getTableName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the table in which we store this generator's persistent state.
getTableName() - Method in class org.hibernate.metamodel.relational.PhysicalTable
 
getTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getTableName() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getTableName() - Method in interface org.hibernate.persister.entity.Joinable
The table to join to.
getTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.sql.Update
 
getTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableNameForLogging(Column) - Method in class org.hibernate.mapping.PrimaryKey
 
getTableNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableReference(String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
getTableReference(String) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableReference(NavigablePath, String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
getTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableReference(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getTableReference(NavigablePath, String, boolean, boolean) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
Returns the table reference for the table expression, or null if not found.
getTableReference(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableReference(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
getTableReference(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableReference(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getTableReference(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getTableReference(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
getTableReference(NavigablePath, String, boolean, boolean) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
getTableReference(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.query.results.TableGroupImpl
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.SyntheticVirtualTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getTableReferenceInternal(NavigablePath, String, boolean, boolean) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
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.CorrelatedTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.SyntheticVirtualTableGroup
 
getTableReferenceJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
getTableReferences(SqlAstNode) - Static method in class org.hibernate.sql.ast.spi.AliasCollector
 
getTables() - Method in class org.hibernate.boot.model.relational.Namespace
 
getTables(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract all the tables information.
getTablesInformation(Namespace) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to all the TableInformation for a given Namespace
getTableSource() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the table being joined to.
getTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableTypeString() - Method in class org.hibernate.dialect.Dialect
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQLDialect
 
getTableTypeString() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getTableTypeString(String) - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
getTableTypeString(String) - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
getTableTypeString(String) - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
getTableUpdateNeeded(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Decide which tables need to be updated.
getTarget() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'target'.
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.
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 interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getTemplate(Dialect, TypeConfiguration, SqmFunctionRegistry) - Method in class org.hibernate.mapping.Column
 
getTemplate(Dialect, TypeConfiguration, SqmFunctionRegistry) - Method in class org.hibernate.mapping.Formula
 
getTemplate(Dialect, TypeConfiguration, SqmFunctionRegistry) - Method in interface org.hibernate.mapping.Selectable
 
getTemplate(Dialect, TypeConfiguration, SqmFunctionRegistry) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
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.JdbcTypeIndicators
For temporal type mappings, what precision was requested?
getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.Dialect
 
getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.HSQLDialect
 
getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.MySQLDialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.DerbyDialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.Dialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.H2Dialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.HSQLDialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.MySQLDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.DerbyDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.Dialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.HSQLDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.MySQLDialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.DerbyDialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.Dialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.OracleDialect
 
getTemporaryTableDdlTransactionHandling() - Method in class org.hibernate.dialect.Dialect
 
getTemporaryTableDropCommand() - Method in class org.hibernate.dialect.Dialect
 
getTemporaryTableDropCommand() - Method in class org.hibernate.dialect.MySQLDialect
 
getTemporaryTableExporter() - Method in class org.hibernate.dialect.Dialect
 
getTemporaryTableTruncateCommand() - Method in class org.hibernate.dialect.Dialect
 
getTemporaryTableTruncateCommand() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getTemporaryTableTruncateCommand() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getTempTableDdlTransactionHandling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getTenantIdentifier() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
The multi-tenancy tenant identifier, if one.
getTenantIdentifier() - Method in interface org.hibernate.id.enhanced.AccessCallback
Obtain the tenant identifier (multi-tenancy), if one, associated with this callback.
getTenantIdentifier() - Method in interface org.hibernate.SharedSessionContract
Obtain the tenant identifier associated with this session.
Getter - Interface in org.hibernate.property.access.spi
The contract for getting value for a persistent property from its container/owner
GetterFieldImpl - Class in org.hibernate.property.access.spi
Field-based implementation of Getter
GetterFieldImpl(Class<?>, String, Field) - Constructor for class org.hibernate.property.access.spi.GetterFieldImpl
 
GetterMethodImpl - Class in org.hibernate.property.access.spi
 
GetterMethodImpl(Class<?>, String, Method) - Constructor for class org.hibernate.property.access.spi.GetterMethodImpl
 
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() - Method in class org.hibernate.mapping.Column
 
getText() - Method in class org.hibernate.mapping.Formula
 
getText() - Method in interface org.hibernate.mapping.Selectable
The selectable's "canonical" text representation
getText() - Method in class org.hibernate.metamodel.relational.Identifier
Get the identifiers name (text)
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
 
getText(Dialect) - Method in class org.hibernate.mapping.Column
 
getText(Dialect) - Method in class org.hibernate.mapping.Formula
 
getText(Dialect) - Method in interface org.hibernate.mapping.Selectable
The selectable's text representation accounting for the Dialect's quoting, if quoted
getText(Dialect) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
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.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 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.AbstractCommonQueryContract
 
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.Transaction
Retrieve the transaction timeout set for this instance.
getTimeOut() - Method in class org.hibernate.LockOptions
Retrieve the current timeout setting.
getTimeOut() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
getTimeOut() - Method in interface org.hibernate.Session.LockRequest
Get the timeout setting.
getTimeoutInMilliseconds() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
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.
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
 
getTimeZoneStorageType() - Method in class org.hibernate.mapping.BasicValue
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.DB2zDialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.Dialect
How the Dialect supports time zone types like Types.TIMESTAMP_WITH_TIMEZONE.
getTimeZoneSupport() - Method in class org.hibernate.dialect.H2Dialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
getTiming() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
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
 
getToOnePath() - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
getTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getTransaction() - Method in interface org.hibernate.SharedSessionContract
Get the Transaction instance associated with this session.
getTransactionCompletionProcesses() - Method in class org.hibernate.engine.spi.ActionQueue
 
getTransactionCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransactionCoordinator() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Obtain the builder for TransactionCoordinator instances
getTransactionCoordinatorBuilder() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Access to the builder that generated this coordinator
getTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have completed.
getTransactionDriverControl() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Get the delegate used by the local transaction driver to control the underlying transaction
getTransactionIdentifier(Transaction) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionStartTimestamp() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransactionStartTimestamp() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
A "timestamp" at or before the start of the current transaction.
getTransactionType() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getTransformedType() - Method in class org.hibernate.jpa.spi.NativeQueryTupleTransformer
 
getTransformedType() - Method in interface org.hibernate.query.TypedTupleTransformer
The type resulting from this transformation
getTransformedType() - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
 
getTransformedType() - Method in class org.hibernate.transform.AliasToBeanResultTransformer
 
getTransformedType() - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
 
getTransformedType() - Method in class org.hibernate.transform.ToListResultTransformer
 
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.SqmTreatedPluralPartJoin
 
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
 
getTruncateTableCommand() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
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
 
getTuplizerImplClassName(RepresentationMode) - Method in class org.hibernate.mapping.PersistentClass
 
getTuplizerImplClassName(RepresentationMode) - Method in class org.hibernate.mapping.Subclass
 
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.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 interface org.hibernate.mapping.Value
 
getType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
 
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.query.spi.QueryParameterBinding
Returns the inferred mapping model expressible 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.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 interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The JDBC type-code.
getTypeCode(String) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
Get the type code as in the static field names defined on Types.
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.FunctionContributions
 
getTypeConfiguration() - Method in class org.hibernate.boot.model.relational.Database
 
getTypeConfiguration() - Method in interface org.hibernate.boot.model.TypeContributions
 
getTypeConfiguration() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getTypeConfiguration() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getTypeConfiguration() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getTypeConfiguration() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
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 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.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.JavaType.CoercionContext
 
getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Provides access to the TypeConfiguration for access to various type-system registries.
getTypeConfiguration() - Method in class org.hibernate.type.EnumType
 
getTypeConfiguration() - Method in interface org.hibernate.type.spi.TypeConfigurationAware
 
getTypeConfiguration() - Method in class org.hibernate.usertype.UserTypeLegacyBridge
 
getTypeConfiguration() - Method in class org.hibernate.usertype.UserTypeSupport
 
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
 
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain information about the Hibernate type (Type) for this attribute.
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain information about the Hibernate type (Type) for the collection id
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
Obtain information about the Hibernate index type (Type) for this plural attribute index.
getTypeName() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSource
Decode the name that we should expect to be used elsewhere to reference the modeled entity by decoding the entity-name/class-name combo.
getTypeName() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Get the name of this type.
getTypeName() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getTypeName() - Method in interface org.hibernate.cfg.PropertyData
Returns the returned class name itself
getTypeName() - Method in class org.hibernate.cfg.PropertyInferredData
 
getTypeName() - Method in class org.hibernate.cfg.PropertyPreloadedData
 
getTypeName() - Method in class org.hibernate.cfg.WrappedInferredData
 
getTypeName() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getTypeName() - Method in class org.hibernate.mapping.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 interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The database specific type name.
getTypeName(int, Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
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.
getTypeName(int, Dialect) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
 
getTypeName(int, Size) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
 
getTypeName(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
Get the type name as in the static field names defined on Types.
getTypeName(Long, Integer, Integer) - Method in interface org.hibernate.type.descriptor.sql.DdlType
 
getTypeName(Size) - Method in interface org.hibernate.type.descriptor.sql.DdlType
 
getTypeNamePattern() - Method in interface org.hibernate.type.descriptor.sql.DdlType
 
getTypeParameters() - Method in class org.hibernate.mapping.Collection
 
getTypeParameters() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeReference() - Method in class org.hibernate.query.TypedParameterValue
The specific Hibernate type reference to use to bind the value.
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
 
getUnderlyingMember(JavaXMember) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
 
getUnderlyingMember(XProperty) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.BlobImplementer
Gets access to the data underlying this BLOB.
getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.ClobImplementer
Gets access to the data underlying this CLOB.
getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
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.
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
Deprecated.
getUniqueKeyLoader(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getUniqueKeyName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getUniqueKeys() - Method in class org.hibernate.mapping.Table
 
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
 
getUnjoinedProperties() - Method in class org.hibernate.mapping.PersistentClass
Get a list of the properties defined on this class which are not defined as part of a join.
getUnjoinedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
getUnknownSqlResultSetMappingName() - Method in exception org.hibernate.query.UnknownSqlResultSetMappingException
 
getUnquotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getUnsavedStrategy() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
 
getUnsavedStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
The strategy for distinguishing between detached and transient state based on the identifier mapping
getUnsavedStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
The strategy for distinguishing between detached and transient state based on the version mapping
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
 
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
The global number of timestamps successfully retrieved from cache.
getUpdateTimestampsCacheMissCount() - Method in interface org.hibernate.stat.Statistics
The global number of timestamp requests that were not found in the cache.
getUpdateTimestampsCachePutCount() - Method in interface org.hibernate.stat.Statistics
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
 
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 class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getUuid() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the UUID unique to this SessionFactoryOptions.
getUuid() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getUuid() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the UUID for this SessionFactory.
getUuid() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getUUID() - Method in interface org.hibernate.boot.Metadata
Gets the UUID for this metamodel.
getUUID() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getValidateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaValidator processing
getValidationMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getValidationModes() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
Access the requested validation mode(s).
getValidatorFactoryReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getValidatorFactoryReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getValue() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
getValue() - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Returns the enclosed value.
getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
getValue() - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
getValue() - Method in class org.hibernate.cfg.FkSecondPass
 
getValue() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getValue() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
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.expression.ValueBindJpaCriteriaParameter
 
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
getValue(int, Class<T>) - Method in interface org.hibernate.metamodel.spi.ValueAccess
Access to an individual value.
getValue(int, Class<T>) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getValue(Object) - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
Convenient access to getting the value for this attribute from the declarer
getValue(Object, int) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
getValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
 
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 JavaType 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.usertype.StaticUserTypeSupport
 
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.GeneratedAlwaysValueGeneration
 
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.TenantIdGeneration
 
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
 
getValues() - Method in interface org.hibernate.metamodel.spi.ValueAccess
The complete set of values.
getValues() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getValues(Object) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
getValues(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getValuesArrayPosition() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
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.from.ValuesTableReference
 
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.Dialect
 
getVersion() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getVersion() - Method in class org.hibernate.mapping.MappedSuperclass
 
getVersion() - Method in class org.hibernate.mapping.PersistentClass
 
getVersion() - Method in class org.hibernate.mapping.RootClass
 
getVersion() - Method in class org.hibernate.mapping.Subclass
 
getVersion(Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getVersion(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
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(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)
getVersionAttribute() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
The attribute marked as the version
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
 
getVersionJavaType() - Method in interface org.hibernate.persister.entity.EntityPersister
 
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
 
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
 
getVirtualIdEmbeddable() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
The virtual-id representation of this id mapping
getVirtualSelectables() - Method in class org.hibernate.mapping.OneToOne
 
getVirtualSelectables() - Method in interface org.hibernate.mapping.Value
Same as Value.getSelectables() except it returns the PK for the non-owning side of a one-to-one association.
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.AbstractSqmRestrictedDmlStatement
 
getWhereClause() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmWhereClauseContainer
 
getWhereClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getWhereClauseRestrictions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getWithinGroup() - Method in class org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
 
getWithinGroup() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
getWithinGroup() - Method in interface org.hibernate.query.sqm.tree.expression.SqmOrderedSetAggregateFunction
 
getWithinGroup() - Method in interface org.hibernate.sql.ast.tree.expression.OrderedSetAggregateFunctionExpression
 
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
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.SqmCorrelatedPluralPartJoin
 
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.SqmTreatedPluralPartJoin
 
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.engine.spi.SessionFactoryDelegatingImpl
 
getWrapperOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
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(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(int) - Method in class org.hibernate.dialect.MariaDB103Dialect
Deprecated.
 
getWriteLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.OracleDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.SpannerDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.TiDBDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.CockroachDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire WRITE locks for this dialect given the aliases of the columns to be write locked.
getWriteLockString(String, int) - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.OracleDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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
 
getXmlFormatMapper() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getXmlFormatMapper() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The format mapper to use for serializing/deserializing XML data.
getXmlMappingBinderAccess() - Method in class org.hibernate.boot.MetadataSources
 
getXmlMappingBinderAccess() - Method in class org.hibernate.cfg.Configuration
An object capable of parsing XML mapping files that can then be passed to Configuration.addXmlMapping(Binding).
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
 
GLOBAL - org.hibernate.dialect.temptable.TemporaryTableKind
 
GLOBALLY_QUOTED_IDENTIFIERS - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, all database identifiers are quoted.
GLOBALLY_QUOTED_IDENTIFIERS_SKIP_COLUMN_DEFINITIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Assuming AvailableSettings.GLOBALLY_QUOTED_IDENTIFIERS, this allows global quoting to skip column definitions defined by Column, JoinColumn, etc.
GONE - org.hibernate.engine.spi.Status
 
goToNext() - Method in interface org.hibernate.result.Outputs
Go to the next Output object (if any), returning an indication of whether there was another (aka, will the next call to Outputs.getCurrent() return null?
grant - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
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 specifies two distinct ways to apply an EntityGraph - as a "fetch graph" or as a "load graph".
GREATER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GREATER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GREATER() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
GREATER_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GREATER_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GREATER_EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
GREATER_THAN - org.hibernate.query.sqm.ComparisonOperator
 
GREATER_THAN_OR_EQUAL - org.hibernate.query.sqm.ComparisonOperator
 
greaterThan(Expression<? extends Y>, Expression<? extends 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.criteria.HibernateCriteriaBuilder
 
greaterThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greaterThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is more restrictive than the given lock mode.
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in 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.criteria.HibernateCriteriaBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greatest(Expression<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greatest(Expression<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
GREATEST - org.hibernate.query.sqm.NullOrdering
Null is treated as the greatest value.
GROUP - org.hibernate.query.sqm.FrameExclusion
 
GROUP - org.hibernate.sql.ast.Clause
 
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.FrameExclusionContext
 
GROUP() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
GROUP() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
GROUP() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
groupBy(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 interface org.hibernate.query.criteria.JpaCriteriaQuery
 
groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
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.QueryContext
 
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() - Method in class org.hibernate.grammars.hql.HqlParser
 
groupByExpression(int) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
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.
GROUPED - org.hibernate.tool.schema.JdbcMetadaAccessStrategy
The SchemaMigrator and SchemaValidator execute a single DatabaseMetaData.getTables(String, String, String, String[]) call to retrieve all the database table in order to determine all the Entity have a mapped database tables.
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
 
GROUPS - org.hibernate.query.sqm.FrameMode
 
GROUPS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GROUPS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GROUPS() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
GROUPS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
GroupsPerOperation - Class in org.hibernate.cfg.beanvalidation
 
GroupsPerOperation.Operation - Enum in org.hibernate.cfg.beanvalidation
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gt(Expression<? extends Number>, Expression<? extends 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.criteria.HibernateCriteriaBuilder
 
gt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
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
Deprecated.
GUIDGenerator() - Constructor for class org.hibernate.id.GUIDGenerator
Deprecated.
 

H

H2 - org.hibernate.dialect.Database
 
H2Dialect - Class in org.hibernate.dialect
A SQL dialect for H2.
H2Dialect() - Constructor for class org.hibernate.dialect.H2Dialect
 
H2Dialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.H2Dialect
 
H2Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.H2Dialect
 
H2DurationIntervalSecondJdbcType - Class in org.hibernate.dialect
 
H2DurationIntervalSecondJdbcType() - Constructor for class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
H2IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
H2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
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
 
H2V1SequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for H2Dialect.
H2V1SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.H2V1SequenceSupport
 
H2V2SequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for H2Dialect.
H2V2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.H2V2SequenceSupport
 
HANA - org.hibernate.dialect.Database
 
HANABlobType(int) - Constructor for class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
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() - Constructor for class org.hibernate.dialect.HANAColumnStoreDialect
 
HANAColumnStoreDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.HANAColumnStoreDialect
 
HANAColumnStoreDialect(DialectResolutionInfo) - 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
 
HANARowStoreDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.HANARowStoreDialect
 
HANARowStoreDialect(DialectResolutionInfo) - 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(Expression) - Static method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
hasAggregateFunctions(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
hasAggregateFunctions(QuerySpec) - Static method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
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 instance 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
 
hasAppliedGraph(MutableQueryOptions) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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
 
hasConstraint() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
hasContainingClass() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
Does the identifier have a corresponding EmbeddableId or IdClass?
hasCustomRead() - Method in class org.hibernate.mapping.Column
 
hasDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasDataTypeBeforeGeneratedAs() - Method in class org.hibernate.dialect.Dialect
 
hasDataTypeBeforeGeneratedAs() - Method in class org.hibernate.dialect.SQLServerDialect
 
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
 
hasDatePart(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL date or timestamp type?
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
 
hasDuplicateTables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasDuplicateTables() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
hasDuplicateTables() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
hasDuplicateTables() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
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
 
hasFetchSize() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
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.collection.spi.PersistentBag
 
hashCode() - Method in class org.hibernate.collection.spi.PersistentList
 
hashCode() - Method in class org.hibernate.collection.spi.PersistentMap
 
hashCode() - Method in class org.hibernate.collection.spi.PersistentSet
 
hashCode() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
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.query.results.complete.CompleteFetchBuilderBasicPart
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
hashCode() - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
hashCode() - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
hashCode() - Method in class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
hashCode() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
hashCode() - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
hashCode() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
hashCode() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
hashCode() - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
hashCode() - Method in class org.hibernate.spi.NavigablePath
 
hashCode() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
hashCode() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
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.type.AnyType.ObjectTypeCacheEntry
 
hashCode() - Method in class org.hibernate.type.CustomType
 
hashCode(J) - Method in interface org.hibernate.usertype.CompositeUserType
Get a hashcode for the instance, consistent with persistence "equality"
hashCode(J) - Method in interface org.hibernate.usertype.UserType
Get a hashcode for the instance, consistent with persistence "equality"
hashCode(T) - Method in class org.hibernate.type.EnumType
 
hashCode(T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
hashCode(T) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
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 - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
Is this collection indexed?
hasIndex() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an "indexed" collection? (list or map)
hasInsertGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasInsertGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on insert?
hasInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
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
 
hasLimit() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
hasLimit(SqmSelectStatement<?>, MutableQueryOptions) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
hasManyToManyOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasManyToManyOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
hasMaxRows(Limit) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Is a max row limit indicated?
hasMultipleTables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasMultipleTables() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
hasMultipleTables() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
hasMultipleTables() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
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
 
hasNestedTableGroupsToRender(List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
hasNext() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
 
hasNext() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
hasNext() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
hasNonIdentifierPropertyNamedId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
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.
hasOddDstBehavior() - Method in class org.hibernate.dialect.H2Dialect
 
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"?
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
 
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
 
hasPreInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasPreUpdateGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasPrevious() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
hasPrimaryKey() - Method in class org.hibernate.mapping.Table
 
hasProperty(String) - Method in class org.hibernate.mapping.Component
 
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.
hasQueryExecutionToBeAddedToStatistics() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Determine if the query execution has to be considered by the Statistics.
hasQueuedOperations() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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?
hasRegisteredDescriptor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
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?
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
 
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() - 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 interface org.hibernate.metamodel.mapping.EntityMappingType
 
hasSubclasses() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSubclasses() - Method in interface org.hibernate.persister.entity.Loadable
Does this persistent class have subclasses?
hasSubclasses() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
hasSubclasses(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper.InheritanceChecker
 
hasSubselectLoadableCollections() - Method in class org.hibernate.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?
hasTimeout() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
hasTimePart(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL time or timestamp type?
hasTreats() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
hasTreats() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
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?
hasWrittenFieldNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
having(Expression<Boolean>) - 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 interface org.hibernate.query.criteria.JpaCriteriaQuery
 
having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
HAVING - org.hibernate.sql.ast.Clause
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
havingClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
havingClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
HavingClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
HBM - org.hibernate.cfg.MetadataSourceType
Indicates metadata coming from hbm.xml files
HBM - org.hibernate.mapping.MetadataSource
 
HBM_XML_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
 
HBM2DDL_AUTO - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to perform SchemaManagementTool actions automatically as part of the SessionFactory lifecycle.
HBM2DDL_CHARSET_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
The name of the charset used by the schema generation resource.
HBM2DDL_CONNECTION - Static variable in interface org.hibernate.cfg.AvailableSettings
HBM2DDL_CREATE_NAMESPACES - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether to automatically create also the database schema/catalog.
HBM2DDL_CREATE_SCHEMAS - Static variable in interface org.hibernate.cfg.AvailableSettings
HBM2DDL_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the CREATE script file as either a Reader configured for reading 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
HBM2DDL_DEFAULT_CONSTRAINT_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used with the 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 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
When enabled, specifies that the schema migration tool should halt on any error, terminating the bootstrap process.
HBM2DDL_IMPORT_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a comma-separated list of file names of scripts containing SQL DML statements that should be executed after schema export completes.
HBM2DDL_IMPORT_FILES_SQL_EXTRACTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
HBM2DDL_JDBC_METADATA_EXTRACTOR_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to choose the strategy used to access the JDBC Metadata.
HBM2DDL_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
HBM2DDL_SCRIPTS_ACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
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.
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(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 `<sql-query/>` stanza
HbmResultSetMappingDescriptor(JaxbHbmResultSetMappingType, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor
Constructor for an explicit `` mapping.
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
 
hbmXml - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
hbmXsd() - Method in class org.hibernate.boot.xsd.MappingXsdSupport
 
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
 
headMap(K) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
headSet(E) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
Helper - Class in org.hibernate.id.uuid
TODO : javadoc
HEX_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
HEX_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
HEX_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
HEX_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
HEX_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
HEX_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
HEX_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
HEX_LITERAL(int) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
Hibernate - Class in org.hibernate
Various utility functions for working with proxies and lazy collection references.
Hibernate.CollectionInterface<C> - Class in org.hibernate
Operations for obtaining references to persistent collections of a certain type.
HibernateCriteriaBuilder - Interface in org.hibernate.query.criteria
Hibernate extensions to the JPA CriteriaBuilder.
HibernateError - Exception in org.hibernate
Marks a group of exceptions that generally indicate an internal Hibernate error or bug.
HibernateError(String) - Constructor for exception org.hibernate.HibernateError
Constructs HibernateError with the condition message.
HibernateError(String, Throwable) - Constructor for exception org.hibernate.HibernateError
Constructs HibernateError with the condition message and cause.
HibernateException - Exception in org.hibernate
The base exception type for Hibernate exceptions.
HibernateException(String) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given exception message.
HibernateException(String, Throwable) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given message and underlying cause.
HibernateException(Throwable) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given message and underlying cause.
HibernateHints - Interface in org.hibernate.jpa
List of Hibernate-specific (extension) hints available to query, load and lock scenarios.
hibernateMappingXml - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
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
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
Enables highlighting of SQL logged to the console using ANSI escape codes.
HILO - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for using a custom "hilo" algorithm optimization
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 interface org.hibernate.jpa.HibernateHints
Hint for specifying the CacheMode to use
HINT_CACHE_MODE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_CACHE_REGION - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying the region of the query cache into which the results should be stored
HINT_CACHE_REGION - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_CACHEABLE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying whether results from a query should be stored in the query cache
HINT_CACHEABLE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_CALLABLE_FUNCTION - Static variable in interface org.hibernate.jpa.HibernateHints
Whether to treat a ProcedureCall or StoredProcedureQuery as a call to a function rather than a call to a procedure
HINT_COMMENT - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying a database comment to be applied to the SQL sent to the database.
HINT_COMMENT - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_FETCH_SIZE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying a fetch size to be applied to the JDBC statement.
HINT_FETCH_SIZE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_FETCHGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_FLUSH_MODE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying the FlushMode to apply to an EntityManager or a Query
HINT_FLUSH_MODE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_FOLLOW_ON_LOCKING - Static variable in interface org.hibernate.jpa.HibernateHints
Hint to enable/disable the follow-on-locking mechanism provided by Dialect.useFollowOnLocking(String, org.hibernate.query.spi.QueryOptions).
HINT_FOLLOW_ON_LOCKING - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_JAVAEE_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_CACHE_STORE_MODE - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_FETCH_GRAPH - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_LOAD_GRAPH - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_LOCK_SCOPE - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_LOCK_TIMEOUT - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_QUERY_TIMEOUT - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_LOADGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_NATIVE_LOCK_MODE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying the lock-mode to apply to the results from a native-query.
HINT_NATIVE_LOCKMODE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_NATIVE_SPACES - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying query spaces to be applied to a NativeQuery.
HINT_NATIVE_SPACES - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_READ_ONLY - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying that objects loaded into the persistence context as a result of a query should be associated with the persistence context as read-only.
HINT_READONLY - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_SPEC_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.jpa.SpecHints
Hint specifying how Hibernate should handle retrieving data from the second level cache.
HINT_SPEC_CACHE_STORE_MODE - Static variable in interface org.hibernate.jpa.SpecHints
Hint specifying how Hibernate should handle retrieving data from the second level cache.
HINT_SPEC_FETCH_GRAPH - Static variable in interface org.hibernate.jpa.SpecHints
Hint providing a EntityGraph which should be interpreted as a "fetch graph".
HINT_SPEC_LOAD_GRAPH - Static variable in interface org.hibernate.jpa.SpecHints
Hint providing a EntityGraph which should be interpreted as a "load graph".
HINT_SPEC_LOCK_SCOPE - Static variable in interface org.hibernate.jpa.SpecHints
Hint indicating whether to extend pessimistic locking to associated tables.
HINT_SPEC_LOCK_TIMEOUT - Static variable in interface org.hibernate.jpa.SpecHints
Hint requesting a pessimistic lock timeout (in milliseconds).
HINT_SPEC_QUERY_TIMEOUT - Static variable in interface org.hibernate.jpa.SpecHints
The Jakarta Persistence defined hint for requesting a timeout be applied to a Query executions.
HINT_TIMEOUT - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying a Query timeout, in seconds.
HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
The hint key for specifying a query timeout per Hibernate O/RM, which defines the timeout in seconds.
hints - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
HOUR - org.hibernate.query.sqm.TemporalUnit
Hour, defined to mean 60 minutes when it occurs as a unit of duration, or to mean the hour field in the range 0-23 (regular 24-hour time) when passed to extract().
HOUR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
HOUR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
HourContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.HourContext
 
hourMinuteSecond() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Note that we include these for completeness, but since their names collide with the HQL abbreviations for extract(), they can't actually be called from HQL.
HQL - org.hibernate.query.sqm.SqmQuerySource
 
HQL_COLLECTION_FUNCTION - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
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.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.BarePrimaryExpressionContext - 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.BooleanLiteralContext - 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.CollateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollationContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionFunctionMisuseContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionSizeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionValueNavigablePathContext - 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.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.ElementAggregateFunctionContext - 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.EntityWithJoinsContext - Class in org.hibernate.grammars.hql
 
HqlParser.EveryFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExistsCollectionPartPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExistsPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExplicitTupleInListContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExpressionOrPredicateContext - 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.FormatContext - Class in org.hibernate.grammars.hql
 
HqlParser.FormatFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FrameClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.FrameEndContext - Class in org.hibernate.grammars.hql
 
HqlParser.FrameExclusionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FrameStartContext - Class in org.hibernate.grammars.hql
 
HqlParser.FromClauseContext - 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.GeneralPathExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralPathFragmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.GenericFunctionArgumentsContext - Class in org.hibernate.grammars.hql
 
HqlParser.GenericFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GenericFunctionNameContext - Class in org.hibernate.grammars.hql
 
HqlParser.GenericTemporalLiteralTextContext - 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.IdentifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.IndexAggregateFunctionContext - 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.InstantiationArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantiationArgumentExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantiationArgumentsContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantiationContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantiationTargetContext - 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.JoinContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinPathContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinRestrictionContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinTypeContext - 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.LikeEscapeContext - Class in org.hibernate.grammars.hql
 
HqlParser.LikePredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.LimitClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.ListaggFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.LiteralExpressionContext - 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.MapEntrySelectionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MapKeyNavigablePathContext - Class in org.hibernate.grammars.hql
 
HqlParser.MemberOfPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.MinuteContext - 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.NakedIdentifierContext - 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.NthSideClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.NullsClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.NullsPrecedenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.NumericLiteralContext - 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.OnOverflowClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrderByClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrderByFragmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrderedQueryContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverClauseContext - 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.PartitionClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.PathContext - Class in org.hibernate.grammars.hql
 
HqlParser.PathContinuationContext - 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.PredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.PrimaryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.QueryContext - Class in org.hibernate.grammars.hql
 
HqlParser.QueryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.QueryOrderContext - Class in org.hibernate.grammars.hql
 
HqlParser.QuerySpecExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.RollupContext - Class in org.hibernate.grammars.hql
 
HqlParser.RootEntityContext - 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.SignOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleCaseListContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleCaseWhenContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimplePathContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimplePathElementContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleQueryGroupContext - Class in org.hibernate.grammars.hql
 
HqlParser.SortDirectionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SortExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SortSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.StandardFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.StatementContext - 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.SyntacticDomainPathContext - Class in org.hibernate.grammars.hql
 
HqlParser.SyntacticPathExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.TargetEntityContext - Class in org.hibernate.grammars.hql
 
HqlParser.TargetFieldsContext - 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.ToOneFkExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ToOneFkReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.TreatedNavigablePathContext - 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.UnaryNumericLiteralExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.UpdateStatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.ValuesContext - Class in org.hibernate.grammars.hql
 
HqlParser.ValuesListContext - Class in org.hibernate.grammars.hql
 
HqlParser.VariableContext - Class in org.hibernate.grammars.hql
 
HqlParser.WeekFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.WhereClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.WithinGroupClauseContext - 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.
HqlTranslator - Interface in org.hibernate.query.hql
Main entry point into building semantic queries.
HSQL - org.hibernate.dialect.Database
 
HSQLDialect - Class in org.hibernate.dialect
A SQL dialect for HSQLDB (HyperSQL) 1.8 and above.
HSQLDialect() - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
HSQLIdentityColumnSupport(DatabaseVersion) - 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
 
HydratedCompoundValueHandler - Interface in org.hibernate.persister.spi
Where to begin...
hypotheticalOrderedSetAggregates() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
hypotheticalOrderedSetAggregates_windowEmulation() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
HypotheticalSetFunction - Class in org.hibernate.dialect.function
 
HypotheticalSetFunction(String, BasicTypeReference<?>, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.HypotheticalSetFunction
 
HypotheticalSetWindowEmulation - Class in org.hibernate.dialect.function
 
HypotheticalSetWindowEmulation(String, BasicTypeReference<?>, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.HypotheticalSetWindowEmulation
 

I

i - Variable in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
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 - org.hibernate.metamodel.mapping.CollectionPart.Nature
 
ID - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ID - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ID() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
ID() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ID_BAG - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
ID_BAG - org.hibernate.metamodel.CollectionClassification
A CollectionClassification.BAG with a generated id for each element
ID_DB_STRUCTURE_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
An implicit naming-strategy for database structures (tables, sequences) related to identifier-generators Resolution uses the StrategySelector service and accepts any of the forms discussed on StrategySelector.resolveDefaultableStrategy(java.lang.Class<T>, java.lang.Object, T).
ID_GEN_FAC_LOGGER - Static variable in interface org.hibernate.id.factory.IdGenFactoryLogging
 
ID_TABLE_PREFIX - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
 
IdBagBinder - Class in org.hibernate.cfg.annotations
 
IdBagBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - 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.
IDENTIFICATION_VARIABLE_NOT_DECLARED_IN_FROM_CLAUSE - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
identificationVariable - Variable in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
identifier() - 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
 
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.SimplePathContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
identifier(int) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
identifier(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
identifier(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
Identifier - Class in org.hibernate.boot.model.naming
Models an identifier (name), which may or may not be quoted.
Identifier - Class in org.hibernate.metamodel.relational
Models an identifier (name), which may or may not be quoted.
Identifier(String) - Constructor for class org.hibernate.boot.model.naming.Identifier
Constructs an unquoted identifier instance.
Identifier(String, boolean) - Constructor for class org.hibernate.boot.model.naming.Identifier
Constructs an identifier instance.
Identifier(String, boolean) - Constructor for class org.hibernate.metamodel.relational.Identifier
Constructs an identifier instance.
IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
IDENTIFIER() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
IDENTIFIER(int) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
IDENTIFIER_GENERATOR_STRATEGY_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
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.spi.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(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.IdentifierBag
annotation binding
IdentifierBag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
hbm.xml binding
IdentifierBag(IdentifierBag) - Constructor for class org.hibernate.mapping.IdentifierBag
 
IdentifierBagType - Class in org.hibernate.type
 
IdentifierBagType(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(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.IdentifierCollection
 
IdentifierCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
 
IdentifierCollection(IdentifierCollection) - 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
 
IdentifierExpressionContext(OrderingParser.ExpressionContext) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
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.
IdentifierGeneratorCreator - Interface in org.hibernate.mapping
 
IdentifierGeneratorDefinition - Class in org.hibernate.boot.model
Identifier generator definition, should be immutable.
IdentifierGeneratorDefinition(String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition.Builder - Class in org.hibernate.boot.model
 
IdentifierGeneratorFactory - Interface in org.hibernate.id.factory
Contract for a factory of IdentifierGenerator instances.
IdentifierGeneratorHelper - Class in org.hibernate.id
Factory and helper methods for IdentifierGenerator framework.
IdentifierGeneratorHelper.BasicHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigDecimalHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigIntegerHolder - Class in org.hibernate.id
 
IdentifierGeneratorStrategyProvider - Interface in org.hibernate.jpa.spi
Deprecated.
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, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Construct a non-virtual identifier property.
IdentifierProperty(Type, boolean, boolean, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Construct a virtual IdentifierProperty.
identifiers - Variable in class org.hibernate.collection.spi.PersistentIdentifierBag
 
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.
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.
identityRemove(Collection<?>, Object, String, SharedSessionContractImplementor) - Static method in class org.hibernate.collection.spi.AbstractPersistentCollection
Removes entity entries that have an equal identifier with the incoming entity instance
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
IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext - Interface in org.hibernate.boot.model
Deprecated.
 
IdGeneratorType - Annotation Type in org.hibernate.annotations
Meta-annotation used to mark another annotation as providing configuration for a custom IdentifierGenerator.
IdGenFactoryLogging - Interface in org.hibernate.id.factory
Logging related to IdentifierGeneratorFactory
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
 
IGNORE - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.IGNORE.
IGNORE - org.hibernate.annotations.NotFoundAction
Treat a foreign key value with no corresponding primary key value in the referenced table as a null reference.
IGNORE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
IGNORE - org.hibernate.CacheMode
The session will never interact with the cache, except to invalidate cache items when updates occur.
IGNORE - org.hibernate.ReplicationMode
Ignore replicated entities when a row already exists.
IGNORE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IGNORE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IGNORE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
IGNORE() - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
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.
ignoringUnrecognizedQueryHint(String) - Method in interface org.hibernate.query.QueryLogging
 
ilike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ILIKE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ILIKE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ILIKE() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
ILIKE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
IllegalIdentifierException - Exception in org.hibernate.boot.model.naming
Indicates an attempted use of a name that was deemed illegal
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.boot.model.naming.IllegalIdentifierException
 
IllegalIdentifierException(String) - Constructor for exception org.hibernate.metamodel.relational.IllegalIdentifierException
 
IllegalMutationQueryException - Exception in org.hibernate.query
IllegalMutationQueryException(String) - Constructor for exception org.hibernate.query.IllegalMutationQueryException
 
IllegalMutationQueryException(String, String) - Constructor for exception org.hibernate.query.IllegalMutationQueryException
 
IllegalNamedQueryOptionsException - Exception in org.hibernate.query
Indicates a named-query has specified options that are not legal
IllegalNamedQueryOptionsException(String) - Constructor for exception org.hibernate.query.IllegalNamedQueryOptionsException
 
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, String, Exception) - Constructor for exception org.hibernate.query.IllegalQueryOperationException
 
IllegalSelectQueryException - Exception in org.hibernate.query
Indicates an attempt to call QueryProducer.createSelectionQuery(String) with a non-selection query (generally a mutation query)
IllegalSelectQueryException(String) - Constructor for exception org.hibernate.query.IllegalSelectQueryException
 
IllegalSelectQueryException(String, String) - Constructor for exception org.hibernate.query.IllegalSelectQueryException
 
IMAGE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC LONGVARBINARY.
IMMEDIATE - org.hibernate.engine.FetchTiming
Perform fetching immediately.
IMMEDIATE_ACQUISITION_AND_HOLD - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as the Session is opened and held until the Session is closed.
IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
immediateLoad(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
immediateLoad(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Load an instance immediately.
IMMEDIATELY - org.hibernate.ConnectionAcquisitionMode
The Connection will be acquired as soon as the Hibernate Session is opened.
Immutable - Annotation Type in org.hibernate.annotations
Marks an entity, collection, or attribute as immutable.
IMMUTABLE - org.hibernate.boot.model.source.spi.NaturalIdMutability
The attribute is part of a immutable natural id
IMMUTABLE_ENTITY_UPDATE_QUERY_HANDLING_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
This setting defines how Immutable entities are handled when executing a bulk update query.
immutableCopy() - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
ImmutableEntityUpdateQueryHandlingMode - Enum in org.hibernate.query
This enum defines how Immutable entities are handled when executing a bulk update statement.
ImmutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Mutability plan for immutable objects
ImmutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
impl() - Method in annotation type org.hibernate.annotations.Persister
The custom persister class.
impl(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 - org.hibernate.annotations.PolymorphismType
This entity is retrieved if any of its super entity are retrieved.
IMPLICIT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
IMPLICIT - org.hibernate.dialect.NationalizationSupport
The CHAR, VARCHAR, and CLOB types inherently handle nationalized character data.
IMPLICIT_ALIAS - Static variable in class org.hibernate.query.sqm.spi.SqmCreationHelper
This is a special alias that we use for implicit joins within the FROM clause.
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.
IMPLICIT_SELECT - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
IMPLICIT_TREAT - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
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
ImplicitDatabaseObjectNamingStrategy - Interface in org.hibernate.id.enhanced
A naming strategy specifically for determining the implicit naming of tables and sequences relating to enhanced identifier-generators.
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
 
ImplicitFetchBuilderEntityPart - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderEntityPart(NavigablePath, EntityCollectionPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
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, int, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
ImplicitHbmResultSetMappingDescriptorBuilder(String, 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(EntityMappingType) - Constructor for class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
ImplicitModelPartResultBuilderEntity(NavigablePath, EntityValuedModelPart) - 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
 
IMPLIED_RESULT_TYPE - Static variable in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
impliedOrInvariant(TypeConfiguration, FunctionParameterType) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
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(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Expression<?>...) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>, Expression<? extends T>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, Collection<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>, Collection<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, SqmSubQuery<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, T...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>, T...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<Collection<?>>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Expression<Collection<?>>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(Object...) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Object...) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(Collection<?>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Collection<?>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
IN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
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.NakedIdentifierContext
 
IN() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
IN_CLAUSE_PARAMETER_PADDING - Static variable in interface org.hibernate.cfg.AvailableSettings
Determines how parameters occurring in a SQL IN predicate are expanded.
inClauseParameterPaddingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
inClauseParameterPaddingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
include - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
include - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
include() - Method in annotation type org.hibernate.annotations.Cache
How lazy properties are included in the second level cache.
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?
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.
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
Does value generation happen for SQL INSERT statements?
includesUpdate() - Method in enum org.hibernate.tuple.GenerationTiming
Does value generation happen for SQL UPDATE statements?
includeTable(Table) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
Should the given table be included? If true, the table will be further processed; if false, processing will skip this table.
IncomparableComparator - Class in org.hibernate.type.descriptor.java
Comparator for things that cannot be compared (in a way we know about).
IncomparableComparator() - Constructor for class org.hibernate.type.descriptor.java.IncomparableComparator
 
INCONSISTENT_RTN_CLASS_MARKER - org.hibernate.loader.entity.CacheEntityLoaderHelper.EntityStatus
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
increment() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Equivalent to a ++ operation
INCREMENT_PARAM - Static variable in 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
Should this Fetchable affect the fetch depth? E.g., composites would generally not increment the fetch depth.
IncrementGenerator - Class in org.hibernate.id
increment
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 certain of packages, types, etc.
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 - 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() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
Index - Class in org.hibernate.mapping
A relational table index
Index - Annotation Type in org.hibernate.annotations
Deprecated.
Using Index instead.
Index() - Constructor for class org.hibernate.mapping.Index
 
INDEX - org.hibernate.metamodel.mapping.CollectionPart.Nature
 
INDEX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INDEX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INDEX() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
INDEX() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
indexAggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
indexAggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
IndexAggregateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
IndexBackref - Class in org.hibernate.mapping
 
IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
 
indexColumn - Variable in class org.hibernate.cfg.annotations.CollectionBinder
 
IndexColumn - Class in org.hibernate.cfg
index column
IndexColumn - Annotation Type in org.hibernate.annotations
Deprecated.
Prefer the standard JPA OrderColumn annotation and the Hibernate specific ListIndexBase (for replacing IndexColumn.base()).
IndexColumn(boolean, String, 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
 
INDEXED_ELEMENT_REFERENCE - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
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(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.IndexedCollection
 
IndexedCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
 
IndexedCollection(IndexedCollection) - 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() - Method in annotation type org.hibernate.annotations.Table
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
 
indexOf(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
indexOf(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
indexOf(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
indexOf(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
indexOf(Object, Object) - Method in class org.hibernate.type.ArrayType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CustomCollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.ListType
 
indexOf(Object, Object) - Method in class org.hibernate.type.MapType
 
indexOf(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
IndexOrUniqueKeySecondPass - Class in org.hibernate.cfg
 
IndexOrUniqueKeySecondPass(String, AnnotatedColumn, MetadataBuildingContext, boolean) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index if unique is false or a Unique Key if unique is true
IndexOrUniqueKeySecondPass(Table, String, String[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
Build an index
IndexQueryHintHandler - Class in org.hibernate.dialect.hint
Adds an INDEX query hint as follows: SELECT * FROM TEST USE INDEX (hint1, hint2) WHERE X=1
IndexQueryHintHandler() - Constructor for class org.hibernate.dialect.hint.IndexQueryHintHandler
 
INDICES - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INDICES - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INDICES() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
INDICES() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
INDICES() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
INDICES() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
INDICES() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
INDICES() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
INDICES() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
INDIVIDUALLY - org.hibernate.tool.schema.JdbcMetadaAccessStrategy
The SchemaMigrator and SchemaValidator execute one DatabaseMetaData.getTables(String, String, String, String[]) call for each Entity in order to determine if a corresponding database table exists.
INET - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INET for IPv4 or IPv6 addresses.
InetAddressJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for InetAddress handling.
InetAddressJavaType() - Constructor for class org.hibernate.type.descriptor.java.InetAddressJavaType
 
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.CollectionTypeRegistrationDescriptor - Class in org.hibernate.boot.spi
 
InFlightMetadataCollector.DelayedPropertyReferenceHandler - Interface in org.hibernate.boot.spi
 
InFlightMetadataCollector.DuplicateSecondaryTableException - Exception in org.hibernate.boot.spi
 
InFlightMetadataCollector.EntityTableXref - Interface in org.hibernate.boot.spi
 
InformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
Contract for extracting information about objects in the database schema(s).
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(String, String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a given property value for an entity.
infoString(EntityPersister) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to given entity persister.
infoString(EntityPersister, Object[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of entities.
infoString(EntityPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity.
infoString(EntityPersister, Object, Type, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity,.
InFragment - Class in org.hibernate.sql
An SQL IN expression.
InFragment() - Constructor for class org.hibernate.sql.InFragment
 
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
 
initAndGetWhereClause() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
initcap() - 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[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initDefaultProperties() - Method in class org.hibernate.dialect.Dialect
Set appropriate default values for configuration properties.
initDefaultProperties() - Method in class org.hibernate.dialect.MySQLDialect
 
initDefaultProperties() - Method in class org.hibernate.dialect.OracleDialect
 
INITIAL_PARAM - Static variable in interface org.hibernate.id.OptimizableGenerator
Indicates the initial value to use.
initialize() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
initialize() - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy, fetching the target entity if necessary.
initialize() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
Allow the container to force initialize the lifecycle-generated bean
initialize(boolean) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Initialize the collection, if possible, wrapping any exceptions in a runtime exception
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given primitive long.
initialize(A, Class<?>) - Method in interface org.hibernate.tuple.AnnotationValueGeneration
Initializes this generation strategy for the given annotation instance.
initialize(A, Class<?>, String, String) - Method in interface org.hibernate.tuple.AnnotationValueGeneration
Initializes this generation strategy for the given annotation instance.
initialize(Object) - Static method in class org.hibernate.Hibernate
Force initialization of a proxy or persistent collection.
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(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(ResultSet, long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given result set, using the specified default value if we could not get a value from the result set (aka result was null).
initialize(Map<String, Object>, ClassLoaderService) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
 
initialize(CreationTimestamp, Class<?>) - Method in class org.hibernate.tuple.CreationTimestampGeneration
 
initialize(CurrentTimestamp, Class<?>) - Method in class org.hibernate.annotations.CurrentTimestampGeneration
 
initialize(GeneratedColumn, Class<?>) - Method in class org.hibernate.tuple.GeneratedAlwaysValueGeneration
 
initialize(Generated, Class<?>) - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
initialize(GeneratorType, Class<?>) - Method in class org.hibernate.tuple.VmValueGeneration
 
initialize(TenantId, Class<?>) - Method in class org.hibernate.tuple.TenantIdGeneration
 
initialize(TenantId, Class<?>, String, String) - Method in class org.hibernate.tuple.TenantIdGeneration
 
initialize(UpdateTimestamp, Class<?>) - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Initializes this instance, in particular pre-generates SQL as necessary.
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Initializes this structure, in particular pre-generates SQL as necessary.
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableStructure
 
initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.IdentifierGenerator
Initializes this instance, in particular pre-generates SQL as necessary.
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.IncrementGenerator
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
initialize(Size) - Method in class org.hibernate.engine.jdbc.Size
 
initializeCollection(PersistentCollection<?>, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
initializeCollection(PersistentCollection<?>, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Initialize the collection (if not already initialized)
InitializeCollectionEvent - Class in org.hibernate.event.spi
An event that occurs when a collection wants to be initialized
InitializeCollectionEvent(PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.InitializeCollectionEvent
 
InitializeCollectionEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of collection initialization events generated by a session.
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
initializeEmptyCollection(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
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 class org.hibernate.collection.spi.PersistentArrayHolder
 
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
initializeFromCache(CollectionPersister, Object, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Read the state of the collection from a disassembled cached value
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentList
 
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
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.DB2iDialect
 
initializeFunctionRegistry(QueryEngine) - Method in class org.hibernate.dialect.DB2zDialect
 
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
 
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, EntityEntry, int, Object) - 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
 
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.
InitializerProducerBuilder - Class in org.hibernate.collection.spi
 
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<String, Object>, ServiceRegistryImplementor) - Method in interface org.hibernate.boot.registry.StandardServiceInitiator
Initiates the managed service.
initiateService(Map<String, Object>, 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 class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
initiateService(SessionFactoryServiceInitiatorContext) - Method in class org.hibernate.engine.spi.CacheInitiator
 
initiateService(SessionFactoryServiceInitiatorContext) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
Initiates the managed service.
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], String[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initMappingColumn(String, String, Long, Integer, Integer, boolean, String, boolean, boolean) - Method in class org.hibernate.cfg.AnnotatedColumn
 
initPropertyPaths(String, Type, String[], String[], String[], String[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
initPropertyPaths(Metadata) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
initSessionFactory(SessionFactoryImplementor) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
initSubclassPropertyAliasesMap(PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Must be called by subclasses, at the end of their constructors
inject(Object, Object) - Method in interface org.hibernate.persister.spi.HydratedCompoundValueHandler
 
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, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
injectLoadedState(PluralAttributeMapping, List) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentBag
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in interface org.hibernate.collection.spi.PersistentCollection
Inject the state loaded for a collection instance.
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentList
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentMap
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentSet
 
injectMappingModelPart(EmbeddableValuedModelPart, MappingModelCreationProcess) - Method in class org.hibernate.type.ComponentType
 
injectMappingModelPart(EmbeddableValuedModelPart, MappingModelCreationProcess) - Method in interface org.hibernate.type.spi.CompositeTypeImplementor
 
injectParameters(Object, Supplier<Properties>) - Static method in class org.hibernate.mapping.MappingHelper
 
injectParameters(Object, Properties) - Static method in class org.hibernate.mapping.MappingHelper
 
InjectService - Annotation Type in org.hibernate.service.spi
Annotation to allow services to request injection of other services
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
injectServices(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryAwareService
Callback to inject the registry.
INLINE - org.hibernate.query.criteria.ValueHandlingMode
 
INLINE_ALL_PARAMETERS - org.hibernate.sql.ast.SqlAstNodeRenderingMode
Render all nested parameters as literals.
INLINE_PARAMETERS - org.hibernate.sql.ast.SqlAstNodeRenderingMode
Render parameters as literals.
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() - Constructor for class org.hibernate.grammars.hql.HqlParser.InListContext
 
InListContext(ParserRuleContext, int) - 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, JdbcMappingContainer) - 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, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InListPredicate(Expression, Expression...) - 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 - org.hibernate.query.sqm.tree.SqmJoinType
Represents an inner join.
INNER - org.hibernate.sql.ast.SqlAstJoinType
Represents an inner join.
INNER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INNER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INNER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
INNER() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
InnoDBStorageEngine - Class in org.hibernate.dialect
Represents the InnoDB storage engine.
InnoDBStorageEngine() - Constructor for class org.hibernate.dialect.InnoDBStorageEngine
 
inOverOrWithinGroupClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
InPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
INPUT_STREAM - org.hibernate.boot.jaxb.SourceType
 
InputStreamAccess - Interface in org.hibernate.boot.archive.spi
Contract for building InputStreams, especially in on-demand situations
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
insert() - Method in annotation type org.hibernate.annotations.DiscriminatorOptions
Set this to false if your discriminator column is also part of a mapped composite identifier.
insert() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
insert(Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insert(Object[], boolean[], String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL INSERT, and then retrieve a generated identifier.
insert(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance, using a natively generated identifier (optional operation)
insert(Object, Object[], boolean[], int, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Perform an SQL INSERT.
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(String, Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
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(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been inserted (beforeQuery the transaction completes), instead of calling evict().
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been inserted (beforeQuery the transaction completes), instead of calling evict().
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
Insert - Class in org.hibernate.sql
An SQL INSERT statement
Insert(Dialect) - Constructor for class org.hibernate.sql.Insert
 
INSERT - org.hibernate.annotations.GenerationTime
Indicates the value is generated on insert.
INSERT - org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
INSERT - org.hibernate.engine.spi.CachedNaturalIdValueSource
 
INSERT - org.hibernate.sql.ast.Clause
The insert clause
INSERT - org.hibernate.tuple.GenerationTiming
Value generation that occurs when a row is inserted in the database.
INSERT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INSERT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INSERT - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are generated by the database on insert.
INSERT() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
INSERT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
insert_overlay() - 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 annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
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
 
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(boolean, Map<String, CteStatement>, NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertStatement
 
InsertStatement(CteContainer, NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertStatement
 
InsertStatement(NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertStatement
 
InsertStatement(NamedTableReference, 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
Emulates the ANSI SQL-standard overlay() function using insert() substring(), and concat().
InsertSubstringOverlayEmulation(TypeConfiguration, 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 method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
instance() - Static method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
instance(ListResultsConsumer.UniqueSemantic) - Static method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
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 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.ImprovedNamingStrategy
A convenient singleton instance
INSTANCE - Static variable in class org.hibernate.cfg.PersistenceStandardEntityResolver
 
INSTANCE - Static variable in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
INSTANCE - Static variable in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
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.OracleXmlJdbcType
 
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.PostgreSQLInetJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.PostgreSQLJsonbJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.PostgreSQLJsonJdbcType
 
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.H2V1SequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.H2V2SequenceSupport
 
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.SQLServer16SequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.SQLServerSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
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 class org.hibernate.sql.results.spi.ScrollableResultsConsumer
Singleton access to the standard scrollable-results consumer instance
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.ToListResultTransformer
 
INSTANCE - Static variable in class org.hibernate.type.DbTimestampType
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClassJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoubleJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DurationJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IncomparableComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.InstantJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleJavaType.LocaleComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ObjectJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
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.StringJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneJavaType.TimeZoneComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UrlJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.YearJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneIdJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
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.JsonJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NullJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NumericJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.JacksonJsonFormatMapper
 
INSTANCE - Static variable in class org.hibernate.type.JacksonXmlFormatMapper
 
INSTANCE - Static variable in class org.hibernate.type.JavaObjectType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.JaxbXmlFormatMapper
 
INSTANCE - Static variable in class org.hibernate.type.JsonBJsonFormatMapper
 
INSTANCE - Static variable in class org.hibernate.type.NullType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.NumericBooleanConverter
Singleton access
INSTANCE - Static variable in class org.hibernate.type.SerializableType
 
INSTANCE - Static variable in class org.hibernate.type.TrueFalseConverter
Singleton access
INSTANCE - Static variable in class org.hibernate.type.YesNoConverter
Singleton access
INSTANCE_WITHOUT_LITERALS - Static variable in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
INSTANT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INSTANT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INSTANT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Instant to JDBC TIMESTAMP_UTC.
INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
InstantAsTimestampJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_UTC handling.
InstantAsTimestampJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
InstantAsTimestampWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_UTC handling.
InstantAsTimestampWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
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() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
instantiate() - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate() - Method in interface org.hibernate.tuple.Instantiator
Deprecated.
Perform the requested instantiation.
instantiate() - Method in class org.hibernate.tuple.PojoInstantiator
Deprecated.
 
instantiate(int) - Method in class org.hibernate.type.ArrayType
 
instantiate(int) - Method in class org.hibernate.type.BagType
 
instantiate(int) - Method in class org.hibernate.type.CollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(int) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(int) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(int) - Method in class org.hibernate.type.ListType
 
instantiate(int) - Method in class org.hibernate.type.MapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedMapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedSetType
 
instantiate(int) - Method in class org.hibernate.type.SetType
 
instantiate(int) - Method in class org.hibernate.type.SortedMapType
 
instantiate(int) - Method in class org.hibernate.type.SortedSetType
 
instantiate(int) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(Object) - Method in class org.hibernate.tuple.DynamicMapInstantiator
 
instantiate(Object) - Method in interface org.hibernate.tuple.Instantiator
Deprecated.
Perform the requested entity instantiation.
instantiate(Object) - Method in class org.hibernate.tuple.PojoInstantiator
Deprecated.
 
instantiate(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
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(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(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Instantiate the entity class, initializing with the given identifier
instantiate(String, RepresentationMode, Object) - Method in interface org.hibernate.Interceptor
Instantiate the entity.
instantiate(String, EntityRepresentationStrategy, Object) - Method in interface org.hibernate.Interceptor
Instantiate the entity.
instantiate(SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.EntityInstantiator
Create an instance of managed entity
instantiate(SharedSessionContractImplementor, CollectionPersister) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an uninitialized instance of the collection wrapper
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.ArrayType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - 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(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.ListType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.MapType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SetType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SortedMapType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SortedSetType
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.EmbeddableInstantiator
Create an instance of the embeddable
instantiate(ValueAccess, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
 
instantiate(EntityPersister, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
instantiate(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Instantiate the entity class of an EntityPersister, 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
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
 
instantiateRaw(int, CollectionPersister) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Create a raw (unwrapped) version of the collection
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
Create a wrapper for the collection
instantiation() - Method in class org.hibernate.grammars.hql.HqlParser
 
instantiation() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
instantiation() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
instantiation(Class<J>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
instantiationArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
instantiationArgument() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
instantiationArgument(int) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
InstantiationArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
instantiationArgumentExpression() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
instantiationArgumentExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
InstantiationArgumentExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
instantiationArguments() - Method in class org.hibernate.grammars.hql.HqlParser
 
instantiationArguments() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
InstantiationArgumentsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
InstantiationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
InstantiationException - Exception in org.hibernate
Thrown if Hibernate can't instantiate a class at runtime.
InstantiationException(String, Class<?>) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
InstantiationException(String, Class<?>, Exception) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
InstantiationException(String, Class<?>, Throwable) - Constructor for exception org.hibernate.InstantiationException
Constructs a InstantiationException.
instantiationTarget() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
instantiationTarget() - Method in class org.hibernate.grammars.hql.HqlParser
 
InstantiationTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
instantiator() - Method in annotation type org.hibernate.annotations.EmbeddableInstantiatorRegistration
 
Instantiator - Interface in org.hibernate.metamodel.spi
Strategy for instantiating a managed type
Instantiator - Interface in org.hibernate.tuple
Deprecated.
This contract is no longer used by Hibernate. Implement/use Instantiator instead. See ManagedTypeRepresentationStrategy
InstantJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
InstantJavaType() - Constructor for class org.hibernate.type.descriptor.java.InstantJavaType
 
InstantJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_UTC handling.
InstantJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
instr() - 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
 
InSubQueryPredicate(Expression, QueryPart, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
INTEGER - org.hibernate.query.sqm.CastType
 
INTEGER - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
INTEGER - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
INTEGER - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.
INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Integer to JDBC INTEGER.
INTEGER_BOOLEAN - org.hibernate.query.sqm.CastType
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
INTEGER_LITERAL() - 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() - 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.NumericLiteralContext
 
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() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
INTEGER_LITERAL(int) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
IntegerJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Integer handling.
IntegerJavaType() - Constructor for class org.hibernate.type.descriptor.java.IntegerJavaType
 
IntegerJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for INTEGER handling.
IntegerJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
integerLiteral(int, QueryEngine) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
integerLiteral(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
integerLiteral(String, QueryEngine) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
IntegralDataTypeHolder - Interface in org.hibernate.id
Defines a common api for dealing with data of integral data type.
IntegralTimestampaddFunction - Class in org.hibernate.dialect.function
Used in place of TimestampaddFunction for databases which don't support fractional seconds in the timestampadd() function.
IntegralTimestampaddFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.IntegralTimestampaddFunction
 
integrate(Metadata, BootstrapContext, SessionFactoryImplementor) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
integrate(Metadata, BootstrapContext, SessionFactoryImplementor) - Method in interface org.hibernate.integrator.spi.Integrator
Perform integration.
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Deprecated.
- use
IntegrationException - Exception in org.hibernate.cfg.beanvalidation
Indicates a problem integrating Hibernate and the Bean Validation spec.
IntegrationException(String) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
 
Integrator - Interface in org.hibernate.integrator.spi
Contract for stuff that integrates with Hibernate.
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() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
interceptor() - Method in interface org.hibernate.SharedSessionBuilder
Signifies the interceptor from the original session should be used to create the new session.
interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
interceptor(Interceptor) - Method in interface org.hibernate.SessionBuilder
Adds a specific interceptor to the session options.
interceptor(Interceptor) - Method in interface org.hibernate.SharedSessionBuilder
 
Interceptor - Interface in org.hibernate
Allows user code to inspect and/or change entity property values before they are written to the database, or after the are read from the database.
INTERCEPTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies an Interceptor implementation associated with the SessionFactory and propagated to each Session created from the SessionFactory.
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(SqmExpressible) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
internalApplyInferableType(SqmExpressible<?>) - 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(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the NULLABLE column, return the appropriate enum.
interpret(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the SEARCHABLE column, return the appropriate enum.
interpret(Object) - Static method in enum org.hibernate.ConnectionAcquisitionMode
 
interpret(Object) - Static method in enum org.hibernate.ConnectionReleaseMode
 
interpret(Object) - Static method in enum org.hibernate.id.SequenceMismatchStrategy
Interpret the configured SequenceMismatchStrategy value.
interpret(Object) - Static method in enum org.hibernate.loader.BatchFetchStyle
Deprecated.
 
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(Object) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
interpret(Object) - Static method in enum org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
 
interpret(Object, SourceType) - Static method in enum org.hibernate.tool.schema.SourceType
Used when processing JPA configuration to interpret the user config value
interpret(String) - Static method in enum org.hibernate.boot.SchemaAutoTooling
 
interpret(String) - Static method in enum org.hibernate.ConnectionAcquisitionMode
 
interpret(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
interpret(String) - Static method in enum org.hibernate.query.sqm.SortOrder
 
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
 
interpret(ConnectionAcquisitionMode, ConnectionReleaseMode) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
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, Exception) - Constructor for exception org.hibernate.query.sqm.InterpretationException
 
interpretCall(ProcedureCallImplementor<?>) - 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 a flush mode.
interpretHbm2ddlSetting(Object) - Static method in enum org.hibernate.tool.schema.Action
Used to interpret the value of "hibernate.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
Deprecated.
Extract the IdentifierGeneratorDefinition related to the given SequenceGenerator annotation
interpretSetting(Object) - Static method in enum org.hibernate.metamodel.CollectionClassification
One of: CollectionClassification instance CollectionClassification name (case insensitive) Class reference for either List or Collection
interpretSetting(Map) - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
 
interpretSqmMultiTableInsertStrategy(AbstractEntityPersister, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
interpretSqmMultiTableStrategy(AbstractEntityPersister, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
interpretTableGenerator(TableGenerator, IdentifierGeneratorDefinition.Builder) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
Deprecated.
Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
intersect(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
intersect(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
INTERSECT - org.hibernate.query.sqm.SetOperator
Intersection of sets that removes duplicate rows.
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.NakedIdentifierContext
 
INTERSECT() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
INTERSECT_ALL - org.hibernate.query.sqm.SetOperator
Intersection of bags that retains duplicate matches.
intersectAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
INTERVAL_SECOND - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTERVAL SECOND for a temporal amount in terms of seconds and fractional seconds.
IntervalType - Enum in org.hibernate.query.sqm
The different types of intervals that SQL defines.
INTO - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INTO - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INTO() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
INTO() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
inTransaction(Consumer<Session>) - Method in interface org.hibernate.SessionFactory
Open a Session and perform an action using the session 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 additionally be invalidated
invalidate() - Method in interface org.hibernate.engine.jdbc.spi.InvalidatableWrapper
Make the wrapper invalid for further usage.
invalidate() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
invalidate(String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
Perform invalidation of the passed spaces (table names) against the timestamps region data
InvalidGraphException - Exception in org.hibernate.graph
Thrown by GraphParser to indicate textual entity graph representation parsing errors.
InvalidGraphException(String) - Constructor for exception org.hibernate.graph.InvalidGraphException
 
InvalidMappingException - Exception in org.hibernate.boot
Indicates a problem parsing the mapping document at a given Origin.
InvalidMappingException - Exception in org.hibernate
Thrown when a mapping is found to be invalid.
InvalidMappingException(String, String, String) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, Origin) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(Origin) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
InvalidMappingException(Origin, Throwable) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
invariant(FunctionParameterType...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
invariant(BasicType<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
A resolver that defines an invariant result type.
invariant(TypeConfiguration, FunctionParameterType) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
invariant(TypeConfiguration, FunctionParameterType...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
inverse() - Method in annotation type org.hibernate.annotations.Table
If enabled, Hibernate will never insert or update the columns of the secondary table.
inverse() - Method in enum org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
 
InverseDistributionFunction - Class in org.hibernate.dialect.function
 
InverseDistributionFunction(String, FunctionParameterType, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.InverseDistributionFunction
 
InverseDistributionFunction.SelfRenderingInverseDistributionFunction<T> - Class in org.hibernate.dialect.function
 
inverseDistributionOrderedSetAggregates() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
inverseDistributionOrderedSetAggregates_windowEmulation() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
InverseDistributionWindowEmulation - Class in org.hibernate.dialect.function
 
InverseDistributionWindowEmulation(String, FunctionParameterType, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.InverseDistributionWindowEmulation
 
inverseForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
inverseJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
inverseName() - Method in annotation type org.hibernate.annotations.ForeignKey
Deprecated.
Used for the non-owning side of a ManyToMany association.
invert() - Method in enum org.hibernate.query.sqm.ComparisonOperator
 
invertMap() - Method in class org.hibernate.event.spi.MergeContext
Returns an unmodifiable map view of the managed-to-merge entity cross-references.
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
 
IRRELEVANT - org.hibernate.sql.ast.Clause
Again, not used in 5.x.
IS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
IS_DEBUG_ENABLE - Static variable in interface org.hibernate.id.factory.IdGenFactoryLogging
 
IS_DYNAMIC - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
IS_PRIMARY_KEY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
IS_TRACE_ENABLE - Static variable in interface org.hibernate.id.factory.IdGenFactoryLogging
 
isAbstract() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isAbstract() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the abstract property.
isAbstract() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Is the entity abstract?
isAbstract() - Method in class org.hibernate.mapping.PersistentClass
 
isAbstract() - Method in class org.hibernate.mapping.Table
 
isAbstract() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Is this transaction still active?
isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Is the TransactionCoordinator owner considered active?
isActive(boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Indicate whether a resource transaction is in progress.
isActive(boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
 
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(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
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
 
isAfter(int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version after the passed one
isAfter(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version after the passed one
isAfter(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version after the passed one
isAfter(Integer, Integer) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version after the passed one
isAfter(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version comes after the passed one
isAfterLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
isAliased() - Method in class org.hibernate.spi.NavigablePath
 
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
 
isAllowJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
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
 
isAnsiNullOn() - Method in class org.hibernate.dialect.Dialect
 
isAnsiNullOn() - Method in class org.hibernate.dialect.SybaseASEDialect
 
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 class org.hibernate.type.SerializableToBlobType
 
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
 
isAssignableTo(ReturnableType<?>, ReturnableType<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
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
Checks whether the given circularityKey is registered
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 class org.hibernate.type.SerializableToBlobType
 
isAssociationType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to AssociationType.
isAttributeLoaded(Object, String) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
isAttributeLoaded(Object, String) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
 
isAttributeLoaded(Object, String) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
 
isAttributeLoaded(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
 
isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
isAutoApply() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
Gets the value of the autoApply property.
isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
isAutoEvictCollectionCache() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAutoEvictCollectionCache() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
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?
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?
isBefore(int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version before the passed one
isBefore(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version before the passed one
isBefore(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version before the passed one
isBefore(Integer, Integer) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version before the passed one
isBefore(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version comes before the passed one
isBeforeFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
isBeingReplicated() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isBidirectionalAttributeName(NavigablePath, ToOneAttributeMapping) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
isBinary() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isBinary(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isBindable() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
Can we bind (set) values on this parameter? Generally this is true, but would not be in the case of parameters with OUT or REF_CURSOR mode.
isBindAsParam() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the bindAsParam property.
isBound() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Is any value (including null) bound? Asked another way, were any of the `#set` methods called?
isBound(Parameter<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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 interface org.hibernate.query.SelectionQuery
Should the results of the query be stored in the second level cache?
isCacheable() - Method in class org.hibernate.query.spi.AbstractQuery
 
isCacheable() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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 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
 
isCaseSensitive() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
isCaseSensitive() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
isCatalogQuoted() - Method in class org.hibernate.mapping.Table
 
isCharacterOrClobType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of character string type?
isCharacterType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of character string type?
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
 
isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
isClearQueueEnabled() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" clear? This is a special case, because of orphan delete.
isClosed() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isClosed() - Method in 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?
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 class org.hibernate.type.SerializableToBlobType
 
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
 
isCompatible(Limit) - Method in class org.hibernate.query.spi.Limit
 
isCompatibleModelPart(ModelPart, ModelPart) - Static method in class org.hibernate.metamodel.mapping.MappingModelHelper
 
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 class org.hibernate.type.SerializableToBlobType
 
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
 
isCompositeTemporal(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
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.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 class org.hibernate.engine.spi.SessionLazyDelegator
 
isConnected() - Method in interface org.hibernate.SharedSessionContract
Check if the session is currently connected.
isConnectedToSession() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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.
isConstrained() - Method in class org.hibernate.mapping.SimpleValue
 
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.
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.SqmCorrelatedPluralPartJoin
 
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 interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
isCreationEnabled() - Method in class org.hibernate.mapping.ForeignKey
 
isCriteriaCopyTreeEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCriteriaCopyTreeEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCriteriaCopyTreeEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isCriteriaCopyTreeEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
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
Should the value returned by Dialect.getCurrentTimestampSelectString() be treated as callable.
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.sqm.TemporalUnit
Is this unit extractable from a date?
isDecimal() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isDecimal(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
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.sqm.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 class org.hibernate.engine.spi.SessionLazyDelegator
 
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?
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
isDirectlyAccessible() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
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 class org.hibernate.collection.spi.PersistentBag
 
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)?
isDirectlyProvidedCollection(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isDirectReferenceCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isDirty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
isDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.
isDirty() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isDirty() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDirty() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isDirty() - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
isDirty() - Method in interface org.hibernate.Session
Does this session contain any changes which must be synchronized with the database? In other words, would any DML operations be executed if we flushed this session?
isDirty(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object) - Method in class org.hibernate.type.SerializableToBlobType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
The callback used by Hibernate to determine if the given entity is dirty.
isDirty(CustomEntityDirtinessStrategy.AttributeInformation) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
Do the attribute dirty check.
isDirtyCheckable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isDirtyCheckable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
 
isDirtyCheckable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
 
isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
isDirtyCheckable(boolean) - Method in interface org.hibernate.tuple.NonIdentifierAttribute
isDirtyCheckHandledByInterceptor() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDirtyCheckPossible() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDisableConversion() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
Gets the value of the disableConversion property.
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(SqmExpressible<?>) - 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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
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.collection.spi.AbstractPersistentCollection.ListProxy
 
isEmpty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentBag
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentList
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentMap
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentSet
 
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.event.spi.MergeContext
Returns true if this MergeContext contains no merge-to-managed entity cross-references.
isEmpty() - Method in class org.hibernate.LockOptions
Returns whether the lock options are empty.
isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
 
isEmpty() - Method in class org.hibernate.query.spi.Limit
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
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.FilterFragmentPredicate
 
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.Junction
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
isEmpty() - Method in interface org.hibernate.sql.ast.tree.predicate.Predicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
isEmpty(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isEmpty(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
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
 
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(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
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 class org.hibernate.type.SerializableToBlobType
 
isEntityType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to EntityType.
isEntryFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is there an EntityEntry registration for this entity instance?
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CollectionType
 
isEqual(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
 
isEqual(Object, Object) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
isEqual(Object, Object) - Method in class org.hibernate.type.SerializableToBlobType
 
isEqual(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state).
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
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.DelegatingTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.SyntheticVirtualTableGroup
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
isFetchProfileEnabled(String) - Method in interface org.hibernate.Session
Is a particular fetch profile enabled on this session?
isFirst() - Method in interface org.hibernate.ScrollableResults
Is this the first result?
isFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
isFixedPrecisionScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isFloat() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isFloat(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isFloatingType(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
isFloatOrRealOrDouble(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL floating point type?
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
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
 
isForceImmutable() - Method in class org.hibernate.type.BasicTypeReference
 
isForeignKeyEnabled() - Method in class org.hibernate.mapping.SimpleValue
 
isFormat() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
isFormula() - Method in class org.hibernate.cfg.AnnotatedColumn
 
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 interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isGlobalGeneratorScopeEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Should 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
 
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
 
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.AnnotatedColumn
 
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() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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
 
isInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
isInitializing() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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.CopyIdentifierComponentSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.FkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.cfg.SimpleToOneFkSecondPass
 
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.AnnotatedColumn
 
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) - 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.DynamicMapInstantiator
 
isInstance(Object) - Method in interface org.hibernate.tuple.Instantiator
Deprecated.
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
Deprecated.
 
isInstance(Object) - Method in interface org.hibernate.type.descriptor.java.JavaType
Is the given value an instance of the described type? Generally this comes down to getJavaTypeClass().isInstance(), though some descriptors (mainly the java.sql.Date, Time and Timestamp descriptors) might need different semantics
isInstance(Object) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
isInstance(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
isInstance(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
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, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
 
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.JdbcType
 
isInteger(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isIntegral(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL integer type?
isIntegralType(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
isInterval() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isInterval(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isInverse - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the inverse property.
isInverse() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
isInverse() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
isInverse() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isInverse() - Method in class org.hibernate.mapping.Collection
 
isInverse() - Method in class org.hibernate.mapping.Join
 
isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection "inverse", so state changes are not propagated to the database.
isInverseCollection() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this the "inverse" end of a bidirectional association?
isInverseCollectionNoOrphanDelete() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this the "inverse" end of a bidirectional association with no orphan delete enabled?
isInverseOneToManyOrNoOrphanDelete() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this the "inverse" end of a bidirectional one-to-many, or of a collection with no orphan delete?
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
 
isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.Dialect
Is JDBC statement warning logging enabled by default?
isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.MySQLDialect
 
isJdbcTemporalType(SqmExpressible<?>) - 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
 
isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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
isJpaOrderByMappingComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Should we strictly handle OrderBy expressions?
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.
isJpaQueryComplianceEnabled() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isJpaTransactionComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Indicates that Hibernate's Transaction should behave as defined by the specification for JPA's EntityTransaction since it extends it.
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
 
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.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
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
isLateral() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
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 lazily initialized?
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
 
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
 
isLiteral(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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 exactly the 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.JdbcTypeIndicators
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
 
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(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isMember(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isMember(Expression<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.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
 
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?
isMissing() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
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 class org.hibernate.type.SerializableToBlobType
 
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
Deprecated.
isMultiTable() - Method in interface org.hibernate.persister.entity.Queryable
isMultiTenancyEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isMultiTenancyEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isMultiTenancyEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the MultiTenancyStrategy for this environment.
isMultiTenancyEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
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.BlobJavaType.BlobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ComponentArrayMutabilityPlan
 
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.NClobJavaType.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 class org.hibernate.type.SerializableToBlobType
 
isMutable() - Method in interface org.hibernate.type.Type
Are objects of this type mutable.
isMutable() - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
isMutable() - Method in interface org.hibernate.usertype.CompositeUserType
Are objects of this type mutable?
isMutable() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
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.AnnotatedColumn
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isNamedQueryStartupCheckingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
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.JdbcTypeIndicators
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
 
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.SqmGroupedPredicate
 
isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
isNegated() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmNegatablePredicate
Is this predicate (currently) negated?
isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
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(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotMember(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNotMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotMember(Expression<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() - Method in interface org.hibernate.query.criteria.JpaExpression
 
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.select.SqmSubQuery
 
isNotNull(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotNull(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNotOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
isNull() - Method in interface org.hibernate.query.criteria.JpaExpression
 
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.select.SqmSubQuery
 
isNull(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNull(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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.AnnotatedColumn
 
isNullable() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
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 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.JdbcType
 
isNumber(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isNumeric() - Method in enum org.hibernate.query.sqm.CastType
 
isNumericOrDecimal(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent one of the two SQL decimal types?
isNumericType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of numeric type?
ISOLATE - org.hibernate.boot.TempTableDdlTransactionHandling
Execution of the DDL must be isolated from any ongoing transaction
ISOLATE_AND_TRANSACT - org.hibernate.boot.TempTableDdlTransactionHandling
As with TempTableDdlTransactionHandling.ISOLATE the execution of the DDL must be isolated from any ongoing transaction.
ISOLATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Specified 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.
isOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
isOneToMany() - Method in class org.hibernate.mapping.Collection
 
isOneToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isOneToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this a one-to-many association?
isOneToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isOneToOne() - Method in class org.hibernate.type.EntityType
Is the association modeled here defined as a 1-1 in the database (physical model)?
isOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isOneToOne() - Method in class org.hibernate.type.OneToOneType
 
isOpen() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isOpen() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
isOpen() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isOpen() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Is this (logical) JDBC Connection still open/active.
isOpen() - Method in interface org.hibernate.SharedSessionContract
Check if the session is still open.
isOpenOrWaitingForAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isOpenOrWaitingForAutoClose() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Checks whether the session is open or is waiting for auto-close
isOperatedOn(Object) - Method in class org.hibernate.event.spi.MergeContext
Returns true if the listener is performing the merge operation on the specified merge entity.
isOperationQueueEnabled() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" operations?
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 - Variable in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
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.AbstractTableReference
 
isOptional() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
isOptional() - Method in interface org.hibernate.sql.results.graph.entity.EntityValuedFetchable
 
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
 
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
 
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
 
isParameter(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isParent(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
Determine whether this path is part of the given path's parent
isPartOfCollectionElement() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Does any part represent a collection-element reference?
isPassNullsEnabled() - Method in interface org.hibernate.jpa.spi.StoredProcedureQueryParameterRegistration
How will an unbound value be handled in terms of the JDBC parameter?
isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Transient annotation
isPersistentField(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the field represent persistent state? Persistent fields will be "enhanced".
isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isPhysical() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
isPhysicalConstraint() - Method in class org.hibernate.mapping.ForeignKey
 
isPhysicalDiscriminator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPhysicalDiscriminator() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isPhysicalDiscriminator() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isPhysicallyConnected() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Is this JdbcSession currently physically connected (meaning does it currently hold a JDBC Connection)?
isPhysicalSequence() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Is the structure physically a sequence?
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.TableStructure
 
isPhysicalSequence(JdbcEnvironment, boolean) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
isPhysicalTable() - Method in class org.hibernate.mapping.Table
 
isPhysicalTable() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Does this information describe a physical table as opposed to a view, etc?
isPolymorphic() - Method in class org.hibernate.mapping.PersistentClass
 
isPolymorphic() - Method in class org.hibernate.mapping.RootClass
 
isPolymorphic() - Method in class org.hibernate.mapping.Subclass
 
isPolymorphic() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPolymorphic() - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
isPooled() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
isPooledOptimizer(String) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Does the given optimizer name represent a pooled strategy?
isPreferUserTransaction() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isPreferUserTransaction() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isPrimaryKey() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
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
 
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?
isPutQueueEnabled() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" puts? This is a special case, because of orphan delete.
isQualified(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
isQualified(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
isQueryCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isQueryCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isQueryCacheHit() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
 
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() - Method in class org.hibernate.metamodel.relational.Identifier
Is this a quoted identifier>
isQuoted(String) - Static method in class org.hibernate.boot.model.naming.Identifier
Is the given identifier text considered quoted.
isQuoted(String) - Static method in class org.hibernate.metamodel.relational.Identifier
Is the given identifier text considered quoted.
isQuoted(String, int, int) - Static method in class org.hibernate.boot.model.naming.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() - 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.SelectionQuery
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.AbstractSelectionQuery
 
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.engine.spi.PersistenceContext
Is the entity or proxy read-only?
isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isReadOnly(Object) - Method in interface org.hibernate.Session
Is the specified entity or proxy read-only?
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.
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.AbstractTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
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
 
isReferenceToIdentifierProperty() - Method in class org.hibernate.type.EntityType
 
isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ForeignKey
Does this foreignkey reference the primary key of the reference table
isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ToOne
 
isReferenceToPrimaryKey() - Method in class org.hibernate.type.AnyType
 
isReferenceToPrimaryKey() - Method in class org.hibernate.type.EntityType
Does this association foreign key reference the primary key of the other table? Otherwise, it references a property-ref.
isRegisteringVisitedAssociationKeys() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Is this state accepting circularity detection keys?
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.PersistenceStandardEntityResolver
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.spi.DotIdentifierSequence
Is this sequence node the root of the sequence.
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)?
isRoot(String) - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Does the given tenant id represent a "root" tenant with access to all partitions.
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
isRowUpdatePossible() - Method in class org.hibernate.collection.spi.PersistentBag
 
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.
isRowUpdatePossible() - Method in class org.hibernate.collection.spi.PersistentSet
 
isSame(int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine if this version matches the passed one.
isSame(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine if this version matches the passed one.
isSame(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine if this version matches the passed one.
isSame(Object) - Method in interface org.hibernate.engine.spi.Resolution
 
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 class org.hibernate.type.SerializableToBlobType
 
isSame(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent state) taking a shortcut for entity references.
isSame(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine if the versions are the same/equal.
isSame(Any) - Method in class org.hibernate.mapping.Any
 
isSame(Collection) - Method in class org.hibernate.mapping.Collection
 
isSame(Collection) - Method in class org.hibernate.mapping.IdentifierCollection
 
isSame(Collection) - Method in class org.hibernate.mapping.IndexedCollection
 
isSame(Component) - Method in class org.hibernate.mapping.Component
 
isSame(DependantValue) - Method in class org.hibernate.mapping.DependantValue
 
isSame(IdentifierCollection) - Method in class org.hibernate.mapping.IdentifierCollection
 
isSame(IndexedCollection) - Method in class org.hibernate.mapping.IndexedCollection
 
isSame(OneToMany) - Method in class org.hibernate.mapping.OneToMany
 
isSame(OneToOne) - Method in class org.hibernate.mapping.OneToOne
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.Any
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.Component
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.DependantValue
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.ToOne
 
isSame(ToOne) - Method in class org.hibernate.mapping.OneToOne
 
isSame(ToOne) - Method in class org.hibernate.mapping.ToOne
 
isSame(Value) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isSame(Value) - Method in class org.hibernate.mapping.Collection
 
isSame(Value) - Method in class org.hibernate.mapping.OneToMany
 
isSame(Value) - Method in class org.hibernate.mapping.SimpleValue
 
isSame(Value) - Method in interface org.hibernate.mapping.Value
 
isSame(Value, Value) - Static method in class org.hibernate.mapping.Collection
 
isSame(Value, Value) - Static method in class org.hibernate.mapping.SimpleValue
 
isSameClass(Object, SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.Instantiator
 
isSameClass(Object, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
 
isSameOrAfter(int) - Method in interface org.hibernate.dialect.DatabaseVersion
isSameOrAfter(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
isSameOrAfter(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
isSameOrAfter(Integer, Integer) - Method in interface org.hibernate.dialect.DatabaseVersion
isSameOrAfter(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
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 interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isSecondary() - Method in class org.hibernate.cfg.AnnotatedColumn
 
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
 
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?
isSelectQuery() - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
Best guess whether this is a select query.
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?
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
 
isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
 
isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Returns whether the given predicate is a simple join predicate for this attribute.
isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
 
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 class org.hibernate.collection.spi.PersistentArrayHolder
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentBag
 
isSnapshotEmpty(Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the snapshot empty?
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentList
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentMap
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentSet
 
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
 
isSorted() - Method in class org.hibernate.mapping.Component
 
isSorted() - Method in class org.hibernate.mapping.DependantValue
 
isSorted() - Method in interface org.hibernate.mapping.SortableValue
 
isSorted() - Method in class org.hibernate.mapping.ToOne
 
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 interface org.hibernate.stat.Statistics
Is collection of statistics enabled?
isString() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isString(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isStructuredCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
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.
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
 
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.JdbcType
 
isTemporal(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isTemporalType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL date, time, or timestamp type?
isTimeUnit() - Method in enum org.hibernate.query.sqm.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?
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.type.descriptor.sql.spi.DdlTypeRegistry
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(EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isTypeOrSuperType(ManagedMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
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.AnnotatedColumn
 
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
isUnreferenced() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection unreferenced?
isUnsaved(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
Does the given identifier belong to a new instance?
isUnsaved(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Make the transient/detached determination
isUnsaved(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
isUnsigned() - Method in class org.hibernate.engine.jdbc.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
 
isUnwrapProxy() - Method in interface org.hibernate.sql.results.graph.entity.EntityValuedFetchable
 
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.AnnotatedColumn
 
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.HANACloudColumnStoreDialect
Deprecated.
 
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
 
isValidJpaVersion(String) - Static method in class org.hibernate.boot.xsd.MappingXsdSupport
 
isVarbinaryType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of variable-length binary string type?
isVarcharType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of variable-length character string type?
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
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
isWider(JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.JavaType
Returns whether this java type is wider than the given type i.e.
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
isWithCount() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
isWithCount() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
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(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
isWrapper(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this the wrapper for the given collection instance?
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
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
 
iterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
iterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
iterator() - Method in class org.hibernate.collection.spi.PersistentBag
 
iterator() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
iterator() - Method in class org.hibernate.collection.spi.PersistentList
 
iterator() - Method in class org.hibernate.collection.spi.PersistentSet
 
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
 
IteratorProxy(Iterator<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
 
itr - Variable in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
 
itr - Variable in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 

J

JacksonJsonFormatMapper - Class in org.hibernate.type
 
JacksonJsonFormatMapper() - Constructor for class org.hibernate.type.JacksonJsonFormatMapper
 
JacksonJsonFormatMapper(ObjectMapper) - Constructor for class org.hibernate.type.JacksonJsonFormatMapper
 
JacksonXmlFormatMapper - Class in org.hibernate.type
 
JacksonXmlFormatMapper() - Constructor for class org.hibernate.type.JacksonXmlFormatMapper
 
JacksonXmlFormatMapper(ObjectMapper) - Constructor for class org.hibernate.type.JacksonXmlFormatMapper
 
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 a CDI BeanManager to Hibernate.
JAKARTA_HBM2DDL_CONNECTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Allows passing a specific Connection instance to be used by SchemaManagementTool for the purpose of determining the Dialect, and for performing database actions if requested.
JAKARTA_HBM2DDL_CREATE_SCHEMAS - Static variable in interface org.hibernate.cfg.AvailableSettings
The JPA variant of AvailableSettings.HBM2DDL_CREATE_NAMESPACES used to specify whether database schemas used in the mapping model should be created on export in addition to creating the tables, sequences, 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 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
Specifies what type of schema tooling action should be performed against the database specified using either "jakarta.persistence.schema-generation-connection" or the configured ConnectionProvider for the SessionFactory.
JAKARTA_HBM2DDL_DB_MAJOR_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Used in conjunction with "jakarta.persistence.database-product-name" for the purpose of determining the Dialect to use when the name does not provide enough detail.
JAKARTA_HBM2DDL_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Used in conjunction with "jakarta.persistence.database-product-name" for the purpose of determining the Dialect to use when the name does not provide enough detail.
JAKARTA_HBM2DDL_DB_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the name of the database vendor (as would be reported by DatabaseMetaData.getDatabaseProductName()) for the purpose of determining the Dialect to use.
JAKARTA_HBM2DDL_DB_VERSION - Static variable in interface org.hibernate.cfg.AvailableSettings
Used in conjunction with "jakarta.persistence.database-product-name" for the purpose of determining the Dialect to use when the name does not provide enough detail.
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 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-standard variant of AvailableSettings.HBM2DDL_IMPORT_FILES for specifying a database initialization script to be run as part of schema-export Specifies a Reader configured for reading of the SQL load script or a string designating the URL for the SQL load script.
JAKARTA_HBM2DDL_SCRIPTS_ACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies what type of schema tooling action should be written to script files.
JAKARTA_HBM2DDL_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.cfg.AvailableSettings
For cases where "jakarta.persistence.schema-generation.scripts.action" indicates that schema creation commands should be written to a script file, this setting 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 "jakarta.persistence.schema-generation.scripts.action" indicates that schema drop commands should be written to a script file, this setting specifies either a Writer configured for output of the DDL script or a string specifying the file URL for the DDL script.
JAKARTA_HINT_FETCH_GRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_HINT_FETCHGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_HINT_LOAD_GRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_HINT_LOADGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_JDBC_DRIVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the name of a JDBC driver to use to connect to the database.
JAKARTA_JDBC_PASSWORD - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the password to use when connecting via JDBC.
JAKARTA_JDBC_URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the JDBC connection URL to use to connect to the database.
JAKARTA_JDBC_USER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the database user to use when connecting via JDBC.
JAKARTA_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the JNDI name of a JTA DataSource.
JAKARTA_LOCK_SCOPE - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to request (hint) a pessimistic lock scope.
JAKARTA_LOCK_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to request (hint) a pessimistic lock timeout in milliseconds.
JAKARTA_MODE_PROPERTY - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
JAKARTA_NON_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the JNDI name of a non-JTA DataSource.
JAKARTA_PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators.
JAKARTA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a class implementing PersistenceProvider.
JAKARTA_REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators.
JAKARTA_SHARED_CACHE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that the second-level cache (which JPA calls the "shared" cache) may be used, as per the rules defined in JPA 2 section 3.1.7.
JAKARTA_SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JAKARTA_SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
 
JAKARTA_SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_TRANSACTION_TYPE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the type of transactions supported by the entity managers.
JAKARTA_UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to coordinate with bean validators.
JAKARTA_VALIDATION_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
Used to pass along any discovered ValidatorFactory.
JAKARTA_VALIDATION_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
Indicates which form of automatic validation is in effect as per the rules defined in JPA 2 section 3.6.1.1.
jar - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
JAR - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
JAR - org.hibernate.boot.jaxb.SourceType
 
JarFileEntryUrlAdjuster - Interface in org.hibernate.boot.archive.spi
Optional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust <jar-file/> URL's defined in persistence.xml files.
JAVA_OBJECT - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
JavaObjectType - Class in org.hibernate.type
 
JavaObjectType() - Constructor for class org.hibernate.type.JavaObjectType
 
JavaObjectType(JdbcType, JavaType<Object>) - Constructor for class org.hibernate.type.JavaObjectType
 
javaType() - Method in annotation type org.hibernate.annotations.JavaTypeRegistration
 
javaType() - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
JavaType<T> - Interface in org.hibernate.type.descriptor.java
Descriptor for the Java side of a value mapping.
JavaType - Annotation Type in org.hibernate.annotations
Specify an explicit BasicJavaType to use for a particular column mapping.
JavaType.CoercionContext - Interface in org.hibernate.type.descriptor.java
 
JavaTypeBaseline - Class in org.hibernate.type.descriptor.java.spi
Primes the JavaTypeBaseline.BaselineTarget (which is essentially the JavaTypeRegistry) with Hibernate's baseline JavaType registrations
JavaTypeBaseline() - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeBaseline
 
JavaTypeBaseline.BaselineTarget - Interface in org.hibernate.type.descriptor.java.spi
The target of the baseline registrations
JavaTypeBasicAdaptor<T> - Class in org.hibernate.type.descriptor.java.spi
AbstractBasicTypeDescriptor adapter for cases where we do not know a proper JavaType for a given Java type.
JavaTypeBasicAdaptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
JavaTypeBasicAdaptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
JavaTypeDescriptor - Interface in org.hibernate.boot.model
 
JavaTypeDescriptorResolvable - Interface in org.hibernate.boot.model.source.spi
 
JavaTypedExpressible<T> - Interface in org.hibernate.type.descriptor.java
Contract for something that has an associated JavaType
JavaTypeHelper - Class in org.hibernate.type.descriptor.java
 
JavaTypeHelper() - Constructor for class org.hibernate.type.descriptor.java.JavaTypeHelper
 
JavaTypeRegistration - Annotation Type in org.hibernate.annotations
Registers the BasicJavaType to use for the given JavaTypeRegistration.javaType()
JavaTypeRegistrations - Annotation Type in org.hibernate.annotations
Grouping of JavaTypeRegistration See notes on JavaTypeRegistration about using on packages versus use on classes
JavaTypeRegistry - Class in org.hibernate.type.descriptor.java.spi
Basically a map from Class -> JavaType
JavaTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
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
 
JaxbXmlFormatMapper - Class in org.hibernate.type
 
JaxbXmlFormatMapper() - Constructor for class org.hibernate.type.JaxbXmlFormatMapper
 
JaxbXmlFormatMapper.CollectionWrapper - Class in org.hibernate.type
 
JaxbXmlFormatMapper.MapWrapper - Class in org.hibernate.type
 
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_TIME_ZONE - Static variable in interface org.hibernate.cfg.AvailableSettings
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
 
JdbcCallFunctionReturn - Interface in org.hibernate.sql.exec.spi
Models the function return when the JdbcCall represents a call to a database function.
JdbcCallParameterExtractor<T> - Interface in org.hibernate.sql.exec.spi
Controls extracting values from OUT/INOUT parameters.
JdbcCallParameterRegistration - Interface in org.hibernate.sql.exec.spi
 
JdbcCallRefCursorExtractor - 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() - Method in interface org.hibernate.SessionEventListener
 
jdbcConnectionAcquisitionEnd(Connection) - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionAcquisitionStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionAcquisitionStart() - Method in interface org.hibernate.SessionEventListener
 
JDBCConnectionException - Exception in org.hibernate.exception
Implementation of JDBCException indicating problems with communicating with the database (can also include incorrect JDBC setup).
JDBCConnectionException(String, SQLException) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
JDBCConnectionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionReleaseEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionReleaseEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionReleaseStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionReleaseStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcCoordinator - Interface in org.hibernate.engine.jdbc.spi
Coordinates JDBC-related activities.
JdbcDataType - Class in org.hibernate.boot.model.source.spi
Models a JDBC data type.
JdbcDataType(int, String, Class) - Constructor for class org.hibernate.boot.model.source.spi.JdbcDataType
 
JdbcDateJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Date handling.
JdbcDateJavaType() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
JdbcDateJavaType.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
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
 
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 rendering values of a given Java type as SQL literals of a certain JDBC/SQL 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.
JdbcTimeJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Time handling.
JdbcTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
JdbcTimeJavaType.TimeMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
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
 
JdbcTimestampJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Timestamp handling.
JdbcTimestampJavaType() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
JdbcTimestampJavaType.TimestampMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
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
 
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() - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
JdbcType - Interface in org.hibernate.type.descriptor.jdbc
Descriptor for the SQL/JDBC side of a value mapping.
JdbcType - Annotation Type in org.hibernate.annotations
Specifies an explicit JdbcType to use for a particular column mapping. When applied to a Map-valued attribute, describes the Map value.
JdbcTypeCode - Annotation Type in org.hibernate.annotations
Specifies the JDBC type-code to use for the column mapping. When applied to a Map-valued attribute, describes the Map value.
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
 
JdbcTypeIndicators - 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.
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 JavaType.getRecommendedJdbcType(org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators) 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 JdbcTypeRegistry
JdbcTypeRegistrations - Annotation Type in org.hibernate.annotations
Grouping of JdbcTypeRegistration See notes on JdbcTypeRegistration about using on packages versus use on classes
JdbcTypeRegistry - Class in org.hibernate.type.descriptor.jdbc.spi
Basically a map from JDBC type code (int) -> JdbcType
JdbcTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
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.
JNDI_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the JNDI InitialContext implementation class.
JNDI_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
A prefix for properties specifying arbitrary JNDI InitialContext properties.
JNDI_URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the JNDI provider/connection URL.
JndiException - Exception in org.hibernate.engine.jndi
An exception indicating trouble accessing JNDI
JndiException(String) - Constructor for exception org.hibernate.engine.jndi.JndiException
Constructs a JndiException
JndiException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiException
Constructs a JndiException
JndiNameException - Exception in org.hibernate.engine.jndi
Indicates a problem with a given JNDI name being deemed as not valid.
JndiNameException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiNameException
Constructs a JndiNameException
JndiService - Interface in org.hibernate.engine.jndi.spi
Service providing simplified access to JNDI related features needed by Hibernate.
join - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
join - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
join() - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
join() - Method in class org.hibernate.grammars.hql.HqlParser
 
join(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
join(CollectionAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(CollectionAttribute<? super T, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(CollectionAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(CollectionAttribute<? super T, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(ListAttribute<? super T, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(ListAttribute<? super T, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(ListAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(ListAttribute<? super T, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(MapAttribute<? super T, K, V>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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 class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(MapAttribute<? super T, K, V>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SetAttribute<? super T, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SetAttribute<? super T, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SetAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SetAttribute<? super T, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SingularAttribute<? super T, A>) - 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 class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SingularAttribute<? super T, A>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(Class<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(Class<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(Class<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(String) - 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 class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
join(EntityDomainType<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(EntityDomainType<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(EntityDomainType<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(EntityDomainType<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
Join - Class in org.hibernate.mapping
 
Join() - Constructor for class org.hibernate.mapping.Join
 
JOIN - org.hibernate.annotations.FetchMode
Use an outer join to load the related entities, collections or joins.
JOIN - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
JOIN - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
JOIN - org.hibernate.engine.FetchStyle
Inherently an eager style of fetching.
JOIN - org.hibernate.engine.profile.Fetch.Style
Fetch via a join
JOIN - org.hibernate.FetchMode
Fetch in the initial select, using an outer join.
JOIN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
JOIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
JOIN() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
JOIN() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
JOIN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinCollection(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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
Specifies one element of a composite join condition involving both formulas and columns.
JoinColumnsOrFormulas - Annotation Type in org.hibernate.annotations
Specifies a composite join condition involving one or more formulas and, optionally, one or more columns.
JoinContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinContext
 
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
 
JOINED - org.hibernate.boot.model.source.spi.InheritanceType
 
JOINED - org.hibernate.engine.transaction.spi.JoinStatus
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
JoinedSubclass - Class in org.hibernate.mapping
A subclass in a table-per-subclass mapping
JoinedSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.JoinedSubclass
 
JoinedSubclassEntityPersister - Class in org.hibernate.persister.entity
An EntityPersister implementing the normalized InheritanceType.JOINED inheritance mapping strategy for an entity and its inheritance hierarchy.
JoinedSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
JoinedSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
Deprecated.
JoinedSubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
 
JoinedSubclassFkSecondPass - Class in org.hibernate.cfg
 
JoinedSubclassFkSecondPass(JoinedSubclass, AnnotatedJoinColumn[], SimpleValue, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.JoinedSubclassFkSecondPass
 
JoinFormula - Annotation Type in org.hibernate.annotations
Specifies a join condition based on an arbitrary native SQL formula instead of a column name.
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
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
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
joinList(String) - 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 class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinMap(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinMap(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinPath() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
joinPath() - Method in class org.hibernate.grammars.hql.HqlParser
 
JoinPathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
joinRestriction() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
joinRestriction() - Method in class org.hibernate.grammars.hql.HqlParser
 
JoinRestrictionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
joins - Variable in class org.hibernate.cfg.AnnotatedColumn
 
joinSet(String) - 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 class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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
 
joinTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
joinType() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
joinType() - Method in class org.hibernate.grammars.hql.HqlParser
 
JoinTypeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
JPA_CACHING_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
By default, Hibernate uses second-level cache invalidation for entities with secondary tables in order to avoid the possibility of inconsistent cached data in the case where different transactions simultaneously update different table rows corresponding to the same entity instance.
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 specifies that an IllegalStateException must be thrown by EntityManager.close() and EntityManagerFactory.close() if the object has already been closed.
JPA_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a default value for all JpaCompliance flags.
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
Determines whether the scope of any identifier generator name specified via TableGenerator.name() or SequenceGenerator.name() is considered global to the persistence unit, or local to the entity in which identifier generator is defined.
JPA_JDBC_DRIVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
JPA_JDBC_PASSWORD - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_JDBC_URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
JPA_JDBC_USER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
JPA_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_LIST_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
Use AvailableSettings.DEFAULT_LIST_SEMANTICS instead. The specification actually leaves this behavior undefined, saying that portable applications should not rely on any specific behavior for a List with no @OrderColumn.
JPA_LOAD_BY_ID_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
Determines if an identifier value passed to EntityManager.find(java.lang.Class<T>, java.lang.Object) or EntityManager.getReference(java.lang.Class<T>, java.lang.Object) may be coerced to the identifier type declared by the entity.
JPA_LOCK_SCOPE - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
JPA_LOCK_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_METAMODEL_POPULATION - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting that indicates whether to build the JPA types, either: enabled - Do the build disabled - Do not do the build ignoreUnsupported - Do the build, but ignore any non-JPA features that would otherwise result in a failure.
JPA_NON_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_ORDER_BY_MAPPING_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA specifies that items occurring in OrderBy lists must be references to entity attributes, whereas Hibernate, by default, allows more complex expressions.
JPA_PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_PROXY_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
The JPA specification insists that an EntityNotFoundException must be thrown whenever an uninitialized entity proxy with no corresponding row in the database is accessed.
JPA_QUERY_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that every query must strictly follow the specified behavior of Query.
JPA_REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_SHARED_CACHE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_TRANSACTION_COMPLIANCE - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that the Hibernate Transaction should behave according to the semantics defined by the JPA specification for an EntityTransaction.
JPA_TRANSACTION_TYPE - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_VALIDATION_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_VALIDATION_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
jpa10 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa20 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa21 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa22 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa30 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa31 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpaAttributeConverter(JavaType<R>, JavaType<O>, Class<? extends AttributeConverter<O, R>>, SessionFactory) - Static method in class org.hibernate.metamodel.model.convert.spi.Converters
Generates a BasicValueConverter based on an AttributeConverter
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
 
jpaCollectionJoin() - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
jpaCollectionJoin() - Method in class org.hibernate.grammars.hql.HqlParser
 
jpaCollectionJoin(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
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 Hibernate complies strictly with certain debatable strictures of the JPA specification.
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, BindableType<T>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
JpaCriteriaParameter(JpaCriteriaParameter<T>) - 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
JpaMetamodelImplementor - Interface in org.hibernate.metamodel.model.domain.spi
SPI extension of JpaMetamodel
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
JpaPluralJoin<O,​C,​E> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for Set typed attribute joins
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
Hibernate extension to the Jakarta Persistence Tuple contract
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
 
JSON - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JSON.
JSON_FORMAT_MAPPER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a FormatMapper used for JSON serialization and deserialization, either: an instance of FormatMapper, a Class representing a class that implements FormatMapper, the name of a class that implements FormatMapper, or one of the shorthand constants jackson or jsonb.
JsonBJsonFormatMapper - Class in org.hibernate.type
 
JsonBJsonFormatMapper() - Constructor for class org.hibernate.type.JsonBJsonFormatMapper
 
JsonBJsonFormatMapper(Jsonb) - Constructor for class org.hibernate.type.JsonBJsonFormatMapper
 
JsonJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for JSON and the JSON SQL data type.
JsonJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
JTA_CACHE_TM - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, indicates that it is safe to cache TransactionManager references.
JTA_CACHE_UT - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, indicates that it is safe to cache UserTransaction references.
JTA_PLATFORM - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the JtaPlatform implementation to use for integrating with JTA, either: an instance of JtaPlatform, or the name of a class that implements JtaPlatform.
JTA_PLATFORM_RESOLVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a JtaPlatformResolver implementation that should be used to obtain an instance of JtaPlatform.
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
A Service that defines how Hibernate interacts with JTA on a certain platform.
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
A Service defining a strategy for obtaining a JtaPlatform in configurations where the application did not explicitly specify one.
jtdsDriver - Variable in class org.hibernate.dialect.SybaseDialect
 
Junction - Class in org.hibernate.sql.ast.tree.predicate
 
Junction() - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
 
Junction(Junction.Nature) - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
 
Junction(Junction.Nature, List<Predicate>, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
 
Junction(Junction.Nature, JdbcMappingContainer) - 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
 

K

K - org.hibernate.engine.jdbc.Size.LobMultiplier
 
KEEP - org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
 
KEEP_ORIGINAL - org.hibernate.event.service.spi.DuplicationStrategy.Action
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
key() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
KEY - org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
 
KEY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
KEY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
KEY - Static variable in class org.hibernate.tuple.DynamicMapInstantiator
 
KEY() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
KEY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
KEY_FUNCTION_ON_NON_MAP - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
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.collection.spi.PersistentMap
 
keySet() - Method in class org.hibernate.event.spi.MergeContext
Returns an unmodifiable set view of the merge entities contained in this MergeContext
keySet() - Method in class org.hibernate.proxy.map.MapProxy
 
keySubgraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
 
KeyValue - Interface in org.hibernate.mapping
Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.
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
 
KEYWORD_AUTO_QUOTING_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies whether to automatically quote any names that are deemed SQL keywords.

L

L2CACHE_LOGGER - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
last() - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
last() - Method in interface org.hibernate.ScrollableResults
Go to the last result.
last(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
LAST - org.hibernate.query.sqm.NullOrdering
Null is always ordered last.
LAST - org.hibernate.query.sqm.NullPrecedence
Null values appear at the end of the sorted collection.
LAST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LAST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LAST - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
LAST - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
LAST() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LAST() - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
LAST() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
LAST() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
LAST() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
lastDay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
lastDay_eomonth() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
lastIndexOf(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
lastIndexOf(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
lastKey() - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
LATEST_VERSION - org.hibernate.ReplicationMode
When a row already exists, choose the latest version.
latestJpaDescriptor() - Method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
latestJpaDescriptor() - Static method in class org.hibernate.boot.xsd.MappingXsdSupport
 
latestJpaVerison() - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
lazy() - Method in annotation type org.hibernate.annotations.Proxy
Whether this class is lazy or not.
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 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
The purpose of this table group is to defer creating the actual table group until it is really needed.
LazyTableGroup(boolean, NavigablePath, boolean, Supplier<TableGroup>, BiPredicate<NavigablePath, String>, 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>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
le(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
le(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
LEADING - org.hibernate.query.sqm.TrimSpec
 
LEADING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEADING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEADING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LEADING() - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
LEADING() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
least(Expression<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
least(Expression<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
leastGreatest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leastGreatest_minMax() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leastGreatest_minMaxValue() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LEFT - org.hibernate.query.sqm.tree.SqmJoinType
Represents a left outer join.
LEFT - org.hibernate.sql.ast.SqlAstJoinType
Represents a left outer join.
LEFT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LEFT() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
LEFT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
LEFT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT_BRACKET() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
LEFT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
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.CollateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
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.ElementAggregateFunctionContext
 
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.ExistsCollectionPartPredicateContext
 
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.FormatFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
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.IndexAggregateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
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.ListaggFunctionContext
 
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.MapEntrySelectionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
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.RollupContext
 
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.TargetFieldsContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
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.ValuesContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
LEFT_PAREN(int) - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
LEFT_PAREN(int) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
leftRight() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leftRight_substr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leftRight_substrLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LEGACY - org.hibernate.loader.BatchFetchStyle
Deprecated.
The legacy algorithm where we keep a set of pre-built batch sizes based on ArrayHelper.getBatchSizes(int).
LEGACY_DEFAULT_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_DICTATED_SIZE - Static variable in class org.hibernate.type.AbstractType
 
LEGACY_HILO - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for using a custom "hilo" algorithm optimization, following the legacy Hibernate hilo algorithm
LEGACY_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
 
LegacyNamingStrategy - Class in org.hibernate.id.enhanced
Naming strategy which implements the behavior of older versions of Hibernate, for the most part.
LegacyNamingStrategy() - Constructor for class org.hibernate.id.enhanced.LegacyNamingStrategy
 
LegacyOracleLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for Oracle prior to 12c, which uses ROWNUM.
LegacyOracleLimitHandler(DatabaseVersion) - Constructor for class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
LegacySpecHints - Interface in org.hibernate.jpa
Deprecated.
Use the SpecHints form instead
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(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
length(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Length - Class in org.hibernate
Defines a list of useful constant values that may be used to specify long column lengths in the JPA Column annotation.
length_characterLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI SQL-style
length_characterLength_pattern(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LengthFunction - Class in org.hibernate.dialect.function
A length function with separate patterns for string and clob argument.
LengthFunction(String, String, String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.LengthFunction
 
lenientlyResolveMappingExpressible(SqmExpressible<?>, Function<NavigablePath, TableGroup>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
LESS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LESS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LESS() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
LESS_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LESS_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LESS_EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
LESS_THAN - org.hibernate.query.sqm.ComparisonOperator
 
LESS_THAN_OR_EQUAL - org.hibernate.query.sqm.ComparisonOperator
 
lessThan(Expression<? extends Y>, Expression<? extends 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.criteria.HibernateCriteriaBuilder
 
lessThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lessThan(FlushMode) - Method in enum org.hibernate.FlushMode
Compare this flush mode to the given flush mode.
lessThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is less restrictive than the given lock mode.
lessThan(ScrollMode) - Method in enum org.hibernate.ScrollMode
Determine if this mode is "less than" the provided mode.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends 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.criteria.HibernateCriteriaBuilder
 
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(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, String, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
LIKE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LIKE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LIKE() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
LIKE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
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, Expression, boolean, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
LikePredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
limit(long) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
limit(long) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
limit(long) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
limit(long) - Method in class org.hibernate.query.spi.StreamDecorator
 
Limit - Class in org.hibernate.query.spi
Paging limits
Limit() - Constructor for class org.hibernate.query.spi.Limit
 
Limit(Integer, Integer) - Constructor for class org.hibernate.query.spi.Limit
 
LIMIT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LIMIT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LIMIT() - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
LIMIT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LIMIT_OFFSET_CLAUSE - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
limitClause() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
The SQL fragment to insert, with a ? placeholder for the actual numerical limit.
limitClause() - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
 
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
 
limitClause(boolean) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
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
 
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, Value, AnnotatedJoinColumn[], SimpleValue) - Static method in class org.hibernate.cfg.annotations.TableBinder
 
linkToSession(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
linkValueUsingAColumnCopy(Column, SimpleValue) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
used for mappedBy cases
linkValueUsingDefaultColumnNaming(Column, PersistentClass, SimpleValue) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
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.AnnotatedColumn
 
list - Variable in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
list - Variable in class org.hibernate.collection.spi.PersistentList
 
list() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent lists of a given element type.
list() - Method in interface org.hibernate.query.Query
Execute the query and return the query results as a List.
list() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the query results as a List.
list() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
list(JdbcSelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, ListResultsConsumer.UniqueSemantic) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
list(JdbcSelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, ListResultsConsumer.UniqueSemantic) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
List - Class in org.hibernate.mapping
A list mapping has a primary key consisting of the key columns + index column.
List(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.List
annotation binding
List(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.List
hbm.xml binding
List(List) - Constructor for class org.hibernate.mapping.List
 
LIST - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
LIST - org.hibernate.metamodel.CollectionClassification
A non-unique, ordered collection following the requirements of List
LIST - org.hibernate.query.sqm.DynamicInstantiationNature
The target identified a List instantiation.
LIST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LIST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LIST - Static variable in class org.hibernate.service.StandardServiceInitiators
 
LIST() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
LIST() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LIST_INDEX - org.hibernate.cfg.annotations.BasicValueBinder.Kind
 
listagg(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LISTAGG - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LISTAGG - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LISTAGG() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
LISTAGG() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
listagg_groupConcat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
listagg_list(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
listagg_stringAgg(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
listagg_stringAggWithinGroup(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
listaggFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
listaggFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
ListaggFunction - Class in org.hibernate.dialect.function
 
ListaggFunction(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ListaggFunction
 
ListaggFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
ListaggGroupConcatEmulation - Class in org.hibernate.dialect.function
 
ListaggGroupConcatEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
ListaggStringAggEmulation - Class in org.hibernate.dialect.function
 
ListaggStringAggEmulation(String, String, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ListaggStringAggEmulation
 
ListBinder - Class in org.hibernate.cfg.annotations
Bind a list to the underlying Hibernate configuration
ListBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - 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.
ListIndexJavaType - Annotation Type in org.hibernate.annotations
Form of JavaType for describing the column mapping for the index of a List or array
ListIndexJdbcType - Annotation Type in org.hibernate.annotations
Form of JdbcType for describing the column mapping for the index of a List or array
ListIndexJdbcTypeCode - Annotation Type in org.hibernate.annotations
Form of JdbcTypeCode for describing the column mapping for the index of a List or array
listIterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
listIterator() - Method in class org.hibernate.collection.spi.PersistentBag
 
listIterator() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
listIterator() - Method in class org.hibernate.collection.spi.PersistentList
 
listIterator(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
listIterator(int) - Method in class org.hibernate.collection.spi.PersistentBag
 
listIterator(int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
listIterator(int) - Method in class org.hibernate.collection.spi.PersistentList
 
ListIteratorProxy(ListIterator<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
ListPersistentAttribute<D,​E> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA ListAttribute descriptor
ListProxy(List<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
ListResultsConsumer<R> - Class in org.hibernate.sql.results.spi
ResultsConsumer for creating a List of results
ListResultsConsumer(ListResultsConsumer.UniqueSemantic) - Constructor for class org.hibernate.sql.results.spi.ListResultsConsumer
 
ListResultsConsumer.UniqueSemantic - Enum in org.hibernate.sql.results.spi
Ways this consumer can handle in-memory row de-duplication
ListType - Class in org.hibernate.type
 
ListType(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() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
literal() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
literal(T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literal(T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
literal(T, SqmExpression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
Literal - Interface in org.hibernate.sql.ast.tree.expression
 
LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType
Intended for use in reading HQL literals and writing SQL literals
LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
Intended for use in reading HQL literals and writing SQL literals
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
 
LiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
LiteralExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
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(List<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literals(List<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
literals(T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literals(T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ln(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the natural logarithm of its argument.
ln_log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
load() - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
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(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(Class<T>, Object) - Method in interface org.hibernate.Session
load(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(Class<T>, Object, LockMode) - Method in interface org.hibernate.Session
load(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(Class<T>, Object, LockOptions) - Method in interface org.hibernate.Session
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(Object) - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
load(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, or null if there is no such persistent instance.
load(Object, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Object, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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, 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, 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, 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, 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) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Object, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
load(Object, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.persister.entity.EntityPersister
 
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, 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, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
Load by primary key value
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleUniqueKeyEntityLoader
Load by unique key value
load(Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleEntityLoader
 
load(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(String, Object) - Method in interface org.hibernate.Session
load(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(String, Object, LockMode) - Method in interface org.hibernate.Session
load(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(String, Object, LockOptions) - Method in interface org.hibernate.Session
load(Consumer<List<Object>>) - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
Callback for row loading.
load(K[], MultiIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.MultiIdEntityLoader
Load multiple entities by id.
LOAD - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
LOAD - org.hibernate.engine.spi.CachedNaturalIdValueSource
 
LOAD - org.hibernate.graph.GraphSemantic
Indicates that an EntityGraph should be interpreted as a JPA "load graph".
LOAD - Static variable in class org.hibernate.event.spi.EventType
 
LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
LOAD_COLLECTION - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
Loadable - Interface in org.hibernate.loader.ast.spi
Contract for things that can be loaded by a Loader.
Loadable - Interface in org.hibernate.persister.entity
Implemented by any EntityPersister that may be loaded using a 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, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
Load an instance of the persistent class, by a unique key other than the primary key.
loadByUniqueKey(String, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
Load an instance by a unique key that is not the primary key.
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.cfg.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 - 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 - Annotation Type in org.hibernate.annotations
Used to override how Hibernate performs load operations.
LOADER_LOGGER - Static variable in interface org.hibernate.loader.LoaderLogging
 
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, boolean, 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
 
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(EventSource, Object, LockMode, EntityPersister, EntityKey) - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper
Attempts to load the entity from the second-level cache.
loadFromSecondLevelCache(LoadEvent, 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.
LOADING - org.hibernate.engine.spi.Status
 
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() - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
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.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(Object) - Method in class org.hibernate.loader.access.SimpleNaturalIdLoadAccessImpl
 
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(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by File reference
loadProperties(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by resource name.
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
 
lob - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
 
lob - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
LOB_DEFAULT - Static variable in class org.hibernate.Length
The default length for a LOB column.
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 - org.hibernate.dialect.temptable.TemporaryTableKind
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LOCAL_DATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL_DATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping LocalDate to JDBC DATE.
LOCAL_DATE() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
LOCAL_DATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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_DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LOCAL_TIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL_TIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping LocalTime to JDBC TIME.
LOCAL_TIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
LOCAL_TIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
localDate() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create expression to return current local date.
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
 
LocalDateJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalDateJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocalDateJavaType
 
localDateTime() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create expression to return current local datetime.
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
 
LocalDateTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalDateTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
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.LocaleJavaType.LocaleComparator
 
LocaleJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Locale handling.
LocaleJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocaleJavaType
 
LocaleJavaType.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.
localNamesMatch(DotIdentifierSequence) - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
 
localNamesMatch(DotIdentifierSequence) - Method in class org.hibernate.spi.NavigablePath
 
localNamesMatch(EntityIdentifierNavigablePath) - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
 
localNamesMatch(EntityIdentifierNavigablePath) - Method in class org.hibernate.spi.NavigablePath
 
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
 
localTime() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create expression to return current local time.
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
 
LocalTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
localtimeLocaltimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
locate(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(Expression<String>, String, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, String, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Locate an object in JNDI by name
locate_charindex() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
locate_positionSubstring() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
locate() in terms of ANSI position() and substring()
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.ClassPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.cfg.ComponentPropertyHolder
 
locateBinding(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
locateBinding(Parameter<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
locateBinding(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
locateBinding(QueryParameterImplementor<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
locateEntityDescriptor(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Locate an entity mapping descriptor by Class.
locateEntityPersister(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
locateEntityPersister(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
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.entity.EntityBasedCompositionAttribute
 
LocatePositionEmulation - Class in org.hibernate.dialect.function
Emulates the ANSI SQL-standard position() function using locate().
LocatePositionEmulation(TypeConfiguration) - 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
 
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) - Method in interface org.hibernate.Session.LockRequest
Perform the requested locking.
lock(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, 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(Object, Object, Object, LockMode, 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 class org.hibernate.persister.entity.AbstractEntityPersister
 
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 class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, LockMode) - Method in interface org.hibernate.Session
Obtain the specified lock level on the given managed instance association with this session.
lock(String, Object) - Method in interface org.hibernate.Session.LockRequest
Perform the requested locking.
lock(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(String, Object, LockMode) - Method in interface org.hibernate.Session
Obtain the specified lock level on the given managed instance association with this session.
LOCK - org.hibernate.annotations.CascadeType
Corresponds to the Hibernate native LOCK action.
LOCK - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
LOCK - Static variable in class org.hibernate.engine.spi.CascadeStyles
lock
LOCK - Static variable in class org.hibernate.engine.spi.CascadingActions
 
LOCK - Static variable in class org.hibernate.event.spi.EventType
 
Lockable - Interface in org.hibernate.persister.entity
Contract for things that can be locked via a LockingStrategy.
LockAcquisitionException - Exception in org.hibernate.exception
Implementation of JDBCException indicating a problem acquiring lock on the database.
LockAcquisitionException(String, SQLException) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
LockAcquisitionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
LockEvent - Class in org.hibernate.event.spi
Defines an event class for the locking of an entity.
LockEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(String, Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of lock events generated from a session.
LockingStrategy - Interface in org.hibernate.dialect.lock
A strategy abstraction for how locks are obtained in the underlying database.
LockingStrategyException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a LockingStrategy to an entity
LockingStrategyException(Object, String) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
Constructs a LockingStrategyException
LockingStrategyException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
Constructs a LockingStrategyException
lockItem(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
We are going to attempt to update/delete the keyed object.
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
 
LockMode - Enum in org.hibernate
Instances represent a lock mode for a row of a relational database table.
lockOptions - Variable in class org.hibernate.sql.SimpleSelect
 
LockOptions - Class in org.hibernate
Contains locking details (LockMode, Timeout and Scope).
LockOptions() - Constructor for class org.hibernate.LockOptions
Constructs a LockOptions with all default options.
LockOptions(LockMode) - Constructor for class org.hibernate.LockOptions
Constructs a LockOptions with the given lock mode.
lockRegion() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Lock the entire region
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
LockTimeoutException - Exception in org.hibernate.exception
 
LockTimeoutException(String, SQLException) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
LockTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
log - Static variable in class org.hibernate.query.spi.AbstractQuery
 
log - Static variable in interface org.hibernate.query.sqm.tree.SqmNode
 
log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LOG - org.hibernate.id.SequenceMismatchStrategy
When detecting a mismatch, Hibernate simply logs the sequence whose entity mapping configuration conflicts with the one found in the database.
LOG_BASE2OF10 - Static variable in class org.hibernate.dialect.Dialect
 
LOG_JDBC_WARNINGS - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that JDBC statement warnings should be logged.
LOG_SESSION_METRICS - Static variable in interface org.hibernate.cfg.AvailableSettings
Controls whether session metrics should be logged for any session in which statistics are being collected.
LOG_SLOW_QUERY - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a duration in milliseconds defining the minimum query execution time that characterizes a "slow" query.
log10() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
log10_log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
For Oracle and HANA
log2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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
 
logBinding(int, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
logBinding(String, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
logDomainResultGraph(String, List<DomainResult<?>>) - Static method in class org.hibernate.sql.results.graph.DomainResultGraphPrinter
 
logDomainResultGraph(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.
logExtracted(int, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
logExtracted(String, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
loggable(Set<ValidationMode>) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
 
Loggable - Interface in org.hibernate.boot.model.relational
Marker for things which can be logged.
LOGGABLE_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
loggableMetadata() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
loggableMetadata() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
 
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 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 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.LoadingLogger
 
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.bytecode.BytecodeLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.id.factory.IdGenFactoryLogging
 
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.EntityLoadingLogging
 
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.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
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
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.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
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
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.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
logicalColumnName(String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
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
logNullBinding(int, int) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
logNullBinding(String, int) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
logNullExtracted(int, int) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
logNullExtracted(String, int) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
logSlowQuery(String, long) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a slow SQL query
logSlowQuery(Statement, long) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a slow SQL query
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 the main statistics at level INFO.
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 - org.hibernate.query.sqm.CastType
 
LONG - Static variable in class org.hibernate.Length
Used to select a variable-length SQL type large enough to contain values of maximum length 32600.
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 - 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
 
LONG_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
LONG_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
LONG16 - Static variable in class org.hibernate.Length
The maximum length that fits in 16 bits.
LONG32 - Static variable in class org.hibernate.Length
The maximum length of a Java string, that is, the maximum length that fits in 32 bits.
LONG32NVARCHAR - Static variable in class org.hibernate.type.SqlTypes
A type code used internally by the Hibernate Dialect to identify an SqlTypes.NVARCHAR-like type large enough to hold any Java string.
LONG32VARBINARY - Static variable in class org.hibernate.type.SqlTypes
A type code used internally by the Hibernate Dialect to identify a SqlTypes.VARBINARY-like type large enough to hold any Java byte array.
LONG32VARCHAR - Static variable in class org.hibernate.type.SqlTypes
A type code used internally by the Hibernate Dialect to identify a SqlTypes.VARCHAR-like type large enough to hold any Java string.
LongJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Long handling.
LongJavaType() - Constructor for class org.hibernate.type.descriptor.java.LongJavaType
 
LONGNVARCHAR - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGNVARCHAR.
LongNVarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for LONGNVARCHAR handling.
LongNVarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
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
 
LONGVARBINARY - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARBINARY.
LongVarbinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for LONGVARBINARY handling.
LongVarbinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
 
LONGVARCHAR - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARCHAR.
LongVarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for LONGVARCHAR handling.
LongVarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
lower(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lower(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
LOWER - org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
The identifier is stored in lower case.
lowerUpper() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LpadRpadPadEmulation - Class in org.hibernate.dialect.function
HQL function inspired by the ANSI SQL trim function, with a funny syntax involving a TrimSpec.
LpadRpadPadEmulation(TypeConfiguration) - 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(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
lt(Expression<? extends Number>, Expression<? extends 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.criteria.HibernateCriteriaBuilder
 
lt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.

M

M - org.hibernate.engine.jdbc.Size.LobMultiplier
 
main(String[]) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
main(String[]) - Static method in class org.hibernate.Version
Prints the Hibernate version (using Version.getVersionString()) to SYSOUT.
major() - Method in annotation type org.hibernate.annotations.DialectOverride.Version
 
make() - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
make(Integer) - Static method in interface org.hibernate.dialect.DatabaseVersion
Factory for DatabaseVersion based on major version (minor and micro set to zero)
make(Integer, Integer) - Static method in interface org.hibernate.dialect.DatabaseVersion
Factory for DatabaseVersion based on major and minor version (micro set to zero)
make(Integer, Integer, Integer) - Static method in interface org.hibernate.dialect.DatabaseVersion
Factory for DatabaseVersion based on major, minor and micro
makeAttributeConverterDescriptor(AttributeConversionInfo) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
makeCopy() - Method in interface org.hibernate.dialect.DatabaseVersion
Make a simple copy of this version object
makeCopy() - Method in class org.hibernate.LockOptions
Make a copy.
makeCopy() - Method in class org.hibernate.query.spi.Limit
 
makeCopy(boolean) - Method in interface org.hibernate.dialect.DatabaseVersion
Make a copy of this version object, possibly converting DatabaseVersion.NO_VERSION to zero
makeCopy(boolean) - Method in interface org.hibernate.graph.Graph
 
makeCopy(boolean) - Method in interface org.hibernate.graph.GraphNode
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
makeCopy(String) - Method in 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(String) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL/CUBRID
makeDateTimeTimestamp() - 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() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeKeySubGraph(Class<S>) - Method in interface org.hibernate.graph.AttributeNode
 
makeKeySubGraph(Class<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeKeySubGraph(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
 
makeParameterImpl() - Method in class org.hibernate.mapping.SimpleValue
 
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, Class<?>...) - 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(Session) - 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() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeSubGraph() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
makeSubGraph() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
makeSubGraph() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.Graph
Create a (mutable/immutable) SubGraph based on this Graph
makeSubGraph(boolean) - Method in interface org.hibernate.graph.RootGraph
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.AttributeNode
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
makeSubGraph(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
makeSubGraph(ManagedDomainType<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValue() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Return the internal value.
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenAdd(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state by the given addend, but return the pre-incremented value.
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenIncrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state, but return the pre-incremented value.
makeVersion() - Method in class org.hibernate.mapping.SimpleValue
 
Managed - Interface in org.hibernate.engine.spi
Contract for classes (specifically, entities and components/embeddables) that are "managed".
MANAGED - org.hibernate.engine.spi.Status
 
MANAGED - org.hibernate.loader.entity.CacheEntityLoaderHelper.EntityStatus
 
ManagedBean<T> - Interface in org.hibernate.resource.beans.spi
Generalized contract for a (CDI or Spring) "managed bean" 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(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
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).
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
MANUAL - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.MANUAL.
MANUAL - org.hibernate.FlushMode
The Session is only flushed when Session.flush() is called explicitly.
manualDisconnect() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Manually disconnect the underlying JDBC Connection.
manualReconnect(Connection) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Manually reconnect the underlying JDBC Connection.
MANY_TO_ANY - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements represent entity's in a multi-valued ANY mapping.
MANY_TO_ANY - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is represented by a Hibernate ANY mapping
MANY_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements represent entity's in a many-to-many association.
MANY_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is an association identified by a column(s) on the collection table.
MANY_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
MANY_TO_MANY - org.hibernate.metamodel.AttributeClassification
 
MANY_TO_ONE - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
MANY_TO_ONE - org.hibernate.metamodel.AttributeClassification
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
ManyToAny - Annotation Type in org.hibernate.annotations
This is the collection-valued form of @Any definitions.
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
manyToMany - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
manyToOne - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
manyToOne - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
manyToOne(String, boolean, String, String, boolean, boolean, boolean, boolean, MetadataBuildingContext) - Static method in class org.hibernate.mapping.MappingHelper
 
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(String, TypeConfiguration) - Constructor for class org.hibernate.type.ManyToOneType
 
ManyToOneType(ManyToOneType, String) - Constructor for class org.hibernate.type.ManyToOneType
 
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
 
map - Variable in class org.hibernate.collection.spi.PersistentMap
 
map() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent maps of a given key and value types.
map(DoubleUnaryOperator) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
map(Function<? super R, ? extends R1>) - Method in class org.hibernate.query.spi.StreamDecorator
 
map(IntUnaryOperator) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
map(LongUnaryOperator) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
Map - Class in org.hibernate.mapping
A map has a primary key consisting of the key columns + index columns.
Map(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Map
 
Map(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Map
 
MAP - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
MAP - org.hibernate.metamodel.CollectionClassification
A collection following the semantics of Map
MAP - org.hibernate.metamodel.RepresentationMode
 
MAP - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
MAP - org.hibernate.query.sqm.DynamicInstantiationNature
The target identified a Map instantiation.
MAP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAP() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
MAP() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MAP_KEY - org.hibernate.cfg.annotations.BasicValueBinder.Kind
 
MapBinder - Class in org.hibernate.cfg.annotations
Implementation to bind a Map
MapBinder(Supplier<ManagedBean<? extends UserCollectionType>>, boolean, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.annotations.MapBinder
 
MapEntryJavaType - Class in org.hibernate.type.descriptor.java.spi
 
MapEntryJavaType() - Constructor for class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
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
 
MapKeyCompositeType - Annotation Type in org.hibernate.annotations
Form of CompositeType for use with map-keys
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
Form of JavaType for describing the key of a Map
MapKeyJdbcType - Annotation Type in org.hibernate.annotations
Form of JdbcType for describing the key of a Map
MapKeyJdbcTypeCode - Annotation Type in org.hibernate.annotations
Form of JdbcTypeCode for describing the key of a Map
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
 
MapKeyMutability - Annotation Type in org.hibernate.annotations
Form of Mutability for describing the key of a Map
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
Form of Type for use with map-keys
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
 
MAPPED_SUPERCLASS - org.hibernate.cfg.AnnotatedClassType
has MappedSuperclass annotation
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
 
MappedByTableGroup - Class in org.hibernate.sql.ast.tree.from
 
MappedByTableGroup(NavigablePath, ModelPartContainer, TableGroup, boolean, TableGroup, BiPredicate<NavigablePath, String>) - Constructor for class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
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
Deprecated.
Use TypeConfiguration, Metadata, or RuntimeMetamodels to access such information
MappingDefaults - Interface in org.hibernate.boot.spi
Defines a (contextual) set of values to use as defaults in the absence of related mapping information.
MappingException - Exception in org.hibernate.boot
Indicates a problem parsing a mapping document.
MappingException - Exception in org.hibernate
An exception that occurs while reading mapping sources (xml/annotations), usually as a result of something screwy in the O-R mappings.
MappingException(String) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(String, Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
MappingException(String, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
MappingException(Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingFileDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a mapping (XML) file.
MappingHelper - Class in org.hibernate.mapping
 
MappingMetamodel - Interface in org.hibernate.metamodel
Access to information about the runtime relational O/R mapping model
MappingMetamodelImplementor - Interface in org.hibernate.metamodel.spi
 
MappingModelCreationLogger - Interface in org.hibernate.metamodel.mapping
Logger used during mapping-model creation
MappingModelExpressible<T> - Interface in org.hibernate.metamodel.mapping
Something that can be expressible at the mapping model level.
MappingModelHelper - Class in org.hibernate.metamodel.mapping
 
mappingModelPart() - Method in class org.hibernate.type.ComponentType
 
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
Indicates that a mapping document could not be found at a given Origin.
MappingNotFoundException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(String, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingReference - Class in org.hibernate.boot.cfgxml.spi
Represents a <mapping/> element within a cfg.xml file.
MappingReference(MappingReference.Type, String) - Constructor for class org.hibernate.boot.cfgxml.spi.MappingReference
 
MappingReference.Type - Enum in org.hibernate.boot.cfgxml.spi
 
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(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.sqm.NodeBuilder
 
mapSize(JpaExpression<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
 
mapToDouble(IntToDoubleFunction) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
mapToDouble(LongToDoubleFunction) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
mapToDouble(ToDoubleFunction<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
mapToInt(DoubleToIntFunction) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
mapToInt(LongToIntFunction) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
mapToInt(ToIntFunction<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
mapToLong(DoubleToLongFunction) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
mapToLong(IntToLongFunction) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
mapToLong(ToLongFunction<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
mapToObj(DoubleFunction<? extends U>) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
mapToObj(IntFunction<? extends U>) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
mapToObj(LongFunction<? extends U>) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
MapType - Class in org.hibernate.type
 
MapType(String, String) - Constructor for class org.hibernate.type.MapType
 
MapWrapper() - Constructor for class org.hibernate.type.JaxbXmlFormatMapper.MapWrapper
 
MARIADB - org.hibernate.dialect.Database
 
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.
 
MariaDB106Dialect - Class in org.hibernate.dialect
Deprecated.
use MariaDBDialect(1060)
MariaDB106Dialect() - Constructor for class org.hibernate.dialect.MariaDB106Dialect
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
A SQL dialect for MariaDB
MariaDBDialect() - Constructor for class org.hibernate.dialect.MariaDBDialect
 
MariaDBDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.MariaDBDialect
 
MariaDBDialect(DialectResolutionInfo) - 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
 
MARKED_FOR_JOINED - org.hibernate.engine.transaction.spi.JoinStatus
 
MARKED_ROLLBACK - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been marked for rollback only.
markForRollbackOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
markForRollbackOnly() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Marks current transaction (if one) for rollback only
markRollbackOnly() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
 
markRollbackOnly() - Method in interface org.hibernate.Transaction
Attempt to mark the underlying transaction for rollback only.
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter1
 
marshal(ConstraintMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter2
 
marshal(DiscriminatorType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter3
 
marshal(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter4
 
marshal(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter5
 
marshal(GenerationType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter6
 
marshal(InheritanceType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter7
 
marshal(LockModeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter8
 
marshal(ParameterMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter9
 
marshal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.Adapter10
 
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
marshal(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
marshal(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
marshal(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
marshal(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
marshal(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
marshal(RepresentationMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
matches(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 - org.hibernate.sql.ast.tree.cte.CteMaterialization
Materialize the CTE if possible.
MATERIALIZED_BLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC BLOB.
MATERIALIZED_BLOB_WRAPPER - 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
math() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
max(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
max(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
max(Comparator<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
MAX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAX() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
MAX() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
MAX() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MAX_FETCH_DEPTH - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the maximum depth of nested outer join fetching.
MAXELEMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAXELEMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAXELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
MAXELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MAXINDEX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAXINDEX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAXINDEX() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
MAXINDEX() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
maxResults - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
md5() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
median() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
median_percentileCont(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
MEMBER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MEMBER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MEMBER() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
MEMBER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MemberOfPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
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(String, Object, MergeContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(String, Object, MergeContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
merge(String, Object, MergeContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade merge an entity instance
merge(String, T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(String, T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
merge(String, T) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
merge(LoadedConfig) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Merge information from loaded a cfg.xml represented by the incoming parameter into this LoadedConfig representation
merge(SessionImplementor, Class<T>, GraphImplementor<T>...) - Static method in class org.hibernate.graph.EntityGraphs
 
merge(AttributeNodeImplementor<?>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
merge(GraphImplementor<J>...) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
merge(LockOptions) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
merge(Session, Class<T>, Graph<T>...) - Static method in class org.hibernate.graph.EntityGraphs
 
merge(T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
merge(T) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
MERGE - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.MERGE.
MERGE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
MERGE - org.hibernate.loader.ast.spi.CascadingFetchProfile
 
MERGE - Static variable in class org.hibernate.engine.spi.CascadeStyles
merge
MERGE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
MERGE - Static variable in class org.hibernate.event.spi.EventType
 
MERGE_ENTITY_COPY_OBSERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting that specifies how Hibernate will respond when multiple representations of the same persistent entity ("entity copy") are 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.
MergeContext - Class in org.hibernate.event.spi
MergeContext is a specialized Map implementation used by a merge event listener to keep track of each entity being merged and its corresponding managed result.
MergeContext(EventSource, EntityCopyObserver) - Constructor for class org.hibernate.event.spi.MergeContext
 
MergeEvent - Class in org.hibernate.event.spi
An event class for merge() and saveOrUpdateCopy()
MergeEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(String, Object, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of merge events generated from a session.
mergeNClob(NClob, NClob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on NClob values.
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() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
 
Metadata - Interface in org.hibernate.boot
Represents the ORM model as determined by aggregating the provided mapping sources.
METADATA - org.hibernate.tool.schema.SourceType
"metadata" - The O/RM metadata is used as the exclusive source for generation
METADATA_THEN_SCRIPT - org.hibernate.tool.schema.SourceType
"metadata-then-script" - Both the O/RM metadata and external DDL scripts are used as sources for generation, with the O/RM metadata being applied first.
MetadataBuilder - Interface in org.hibernate.boot
Contract for specifying various overrides to be used in metamodel building.
MetadataBuilderContributor - Interface in org.hibernate.boot.spi
A bootstrap process hook for contributing settings to MetadataBuilder.
MetadataBuilderFactory - Interface in org.hibernate.boot.spi
An extension point for integrators that wish to hook into the process of how a Metadata is built.
MetadataBuilderImplementor - Interface in org.hibernate.boot.spi
Internal API for MetadataBuilder exposing the building options being collected.
MetadataBuilderInitializer - Interface in org.hibernate.boot.spi
Contract for contributing to the initialization of MetadataBuilder.
MetadataBuildingContext - Interface in org.hibernate.boot.spi
Describes the context in which the process of building Metadata out of MetadataSources occurs.
MetadataBuildingOptions - Interface in org.hibernate.boot.spi
Describes the options used while building the Metadata object (during MetadataBuilder.build() processing).
MetadataBuildingProcess - Class in org.hibernate.boot.model.process.spi
Represents the process of of transforming a MetadataSources reference into a Metadata reference.
MetadataBuildingProcess() - Constructor for class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
 
metadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
 
metadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
metadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
 
MetadataContributor - Interface in org.hibernate.boot.spi
Contract for contributing to Metadata (InFlightMetadataCollector).
MetadataImplementor - Interface in org.hibernate.boot.spi
The SPI-level Metadata contract.
MetadataSource - Enum in org.hibernate.mapping
Enumeration of the known places from which a piece of metadata may come.
MetadataSourceProcessor - Interface in org.hibernate.boot.model.source.spi
Defines the steps in processing metadata sources.
MetadataSources - Class in org.hibernate.boot
Entry point for working with sources of O/R mapping metadata, either in the form of annotated classes, or as XML mapping documents.
MetadataSources() - Constructor for class org.hibernate.boot.MetadataSources
Create a new instance, using a default BootstrapServiceRegistry.
MetadataSources(ServiceRegistry) - Constructor for class org.hibernate.boot.MetadataSources
Create a new instance using the given ServiceRegistry.
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.
MetamodelImplementor - Interface in org.hibernate.metamodel.spi
Deprecated.
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 - 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 - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MICROSECOND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MILLISECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MILLISECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MILLISECOND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
min(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
min(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
min(Comparator<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
MIN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MIN() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
MIN() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
MIN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MINELEMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MINELEMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MINELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
MINELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MININDEX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MININDEX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MININDEX() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
MININDEX() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MinMaxCaseEveryAnyEmulation - Class in org.hibernate.dialect.function
Most databases don't have a function like every() or any().
MinMaxCaseEveryAnyEmulation(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
 
minor() - Method in annotation type org.hibernate.annotations.DialectOverride.Version
 
MINUS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MINUS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MINUS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
MINUS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
MINUS(int) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
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 - org.hibernate.query.sqm.TemporalUnit
Minute, defined to mean 60 seconds when it occurs as a unit of duration, or to mean the minute field in the range 0-59 when passed to extract().
MINUTE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MINUTE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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
 
MIXED - org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
The identifier is stored in mixed case.
MIXED - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
MIXED_POSITIONAL_NAMED_PARAMETERS - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
mod(Expression<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.criteria.HibernateCriteriaBuilder
 
mod(Expression<Integer>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mod(Integer, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mod(Integer, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mod_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
mode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
 
mode() - Method in annotation type org.hibernate.annotations.FetchProfile.FetchOverride
The fetch mode to apply to the association.
MODE_PROPERTY - Static variable in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
 
MODEL - org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
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
 
ModeStatsModeEmulation - Class in org.hibernate.dialect.function
 
ModeStatsModeEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ModeStatsModeEmulation
 
ModifiedSubQueryExpression - Class in org.hibernate.sql.ast.tree.expression
 
ModifiedSubQueryExpression(QueryPart, ModifiedSubQueryExpression.Modifier) - Constructor for class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
 
ModifiedSubQueryExpression.Modifier - Enum in org.hibernate.sql.ast.tree.expression
 
MODULO - org.hibernate.query.sqm.BinaryArithmeticOperator
 
MODULO - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
MODULO - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
month() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
month() - Method in class org.hibernate.grammars.hql.HqlParser
 
MONTH - org.hibernate.query.sqm.TemporalUnit
Calendar month.
MONTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MONTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.NakedIdentifierContext
 
MONTH() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
MonthContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MonthContext
 
monthsBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
moreHyperbolic() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
MSG - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Message
MULTI_TENANT_CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a MultiTenantConnectionProvider to use.
MULTI_TENANT_IDENTIFIER_RESOLVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a CurrentTenantIdentifierResolver to use, either: an instance of CurrentTenantIdentifierResolver, a Class representing an class that implements CurrentTenantIdentifierResolver, or the name of a class that implements CurrentTenantIdentifierResolver.
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(Object...) - 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.
multiLoad(List<?>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Perform a load of multiple entities by natural-id.
multiLoad(List<K>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Perform a load of multiple entities by identifiers.
multiLoad(K...) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Perform a load of multiple entities by identifiers.
multiLoad(K[], MultiNaturalIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.MultiNaturalIdLoader
Load multiple entities by natural-id.
MultiLoader<T> - Interface in org.hibernate.loader.ast.spi
Commonality for multi-loading
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[], BasicType<?>, TypeConfiguration, FunctionParameterType...) - 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
 
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 - org.hibernate.query.sqm.BinaryArithmeticOperator
 
MULTIPLY - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
MULTIPLY - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiselect(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 interface org.hibernate.query.criteria.JpaCriteriaQuery
 
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
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 for a basic value mapping.
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
 
mutable() - Method in annotation type org.hibernate.annotations.NaturalId
Whether the natural id is mutable (or immutable)? false (the default) indicates it is immutable; true indicates it is mutable.
MUTABLE - org.hibernate.boot.model.source.spi.NaturalIdMutability
The attribute is part of a mutable natural id
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, NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
MutationQuery - Interface in org.hibernate.query
Models a mutation (insert, update, or delete) query.
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
 
MYSQL - org.hibernate.dialect.Database
 
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
A SQL dialect for MySQL 5 and above.
MySQLDialect() - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect(DialectResolutionInfo) - 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

nakedIdentifier() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
nakedIdentifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
nakedIdentifier() - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
NakedIdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
name - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
name - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKey
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
 
name - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
 
name - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
name() - Method in annotation type org.hibernate.annotations.FetchProfile
The name of the fetch profile.
name() - Method in annotation type org.hibernate.annotations.Filter
The filter name.
name() - Method in annotation type org.hibernate.annotations.FilterDef
The filter name.
name() - Method in annotation type org.hibernate.annotations.FilterJoinTable
The filter name.
name() - Method in annotation type org.hibernate.annotations.ForeignKey
Deprecated.
Name of the foreign key of a OneToMany, ManyToOne, or OneToOne association.
name() - Method in annotation type org.hibernate.annotations.GenericGenerator
unique generator name.
name() - Method in annotation type org.hibernate.annotations.Index
Deprecated.
The index name.
name() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
The column name.
name() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The registration name.
name() - Method in annotation type org.hibernate.annotations.NamedQuery
The name of this NamedQuery.
name() - Method in annotation type org.hibernate.annotations.ParamDef
The name of the parameter.
name() - Method in annotation type org.hibernate.annotations.Parameter
The parameter name.
name() - Method in annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) The name of the column.
name() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
name() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
Name(Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Namespace.Name
 
Name(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence.Name
 
NAME - Static variable in interface org.hibernate.boot.BootLogging
 
NAME - Static variable in interface org.hibernate.boot.query.BootQueryLogging
 
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 - org.hibernate.procedure.spi.ParameterStrategy
The parameters are named
NAMED - Static variable in class org.hibernate.type.EnumType
 
NAMED_ENTITY_GRAPH - org.hibernate.DuplicateMappingException.Type
A duplicate named entity graph was encountered
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
 
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, FunctionKind, 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
 
NamedNativeQueries - Annotation Type in org.hibernate.annotations
A grouping of Hibernate-specific NamedNativeQuery definitions.
namedNativeQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
namedNativeQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
NamedNativeQuery - Annotation Type in org.hibernate.annotations
Extends NamedNativeQuery with Hibernate features.
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.
namedOrderedSetAggregateDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based ordered set-aggregate function descriptor using the passed name as both the registration key and underlying SQL function name
namedOrderedSetAggregateDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based ordered set-aggregate function descriptor.
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<T> - Class in org.hibernate.engine.query.spi
Descriptor regarding a named parameter.
NamedParameterDescriptor(String, BindableType<T>, 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
 
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 - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
namedQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
namedQuery() - Method in annotation type org.hibernate.annotations.Loader
THe namedQuery to use for loading.
NamedQuery - Interface in org.hibernate.boot.jaxb.mapping.spi
 
NamedQuery - Annotation Type in org.hibernate.annotations
Extends NamedQuery with Hibernate features.
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, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
NamedSqmFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver, String, FunctionKind, String, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
NamedSqmQueryMemento - Interface in org.hibernate.query.sqm.spi
 
namedStoredProcedureQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
namedStoredProcedureQuery - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
NamedTableReference - Class in org.hibernate.sql.ast.tree.from
Represents a reference to a "named" table in a query's from clause.
NamedTableReference(String, String, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.NamedTableReference
 
namedWindowDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based window function descriptor using the passed name as both the registration key and underlying SQL function name
namedWindowDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based window function descriptor.
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 - org.hibernate.query.sqm.TemporalUnit
Nanosecond, the basic most granular unit of duration.
NANOSECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NANOSECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NANOSECOND() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
NANOSECOND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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 if and how a database supports the use of nationalized character data (Unicode).
Nationalized - Annotation Type in org.hibernate.annotations
Specifies 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 - org.hibernate.annotations.TimeZoneStorageType
Stores the timezone by using the with time zone SQL column type.
NATIVE - org.hibernate.dialect.TimeZoneSupport
The "with time zone" types retain the time zone information.
NATIVE - org.hibernate.query.sqm.TemporalUnit
An internal value representing the "native" resolution for date/time arithmetic of the underlying platform.
NATIVE - org.hibernate.TimeZoneStorageStrategy
Stores the time zone through the "with time zone" types which retain the information.
NATIVE_LOCKMODE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
NATIVE_SPACES - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
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.CollectionReturn - Interface in org.hibernate.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.
NATURAL_ID - org.hibernate.cache.spi.support.AccessedDataClassification
 
NATURAL_ID_LOGGER - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdLogging
 
naturalId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
NaturalId - Annotation Type in org.hibernate.annotations
This specifies that a property is part of the natural id of the entity.
NATURALID - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NATURALID - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NATURALID() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
NATURALID() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
naturalIdCache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
NaturalIdCache - Annotation Type in org.hibernate.annotations
Specifies that the natural id values associated with the annotated entity should be cached in the shared second-level cache.
naturalIdCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a hit.
naturalIdCacheMiss(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a miss.
naturalIdCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into natural id cache.
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 queries which resolve a natural id lookup against the database.
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
 
navigablePath - Variable in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
NavigablePath - Class in org.hibernate.spi
Compound-name where each path references to a domain or mapping model-part relative to a root path.
NavigablePath(String) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath(String, String) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath(NavigablePath, String) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath(NavigablePath, String, String) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath(NavigablePath, String, String, String, NavigablePath.FullPathCalculator, int) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath.FullPathCalculator - Interface in org.hibernate.spi
Effectively a tri-function
NavigablePath.RelativePathCollector - Class in org.hibernate.spi
 
NavigableRole - Class in org.hibernate.metamodel.model.domain
Poorly named.
NavigableRole() - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(NavigableRole, String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(NavigableRole, String, char) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NCHAR - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCHAR
NCharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NCHAR handling.
NCharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
NCLOB - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCLOB.
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.NClobJdbcType
 
NClobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created java.sql.NClob instances..
NClobJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for NClob handling.
NClobJavaType() - Constructor for class org.hibernate.type.descriptor.java.NClobJavaType
 
NClobJavaType.NClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
NClobJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NCLOB handling.
NClobJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
NClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
 
NClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying java.sql.NClobs for non-contextual creation, including proxy creation and handling proxy invocations.
NClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentBag
 
needsInserting(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to insert this element?
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentList
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentMap
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentSet
 
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
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 class org.hibernate.collection.spi.PersistentArrayHolder
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentBag
 
needsUpdating(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to update this element?
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentList
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentMap
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentSet
 
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.sqm.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 - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
NEGATIVE - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.
NestedQueryExpressionContext(HqlParser.OrderedQueryContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
NEVER - org.hibernate.annotations.GenerationTime
Indicates the value is never generated.
NEVER - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Never apply unique handling.
NEVER - org.hibernate.tuple.GenerationTiming
Value generation that never occurs.
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 - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NEW() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
NEW() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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 - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
NEWLINE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
NEWLINE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
NEWLINE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
NEWLINE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
next() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
 
next() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
 
next() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
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(byte[], Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
next(byte[], Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
next(Byte, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
next(Integer, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
next(Long, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
next(Short, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
next(Instant, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
next(LocalDateTime, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
next(OffsetDateTime, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
next(ZonedDateTime, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
next(Calendar, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
next(Date, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
next(Date, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
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(T, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
next(T, Long, Integer, Integer, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.VersionJavaType
Increment the version.
next(T, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Increment the version.
NEXT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NEXT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NEXT() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
NEXT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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
nextIndex() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NO - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NO() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
NO() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
NO_ACTION - org.hibernate.annotations.OnDeleteAction
Take no action.
NO_ARGS - Static variable in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
Static validator for verifying that we have no arguments
NO_BINDINGS - Static variable in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
NO_COLUMN_LENGTH - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
NO_COLUMN_PRECISION - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
NO_COLUMN_SCALE - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
NO_COMMANDS - Static variable in interface org.hibernate.tool.schema.spi.Exporter
 
NO_CONSTRAINT - org.hibernate.cfg.annotations.Nullability
 
NO_EXTENDED_STAT_SUPPORT_RETURN - Static variable in interface org.hibernate.stat.CacheRegionStatistics
The value returned from CacheRegionStatistics.getElementCountInMemory(), CacheRegionStatistics.getElementCountOnDisk() and CacheRegionStatistics.getSizeInMemory() for cache providers that do not support such "extended" statistics.
NO_INHERITANCE - org.hibernate.boot.model.source.spi.InheritanceType
 
NO_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_OTHERS - org.hibernate.query.sqm.FrameExclusion
 
NO_PARAM_BINDINGS - Static variable in interface org.hibernate.query.spi.QueryParameterBindings
 
NO_PARAMETER_BINDING_MEMENTO - Static variable in interface org.hibernate.query.spi.QueryParameterBindings
 
NO_PLAIN_PARAMETER - org.hibernate.sql.ast.SqlAstNodeRenderingMode
Don't render plain parameters.
NO_PROXY - org.hibernate.annotations.LazyToOneOption
Lazy, give back the real object loaded when a reference is requested.
NO_PROXY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
NO_REFERENCE - Static variable in class org.hibernate.cfg.AnnotatedJoinColumn
 
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.dialect.DatabaseVersion
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.
NOACTION - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
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
 
NoDashesStringTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
 
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() - 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.AbstractSqmExpression
 
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
 
NodeBuilder - Interface in org.hibernate.query.sqm
Adapts the JPA CriteriaBuilder to generate SQM nodes.
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() - Constructor for exception org.hibernate.sql.results.NoMoreOutputsException
 
NoMoreOutputsException(String) - Constructor for exception org.hibernate.sql.results.NoMoreOutputsException
 
NoMoreReturnsException - Exception in org.hibernate.result
 
NoMoreReturnsException() - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
NoMoreReturnsException(String) - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
NON_AGGREGATED_COMPOSITE - org.hibernate.id.EntityIdentifierNature
What Hibernate used to term an "embedded composite identifier", which is not to be confused with the JPA term embedded.
NON_CONTEXTUAL_LOB_CREATION - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that Hibernate should not use contextual LOB creation.
NON_ENTITY_NAME - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
NON_LAZY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
NON_NULLABLE - org.hibernate.engine.jdbc.spi.TypeNullability
The data type cannot accept nulls
NON_PK_REFERENCE - Static variable in class org.hibernate.cfg.AnnotatedJoinColumn
 
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
 
NonAggregatedIdentifierMapping - Interface in org.hibernate.metamodel.mapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an EmbeddedId does.
NonAggregatedIdentifierMapping.IdentifierValueMapper - Interface in org.hibernate.metamodel.mapping
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappings
NonClassFileArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archive
NonClassFileArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
 
NonContextualLobCreator - Class in org.hibernate.engine.jdbc
LobCreator implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC Connection.
NonDurableConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
Additional optional contract for connection observers to indicate that they should be released when the physical connection is released.
NONE - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates no concurrency strategy should be applied.
NONE - org.hibernate.annotations.OptimisticLockType
Perform no optimistic locking.
NONE - org.hibernate.annotations.ResultCheckStyle
Do not perform checking.
NONE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
NONE - org.hibernate.boot.SchemaAutoTooling
Do not attempt to update nor validate the schema.
NONE - org.hibernate.boot.TempTableDdlTransactionHandling
No handling of transactions is needed
NONE - org.hibernate.cfg.AnnotatedClassType
has no relevant top level annotation
NONE - org.hibernate.cfg.beanvalidation.ValidationMode
 
NONE - org.hibernate.dialect.GroupBySummarizationRenderingStrategy
No support for summarization.
NONE - org.hibernate.dialect.RowLockStrategy
No support for specifying rows to lock.
NONE - org.hibernate.dialect.TimeZoneSupport
No support for "with time zone" types.
NONE - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Neither catalog nor schema are supported.
NONE - org.hibernate.engine.jdbc.Size.LobMultiplier
 
NONE - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is not searchable.
NONE - org.hibernate.engine.OptimisticLockStyle
no optimistic locking
NONE - org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Do not perform checking.
NONE - org.hibernate.engine.spi.ValueInclusion
 
NONE - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for no optimization
NONE - org.hibernate.id.SequenceMismatchStrategy
Don't perform any check.
NONE - org.hibernate.LockMode
No lock required.
NONE - org.hibernate.query.sqm.NullPrecedence
Null precedence not specified.
NONE - org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
 
NONE - org.hibernate.sql.exec.spi.JdbcLockStrategy
Do not apply locks.
NONE - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Apply no in-memory de-duplication
NONE - org.hibernate.tool.schema.Action
No action will be performed.
NONE - Static variable in class org.hibernate.engine.spi.CascadeStyles
no cascades
NONE - Static variable in class org.hibernate.engine.spi.IdentifierValue
Never assume the transient instance is newly instantiated
NONE - Static variable in class org.hibernate.engine.spi.LoadQueryInfluencers
Static reference useful for cases where we are creating load SQL outside the context of any influencers.
NONE - Static variable in class org.hibernate.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.spi.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 class org.hibernate.sql.exec.spi.StatementOptions
 
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
 
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
 
nonStandardSupportForAccessType(String, String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
NONSTRICT_READ_WRITE - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates that the non-strict read-write strategy should be applied.
NONSTRICT_READ_WRITE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
NONSTRICT_READ_WRITE - org.hibernate.cache.spi.access.AccessType
Read and write access (non-strict).
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(Object, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information, using a standard message.
NonUniqueObjectException(String, Object, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information.
NonUniqueResultException - Exception in org.hibernate
Thrown when the application calls Query.uniqueResult() and the query returned more than one result.
NonUniqueResultException(int) - Constructor for exception org.hibernate.NonUniqueResultException
Constructs a NonUniqueResultException.
NOOP - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
NOOP - Static variable in interface org.hibernate.sql.exec.spi.JdbcParameterBinder
 
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
NORMAL - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.NORMAL.
NORMAL - org.hibernate.CacheMode
The session may read items from the cache, and add items to the cache.
NORMAL - org.hibernate.query.sqm.function.FunctionKind
 
NORMALIZE - org.hibernate.annotations.TimeZoneStorageType
Does not store the time zone, and instead normalizes timestamps to the JDBC timezone.
NORMALIZE - org.hibernate.dialect.TimeZoneSupport
The "with time zone" types normalize to UTC.
NORMALIZE - org.hibernate.TimeZoneStorageStrategy
Doesn't store the time zone, but instead normalizes to the JDBC timezone.
NORMALIZE_UTC - org.hibernate.annotations.TimeZoneStorageType
Does not store the time zone, and instead normalizes timestamps to UTC.
NORMALIZE_UTC - org.hibernate.TimeZoneStorageStrategy
Doesn't store the time zone, but instead normalizes to UTC.
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.sqm.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() - Method in interface org.hibernate.query.criteria.JpaPredicate
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
not() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
 
not(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
not(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
NOT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NOT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.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.NakedIdentifierContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
NOT_ACTIVE - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has not yet been started.
NOT_CACHED_COUNT - Static variable in interface org.hibernate.stat.CacheableDataStatistics
 
NOT_DISTINCT_FROM - org.hibernate.query.sqm.ComparisonOperator
 
NOT_EQUAL - org.hibernate.query.sqm.ComparisonOperator
 
NOT_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NOT_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NOT_EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
NOT_JOINED - org.hibernate.engine.transaction.spi.JoinStatus
 
NOT_MATERIALIZED - org.hibernate.sql.ast.tree.cte.CteMaterialization
Do not materialize the CTE if possible.
NOT_NATURAL_ID - org.hibernate.boot.model.source.spi.NaturalIdMutability
The attribute is not part of any kind of natural id.
NOT_NULL - Static variable in class org.hibernate.sql.InFragment
 
NOT_NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
notDistinctFrom(Expression<?>, Expression<?>) - 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.criteria.HibernateCriteriaBuilder
 
notDistinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notEqual(Expression<?>, Expression<?>) - 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.criteria.HibernateCriteriaBuilder
 
notEqual(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
NotFound - Annotation Type in org.hibernate.annotations
Indicates that an association maps to a foreign key column without a foreign key constraint, and which thus potentially violates referential integrity.
NotFoundAction - Enum in org.hibernate.annotations
Specifies how Hibernate should handle the case of an orphaned foreign key with no associated row in the referenced table.
notifyResolutionListeners(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
notIlike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, String, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, String, Expression<Character>) - 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) - 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
 
NotYetImplementedFor6Exception - Exception in org.hibernate
Thrown from methods added for 6.0 that are not yet implemented.
NotYetImplementedFor6Exception() - Constructor for exception org.hibernate.NotYetImplementedFor6Exception
 
NotYetImplementedFor6Exception(Class) - Constructor for exception org.hibernate.NotYetImplementedFor6Exception
 
NotYetImplementedFor6Exception(String) - Constructor for exception org.hibernate.NotYetImplementedFor6Exception
 
nowCurdateCurtime() - 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.
nthSideClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
nthSideClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
NthSideClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
NULL - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
NULL - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
NULL - org.hibernate.query.sqm.CastType
 
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 - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NULL - Static variable in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
NULL - Static variable in class org.hibernate.sql.InFragment
 
NULL - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language that identifies the generic SQL value NULL.
NULL() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
NULL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
 
NULL_KEYWORD - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
NULL_SQM_EXPRESSIBLE - Static variable in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
Singleton access
Nullability - Enum in org.hibernate.cfg.annotations
Are the columns forced to null, not null or not forced
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
 
nullable() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
Is the column nullable?
nullable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
nullable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
NULLABLE - org.hibernate.engine.jdbc.spi.TypeNullability
The data type can accept nulls
nullif() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
nullif(Expression<Y>, Expression<?>) - 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.criteria.HibernateCriteriaBuilder
 
nullif(Expression<Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
NullJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding nulls with Types.NULL
NullJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NullJdbcType
 
nullLiteral(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
nullLiteral(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
NullnessPredicate(Expression, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
NullOrdering - Enum in org.hibernate.query.sqm
The order of null.
nullPrecedence(NullPrecedence) - Method in interface org.hibernate.query.criteria.JpaOrder
Set the precedence for nulls for this order element
nullPrecedence(NullPrecedence) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
NullPrecedence - Enum in org.hibernate.query.sqm
Defines precedence of null values within ORDER BY clause.
NULLS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NULLS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.hql.HqlParser.NakedIdentifierContext
 
NULLS() - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
NULLS() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
NULLS() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.EnumType
 
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.UserType
Retrieve an instance of the mapped class from a JDBC resultset.
nullSafeSet(CallableStatement, Object, String, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, Object, String, WrapperOptions) - Method in class org.hibernate.type.SerializableToBlobType
 
nullSafeSet(CallableStatement, J, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(CallableStatement, J, String, SharedSessionContractImplementor) - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
Bind a value to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
nullSafeSet(CallableStatement, T, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, T, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
nullSafeSet(CallableStatement, T, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
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.
nullSafeSet(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.EnumType
 
nullSafeSet(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
nullSafeSet(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
nullSafeSet(PreparedStatement, T, int, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, T, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
nullSafeSet(PreparedStatement, T, int, WrapperOptions) - Method in class org.hibernate.type.SerializableToBlobType
 
nullsClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
nullsClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
NullsClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
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
 
NullSqmExpressible - Class in org.hibernate.query.sqm.tree.expression
 
NullSqmExpressible() - Constructor for class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
 
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
 
NullType - Class in org.hibernate.type
 
NullType() - Constructor for class org.hibernate.type.NullType
 
NullType(JdbcType, JavaType<Object>) - Constructor for class org.hibernate.type.NullType
 
NullTypeBindableParameterRegistration<T> - Interface in org.hibernate.jpa.spi
Deprecated.
Not actually sure what the original intent of this was; but it is not used as of 6.0, so slating for removal
numberOfCollectionCreations() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionRemovals() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfDeletions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfInsertions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
NUMERIC - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
NUMERIC - org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
NUMERIC - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NUMERIC.
NUMERIC_BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC TINYINT.
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
 
NumericJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NUMERIC handling.
NumericJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NumericJdbcType
 
numericLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
numericLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
numericLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
NumericLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
NVARCHAR - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR.
NVarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NVARCHAR handling.
NVarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
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 - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OBJECT() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
OBJECT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OBJECT_TYPE - Static variable in class org.hibernate.type.StandardBasicTypes
 
ObjectArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Object[] handling, usually used for tuples.
ObjectArrayJavaType(JavaType[]) - Constructor for class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
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 - Class in org.hibernate.boot.jaxb.hbm.spi
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.hbm.spi package.
ObjectFactory - Class in org.hibernate.boot.jaxb.mapping.spi
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.mapping.spi package.
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.cfg.spi
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.hbm.spi
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.mapping.spi
ObjectJavaType - Class in org.hibernate.type.descriptor.java
 
ObjectJavaType() - Constructor for class org.hibernate.type.descriptor.java.ObjectJavaType
 
ObjectJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding objects
ObjectJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
 
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
 
ObjectNullAsBinaryTypeJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding objects, but binding nulls with Types.VARBINARY
ObjectNullAsBinaryTypeJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
 
ObjectNullAsNullTypeJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding objects, but binding nulls with Types.NULL
ObjectNullAsNullTypeJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
 
ObjectNullResolvingJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding objects, but binding nulls with the resolved parameter type
ObjectNullResolvingJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
 
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
occurrences(Object) - Method in class org.hibernate.collection.spi.PersistentBag
Count how many times the given object occurs in the elements
OCTAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
OCTAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
octetLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
octetLength_pattern(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
octetLength_pattern(String, String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
of(Class<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
OF - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OF - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
offset() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
offset() - Method in class org.hibernate.grammars.hql.HqlParser
 
offset(Number) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
offset(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
offset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
offset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
OFFSET - org.hibernate.query.sqm.TemporalUnit
The timezone offset of an offset datetime, as a ZoneOffset.
OFFSET - org.hibernate.sql.ast.Clause
 
OFFSET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OFFSET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OFFSET() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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_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_WITH_TIMEZONE or TIMESTAMP depending on the "hibernate.timezone.default_storage" setting.
OFFSET_DATE_TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetDateTime to JDBC TIMESTAMP_WITH_TIMEZONE.
OFFSET_DATE_TIME_WITHOUT_TIMEZONE - 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.NakedIdentifierContext
 
OFFSET_DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
OFFSET_FOLLOWING - org.hibernate.query.sqm.FrameKind
 
OFFSET_PRECEDING - org.hibernate.query.sqm.FrameKind
 
OFFSET_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetTime to JDBC TIME.
OFFSET_TIMESTAMP - org.hibernate.query.sqm.CastType
 
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
 
OffsetDateTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the OffsetDateTime type.
OffsetDateTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
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
 
OffsetTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
OffsetTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
omitSqlQueryOptions(QueryOptions) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
omitSqlQueryOptions(QueryOptions, boolean, boolean) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
omitSqlQueryOptions(QueryOptions, JdbcSelect) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(JpaExpression<Boolean>) - 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(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaFetch
Add a restriction to the fetch.
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
ON - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ON - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ON() - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
ON() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ON() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
ON_CLOSE - org.hibernate.ConnectionReleaseMode
Indicates that connections should only be released when the Session is explicitly closed or disconnected; this is the legacy (Hibernate2 and pre-3.1) behavior.
onAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.event.spi.AutoFlushEventListener
Handle the given auto-flush event.
onClear(ClearEvent) - Method in interface org.hibernate.event.spi.ClearEventListener
Callback for Session.clear() notification
onClose(Runnable) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
onClose(Runnable) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
onClose(Runnable) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
onClose(Runnable) - Method in class org.hibernate.query.spi.StreamDecorator
 
onCollectionRecreate(Object, Serializable) - Method in 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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
onDelete(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is deleted.
onDelete(DeleteEvent) - Method in interface org.hibernate.event.spi.DeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, DeleteContext) - Method in interface org.hibernate.event.spi.DeleteEventListener
 
onDelete(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is deleted.
OnDelete - Annotation Type in org.hibernate.annotations
Strategy to use on collections, arrays and on joined subclasses delete.
OnDeleteAction - Enum in org.hibernate.annotations
Possible actions for on-delete.
onDirtyCheck(DirtyCheckEvent) - Method in interface org.hibernate.event.spi.DirtyCheckEventListener
Handle the given dirty-check event.
ONE_MS - Static variable in class org.hibernate.cache.spi.support.SimpleTimestamper
 
ONE_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements represent entity's in a one-to-many association.
ONE_TO_MANY - org.hibernate.metamodel.AttributeClassification
 
ONE_TO_ONE - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
ONE_TO_ONE - org.hibernate.metamodel.AttributeClassification
 
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
 
OneToManyPersister - Class in org.hibernate.persister.collection
OneToManyPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.OneToManyPersister
 
OneToManyPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.OneToManyPersister
Deprecated.
OneToManyTableGroup - Class in org.hibernate.sql.ast.tree.from
A table group for one-to-many plural attributes.
OneToManyTableGroup(PluralAttributeMapping, TableGroup, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
oneToOne - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
oneToOne - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
 
oneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean, MetadataBuildingContext) - Static method in class org.hibernate.mapping.MappingHelper
 
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, NotFoundAction, boolean, boolean, String, AnnotatedJoinColumn[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.OneToOneSecondPass
 
OneToOneType - Class in org.hibernate.type
A one-to-one association to an entity
OneToOneType(OneToOneType, String) - Constructor for class org.hibernate.type.OneToOneType
 
OneToOneType(TypeConfiguration, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - 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(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.
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.event.spi.LoadEventListener
Handle the given load event.
onLoad(Session, Serializable) - Method in interface org.hibernate.classic.Lifecycle
onLoad(Session, Object) - Method in interface org.hibernate.classic.Lifecycle
Called after an entity is loaded.
onLock(LockEvent) - Method in interface org.hibernate.event.spi.LockEventListener
Handle the given lock event.
ONLY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ONLY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ONLY() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
ONLY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
onMerge(MergeEvent) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onMerge(MergeEvent, MergeContext) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onOverflowClause() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
onOverflowClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
OnOverflowClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
onPersist(PersistEvent) - Method in interface org.hibernate.event.spi.PersistEventListener
Handle the given create event.
onPersist(PersistEvent, PersistContext) - 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
 
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, RefreshContext) - Method in interface org.hibernate.event.spi.RefreshEventListener
 
onReplicate(ReplicateEvent) - Method in interface org.hibernate.event.spi.ReplicateEventListener
Handle the given replicate event.
onResolveNaturalId(ResolveNaturalIdEvent) - Method in interface org.hibernate.event.spi.ResolveNaturalIdEventListener
Handle the given resolve natural id event.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
onSave(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is saved.
onSave(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is saved.
onSaveOrUpdate(SaveOrUpdateEvent) - Method in interface org.hibernate.event.spi.SaveOrUpdateEventListener
Handle the given update event.
onUpdate(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is passed to Session.update().
OPEN_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
OPEN_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
OPEN_PAREN() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
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() - Method in interface org.hibernate.SessionFactory
Open a new stateless session.
openStatelessSession() - Method in interface org.hibernate.StatelessSessionBuilder
Opens a session with the specified options.
openStatelessSession(Connection) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openStatelessSession(Connection) - Method in interface org.hibernate.SessionFactory
Open a new stateless session, utilizing the specified JDBC Connection.
openTemporarySession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openTemporarySession() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a non-transactional "current" session (used by hibernate-envers)
operate() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
 
operate() - Method in class org.hibernate.collection.spi.PersistentList.SimpleAdd
 
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
OPTIMISTIC - org.hibernate.LockMode
Optimistically assume that transaction will not experience contention for entities.
OPTIMISTIC_FORCE_INCREMENT - org.hibernate.LockMode
Optimistically assume that transaction will not experience contention for entities.
OptimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply an optimistic LockingStrategy to an entity
OptimisticEntityLockException(Object, String) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
Constructs a OptimisticEntityLockException
OptimisticEntityLockException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
Constructs a OptimisticEntityLockException
optimisticFailure(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an optimistic lock failure on an entity
OptimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that forces an increment of the version (after verifying that version hasn't changed).
OptimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
Construct locking strategy.
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
OptimisticLock - Annotation Type in org.hibernate.annotations
Specifies whether updating the annotated attribute should trigger an increment to the version of the entity instance.
OptimisticLocking - Annotation Type in org.hibernate.annotations
Used to define the style of optimistic locking to be applied to an entity.
OptimisticLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that verifies that the version hasn't changed (prior to transaction commit).
OptimisticLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticLockingStrategy
Construct locking strategy.
optimisticLockStyle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
OptimisticLockStyle - Enum in org.hibernate.engine
Describes how an entity should be optimistically locked.
OptimisticLockType - Enum in org.hibernate.annotations
Possible optimistic locking strategies.
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
 
optional() - Method in annotation type org.hibernate.annotations.Any
Whether the association is optional.
optional() - Method in annotation type org.hibernate.annotations.Table
If enabled, Hibernate will insert a row only if the columns of the secondary table would not all be null, and will always use an outer join to read the columns.
or(Expression<Boolean>, Expression<Boolean>) - 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.criteria.HibernateCriteriaBuilder
 
or(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
OR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OR() - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
ORACLE - org.hibernate.dialect.Database
 
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 SQL dialect for Oracle 8i and above.
OracleDialect() - Constructor for class org.hibernate.dialect.OracleDialect
 
OracleDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.OracleDialect
 
OracleDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.OracleDialect
 
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
OracleXmlJdbcType - Class in org.hibernate.dialect
 
OracleXmlJdbcType() - Constructor for class org.hibernate.dialect.OracleXmlJdbcType
 
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 - org.hibernate.sql.ast.Clause
 
ORDER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ORDER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ORDER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
orderBy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
orderBy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
orderBy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
orderBy - Variable in class org.hibernate.sql.SimpleSelect
 
orderBy(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 interface org.hibernate.query.criteria.JpaCriteriaQuery
 
orderBy(List<Order>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
OrderBy - Annotation Type in org.hibernate.annotations
Order a collection using an expression written in native SQL.
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
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
 
ORDERED_MAP - org.hibernate.metamodel.CollectionClassification
A CollectionClassification.MAP that is ordered using an order-by fragment as the collection is loaded.
ORDERED_SET - org.hibernate.metamodel.CollectionClassification
A CollectionClassification.SET that is ordered using an order-by fragment as the collection is loaded.
ORDERED_SET_AGGREGATE - org.hibernate.query.sqm.function.FunctionKind
 
OrderedMapType - Class in org.hibernate.type
A specialization of the map type, with (resultset-based) ordering.
OrderedMapType(String, String) - Constructor for class org.hibernate.type.OrderedMapType
 
orderedQuery() - Method in class org.hibernate.grammars.hql.HqlParser
 
orderedQuery() - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
orderedQuery() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
orderedQuery(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
OrderedQueryContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.OrderedQueryContext
 
OrderedQueryContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OrderedQueryContext
 
OrderedSetAggregateFunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
Models an ordered set-aggregate function expression at the SQL AST level.
OrderedSetType - Class in org.hibernate.type
A specialization of the set type, with (resultset-based) ordering.
OrderedSetType(String, String) - Constructor for class org.hibernate.type.OrderedSetType
 
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.DotIdentifierExpressionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.ExpressionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionArgumentContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionArgumentsContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionExpressionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.IdentifierContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.IdentifierExpressionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.LiteralContext - 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 - 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
 
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.
ORDINAL - org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
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<T> - Class in org.hibernate.engine.query.spi
Descriptor regarding an ordinal parameter.
OrdinalParameterDescriptor(int, int, BindableType<T>, int[]) - Constructor for class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
Constructs an ordinal parameter descriptor.
org.hibernate - package org.hibernate
 
org.hibernate.action.spi - package org.hibernate.action.spi
Defines SPI hooks into the ActionQueue.
org.hibernate.annotations - package org.hibernate.annotations
Package containing all Hibernate's 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
 
org.hibernate.bytecode.enhance.spi - package org.hibernate.bytecode.enhance.spi
package defining bytecode code enhancement (instrumentation) support.
org.hibernate.bytecode.enhance.spi.interceptor - package org.hibernate.bytecode.enhance.spi.interceptor
interceptor implementations
org.hibernate.bytecode.spi - package org.hibernate.bytecode.spi
Package defining bytecode code enhancement (instrumentation) support.
org.hibernate.cache - package org.hibernate.cache
 
org.hibernate.cache.cfg.spi - package org.hibernate.cache.cfg.spi
 
org.hibernate.cache.spi - package org.hibernate.cache.spi
Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.
org.hibernate.cache.spi.access - package org.hibernate.cache.spi.access
 
org.hibernate.cache.spi.entry - package org.hibernate.cache.spi.entry
 
org.hibernate.cache.spi.support - package org.hibernate.cache.spi.support
Package intended for simplifying the worked needed to implement a caching provider.
org.hibernate.cfg - package org.hibernate.cfg
 
org.hibernate.cfg.annotations - package org.hibernate.cfg.annotations
 
org.hibernate.cfg.annotations.reflection - package org.hibernate.cfg.annotations.reflection
Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.
org.hibernate.cfg.beanvalidation - package org.hibernate.cfg.beanvalidation
 
org.hibernate.classic - package org.hibernate.classic
 
org.hibernate.collection.spi - package org.hibernate.collection.spi
SPI definitions for persistent collections
org.hibernate.context - package org.hibernate.context
Defines support for "current session" feature.
org.hibernate.context.spi - package org.hibernate.context.spi
SPI level contracts around "current session" support.
org.hibernate.dialect - package org.hibernate.dialect
 
org.hibernate.dialect.function - package org.hibernate.dialect.function
 
org.hibernate.dialect.hint - package org.hibernate.dialect.hint
 
org.hibernate.dialect.identity - package org.hibernate.dialect.identity
 
org.hibernate.dialect.lock - package org.hibernate.dialect.lock
Support for Dialect-specific locking strategies
org.hibernate.dialect.pagination - package org.hibernate.dialect.pagination
Support for Dialect-specific pagination strategies
org.hibernate.dialect.sequence - package org.hibernate.dialect.sequence
 
org.hibernate.dialect.temptable - package org.hibernate.dialect.temptable
 
org.hibernate.dialect.unique - package org.hibernate.dialect.unique
Support for Dialect-specific unique constraint definition
org.hibernate.engine - package org.hibernate.engine
 
org.hibernate.engine.config.spi - package org.hibernate.engine.config.spi
SPI Package for the configuration service.
org.hibernate.engine.jdbc - package org.hibernate.engine.jdbc
Support for various aspects of JDBC interaction
org.hibernate.engine.jdbc.batch.spi - package org.hibernate.engine.jdbc.batch.spi
Defines contracts for JDBC batching support.
org.hibernate.engine.jdbc.connections.spi - package org.hibernate.engine.jdbc.connections.spi
Defines contracts for accessing JDBC Connections
org.hibernate.engine.jdbc.cursor.spi - package org.hibernate.engine.jdbc.cursor.spi
Defines contracts for JDBC REF_CURSOR support.
org.hibernate.engine.jdbc.dialect.spi - package org.hibernate.engine.jdbc.dialect.spi
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
org.hibernate.engine.jdbc.env.spi - package org.hibernate.engine.jdbc.env.spi
 
org.hibernate.engine.jdbc.spi - package org.hibernate.engine.jdbc.spi
SPI contracts for supporting various aspects of JDBC interaction
org.hibernate.engine.jndi - package org.hibernate.engine.jndi
Support for JNDI within Hibernate
org.hibernate.engine.jndi.spi - package org.hibernate.engine.jndi.spi
The SPI contracts for Hibernate JNDI support
org.hibernate.engine.profile - package org.hibernate.engine.profile
Models the fetch profiles defined by the application
org.hibernate.engine.query - package org.hibernate.engine.query
 
org.hibernate.engine.query.spi - package org.hibernate.engine.query.spi
Defines support for query plans and stored metadata about queries
org.hibernate.engine.spi - package org.hibernate.engine.spi
 
org.hibernate.engine.transaction.jta.platform.spi - package org.hibernate.engine.transaction.jta.platform.spi
 
org.hibernate.engine.transaction.spi - package org.hibernate.engine.transaction.spi
 
org.hibernate.event.service.spi - package org.hibernate.event.service.spi
 
org.hibernate.event.spi - package org.hibernate.event.spi
 
org.hibernate.exception - package org.hibernate.exception
 
org.hibernate.exception.spi - package org.hibernate.exception.spi
 
org.hibernate.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
 
org.hibernate.id.enhanced - package org.hibernate.id.enhanced
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration
org.hibernate.id.factory - package org.hibernate.id.factory
 
org.hibernate.id.factory.spi - package org.hibernate.id.factory.spi
 
org.hibernate.id.insert - package org.hibernate.id.insert
 
org.hibernate.id.uuid - package org.hibernate.id.uuid
 
org.hibernate.integrator.spi - package org.hibernate.integrator.spi
 
org.hibernate.jdbc - package org.hibernate.jdbc
 
org.hibernate.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.spi - package org.hibernate.jpa.spi
 
org.hibernate.loader - package org.hibernate.loader
 
org.hibernate.loader.access - package org.hibernate.loader.access
 
org.hibernate.loader.ast.spi - package org.hibernate.loader.ast.spi
 
org.hibernate.loader.entity - package org.hibernate.loader.entity
 
org.hibernate.mapping - package org.hibernate.mapping
 
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
 
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.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.model.domain.spi - package org.hibernate.metamodel.model.domain.spi
 
org.hibernate.metamodel.relational - package org.hibernate.metamodel.relational
 
org.hibernate.metamodel.spi - package org.hibernate.metamodel.spi
 
org.hibernate.persister.collection - package org.hibernate.persister.collection
 
org.hibernate.persister.entity - package org.hibernate.persister.entity
 
org.hibernate.persister.spi - package org.hibernate.persister.spi
 
org.hibernate.persister.walking.spi - package org.hibernate.persister.walking.spi
Package for "walking" associations through metadata definition.
org.hibernate.pretty - package org.hibernate.pretty
 
org.hibernate.procedure - package org.hibernate.procedure
 
org.hibernate.procedure.spi - package org.hibernate.procedure.spi
 
org.hibernate.property.access.spi - package org.hibernate.property.access.spi
Defines strategies for accessing the persistent properties of an entity or composite.
org.hibernate.proxy - package org.hibernate.proxy
 
org.hibernate.proxy.map - package org.hibernate.proxy.map
 
org.hibernate.proxy.pojo - package org.hibernate.proxy.pojo
 
org.hibernate.proxy.pojo.bytebuddy - package org.hibernate.proxy.pojo.bytebuddy
 
org.hibernate.query - package org.hibernate.query
 
org.hibernate.query.criteria - package org.hibernate.query.criteria
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
Support for named queries
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.service - package org.hibernate.service
 
org.hibernate.service.spi - package org.hibernate.service.spi
 
org.hibernate.spi - package org.hibernate.spi
 
org.hibernate.sql - package org.hibernate.sql
 
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.graph.tuple - package org.hibernate.sql.results.graph.tuple
 
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
 
org.hibernate.stat.spi - package org.hibernate.stat.spi
 
org.hibernate.tool.schema - package org.hibernate.tool.schema
 
org.hibernate.tool.schema.extract.spi - package org.hibernate.tool.schema.extract.spi
 
org.hibernate.tool.schema.spi - package org.hibernate.tool.schema.spi
 
org.hibernate.transform - package org.hibernate.transform
 
org.hibernate.tuple - package org.hibernate.tuple
 
org.hibernate.tuple.component - package org.hibernate.tuple.component
 
org.hibernate.tuple.entity - package org.hibernate.tuple.entity
 
org.hibernate.type - package org.hibernate.type
 
org.hibernate.type.descriptor - package org.hibernate.type.descriptor
 
org.hibernate.type.descriptor.converter - package org.hibernate.type.descriptor.converter
Support for handling JPA AttributeConverter instances as part of the Hibernate Type system.
org.hibernate.type.descriptor.java - package org.hibernate.type.descriptor.java
 
org.hibernate.type.descriptor.java.spi - package org.hibernate.type.descriptor.java.spi
 
org.hibernate.type.descriptor.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.descriptor.sql - package org.hibernate.type.descriptor.sql
 
org.hibernate.type.descriptor.sql.spi - package org.hibernate.type.descriptor.sql.spi
 
org.hibernate.type.spi - package org.hibernate.type.spi
 
org.hibernate.usertype - package org.hibernate.usertype
 
Origin - Class in org.hibernate.boot.jaxb
Describes the origin of an XML document.
Origin(SourceType, String) - Constructor for class org.hibernate.boot.jaxb.Origin
 
originalMessage() - Method in exception org.hibernate.PropertyAccessException
 
ORM_XML_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
 
orphanRemoval - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
orphanRemoval - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
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.
OTHER - org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
OTHER - org.hibernate.boot.jaxb.SourceType
 
OTHER - org.hibernate.dialect.PostgreSQLDriverKind
 
OTHER - org.hibernate.mapping.MetadataSource
 
OTHER - org.hibernate.query.sqm.CastType
 
OTHER - org.hibernate.query.sqm.SqmQuerySource
 
OTHER - org.hibernate.query.sqm.tree.from.DowncastLocation
 
OTHER - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language that indicates that the SQL type is database-specific and gets mapped to a Java object that can be accessed via the methods getObject and setObject.
OTHERS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OTHERS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OTHERS() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
OTHERS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
otherwise(Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
otherwise(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
otherwise(SqmExpression<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(Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
otherwise(Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
otherwise(R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
otherwise(R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
otherwise(R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
otherwise(T) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
OUTER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OUTER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OUTER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
OUTER() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
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 and may be an element of a one-to-many association.
Output - Interface in org.hibernate.result
Common contract for individual return objects which can be either results (ResultSetOutput) or update counts (UpdateCountOutput).
OutputableType<J> - Interface in org.hibernate.query
Specialization of DomainType for types that can be used as a parameter output for a ProcedureCall
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.
Over<T> - Class in org.hibernate.sql.ast.tree.expression
 
Over(Expression, List<Expression>, List<SortSpecification>) - Constructor for class org.hibernate.sql.ast.tree.expression.Over
 
Over(Expression, List<Expression>, List<SortSpecification>, FrameMode, FrameKind, Expression, FrameKind, Expression, FrameExclusion) - Constructor for class org.hibernate.sql.ast.tree.expression.Over
 
OVER - org.hibernate.sql.ast.Clause
 
OVER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OVER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OVER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OVER() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
Overflow - Class in org.hibernate.sql.ast.tree.expression
 
Overflow(Expression, Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.expression.Overflow
 
OVERFLOW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OVERFLOW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OVERFLOW() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OVERFLOW() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
overlay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI SQL form, supported by Postgres, HSQL
overlay(CacheRegionDefinition) - Method in class org.hibernate.boot.model.Caching
 
overlay(Caching) - Method in class org.hibernate.boot.model.Caching
 
overlay(LockOptions) - Method in class org.hibernate.LockOptions
 
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
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.NakedIdentifierContext
 
OVERLAY() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayCharacterLength_overlay() - 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
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.Check
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefault
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormula
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefs
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.Filters
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.Formula
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumn
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormula
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBy
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.Where
 
overrideFromReferencedColumnIfNecessary(Column) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
Called to apply column definitions from the referenced FK column to this column.
overridesEquals - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
OVERWRITE - org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
 
OVERWRITE - org.hibernate.ReplicationMode
Overwrite existing rows when a row already exists.
overwriteLoadedStateCollectionValue(String, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.EntityEntry
 

P

PACKAGE - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
PackageDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a package (as indicated by a package-info.class file).
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
PAD - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PAD - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PAD() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
PAD() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
pad_fill() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SAP DB
pad_repeat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
pad_replicate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact-SQL
pad_space() - 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
 
PADDED - org.hibernate.loader.BatchFetchStyle
Deprecated.
Still keeps the concept of pre-built batch sizes, but uses the next-bigger batch size and pads the extra identifier placeholders.
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 - org.hibernate.annotations.ResultCheckStyle
Essentially the same as ResultCheckStyle.COUNT except that the row count actually comes from an output parameter registered as part of a CallableStatement.
PARAM - org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Essentially the same as ExecuteUpdateResultCheckStyle.COUNT except that the row count actually comes from an output parameter registered as part of a CallableStatement.
PARAM - Static variable in class org.hibernate.jdbc.Expectations
 
PARAM_MARKER - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
ParamDef - Annotation Type in org.hibernate.annotations
Details about a parameter defined in a FilterDef.
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.LikeEscapeContext
 
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>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
parameter(Class<T>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
parameter(Class<T>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Parameter - Annotation Type in org.hibernate.annotations
Generic parameter (basically a key/value combination) used to parametrize other annotations.
PARAMETER_NAME - Static variable in class org.hibernate.tuple.TenantIdBinder
 
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.
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() - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
ParameterContext(ParserRuleContext, int) - 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
 
ParameterOccurrence - Class in org.hibernate.query.sql.spi
 
ParameterOccurrence(QueryParameterImplementor<?>, int) - Constructor for class org.hibernate.query.sql.spi.ParameterOccurrence
 
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() - Method in annotation type org.hibernate.annotations.CollectionIdType
Parameters to be injected into the custom type after it is instantiated.
parameters() - Method in annotation type org.hibernate.annotations.CollectionType
Specifies configuration information for the type.
parameters() - Method in annotation type org.hibernate.annotations.CollectionTypeRegistration
Specifies configuration information for the type.
parameters() - Method in annotation type org.hibernate.annotations.FilterDef
The filter parameter definitions.
parameters() - Method in annotation type org.hibernate.annotations.GenericGenerator
Optional generator parameters.
parameters() - Method in annotation type org.hibernate.annotations.MapKeyType
Parameters for the custom type
parameters() - Method in annotation type org.hibernate.annotations.Type
Parameters to be injected into the custom type after it is instantiated.
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
 
parameterType(Bindable<T>) - Static method in interface org.hibernate.query.BindableType
 
parameterType(ManagedType<T>) - Static method in interface org.hibernate.query.BindableType
 
parameterType(Class<?>, AttributeConverter<T, ?>) - Static method in interface org.hibernate.query.BindableType
 
parameterType(Class<?>, Class<? extends AttributeConverter<T, ?>>) - Static method in interface org.hibernate.query.BindableType
 
parameterType(Class<T>) - Static method in interface org.hibernate.query.BindableType
 
parameterType(Bindable) - Static method in interface org.hibernate.query.BindableType
 
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(int) - Constructor for class org.hibernate.engine.query.spi.ParamLocationRecognizer
 
ParamLocationRecognizer.InFlightJpaOrdinalParameterState - Class in org.hibernate.engine.query.spi
Internal in-flight representation of a recognized named parameter
ParamLocationRecognizer.InFlightNamedParameterState - Class in org.hibernate.engine.query.spi
Internal in-flight representation of a recognized named parameter
ParamLocationRecognizer.InFlightOrdinalParameterState - Class in org.hibernate.engine.query.spi
Internal in-flight representation of a recognized named parameter
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
parent - Variable in class org.hibernate.cfg.AbstractPropertyHolder
 
parent - Variable in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
Parent - Annotation Type in org.hibernate.annotations
Reference the property as a pointer back to the owner (generally the owning entity).
parse(Class<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Creates a root graph based on the passed `rootType` and parses `graphText` into the generated root graph
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
 
parse(Object) - Method in interface org.hibernate.type.descriptor.java.UUIDJavaType.ValueTransformer
 
parse(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Parse an external representation of a CacheConcurrencyStrategy value.
parse(String) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
Parses a textual representation of a qualified name into a NameParts representation.
parse(String) - Static method in class org.hibernate.boot.model.source.spi.AttributePath
 
parse(String) - Static method in enum org.hibernate.ConnectionReleaseMode
Alias for ConnectionReleaseMode.valueOf(String) using upper-case version of the incoming name.
parse(String) - Static method in enum org.hibernate.engine.profile.Fetch.Style
Parses a style given an externalized string representation
parse(String) - Static method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
parse(String) - Static method in enum org.hibernate.query.sqm.NullPrecedence
Interprets a string representation of a NullPrecedence, returning null by default.
parse(String, Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
Parses a textual representation of a qualified name into a NameParts representation.
parse(String, NullPrecedence) - Static method in enum org.hibernate.query.sqm.NullPrecedence
Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.
parseFilterParameterName(String) - Static method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
parseFromName(String) - Static method in enum org.hibernate.tuple.GenerationTiming
 
parseInto(EntityGraph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(EntityGraph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Subgraph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Subgraph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Graph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Graph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseJdbcCall(String, List<String>, Supplier<RuntimeException>) - Static method in class org.hibernate.cfg.annotations.QueryBinder
 
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 query itself.
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
 
PARTIAL - org.hibernate.engine.spi.ValueInclusion
 
partialFlushEnd(int, int) - Method in class org.hibernate.BaseSessionEventListener
 
partialFlushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
 
partialFlushStart() - Method in class org.hibernate.BaseSessionEventListener
 
partialFlushStart() - Method in interface org.hibernate.SessionEventListener
 
PARTITION - org.hibernate.sql.ast.Clause
 
PARTITION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PARTITION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PARTITION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
PARTITION() - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
partitionClause() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
partitionClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
PartitionClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
PASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies password to use when connecting via JDBC.
PassThroughTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
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.IndexAggregateFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
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.MemberOfPredicateContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
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.CollectionValueNavigablePathContext
 
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.SyntacticPathExpressionContext
 
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
 
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
 
pathsMatch(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
 
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, FunctionArgumentTypeResolver, String, FunctionKind, 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, FunctionKind, String) - Constructor for class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
peek(Consumer<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
peek(DoubleConsumer) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
peek(IntConsumer) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
peek(LongConsumer) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
PERCENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PERCENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PERCENT() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
PERCENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
PERCENT_ONLY - org.hibernate.query.sqm.FetchClauseType
Row count in percent FETCH FIRST x PERCENT ROWS ONLY.
PERCENT_OP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PERCENT_OP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PERCENT_OP() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
PERCENT_WITH_TIES - org.hibernate.query.sqm.FetchClauseType
Also fetches ties if the last value is not unique FETCH FIRST x PERCENT ROWS WITH TIES.
perform(Supplier<T>) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
perform(ServiceRegistry) - Method in interface org.hibernate.tool.schema.spi.DelayedDropAction
Perform the delayed schema drop.
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(DomainQueryExecutionContext) - 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
 
performQueuedOperations() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
After reading all existing elements from the database, add the queued elements to the underlying collection.
performScroll(ScrollMode, DomainQueryExecutionContext) - 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
 
permissiveInitialization() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
persist(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
persist(Object) - Method in interface org.hibernate.Session
Make a transient instance persistent and mark it for later insertion in the database.
persist(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
persist(String, Object) - Method in interface org.hibernate.Session
Make a transient instance persistent and mark it for later insertion in the database.
persist(String, Object, PersistContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object, PersistContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
persist(String, Object, PersistContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance
PERSIST - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.PERSIST.
PERSIST - Static variable in class org.hibernate.engine.spi.CascadeStyles
create
PERSIST - Static variable in class org.hibernate.engine.spi.CascadingActions
 
PERSIST - Static variable in class org.hibernate.event.spi.EventType
 
PERSIST_ON_FLUSH - Static variable in class org.hibernate.engine.spi.CascadingActions
Execute persist during flush time
PERSIST_ONFLUSH - Static variable in class org.hibernate.event.spi.EventType
 
PersistContext - Interface in org.hibernate.event.spi
A PersistEvent represents a persist operation applied to a single entity.
PERSISTENCE_CONTEXT - org.hibernate.annotations.FlushModeType
Current flush mode of the persistence context at the time the query is executed.
PERSISTENCE_UNIT_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies 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
PersistenceContextEntry(Object, CacheEntityLoaderHelper.EntityStatus) - Constructor for class org.hibernate.loader.entity.CacheEntityLoaderHelper.PersistenceContextEntry
 
PersistenceStandardEntityResolver - 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
PersistenceStandardEntityResolver() - Constructor for class org.hibernate.cfg.PersistenceStandardEntityResolver
 
PersistenceStandardNamingStrategy - Class in org.hibernate.cfg
Naming strategy implementing the EJB3 standards
PersistenceStandardNamingStrategy() - Constructor for class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
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 - org.hibernate.dialect.temptable.TemporaryTableKind
 
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.
PersistentArrayHolder<E> - Class in org.hibernate.collection.spi
A persistent wrapper for an array.
PersistentArrayHolder(SharedSessionContractImplementor, Object) - Constructor for class org.hibernate.collection.spi.PersistentArrayHolder
Constructs a PersistentCollection instance for holding an array.
PersistentArrayHolder(SharedSessionContractImplementor, CollectionPersister) - Constructor for class org.hibernate.collection.spi.PersistentArrayHolder
Constructs a PersistentCollection instance for holding an array.
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
PersistentBag<E> - Class in org.hibernate.collection.spi
An unordered, unkeyed collection that can contain the same element multiple times.
PersistentBag() - Constructor for class org.hibernate.collection.spi.PersistentBag
Constructs a PersistentBag.
PersistentBag(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentBag
Constructs a PersistentBag
PersistentBag(SharedSessionContractImplementor, Collection<E>) - Constructor for class org.hibernate.collection.spi.PersistentBag
Constructs a PersistentBag
persistentClass - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
PersistentClass - Class in org.hibernate.mapping
Mapping for an entity.
PersistentClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.PersistentClass
 
PersistentClassVisitor - Interface in org.hibernate.mapping
 
PersistentCollection<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
 
PersistentIdentifierBag<E> - Class in org.hibernate.collection.spi
An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
PersistentIdentifierBag() - Constructor for class org.hibernate.collection.spi.PersistentIdentifierBag
Constructs a PersistentIdentifierBag.
PersistentIdentifierBag(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentIdentifierBag
Constructs a PersistentIdentifierBag.
PersistentIdentifierBag(SharedSessionContractImplementor, Collection<E>) - Constructor for class org.hibernate.collection.spi.PersistentIdentifierBag
Constructs a PersistentIdentifierBag.
PersistentIdentifierGenerator - Interface in org.hibernate.id
An IdentifierGenerator that requires creation of database objects.
PersistentList<E> - Class in org.hibernate.collection.spi
A persistent wrapper for a java.util.List.
PersistentList() - Constructor for class org.hibernate.collection.spi.PersistentList
Constructs a PersistentList.
PersistentList(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentList
Constructs a PersistentList.
PersistentList(SharedSessionContractImplementor, List<E>) - Constructor for class org.hibernate.collection.spi.PersistentList
Constructs a PersistentList.
PersistentList.SimpleAdd - Class in org.hibernate.collection.spi
 
PersistentMap<K,​E> - Class in org.hibernate.collection.spi
A persistent wrapper for a java.util.Map.
PersistentMap() - Constructor for class org.hibernate.collection.spi.PersistentMap
Empty constructor.
PersistentMap(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentMap
Instantiates a lazy map (the underlying map is un-initialized).
PersistentMap(SharedSessionContractImplementor, Map<K, E>) - Constructor for class org.hibernate.collection.spi.PersistentMap
Instantiates a non-lazy map (the underlying map is constructed from the incoming map reference).
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.
PersistentSet<E> - Class in org.hibernate.collection.spi
A persistent wrapper for a java.util.Set.
PersistentSet() - Constructor for class org.hibernate.collection.spi.PersistentSet
Empty constructor.
PersistentSet(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentSet
Constructor matching super.
PersistentSet(SharedSessionContractImplementor, Set<E>) - Constructor for class org.hibernate.collection.spi.PersistentSet
Instantiates a non-lazy set (the underlying set is constructed from the incoming set reference).
PersistentSortedMap<K,​E> - Class in org.hibernate.collection.spi
A persistent wrapper for a java.util.SortedMap.
PersistentSortedMap() - Constructor for class org.hibernate.collection.spi.PersistentSortedMap
Constructs a PersistentSortedMap.
PersistentSortedMap(SharedSessionContractImplementor, Comparator<K>) - Constructor for class org.hibernate.collection.spi.PersistentSortedMap
Constructs a PersistentSortedMap.
PersistentSortedMap(SharedSessionContractImplementor, SortedMap<K, E>) - Constructor for class org.hibernate.collection.spi.PersistentSortedMap
Constructs a PersistentSortedMap.
PersistentSortedSet<E> - Class in org.hibernate.collection.spi
A persistent wrapper for a java.util.SortedSet.
PersistentSortedSet() - Constructor for class org.hibernate.collection.spi.PersistentSortedSet
Constructs a PersistentSortedSet.
PersistentSortedSet(SharedSessionContractImplementor, Comparator<E>) - Constructor for class org.hibernate.collection.spi.PersistentSortedSet
Constructs a PersistentSortedSet
PersistentSortedSet(SharedSessionContractImplementor, SortedSet<E>) - Constructor for class org.hibernate.collection.spi.PersistentSortedSet
Constructs a PersistentSortedSet
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
Persister - Annotation Type in org.hibernate.annotations
Specify a custom persister.
PersisterClassResolver - Interface in org.hibernate.persister.spi
Given an entity or collection mapping, resolve the appropriate persister class to use.
PersisterCreationContext - Interface in org.hibernate.persister.spi
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(Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of create events generated from a session.
persistOnFlush(String, Object, PersistContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persistOnFlush(String, Object, PersistContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
persistOnFlush(String, Object, PersistContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance during the flush process
PESSIMISTIC_FORCE_INCREMENT - org.hibernate.LockMode
Transaction will immediately increment the entity version.
PESSIMISTIC_NO_WAIT - Static variable in interface org.hibernate.Session.LockRequest
Constant usable as a time out value that indicates no wait semantics should be used in attempting to acquire locks.
PESSIMISTIC_READ - org.hibernate.LockMode
Implemented as PESSIMISTIC_WRITE.
PESSIMISTIC_WAIT_FOREVER - Static variable in interface org.hibernate.Session.LockRequest
Constant usable as a time out value that indicates that attempting to acquire locks should be allowed to wait forever (apply no timeout).
PESSIMISTIC_WRITE - org.hibernate.LockMode
Transaction will obtain a database lock immediately.
PessimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a pessimistic LockingStrategy to an entity
PessimisticEntityLockException(Object, String, JDBCException) - Constructor for exception org.hibernate.dialect.lock.PessimisticEntityLockException
Constructs a PessimisticEntityLockException
PessimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy that increments the version immediately (obtaining an exclusive write lock).
PessimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
Construct locking strategy.
PessimisticLockException - Exception in org.hibernate
Thrown when a pessimistic locking conflict occurs.
PessimisticLockException(String, SQLException, String) - Constructor for exception org.hibernate.PessimisticLockException
Constructs a PessimisticLockException using the specified information.
PessimisticReadSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through select statements.
PessimisticReadSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticReadUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through update statements.
PessimisticReadUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
PessimisticWriteSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through select statements.
PessimisticWriteSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticWriteUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where the locks are obtained through update statements.
PessimisticWriteUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
PG_JDBC - org.hibernate.dialect.PostgreSQLDriverKind
 
PHYSICAL_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the PhysicalNamingStrategy 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
Enumerates valid combinations of ConnectionAcquisitionMode and ConnectionReleaseMode.
physicalConnectionObtained(Connection) - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was obtained.
physicalConnectionObtained(Connection) - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
physicalConnectionReleased() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was released.
physicalConnectionReleased() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
PhysicalJdbcTransaction - Interface in org.hibernate.resource.jdbc.spi
Provides access to manage "transactionality" via the JDBC Connection
PhysicalNamingStrategy - Interface in org.hibernate.boot.model.naming
Pluggable strategy contract for applying physical naming rules for database object names.
PhysicalNamingStrategyStandardImpl - Class in org.hibernate.boot.model.naming
Standard implementation of the PhysicalNamingStrategy contract.
PhysicalNamingStrategyStandardImpl() - Constructor for class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
physicalSequenceName - Variable in class org.hibernate.id.enhanced.SequenceStructure
 
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() - 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_REFERENCE - Static variable in class org.hibernate.cfg.AnnotatedJoinColumn
 
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, AnnotatedJoinColumn[], SimpleValue) - Constructor for class org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
 
PLACING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PLACING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PLACING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
PLACING() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
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
Mapping of a plural (collection-valued) attribute
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
PluralTableGroup - Interface in org.hibernate.sql.ast.tree.from
 
PLUS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PLUS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PLUS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
PLUS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
POINT - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type POINT.
POJO - org.hibernate.metamodel.RepresentationMode
 
PojoInstantiator - Class in org.hibernate.tuple
Deprecated.
Like Instantiator itself, deprecated.
PojoInstantiator(Class<?>, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
Deprecated.
PojoInstantiator(Class<?>, ReflectionOptimizer.InstantiationOptimizer, boolean) - Constructor for class org.hibernate.tuple.PojoInstantiator
Deprecated.
PojoInstantiator(Component, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
Deprecated.
polymorphism - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
Polymorphism - Annotation Type in org.hibernate.annotations
Used to define the type of polymorphism Hibernate will apply to entity hierarchies.
PolymorphismType - Enum in org.hibernate.annotations
Type of available polymorphism for a particular entity.
POOL_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the maximum number of inactive connections for the built-in connection pool.
POOLED - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for use with tables/sequences that store the chunk information.
POOLED_LO - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for use with tables/sequences that store the chunk information.
POOLED_LOTL - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for use with tables/sequences that store the chunk information.
PooledLoOptimizer - Class in org.hibernate.id.enhanced
Variation of PooledOptimizer which interprets the incoming database value as the lo value, rather than the hi value.
PooledLoOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.PooledLoOptimizer
Constructs a PooledLoOptimizer.
PooledLoThreadLocalOptimizer - Class in org.hibernate.id.enhanced
Variation of PooledOptimizer which interprets the incoming database value as the lo value, rather than the hi value, as well as using thread local to cache the generation state.
PooledLoThreadLocalOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
Constructs a PooledLoThreadLocalOptimizer.
PooledOptimizer - Class in org.hibernate.id.enhanced
Optimizer which uses a pool of values, storing the next low value of the range in the database.
PooledOptimizer(Class, int) - Constructor for class org.hibernate.id.enhanced.PooledOptimizer
Constructs a PooledOptimizer
popExplicitFetchMementoResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
popProcessingStateStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
position() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI-style
position(byte[], long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
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
position(Blob, long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
POSITION - org.hibernate.dialect.SelectItemReferenceStrategy
Refer to the item via its position.
POSITION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
POSITION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
POSITION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
POSITION() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
POSITIONAL - org.hibernate.procedure.spi.ParameterStrategy
The parameters are positional
PositionalParameterContext(HqlParser.ParameterContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
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 - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_REMOVE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COMMIT_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_INSERT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COMMIT_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COMMIT_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Marker object returned from IdentifierGenerator.generate(org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object) to indicate that the entity's identifier will be generated as part of the database insertion.
POST_LOAD - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_LOAD - org.hibernate.jpa.event.spi.CallbackType
 
POST_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
POST_PERSIST - org.hibernate.jpa.event.spi.CallbackType
 
POST_REMOVE - org.hibernate.jpa.event.spi.CallbackType
 
POST_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_UPDATE - org.hibernate.jpa.event.spi.CallbackType
 
POST_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
postAction() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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(Metadata) - 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(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.
postFlush(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after a successful flush
PostgresPlusDialect - Class in org.hibernate.dialect
An SQL dialect for Postgres Plus
PostgresPlusDialect() - Constructor for class org.hibernate.dialect.PostgresPlusDialect
Constructs a PostgresPlusDialect
PostgresPlusDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.PostgresPlusDialect
 
PostgresPlusDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.PostgresPlusDialect
 
POSTGRESQL - org.hibernate.dialect.Database
 
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
A SQL dialect for PostgreSQL 8 and above.
PostgreSQLDialect() - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDialect(DatabaseVersion, PostgreSQLDriverKind) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDriverKind - Enum in org.hibernate.dialect
 
PostgreSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
PostgreSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
PostgreSQLInetJdbcType - Class in org.hibernate.dialect
 
PostgreSQLInetJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLInetJdbcType
 
PostgreSQLIntervalSecondJdbcType - Class in org.hibernate.dialect
 
PostgreSQLIntervalSecondJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
PostgreSQLJsonbJdbcType - Class in org.hibernate.dialect
 
PostgreSQLJsonbJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLJsonbJdbcType
 
PostgreSQLJsonJdbcType - Class in org.hibernate.dialect
 
PostgreSQLJsonJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLJsonJdbcType
 
PostgreSQLPGObjectJdbcType - Class in org.hibernate.dialect
 
PostgreSQLPGObjectJdbcType(String, int) - Constructor for class org.hibernate.dialect.PostgreSQLPGObjectJdbcType
 
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
 
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<Class<?>>, 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) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
postUpdate(Object, Object[], Object) - Method in interface org.hibernate.engine.spi.EntityEntry
Handle updating the internal state of the entry after actually performing the database update.
PostUpdateEvent - Class in org.hibernate.event.spi
Occurs after the datastore is updated
PostUpdateEvent(Object, 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(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the first argument raised to the power of its second argument.
power(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the first argument raised to the power of its second argument.
power_expLn() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
PRE_COLLECTION_RECREATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_REMOVE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_INSERT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
PRE_LOAD - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
PRE_PERSIST - org.hibernate.jpa.event.spi.CallbackType
 
PRE_REMOVE - org.hibernate.jpa.event.spi.CallbackType
 
PRE_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_UPDATE - org.hibernate.jpa.event.spi.CallbackType
 
PRE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
PRECEDING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PRECEDING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PRECEDING() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
PRECEDING() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
PRECEDING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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() - 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.ExpressionOrPredicateContext
 
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.JoinRestrictionContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
predicate() - 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.SearchedCaseWhenContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
predicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
predicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
Predicate - Interface in org.hibernate.sql.ast.tree.predicate
Models a predicate in the SQL AST
PredicateCollector - Class in org.hibernate.sql.ast.tree.predicate
 
PredicateCollector() - Constructor for class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
PredicateCollector(Predicate) - Constructor for class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
PredicateContainer - Interface in org.hibernate.sql.ast.tree.predicate
Something that can contain predicates
PredicateContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
PredicateContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
PREFER_LONG_RAW - Static variable in class org.hibernate.dialect.OracleDialect
 
PREFER_USER_TRANSACTION - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that the UserTransaction should be used in preference to the TransactionManager for JTA transaction management.
PREFERRED_BOOLEAN_JDBC_TYPE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the preferred JDBC type for storing boolean values.
PREFERRED_DURATION_JDBC_TYPE - Static variable in interface org.hibernate.cfg.AvailableSettings
The preferred JDBC type to use for storing duration values.
PREFERRED_INSTANT_JDBC_TYPE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the preferred JDBC type for storing instant values.
PREFERRED_POOLED_OPTIMIZER - Static variable in interface org.hibernate.cfg.AvailableSettings
When a generator specifies 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 the name of a class which implements Optimizer.
PREFERRED_UUID_JDBC_TYPE - Static variable in interface org.hibernate.cfg.AvailableSettings
The preferred JDBC type to use for storing UUID values.
preFlush(Iterator<Object>) - Method in interface org.hibernate.Interceptor
Called before a flush.
preFlush(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
 
preInsert(CollectionPersister) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
preInsert(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called before inserting rows, to ensure that any surrogate keys are fully generated
preInsert(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
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() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
A general preparation step.
prepare() - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Prepare the script target to accept commands
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
 
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepare(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
prepare(PreparedStatement) - Method in interface org.hibernate.jdbc.Expectation
Perform any special statement preparation.
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
prepare(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
prepare(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Prepare for processing of a warning stack.
prepare(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
prepare(MetadataSources, BootstrapContext) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
First step of 2-phase for MetadataSources->Metadata process
prepare(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(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Deprecated.
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.TableStructure
 
prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
Prepare the strategy for use.
prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Prepare the strategy for use.
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
 
prepareForExecution() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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.collection.spi.AbstractPersistentCollection
 
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.
prepareForStore() - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
prepareForStore() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
prepareForUse(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
prepareIdentifierGeneratingInsert(String) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepareIdentifierGeneratingInsert(String) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Append SQL specific to the delegate's mode of handling generated key values.
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
 
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
 
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
 
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Build a Insert specific to the delegate's mode of handling generated key values.
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
 
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
 
prepareStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being prepared.
prepareStatement(String) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, int) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare an INSERT statement, specifying how auto-generated (by the database) keys should be handled.
prepareStatement(String, String[]) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare an INSERT statement, specifying columns which are auto-generated values to be returned.
prependComment(String, String) - Method in class org.hibernate.dialect.Dialect
 
prependListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
Adds the given table group join before a join as found via the given navigable path.
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 class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
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
previousIndex() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
primaryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
 
primaryExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
PrimaryExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
PrimaryExpressionContext(ParserRuleContext, int) - 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(JavaTypeBaseline.BaselineTarget) - Static method in class org.hibernate.type.descriptor.java.spi.JavaTypeBaseline
The process of registering all the baseline registrations
prime(TypeConfiguration) - Static method in class org.hibernate.type.StandardBasicTypes
 
primed() - Method in class org.hibernate.type.BasicTypeRegistry
 
PRIMITIVE_ARRAY_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
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(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.PrimitiveArray
 
PrimitiveArray(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.PrimitiveArray
 
PrimitiveArrayBinder - Class in org.hibernate.cfg.annotations
 
PrimitiveArrayBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.annotations.PrimitiveArrayBinder
 
PrimitiveByteArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for byte[] handling.
PrimitiveByteArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
PrimitiveCharacterArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for char[] handling.
PrimitiveCharacterArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
primitiveEquivalent(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
PrimitiveJavaType<J extends Serializable> - Interface in org.hibernate.type.descriptor.java.spi
Additional contract for primitive / primitive wrapper Java types.
PROCEDURE - org.hibernate.DuplicateMappingException.Type
A duplicate NamedStoredProcedureQuery was encountered
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
ProcedureParameterMetadataImplementor - Interface in org.hibernate.query.spi
 
ProcedureParameterNamedBinder<J> - Interface in org.hibernate.type
Optional Type contract for implementations enabled to set store procedure OUT/INOUT parameters values by name.
process() - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
 
process(ResultSet) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.ResultSetProcessor
 
process(Metadata, ServiceRegistry, Map<String, Object>, DelayedDropRegistry) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
process(AttributePath, StringBuilder) - Static method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
process(InFlightMetadataCollector) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.DelayedPropertyReferenceHandler
 
processAuxiliaryDatabaseObjectDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all AuxiliaryDatabaseObject definitions.
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
processComplementaryTableDefinitions(Tables) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
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,
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.
processNestedTableGroupJoins(TableGroup, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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, boolean, LockOptions) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, int, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
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) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
When the offset of the current row is 0, add a top(?) clause to the given SQL query.
processSql(String, Limit, QueryOptions) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
processSql(String, Limit, QueryOptions) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSqlOffsetFetch(String, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processTableGroupJoin(TableGroupJoin, List<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>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
prod(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
prod(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
prod(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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 class org.hibernate.boot.model.TypeBeanInstanceProducer
 
produceBeanInstance(Class<B>) - Method in interface org.hibernate.resource.beans.spi.BeanInstanceProducer
Produce a bean instance
produceBeanInstance(String, Class<B>) - Method in class org.hibernate.boot.model.TypeBeanInstanceProducer
 
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
Create an initializer for `attribute` relative to `navigablePath`.
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 - org.hibernate.cfg.AccessType
Access to value via property
PROPERTY - org.hibernate.DuplicateMappingException.Type
A duplicate property/attribute definition was encountered.
PROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
PropertyAccess - Interface in org.hibernate.property.access.spi
Describes access to a particular persistent property in terms of getting and setting values.
PropertyAccessBuildingException - Exception in org.hibernate.property.access.spi
Indicates a problem while building a PropertyAccess
PropertyAccessBuildingException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
 
PropertyAccessBuildingException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
 
PropertyAccessException - Exception in org.hibernate.property.access.spi
Indicates a problem reading or writing value from/to a persistent property.
PropertyAccessException - Exception in org.hibernate
A problem occurred accessing a property of an instance of a persistent class by reflection, or via enhanced entities.
PropertyAccessException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
PropertyAccessException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
PropertyAccessException(Throwable, String, boolean, Class<?>, String) - Constructor for exception org.hibernate.PropertyAccessException
Constructs a PropertyAccessException using the specified information.
PropertyAccessSerializationException - Exception in org.hibernate.property.access.spi
 
PropertyAccessSerializationException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
 
PropertyAccessSerializationException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
 
PropertyAccessStrategy - Interface in org.hibernate.property.access.spi
Describes a strategy for persistent property access (field, JavaBean-style property, etc).
PropertyAccessStrategyResolver - Interface in org.hibernate.property.access.spi
Contract for resolving the PropertyAccessStrategy to use.
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.AnnotatedColumn
 
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() - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath(String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPath(PropertyPath, String) - Constructor for class org.hibernate.loader.PropertyPath
 
PropertyPreloadedData - Class in org.hibernate.cfg
 
PropertyPreloadedData(AccessType, String, XClass) - Constructor for class org.hibernate.cfg.PropertyPreloadedData
 
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
 
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.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.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
propertyToColumnName(String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
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
 
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 AvailableSettings.PROXOOL_EXISTING_POOL, AvailableSettings.PROXOOL_PROPERTIES, or AvailableSettings.PROXOOL_XML)
PROXOOL_PROPERTIES - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool provider using a properties file (/path/to/proxool.properties)
PROXOOL_XML - Static variable in interface org.hibernate.cfg.AvailableSettings
Proxool property to configure the Proxool provider using an XML (/path/to/file.xml)
proxy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
Proxy - Annotation Type in org.hibernate.annotations
Lazy and proxy configuration of a particular class.
PROXY - org.hibernate.annotations.LazyToOneOption
Lazy, give back a proxy which will be loaded when the state is requested.
PROXY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
PROXY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
PROXY_INTERFACES - Static variable in class org.hibernate.engine.jdbc.NClobProxy
The interfaces used to generate the proxy
proxyClass() - Method in annotation type org.hibernate.annotations.Proxy
Proxy class or interface used.
ProxyConfiguration - Interface in org.hibernate.proxy
A proxy configuration allows the definition of an interceptor object that decides on the behavior of a proxy.
ProxyConfiguration.Interceptor - Interface in org.hibernate.proxy
An interceptor object that is responsible for invoking a proxy's method.
ProxyConfiguration.InterceptorDispatcher - Class in org.hibernate.proxy
A static interceptor that guards against method calls before the interceptor is set.
ProxyFactory - Interface in org.hibernate.proxy
Contract for run-time, proxy-based lazy initialization proxies.
ProxyFactoryFactory - Interface in org.hibernate.bytecode.spi
An interface for factories of proxy factory instances.
ProxyFactoryHelper - Class in org.hibernate.proxy.pojo
Most of this code was originally an internal detail of PojoEntityTuplizer, then extracted to make it easier for integrators to initialize a custom ProxyFactory.
proxyFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the argument (the entity associated with the key) if no proxy exists.
proxyFor(EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the third argument (the entity associated with the key) if no proxy exists.
pruneForSubclasses(TableGroup, Set<String>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Adapts the table group and its table reference as well as table reference joins in a way such that unnecessary tables or joins are omitted if possible, based on the given treated entity names.
pruneForSubclasses(TableGroup, Set<String>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
pruneForSubclasses(TableGroup, Set<String>) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
pruneForSubclasses(TableGroup, Set<String>) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
pruneTableGroupJoins() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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(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.event.spi.MergeContext
Associates the specified merge entity with the specified managed entity result in this MergeContext.
put(Object, Object) - Method in class org.hibernate.proxy.map.MapProxy
 
put(Object, Object, boolean) - Method in class org.hibernate.event.spi.MergeContext
Associates the specified merge entity with the specified managed entity in this MergeContext.
put(K, E) - Method in class org.hibernate.collection.spi.PersistentMap
 
put(QueryKey, List<?>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Put a result into the query cache.
PUT - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.PUT.
PUT - org.hibernate.CacheMode
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
putAll(Map) - Method in class org.hibernate.proxy.map.MapProxy
 
putAll(Map<?, ?>) - Method in class org.hibernate.event.spi.MergeContext
Copies all of the mappings from the specified Map to this MergeContext.
putAll(Map<? extends K, ? extends E>) - Method in class org.hibernate.collection.spi.PersistentMap
 
putFromLoad(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.DomainDataStorageAccess
Specialized form of putting something into the cache in cases where the put is coming from a load (read) from the database
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to cache an object, afterQuery loading from the database.
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to cache an object, afterQuery loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
putIfNotNull(Map<String, Object>, String, Enum<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
putIfNotNull(Map<String, Object>, String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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

QualifiedName - Interface in org.hibernate.boot.model.relational
Models the qualified name of a database object.
QualifiedNameImpl - Class in org.hibernate.boot.model.relational
 
QualifiedNameImpl(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
 
QualifiedNameImpl(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
 
QualifiedNameParser - Class in org.hibernate.boot.model.relational
Parses a qualified name.
QualifiedNameParser() - Constructor for class org.hibernate.boot.model.relational.QualifiedNameParser
 
QualifiedNameParser.NameParts - Class in org.hibernate.boot.model.relational
 
QualifiedObjectNameFormatter - Interface in org.hibernate.engine.jdbc.env.spi
Contract for rendering qualified object names for use in queries, etc.
QualifiedSequenceName - Class in org.hibernate.boot.model.relational
 
QualifiedSequenceName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
 
QualifiedSequenceName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
 
qualifiedTableName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
QualifiedTableName - Class in org.hibernate.boot.model.relational
 
QualifiedTableName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
 
QualifiedTableName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
 
qualify(String) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
qualify(String) - Method in interface org.hibernate.cache.spi.RegionFactory
 
qualify(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
qualify(String, String, String) - Static method in class org.hibernate.mapping.Table
qualify(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
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 - org.hibernate.query.sqm.TemporalUnit
Quarter, defined to mean three months.
QUARTER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
QUARTER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
QUARTER() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
QUARTER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The SQL query string.
query() - Method in annotation type org.hibernate.annotations.NamedQuery
The query string for this NamedQuery.
query() - Method in class org.hibernate.grammars.hql.HqlParser
 
query() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
Query<R> - Interface in org.hibernate.query
Represents a criteria query or a query written in HQL.
QUERY - org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
QUERY - org.hibernate.DuplicateMappingException.Type
A duplicate named query (ql or native) was encountered
QUERY_CACHE_FACTORY - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the TimestampsCacheFactory to use.
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_INSERT_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Defines the "global" strategy to use for handling HQL and Criteria insert queries.
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
When enabled, specifies that query plans should be cached.
QUERY_PLAN_CACHE_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
The maximum number of entries in the query plan cache or query interpretation cache.
QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
this setting is not currently used
QUERY_RESULTS - org.hibernate.cache.spi.support.AccessedDataClassification
 
QUERY_STARTUP_CHECKING - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that named queries be checked during startup.
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.
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
QueryContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryContext
 
QueryEngine - Class in org.hibernate.query.spi
Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)
QueryEngine(String, String, JpaCompliance, Supplier<JpaMetamodelImplementor>, ValueHandlingMode, int, NamedObjectRepository, HqlTranslator, SqmTranslatorFactory, NativeQueryInterpreter, QueryInterpretationCache, TypeConfiguration, Dialect, SqmFunctionRegistry, ServiceRegistry) - Constructor for class org.hibernate.query.spi.QueryEngine
 
QueryEngine(String, String, JpaMetamodelImplementor, 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(Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified cause.
QueryException(String) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message.
QueryException(String, Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and cause.
QueryException(String, String) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and query-string.
QueryException(String, String, Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and query-string.
queryExecuted(String, int, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a sql/hql query
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.SubqueryContext
 
QueryExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
QueryExpressionContext(ParserRuleContext, int) - 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
Deprecated.
Use AvailableHints instead
QueryHints - Class in org.hibernate.jpa
Deprecated.
Use AvailableHints instead
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
 
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.
QueryPart - Class in org.hibernate.sql.ast.tree.select
 
QueryPart(boolean) - Constructor for class org.hibernate.sql.ast.tree.select.QueryPart
 
QueryPart(boolean, QueryPart) - Constructor for class org.hibernate.sql.ast.tree.select.QueryPart
 
queryParts() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
QueryPartTableGroup - Class in org.hibernate.sql.ast.tree.from
A special table group for a sub-queries.
QueryPartTableGroup(NavigablePath, TableGroupProducer, QueryPart, String, List<String>, boolean, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
QueryPartTableGroup(NavigablePath, TableGroupProducer, QueryPart, String, List<String>, String, boolean, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
QueryPartTableReference - Class in org.hibernate.sql.ast.tree.from
A table reference for a query part.
QueryPartTableReference(QueryPart, String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.QueryPartTableReference
 
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.
queryPlanCacheMiss(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query plan cache resulted in a miss.
QueryProducer - Interface in org.hibernate.query
Contract for things that can produce instances of Query and NativeQuery.
QueryProducerImplementor - Interface in org.hibernate.query.spi
The internal contract for QueryProducer implementations.
queryQuerySpecs(Function<QuerySpec, T>) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
queryQuerySpecs(Function<QuerySpec, T>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
queryQuerySpecs(Function<QuerySpec, T>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
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
querySpaces - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
querySpaces - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
querySpaces() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The query spaces to apply for the query.
QuerySpacesHelper - Class in org.hibernate.cache.spi
 
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
 
QuerySpecExpressionContext(HqlParser.OrderedQueryContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
QueryStatistics - Interface in org.hibernate.stat
Statistics relating to a particular query written in HQL or SQL.
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
 
queryTableReferences(Function<TableReference, 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.
QueryTransformer - Interface in org.hibernate.sql.ast.tree.expression
 
QueryTypeMismatchException - Exception in org.hibernate.query
Indicates a mismatch between a Query's expected and actual result types
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 - Static variable in class org.hibernate.grammars.hql.HqlParser
 
QUESTION_MARK() - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
queuedAdditionIterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
queuedAdditionIterator() - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterator over the "queued" additions
queueOperation(AbstractPersistentCollection.DelayedOperation<E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Queue an addition
quot(Expression<? extends 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.criteria.HibernateCriteriaBuilder
 
quot(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
quot(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
quot(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
QUOT - org.hibernate.query.sqm.BinaryArithmeticOperator
 
quote() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
 
quote(String) - Method in class org.hibernate.dialect.Dialect
Apply dialect-specific quoting.
quote(Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
quote(Identifier) - Static method in class org.hibernate.metamodel.relational.Identifier
 
QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as opening for quoting SQL identifiers
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_IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
QUOTED_IDENTIFIER() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
QUOTED_TEXT - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
QUOTED_TEXT - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
QUOTED_TEXT() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
QUOTED_TEXT(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
quoteIdentifiersLocalToEntity() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 

R

radians() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
rand() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Returns double between 0.0 and 1.0.
RANDOM - org.hibernate.annotations.UuidGenerator.Style
Uses UUID.randomUUID() to generate values
RANGE - org.hibernate.query.sqm.FrameMode
 
RANGE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RANGE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RANGE() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
RANGE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
read - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
read() - Method in annotation type org.hibernate.annotations.ColumnTransformer
Custom SQL expression used to read from the column.
read() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Called by any read-only method of the collection interface
read() - Method in class org.hibernate.engine.jdbc.ReaderInputStream
 
READ - org.hibernate.LockMode
A shared lock.
READ - Static variable in class org.hibernate.LockOptions
Represents LockMode.READ (timeout + scope do not apply).
READ_ONLY - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates that read-only strategy should be applied.
READ_ONLY - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
READ_ONLY - org.hibernate.cache.spi.access.AccessType
Read-only access.
READ_ONLY - org.hibernate.engine.spi.Status
 
READ_ONLY - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
READ_WRITE - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates that the read-write strategy should be applied.
READ_WRITE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
READ_WRITE - org.hibernate.cache.spi.access.AccessType
Read and write access (strict).
readBoolean(Object, String, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readBoolean(Object, String, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readByte(Object, String, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readByte(Object, String, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readByteCode(File) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition from a file.
readByteCode(InputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Reads class byte array info from the given input stream.
readByteCode(ZipInputStream) - Static method in class org.hibernate.bytecode.spi.ByteCodeHelper
Read class definition a zip (jar) file entry.
readChar(Object, String, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readChar(Object, String, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readDouble(Object, String, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readDouble(Object, String, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readElementByIndex(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
readElementExistence(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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
readExternal(ObjectInput) - Method in class org.hibernate.engine.spi.ExecutableList
Read this object state back in from the given stream as part of the deserialization process.
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
 
readIndexExistence(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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
 
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
 
readOnly() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
Whether the results should be read-only.
readOnly() - Method in annotation type org.hibernate.annotations.NamedQuery
Whether the results should be read-only.
readOnlyCachingMutableEntity(NavigableRole) - Method in 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
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
 
readSize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Called by the Collection.size() method
REAL - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.
RealJdbcType - Class in org.hibernate.type.descriptor.jdbc
Deprecated.
RealJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
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
 
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.
RecoverableException - Exception in org.hibernate.cfg
Deprecated.
Was only ever referenced in a single place, in an extremely dubious way.
RecoverableException(String) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
RecoverableException(String, Throwable) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
recreate(PersistentCollection<?>, 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
 
RECREATE_QUIETLY - org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Attempt to (re-)create unique constraints, ignoring exceptions thrown (e.g., if the constraint already existed)
recreateBatchKey - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
recreateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection recreation (full deletion + full (re-)insertion).
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.AnnotatedColumn
 
redefineColumnName(String, String, boolean) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
reduce(double, DoubleBinaryOperator) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
reduce(int, IntBinaryOperator) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
reduce(long, LongBinaryOperator) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
reduce(BinaryOperator<R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
reduce(DoubleBinaryOperator) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
 
reduce(IntBinaryOperator) - Method in class org.hibernate.query.spi.IntStreamDecorator
 
reduce(LongBinaryOperator) - Method in class org.hibernate.query.spi.LongStreamDecorator
 
reduce(R, BinaryOperator<R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
reduce(U, BiFunction<U, ? super R, U>, BinaryOperator<U>) - Method in class org.hibernate.query.spi.StreamDecorator
 
reentrantSafeEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Provides access to the entity/EntityEntry combos associated with the persistence context in a manner that is safe from reentrant access.
REF - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
REF_CURSOR - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF CURSOR.
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.GeneratedAlwaysValueGeneration
 
referenceColumnInSql() - Method in class org.hibernate.tuple.GeneratedValueGeneration
 
referenceColumnInSql() - Method in class org.hibernate.tuple.TenantIdGeneration
 
referenceColumnInSql() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
 
referenceColumnInSql() - Method in interface org.hibernate.tuple.ValueGeneration
For values which are generated in the database (ValueGeneration.getValueGenerator() == null), should the column be referenced in the INSERT / UPDATE SQL?
referenceColumnInSql() - Method in class org.hibernate.tuple.VmValueGeneration
 
referenceColumnsInSql() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
Should the column(s) be referenced in the INSERT / UPDATE SQL?
referencedColumnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
referencedColumnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
referencedColumnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
 
referencedColumnName() - Method in annotation type org.hibernate.annotations.JoinFormula
The column this formula references.
referencedColumnName() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
referencedModelPart - Variable in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
referencedPropertyName - Variable in class org.hibernate.mapping.ToOne
 
referenceToPrimaryKey - Variable in class org.hibernate.mapping.ToOne
 
ReflectionOptimizer - Interface in org.hibernate.bytecode.spi
Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity instantiation.
refresh(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object) - Method in interface org.hibernate.Session
Reread the state of the given managed instance associated with this session from the underlying database.
refresh(Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockMode) - Method in interface org.hibernate.Session
Reread the state of the given managed instance from the underlying database, obtaining the given LockMode.
refresh(Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockOptions) - Method in interface org.hibernate.Session
Reread the state of the given managed instance from the underlying database, obtaining the given LockMode.
refresh(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
refresh(String, Object) - Method in interface org.hibernate.Session
Deprecated.
refresh(String, Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object, RefreshContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, RefreshContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
refresh(String, Object, RefreshContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade refresh an entity instance
refresh(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
refresh(String, Object, LockOptions) - Method in interface org.hibernate.Session
REFRESH - org.hibernate.annotations.CacheModeType
Corresponds to CacheMode.REFRESH.
REFRESH - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.REFRESH.
REFRESH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
REFRESH - org.hibernate.CacheMode
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
REFRESH - org.hibernate.loader.ast.spi.CascadingFetchProfile
 
REFRESH - Static variable in class org.hibernate.engine.spi.CascadeStyles
refresh
REFRESH - Static variable in class org.hibernate.engine.spi.CascadingActions
 
REFRESH - Static variable in class org.hibernate.event.spi.EventType
 
RefreshContext - Interface in org.hibernate.event.spi
A RefreshEvent represents a refresh operation applied to a single entity.
RefreshEvent - Class in org.hibernate.event.spi
Defines an event class for the refreshing of an object.
RefreshEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of refresh events generated from a session.
region - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
region - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
region - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
region - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
 
region() - Method in annotation type org.hibernate.annotations.Cache
The cache region name.
region() - Method in annotation type org.hibernate.annotations.NaturalIdCache
Specifies an explicit cache region name.
Region - Interface in org.hibernate.cache.spi
Contract for a named "region".
RegionFactory - Interface in org.hibernate.cache
Deprecated.
Moved, but still need this definition for ehcache
RegionFactory - Interface in org.hibernate.cache.spi
Contract for building second level cache regions.
RegionFactoryTemplate - Class in org.hibernate.cache.spi.support
 
RegionFactoryTemplate() - Constructor for class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
RegionNameQualifier - Class in org.hibernate.cache.spi.support
 
register() - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
register() - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
register(String, SqmFunctionDescriptor) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a function descriptor by name
register(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC result set.
register(Statement, boolean) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC statement.
register(TypeDefinition) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
register(TypeDefinition) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
register(TypeDefinition, TypeDefinitionRegistry.DuplicationStrategy) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
register(TypeDefinition, TypeDefinitionRegistry.DuplicationStrategy) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
register(SqmPath<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Register an SqmPath
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(SqmAliasedNode<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Register a node aliased within the select-clause
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<T>, String...) - Method in class org.hibernate.type.BasicTypeRegistry
 
registerAdHocBasicType(BasicTypeImpl<?>) - Method in interface org.hibernate.boot.spi.BootstrapContext
To support envers
registerAffectedTable(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
registerAffectedTable(NamedTableReference) - 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, FunctionParameterType, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a binary/ternary function.
registerCallableQueryMemento(String, NamedCallableQueryMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerCallbacks(Class<?>, Callback[]) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistrar
Register the callback against the given entity.
registerCascadeStyle(String, CascadeStyles.BaseCascadeStyle) - Static method in class org.hibernate.engine.spi.CascadeStyles
 
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.
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.CockroachDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DB2Dialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DerbyDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
Register ANSI-standard column types using the length limits defined by Dialect.getMaxVarcharLength(), Dialect.getMaxNVarcharLength(), and Dialect.getMaxVarbinaryLength().
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.H2Dialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MySQLDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.OracleDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SQLServerDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SybaseASEDialect
 
registerComponent(Component) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerCompositeUserType(Class<?>, Class<? extends CompositeUserType<?>>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerCopy(T, T) - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.DB2Dialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.DerbyDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.Dialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.HSQLDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.SQLServerDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.SybaseASEDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.TiDBDialect
 
registerElementTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
registerElementTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
registerEmbeddableInstantiator(Class<?>, Class<? extends EmbeddableInstantiator>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerExportables(Database) - Method in interface org.hibernate.boot.model.relational.ExportableProducer
Register the contained exportable things to the Database
registerExportables(Database) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
registerExportables(Database) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Register database objects involved in this structure, e.g.
registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableGenerator
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableStructure
 
registerExportables(Database) - Method in interface org.hibernate.id.IdentifierGenerator
Register database objects used by this identifier generator, e.g.
registerExportables(Database) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
registerIndexTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
registerIndexTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
registerIndexTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
registerInitilaizer(EntityKey, Initializer) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
registerInitilaizer(EntityUniqueKey, 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
 
registerKeywords(DialectResolutionInfo) - 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.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 class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
registerLockMode(String, LockMode) - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
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
 
registerNativeQueryParameters(QueryParameterBindings, List<ParameterOccurrence>, List<JdbcParameterBinder>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
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, String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
registerNoArgs(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, FunctionParameterType, TypeConfiguration) - 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.
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(int, BasicTypeReference<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.
registerParameter(String, BasicTypeReference<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Basic form for registering a named parameter.
registerParameter(CallableStatement, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
registerParameters(String, JdbcCall, CallableStatement, ProcedureParameterMetadataImplementor, SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
registerParametersForEachJdbcValue(Object, Clause, int, Bindable, List<JdbcParameter>, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
registerParametersForEachJdbcValue(Object, Clause, 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
 
registerQueryTransformer(QueryTransformer) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerQueryTransformer(QueryTransformer) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
registerQueryTransformer(QueryTransformer) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
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 class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
registerResolutionListener(Consumer<Object>) - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
Register a listener to be notified when the parent is "resolved"
registerResultSetMappingMemento(String, NamedResultSetMappingMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerResultSetOutParameter(CallableStatement, int) - 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, int) - Method in class org.hibernate.dialect.H2Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.MySQLDialect
 
registerResultSetOutParameter(CallableStatement, int) - 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
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
Registers a parameter (either OUT, or the new REF_CURSOR param type available in Java 8) capable of returning ResultSet *by name*.
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.OracleDialect
 
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
registerSqmQueryMemento(String, NamedSqmQueryMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
 
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStoredProcedureParameter(int, BasicTypeReference<?>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Like ProcedureCall.registerStoredProcedureParameter(int, Class, ParameterMode) but a basic type reference is given instead of a class for the parameter type.
registerStoredProcedureParameter(int, BasicTypeReference<?>, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
 
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStoredProcedureParameter(String, BasicTypeReference<?>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Like ProcedureCall.registerStoredProcedureParameter(String, Class, ParameterMode) but a basic type reference is given instead of a class for the parameter type.
registerStoredProcedureParameter(String, BasicTypeReference<?>, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStrategies(BiConsumer<GenerationType, GenerationTypeStrategy>, ServiceRegistry) - Method in interface org.hibernate.id.factory.spi.GenerationTypeStrategyRegistration
 
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, FunctionParameterType, FunctionParameterType, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a ternary/quaternary function.
registerTreatUsage(SqmFrom<?, ?>, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerTypeContributor(TypeContributor) - Method in class org.hibernate.cfg.Configuration
 
registerTypeOverride(BasicType<?>) - Method in class org.hibernate.cfg.Configuration
Register a type into the type registry, potentially replacing a previously registered type.
registerTypeOverride(UserType<?>, String[]) - Method in class org.hibernate.cfg.Configuration
 
registerTypeUsage(DiscriminatorSqmPath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerUnaryBinaryPattern(String, BasicType<?>, String, String, FunctionParameterType, FunctionParameterType, TypeConfiguration) - 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.JavaObjectType
 
registerUnderJavaType() - Method in class org.hibernate.type.NullType
 
registerUnderJavaType() - Method in class org.hibernate.type.SerializableToBlobType
 
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
Registers a circularity detection key
REGISTRATION_KEYS - Static variable in class org.hibernate.type.MetaType
 
registrationCode() - Method in annotation type org.hibernate.annotations.JdbcTypeRegistration
The type-code under which to register this descriptor.
RegistryHelper - Class in org.hibernate.type.descriptor.java.spi
 
regrLinearRegressionAggregates() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
RelationalModel - Interface in org.hibernate.mapping
Deprecated.
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.
RelativePathCollector() - Constructor for class org.hibernate.spi.NavigablePath.RelativePathCollector
 
relativize(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
Ignores aliases in the resulting String
relativize(NavigablePath, NavigablePath.RelativePathCollector) - Method in class org.hibernate.spi.NavigablePath
 
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.resource.beans.container.spi.ContainedBeanImplementor
Release any resources
release() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
 
release() - Method in interface org.hibernate.result.Outputs
Eagerly release any resources held by this Outputs.
release() - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Release this output
release(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered result set.
release(Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered statement.
release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
Release the strategy.
release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Release the strategy.
releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseAnyConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection obtained from MultiTenantConnectionProvider.getAnyConnection()
releaseConnection(String, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseConnection(String, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseConnection(String, Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection from Hibernate use.
releaseConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Release a previously obtained connection
releaseDataAccess(CollectionDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseDataAccess(EntityDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseDataAccess(NaturalIdDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseFromUse() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
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
 
remove() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
 
remove() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
remove() - Method in class org.hibernate.id.ExportableColumn.ColumnIterator
 
remove(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
remove(int) - Method in class org.hibernate.collection.spi.PersistentBag
 
remove(int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
remove(int) - Method in class org.hibernate.collection.spi.PersistentList
 
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.collection.spi.AbstractPersistentCollection.ListProxy
 
remove(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
remove(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
remove(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
remove(Object) - Method in class org.hibernate.event.spi.MergeContext
The remove operation is not supported.
remove(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
remove(Object) - Method in interface org.hibernate.Session
Mark a persistence instance associated with this session for removal from the underlying database.
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(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 - Annotation Type in org.hibernate.annotations
Indicates that the annotated element is planned for removal as part of a deprecation lifecycle.
REMOVE - org.hibernate.annotations.CascadeType
Corresponds to CascadeType.REMOVE.
REMOVE_DIRTY_FIELDS_NAME - Static variable in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
removeAll(Collection) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentBag
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentList
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentSet
 
removeAll(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Remove all data for this accessed type
removeAll(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
removeAll(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
removeBatchLoadableCollection(CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After a collection was initialized or evicted, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After evicting or deleting or loading an entity, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeChildParent(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove child/parent relation from cache
removeCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection removal.
removeCollectionByKey(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove a collection-by-key mapping.
removeCollectionEntry(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
removeCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove the mapping of collection to holder during eviction of the owning entity
REMOVED_ENTITY_MARKER - org.hibernate.loader.entity.CacheEntityLoaderHelper.EntityStatus
 
removeEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity.
removeEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity entry from the session cache
removeFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Remove an item from the cache by key
removeLastN(int) - Method in class org.hibernate.engine.spi.ExecutableList
Removes the last n entries from the list.
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
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)
removeVisitedAssociationKey(AssociationKey) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Removes the registration of a circularity detection key
rename - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
render() - Method in class org.hibernate.boot.model.naming.Identifier
 
render() - Method in interface org.hibernate.boot.model.relational.QualifiedName
Returns a String-form of the qualified name.
render() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
render() - Method in interface org.hibernate.collection.spi.PersistentCollection
Like Object.toString() but without the silliness of rendering the elements
render() - Method in class org.hibernate.metamodel.relational.Identifier
 
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(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(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.AvgFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CaseLeastGreatestEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CastFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CastingConcatFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ConcatPipeFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CountFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CurrentFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DB2FormatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DerbyLpadEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DerbyRpadEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.EveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ExtractFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.FormatFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HypotheticalSetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.IntegralTimestampaddFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.LengthFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggStringAggEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SqlFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerFormatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TimestampaddFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TimestampdiffFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TransactSQLStrFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TrimFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HypotheticalSetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggStringAggEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ModeStatsModeEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.AvgFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CountFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.EveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HypotheticalSetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggStringAggEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends 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
 
renderCaseInsensitiveLikeEmulation(Expression, Expression, Expression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCasted(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCombinedLimitClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCombinedLimitClause(QueryPart) - 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
 
renderCommaSeparatedSelectExpression(Iterable<? extends SqlAstNode>, Iterable<String>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparison(List<SqlSelection>, X, ComparisonOperator) - Method in interface org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer
 
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.dialect.TiDBSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonDistinctOperator(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonEmulateCase(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.dialect.TiDBSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderEmptyOrderBy() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstSkipClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstSkipClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
 
renderLimitOffsetClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderLimitOffsetClause(QueryPart) - 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
 
renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderNamedTableReference(NamedTableReference, LockMode) - 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(Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffsetFetchClause(QueryPart, 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
 
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.dialect.TiDBSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - 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
 
renderRootTableGroup(TableGroup, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderRowsToClause(QuerySpec) - 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.dialect.TiDBSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSkipFirstClause(QuerySpec) - 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, Predicate, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableReferenceIdentificationVariable(TableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableReferenceJoins(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopClause(Expression, Expression, FetchClauseType, boolean, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopClause(QuerySpec, boolean, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopStartAtClause(Expression, Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopStartAtClause(QuerySpec) - 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.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.AliasedExpression
 
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
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
 
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, String, Dialect, TypeConfiguration, SqmFunctionRegistry) - Static method in class org.hibernate.sql.Template
Takes the where condition provided in the mapping attribute and interpolates the alias.
renderWhereStringTemplate(String, Dialect, TypeConfiguration, SqmFunctionRegistry) - Static method in class org.hibernate.sql.Template
 
repeat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
repeat_replicate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
replace() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map<Object, Object>) - Static method in class org.hibernate.type.TypeHelper
replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.persister.entity.DiscriminatorType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.AnyType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.CollectionType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.CustomType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.EntityType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.MetaType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.SerializableToBlobType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - 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<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.SerializableToBlobType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, 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(String, String) - Method in class org.hibernate.dialect.Replacer
 
replace(J, J, Object) - Method in interface org.hibernate.usertype.CompositeUserType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(J, J, 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(CollectionPersister, Map) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
replace(CollectionPersister, Map) - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.ValueDelayedOperation
 
replace(T, T, Object) - Method in class org.hibernate.type.EnumType
 
replace(T, T, Object) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
replace(T, T, Object) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
REPLACE_ORIGINAL - org.hibernate.event.service.spi.DuplicationStrategy.Action
 
replace_strReplace() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Sybase
replaceAssociations(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
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
replaceExpression(X) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
replaceExpressions(X) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
replaceLtrimRtrim(TrimSpec, char) - Static method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
replaceQueuedOperationValues(CollectionPersister, Map) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Replace entity instances with copy in copyCache/.
Replacer - Class in org.hibernate.dialect
 
Replacer(String, String, String) - Constructor for class org.hibernate.dialect.Replacer
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
replicate(Object, ReplicationMode) - Method in interface org.hibernate.Session
Deprecated.
With no real replacement
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
replicate(String, Object, ReplicationMode) - Method in interface org.hibernate.Session
Deprecated.
With no real replacement
REPLICATE - org.hibernate.annotations.CascadeType
Corresponds to the Hibernate native REPLICATE action.
REPLICATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
replicate
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
REPLICATE - Static variable in class org.hibernate.event.spi.EventType
 
ReplicateEvent - Class in org.hibernate.event.spi
Defines an event class for the replication of an entity.
ReplicateEvent(Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEvent(String, Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of replicate events generated from a session.
ReplicationMode - Enum in org.hibernate
Represents a replication strategy used by Session.replicate(Object, ReplicationMode).
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.
required() - Method in annotation type org.hibernate.service.spi.InjectService
Is the service to be injected required (not optional)?
requireIdentifierOrUniqueKeyType(Mapping) - Method in class org.hibernate.type.EntityType
 
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
 
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
 
requiresParensForTupleCounts() - Method in class org.hibernate.dialect.Dialect
If Dialect.supportsTupleCounts() is true, does the Dialect require the tuple to be wrapped with parens?
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
 
requiresRowNumberIntermediate() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
 
requiresTxn(LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
RESERVED_WORD_USED_AS_ALIAS - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
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.
resetCallback() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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(BindableType<T>) - 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.
resetIfNeeded() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
resetOptional(boolean) - Method in class org.hibernate.mapping.Property
 
resetStoredSnapshot(PersistentCollection<?>, Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
Reset the stored snapshot for both the persistent collection and this collection entry.
resetUpdateable(boolean) - Method in class org.hibernate.mapping.Property
 
Resolution - Interface in org.hibernate.engine.spi
Used to put natural id values into collections.
Resolvable - Interface in org.hibernate.mapping
 
resolve() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor.DeserializationResolver
 
resolve() - Method in class org.hibernate.mapping.BasicValue
 
resolve() - Method in class org.hibernate.mapping.DependantValue
 
resolve() - Method in interface org.hibernate.mapping.Resolvable
 
resolve() - Method in class org.hibernate.spi.NavigablePath.RelativePathCollector
 
resolve(Parameter<P>) - Method in interface org.hibernate.query.ParameterMetadata
A deeper resolution attempt from a JPA parameter reference to Hibernate's contract.
resolve(Parameter<P>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
resolve(Class<J>, int) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(Type, int) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(String) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
resolve(String) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
resolve(String, String) - Method in interface org.hibernate.query.results.dynamic.LegacyFetchResolver
 
resolve(BiConsumer) - Method in class org.hibernate.usertype.UserTypeLegacyBridge
 
resolve(BiConsumer<BasicJavaType<T>, JdbcType>) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
resolve(BiConsumer<BasicJavaType<T>, JdbcType>) - Method in class org.hibernate.usertype.UserTypeSupport
 
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(Map, MutabilityPlan, MetadataBuildingContext, JdbcTypeIndicators) - Method in class org.hibernate.boot.model.TypeDefinition
 
resolve(MetadataBuildingContext) - Method in class org.hibernate.mapping.BasicValue
 
resolve(MetadataBuildingContext) - Method in class org.hibernate.mapping.DependantValue
 
resolve(MetadataBuildingContext) - Method in interface org.hibernate.mapping.Resolvable
 
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(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.procedure.spi.NamedCallableQueryMemento.ParameterMemento
 
resolve(SharedSessionContractImplementor) - Method in interface org.hibernate.query.named.NamedQueryMemento.ParameterMemento
 
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(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(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(ResultSetMapping, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.NamedResultSetMappingMemento
Resolve this memento.
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(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
 
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.spi.SqlSelection
 
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
Resolve the JdbcValuesMapping.
resolve(BasicTypeReference<J>) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(CollectionType) - Method in interface org.hibernate.mapping.SemanticsResolver
 
resolve(JavaType<J>, int) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(JavaType<J>, JdbcType) - Method in class org.hibernate.type.BasicTypeRegistry
Find an existing BasicType registration for the given JavaType descriptor and JdbcType descriptor combo or create (and register) one.
resolve(JavaType<J>, JdbcType, String) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(JavaType<J>, JdbcType, Supplier<BasicType<J>>) - Method in class org.hibernate.type.BasicTypeRegistry
Find an existing BasicType registration for the given JavaType and JdbcType combo or create (and register) one.
resolve(T, BiFunction<T, String, T>, BiFunction<T, String, T>) - Method in interface org.hibernate.spi.DotIdentifierSequence
 
RESOLVE_NATURAL_ID - Static variable in class org.hibernate.event.spi.EventType
 
resolveAdHocBasicType(String) - Method in interface org.hibernate.boot.spi.BootstrapContext
To support envers
resolveAlias() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Retrieve the explicit alias, if one, otherwise return a generated one and set that as explicit alias.
resolveAlias(String, String) - Method in interface org.hibernate.sql.ast.tree.from.TableAliasResolver
 
resolveAliasedExpression(List<SqlSelection>, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
resolveAliasedExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
resolveArithmeticType(SqmExpressible<?>, SqmExpressible<?>) - 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.8.1.
resolveArithmeticType(SqmExpressible<?>, SqmExpressible<?>, BinaryArithmeticOperator) - Method in class org.hibernate.type.spi.TypeConfiguration
 
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
resolveAutoApplied(BasicJavaType<?>) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
resolveAutoApplied(BasicJavaType<?>) - 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
Check whether this Fetchable is considered a circular fetch.
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
resolveCurrentTenantIdentifier() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Resolve the current tenant identifier.
resolveCustomType(XProperty, CollectionType, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
 
resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDefaultableStrategy(Class<T>, Object, T) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
resolveDescriptor(Type, Supplier<JavaType<J>>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
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.JavaTypeRegistry
 
resolveElementAttributeConverterDescriptor(XProperty, XClass) - Method in class org.hibernate.cfg.CollectionPropertyHolder
 
resolveEntity(String, String) - Method in class org.hibernate.cfg.PersistenceStandardEntityResolver
 
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.
resolveEntityTypeDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
resolveEventTypeByName(String) - Static method in class org.hibernate.event.spi.EventType
Find an EventType by its name
resolveExpressible(SessionFactoryImplementor) - Method in interface org.hibernate.query.BindableType
Resolve this parameter type to the corresponding SqmExpressible
resolveExpressible(SessionFactoryImplementor) - Method in interface org.hibernate.query.sqm.SqmExpressible
 
resolveExpressible(SessionFactoryImplementor) - Method in class org.hibernate.type.BasicTypeReference
 
resolveExpressible(SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
resolveExpressionToAlias(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
resolveFrom(SqmPath<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
resolveFrom(NavigablePath, Function<NavigablePath, SqmFrom<?, ?>>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Similar to SqmPathRegistry.findFromByPath(org.hibernate.spi.NavigablePath), but accepting a producer to be used to create and register a SqmFrom if none yet registered.
resolveFunctionArgumentType(SqmFunction<?>, int, SqmToSqlAstConverter) - Method in interface org.hibernate.query.sqm.produce.function.FunctionArgumentTypeResolver
Resolve the argument type for a function given its context-implied return type.
resolveFunctionImpliedReturnType() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
resolveFunctionImpliedReturnType() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
resolveFunctionImpliedReturnType() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
Returns the function return type implied from the context within which it is used.
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.
resolveFunctionReturnType(ReturnableType<?>, 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.
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
 
resolveGeneratorDefinition(GenerationType, String) - Method in interface org.hibernate.id.factory.spi.GeneratorDefinitionResolver
 
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, Class<?>, 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) - Method in class org.hibernate.type.EntityType
 
resolveIdentifier(Object, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.type.EntityType
Resolve an identifier via a load.
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.SqmPluralValuedSimplePath
 
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(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in interface org.hibernate.type.descriptor.jdbc.AdjustableJdbcType
Perform the adjustment
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<X>) - Method in interface org.hibernate.type.AdjustableBasicType
Perform the adjustment
resolveInitializer(NavigablePath) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Locate the Initializer registered for the given path
resolveInitializer(NavigablePath, ModelPart, Supplier<Initializer>) - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
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
 
resolveJdbcParameterTypeIfNecessary() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
resolveJdbcParameterTypeIfNecessary() - Method in class org.hibernate.query.spi.AbstractQuery
 
resolveJdbcTypeCode(TemporalType) - Static method in interface org.hibernate.type.descriptor.java.TemporalJavaType
 
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(PluralPersistentAttribute) - Static method in class org.hibernate.graph.spi.GraphHelper
 
resolveKeyTypeDescriptor(SingularPersistentAttribute) - 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
 
resolveManagedTypeDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
resolveMappingExpressible(SqmExpressible<?>, Function<NavigablePath, TableGroup>) - Method in interface org.hibernate.metamodel.MappingMetamodel
todo (6.0) : POC!!! Intended for use in SQM -> SQL translation
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 <jar-file/> references from a persistence.xml file.
resolveParameterBindType(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
resolveParameterBindType(Class<T>) - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
resolveParameterBindType(T) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
resolveParameterBindType(T) - 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(String, SqmPathSource<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
resolvePath(PersistentAttribute<?, X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
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.SqmElementAggregateFunction
 
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.SqmIndexAggregateFunction
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
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
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.RootSequencePart
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.SequencePart
 
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, RepresentationMode) - 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 BindableType to use implicitly
resolveRepresentation(Collection) - Method in interface org.hibernate.collection.spi.CollectionSemanticsResolver
 
resolveResultType(TypeConfiguration) - Method in class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
 
resolveResultType(TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
resolveSchemaName(Connection) - Method in interface org.hibernate.engine.jdbc.spi.SchemaNameResolver
Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
resolveSchemaName(Connection, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.SchemaNameResolver
Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
resolveSelectQueryPlan(QueryInterpretationCache.Key, Supplier<SelectQueryPlan<R>>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
resolveServiceRegistry() - Method in class org.hibernate.mapping.Property
 
resolveSize(JdbcType, JavaType<?>, 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(JdbcType, JavaType<?>, Integer, Integer, Long) - Method in class org.hibernate.dialect.Dialect.SizeStrategyImpl
 
resolveSqlAstArguments(List<? extends SqmTypedNode<?>>, SqmToSqlAstConverter) - 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 SqlExpressible, resolve the (Sql)Expression reference.
resolveSqlExpression(NavigablePath, JdbcMapping, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
Create the appropriate SQL expression for this discriminator
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Resolve the SqlSelection for the given expression
resolveSqlSelection(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.CockroachDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.Dialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.H2Dialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.MySQLDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.OracleDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.SybaseDialect
 
resolveSqlTypeLength(String, int, int, int, int) - Method in class org.hibernate.dialect.Dialect
 
resolveSqlTypeLength(String, int, int, int, int) - Method in class org.hibernate.dialect.SybaseASEDialect
 
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(Component, Supplier<EmbeddableMappingType>, RuntimeModelCreationContext) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
Resolve the strategy to use for the given embeddable
resolveStrategy(PersistentClass, EntityPersister, RuntimeModelCreationContext) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
Resolve the strategy to use for the given entity
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(String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
resolveTableReference(String) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
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.DelegatingTableGroup
 
resolveTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
resolveTableReference(NavigablePath, String, boolean) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
Like ColumnReferenceQualifier.getTableReference(NavigablePath, String, boolean, boolean), but will throw an exception if no table reference can be found, even after resolving possible table reference joins.
resolveTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
resolveTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
resolveTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
resolveTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
resolveTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
resolveTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
resolveTableReference(NavigablePath, String, boolean) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
resolveTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
 
resolveTimeZoneStorageCompositeUserType(XProperty, XClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
 
resolveTupleType(List<? extends SqmTypedNode<?>>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
resolveType(int, JavaType<J>, SessionFactoryImplementor) - 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.AbstractTemporalJavaType
 
resolveTypeForPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
resolveTypeForPrecision(TemporalType, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.java.TemporalJavaType
Resolve the appropriate TemporalJavaType for the given precision "relative" to this type.
resource - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
RESOURCE - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
RESOURCE - org.hibernate.boot.jaxb.SourceType
 
ResourceClosedException - Exception in org.hibernate
Indicates an attempt was made to use a closed resource (Session, SessionFactory, etc).
ResourceClosedException(String) - Constructor for exception org.hibernate.ResourceClosedException
Constructs a ResourceClosedException using the supplied message.
ResourceRegistry - Interface in org.hibernate.resource.jdbc
A registry for tracking JDBC resources
RESPECT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RESPECT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RESPECT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
RESPECT() - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
Restrictable - Interface in org.hibernate.metamodel.mapping
Things that can have Where, and/or Filter applied to them
result() - Method in class org.hibernate.dialect.Replacer
 
RESULT_SET_MAPPING - org.hibernate.DuplicateMappingException.Type
A duplicate ResultSetMapping was encountered
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
 
resultClass() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The result Class.
ResultColumnReferenceStrategy - Enum in org.hibernate.dialect
Defines how we need to reference columns in the group-by, having, and order-by clauses.
ResultContext - Interface in org.hibernate.result.spi
 
ResultDescriptor - Interface in org.hibernate.boot.query
Describes the mapping for a result as part of a NamedResultSetMappingDescriptor
ResultListTransformer<T> - Interface in org.hibernate.query
Defines some processing performed on the overall result List of a Query before the result list is returned to the caller.
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
 
RESULTS_LOGGER - Static variable in interface org.hibernate.sql.results.ResultsLogger
 
RESULTS_MESSAGE_LOGGER - Static variable in interface org.hibernate.sql.results.ResultsLogger
 
ResultsConsumer<T,​R> - Interface in org.hibernate.sql.results.spi
Consumes JdbcValues and returns the consumed values in whatever form this consumer returns, generally a List or a ScrollableResults
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
ResultSetIdentifierConsumer - Interface in org.hibernate.id
An optional contract for Type or UserType implementations to handle generated id values any way they see fit as opposed to being limited to the discrete set of numeric types handled by IdentifierGeneratorHelper
resultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
 
resultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
 
resultSetMapping() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The name of a SQLResultSetMapping to use.
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
 
ResultSetMappingImpl(String, boolean) - 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
 
ResultSetMappingSqlSelection - Class in org.hibernate.query.results
SqlSelection used in ResultSetMapping resolution.
ResultSetMappingSqlSelection(int, BasicValuedMapping) - Constructor for class org.hibernate.query.results.ResultSetMappingSqlSelection
 
ResultSetMappingSqlSelection(int, JdbcMapping) - Constructor for class org.hibernate.query.results.ResultSetMappingSqlSelection
 
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<T> - Interface in org.hibernate.transform
Deprecated.
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentBag
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentList
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentSet
 
retrieveTransactionManager() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Locate the TransactionManager.
retrieveUserTransaction() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Locate the UserTransaction.
ReturnableType<T> - Interface in org.hibernate.query
Specialization of DomainType for types that can be used as function returns
returnClass - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
 
returnColumn - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
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 class org.hibernate.usertype.BaseUserTypeSupport
 
returnedClass() - Method in interface org.hibernate.usertype.CompositeUserType
The class returned by instantiate().
returnedClass() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
reverse() - Method in interface org.hibernate.query.criteria.JpaOrder
 
reverse() - Method in enum org.hibernate.query.sqm.SortOrder
 
reverse() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
RIGHT - org.hibernate.query.sqm.tree.SqmJoinType
Represents a right outer join.
RIGHT - org.hibernate.sql.ast.SqlAstJoinType
Represents a right outer join.
RIGHT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
RIGHT() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
RIGHT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
RIGHT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT_BRACKET() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
RIGHT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
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.CollateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
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.ElementAggregateFunctionContext
 
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.ExistsCollectionPartPredicateContext
 
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.FormatFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
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.IndexAggregateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
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.ListaggFunctionContext
 
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.MapEntrySelectionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
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.RollupContext
 
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.TargetFieldsContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
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.ValuesContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
RIGHT_PAREN(int) - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
RIGHT_PAREN(int) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
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
ROLLED_BACK - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been rolled back.
ROLLING_BACK - org.hibernate.resource.transaction.spi.TransactionStatus
Status code indicating a transaction that is in the process of rolling back.
rollup() - Method in class org.hibernate.grammars.hql.HqlParser
 
rollup() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
ROLLUP - org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
 
ROLLUP - org.hibernate.sql.ast.tree.expression.Summarization.Kind
 
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.NakedIdentifierContext
 
ROLLUP() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
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
 
rootEntity() - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
rootEntity() - Method in class org.hibernate.grammars.hql.HqlParser
 
RootEntityContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
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(Expression<T>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the first argument rounded to the number of decimal places given by the second argument.
round_floor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
ROW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ROW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
RowId - Annotation Type in org.hibernate.annotations
Specifies that an Oracle-style rowid should be used in SQL update statements for an entity, instead of the primary key.
ROWID - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2/HSQL-style
rownumInstOrderbyGroupbyNum() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CUBRID
rownumRowid() - 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 - org.hibernate.query.sqm.FrameMode
 
ROWS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ROWS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
ROWS_ONLY - org.hibernate.query.sqm.FetchClauseType
Exact row count like for LIMIT clause or FETCH FIRST x ROWS ONLY.
ROWS_WITH_TIES - org.hibernate.query.sqm.FetchClauseType
Also fetches ties if the last value is not unique FETCH FIRST x ROWS WITH TIES.
RowTransformer<T> - Interface in org.hibernate.sql.results.spi
Defines transformation of a raw row in the domain query result row.
RowVersionJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for byte[] handling specifically used for specifically for entity versions/timestamps.
RowVersionJavaType() - Constructor for class org.hibernate.type.descriptor.java.RowVersionJavaType
 
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_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_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_binaryLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_booleanLiteral - 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_collateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collation - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collationSpecification - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_collectionFunctionMisuse - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collectionSizeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collectionValueNavigablePath - 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_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_dotIdentifier - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_elementAggregateFunction - 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_entityWithJoins - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_everyFunction - 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_expressionOrPredicate - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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_format - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_formatFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_frameClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_frameEnd - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_frameExclusion - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_frameStart - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_fromClause - 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_functionArgument - 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_genericFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_genericFunctionArguments - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_genericFunctionName - 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_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_identifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_identifier - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_indexAggregateFunction - 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_instantiation - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantiationArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantiationArgumentExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantiationArguments - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantiationTarget - 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_join - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_joinPath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_joinRestriction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_joinType - 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_likeEscape - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_limitClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_listaggFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_literal - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_literal - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
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_mapEntrySelection - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_mapKeyNavigablePath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_minute - 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_nakedIdentifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nthSideClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nullsClause - 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_numericLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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_onOverflowClause - 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_orderedQuery - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overClause - 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_partitionClause - 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_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_predicate - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_primaryExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_query - 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_rollup - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_rootEntity - 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_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_simplePath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_simplePathElement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_sortDirection - 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_standardFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_statement - 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_syntacticDomainPath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_targetEntity - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_targetFields - 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_toOneFkReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_treatedNavigablePath - 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_values - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_valuesList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_variable - 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_withinGroupClause - 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
RuntimeMetamodelsImplementor - Interface in org.hibernate.metamodel.spi
 
RuntimeModelCreationContext - Interface in org.hibernate.metamodel.spi
 
RuntimeRelationModelHelper - Class in org.hibernate.metamodel.relational
 

S

sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.Check
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefault
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormula
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefs
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.Filters
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.Formula
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumn
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormula
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBy
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.Where
 
save(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
save(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
save(Object) - Method in interface org.hibernate.Session
Deprecated.
save(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
save(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
save(String, Object) - Method in interface org.hibernate.Session
SAVE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
SAVE - Static variable in class org.hibernate.event.spi.EventType
 
SAVE_UPDATE - org.hibernate.annotations.CascadeType
Corresponds to the Hibernate native SAVE_UPDATE (direct reattachment) action.
SAVE_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
SAVE_UPDATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
SAVE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
saveOrUpdate(Object) - Method in interface org.hibernate.Session
saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
saveOrUpdate(String, Object) - Method in interface org.hibernate.Session
SaveOrUpdateEvent - Class in org.hibernate.event.spi
An event class for saveOrUpdate()
SaveOrUpdateEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of update events generated from a session.
SAVING - org.hibernate.engine.spi.Status
 
scalar(int) - Static method in class org.hibernate.query.results.Builders
 
scalar(int, BasicType<?>) - Static method in class org.hibernate.query.results.Builders
 
scalar(String) - 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) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, String, Class<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, String, BasicType<?>) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, BasicType<?>) - Static method in class org.hibernate.query.results.Builders
 
SCALAR - org.hibernate.query.sqm.ConstructorEntityArgumentMode
The id of the entity will be used as the ctor arg.
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
Specifies an implementation of Scanner, either: an instance of Scanner, a Class representing a class that implements Scanner the name of a class that implements Scanner.
SCANNER_ARCHIVE_INTERPRETER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies an ArchiveDescriptorFactory to use in the scanning process, either: an instance of ArchiveDescriptorFactory, a Class representing a class that implements ArchiveDescriptorFactory, or the name of a class that implements ArchiveDescriptorFactory.
SCANNER_DISCOVERY - Static variable in interface org.hibernate.cfg.AvailableSettings
Identifies a comma-separated list of values indicating the types of things we should auto-detect during scanning.
ScanOptions - Interface in org.hibernate.boot.archive.scan.spi
Options for performing scanning
ScanParameters - Interface in org.hibernate.boot.archive.scan.spi
A "parameter object" passed to Scanner.scan(org.hibernate.boot.archive.scan.spi.ScanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions, org.hibernate.boot.archive.scan.spi.ScanParameters) to help support future changes in terms of needing to pass additional stuff to scanning.
ScanResult - Interface in org.hibernate.boot.archive.scan.spi
Defines the result of scanning
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
SCHEMA - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Only schema is supported
SCHEMA - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the schema name
SCHEMA_MANAGEMENT_TOOL - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the SchemaManagementTool to use for performing schema management.
SchemaAutoTooling - Enum in org.hibernate.boot
Defines the possible values for "hibernate.hbm2ddl.auto".
SchemaAware - Interface in org.hibernate.boot.jaxb.mapping.spi
Common interface for JAXB bindings that understand database schema (tables, sequences, etc).
SchemaCreator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema creation.
SchemaDropper - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema dropping.
schemaExists(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
The the given schema exist yet?
schemaExists(Namespace.Name) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Check to see if the given schema already exists.
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 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.
SchemaValidator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema validations
schemaWithDefault(Identifier) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
scope() - Method in class org.hibernate.type.EntityType
 
scope(MetadataBuildingContext) - Method in class org.hibernate.type.spi.TypeConfiguration
 
scope(SessionFactoryImplementor) - Method in class org.hibernate.type.spi.TypeConfiguration
 
script() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
SCRIPT - org.hibernate.tool.schema.SourceType
"script" - External DDL script(s) are used as the exclusive source for generation.
SCRIPT - org.hibernate.tool.schema.TargetType
Write to a script file.
SCRIPT_THEN_METADATA - org.hibernate.tool.schema.SourceType
"script-then-metadata" - Both the O/RM metadata and external DDL scripts are used as sources for generation, with the commands from the external DDL script(s) being applied first
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() - Method in interface org.hibernate.query.Query
Execute the query and return the results in a scrollable form.
scroll() - Method in interface org.hibernate.query.SelectionQuery
Returns scrollable access to the query results.
scroll() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
scroll() - 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(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().
scroll(ScrollMode) - Method in interface org.hibernate.query.Query
Execute the query and return the results in a scrollable form.
scroll(ScrollMode) - Method in interface org.hibernate.query.SelectionQuery
Returns scrollable access to the query results.
scroll(ScrollMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
scroll(ScrollMode) - Method in interface org.hibernate.query.spi.QueryImplementor
 
scroll(JdbcSelect, ScrollMode, JdbcParameterBindings, ExecutionContext, RowTransformer<R>) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
SCROLL_INSENSITIVE - org.hibernate.ScrollMode
Requests a scrollable result which is insensitive to changes in the underlying data.
SCROLL_SENSITIVE - org.hibernate.ScrollMode
Requests a scrollable result which is sensitive to changes in the underlying data.
ScrollableResults<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() - Method in class org.hibernate.grammars.hql.HqlParser
 
searchedCaseWhen(int) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
SearchedCaseWhenContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
second() - Method in class org.hibernate.grammars.hql.HqlParser
 
second() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
SECOND - org.hibernate.query.sqm.IntervalType
A second based interval.
SECOND - org.hibernate.query.sqm.TemporalUnit
Second, defined to mean 1000 nanoseconds when it occurs as a unit of duration, or to mean the second field in the range 0-59 when passed to extract().
SECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SECOND() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
SECOND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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.
SecondaryTableFromAnnotationSecondPass - Class in org.hibernate.cfg
 
SecondaryTableFromAnnotationSecondPass(EntityBinder, PropertyHolder, XAnnotatedElement) - Constructor for class org.hibernate.cfg.SecondaryTableFromAnnotationSecondPass
 
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
 
secondPass(Map<String, PersistentClass>) - Method in class org.hibernate.cfg.CollectionSecondPass
 
SecondPass - Interface in org.hibernate.cfg
Second pass operation
secondsBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
security - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.VersionJavaType
Generate an initial version.
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
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(Expression<T>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
select(Expression<T>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
select(Selection<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
select(Selection<? extends T>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SELECT - org.hibernate.annotations.FetchMode
Use a secondary select for each individual entity, collection, or join load.
SELECT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
SELECT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
SELECT - org.hibernate.engine.FetchStyle
Performs a separate SQL select to load the indicated data.
SELECT - org.hibernate.engine.profile.Fetch.Style
Fetch via a subsequent select
SELECT - org.hibernate.FetchMode
Fetch using a separate subsequent select.
SELECT - org.hibernate.query.sqm.tree.from.DowncastLocation
 
SELECT - org.hibernate.sql.ast.Clause
 
SELECT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SELECT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SELECT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
SELECT() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
SelectBeforeUpdate - Annotation Type in org.hibernate.annotations
Specifies that the current persistent state of a detached entity instance should be fetched from the database when the entity is reattached using Session.update(Object).
selectCase() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
selectCase() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
selectCase(Expression<? extends C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
selectCase(Expression<? extends C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
selectClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
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
 
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(String, String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Generate a list of collection index and element columns
selectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Generate a list of collection index, key and element columns
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
All columns to select, when loading.
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, Collection<String>, 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
 
SelectionQuery<R> - Interface in org.hibernate.query
Models a selection query returning results.
SelectItemReferenceStrategy - Enum in org.hibernate.dialect
Strategies for referring to a select item.
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(boolean, Map<String, CteStatement>, QueryPart, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
 
SelectStatement(CteContainer, QueryPart, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
 
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
 
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<? extends SqlAstNode>, Predicate, ReturnableType<?>, 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<? extends SqlAstNode>, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
SelfRenderingInverseDistributionFunction(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Constructor for class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
 
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression - 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.
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression(String, FunctionRenderingSupport, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
 
SelfRenderingOrderingExpression - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents a self rendering expression i.e.
SelfRenderingOrderingExpression(String) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
 
SelfRenderingPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
SelfRenderingPredicate(SelfRenderingExpression) - Constructor for class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
SelfRenderingSqlFragmentExpression - Class in org.hibernate.sql.ast.tree.expression
Represents a self rendering expression that renders a SQL fragment.
SelfRenderingSqlFragmentExpression(String) - Constructor for class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
 
SelfRenderingSqmAggregateFunction<T> - Class in org.hibernate.query.sqm.function
 
SelfRenderingSqmAggregateFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, ArgumentsValidator, 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<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
SelfRenderingSqmOrderedSetAggregateFunction<T> - Class in org.hibernate.query.sqm.function
 
SelfRenderingSqmOrderedSetAggregateFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
SelfRenderingSqmWindowFunction<T> - Class in org.hibernate.query.sqm.function
 
SelfRenderingSqmWindowFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
SelfRenderingWindowFunctionSqlAstExpression - Class in org.hibernate.query.sqm.function
Representation of a window function call in the SQL AST for impls that know how to render themselves.
SelfRenderingWindowFunctionSqlAstExpression(String, FunctionRenderingSupport, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
SEMANTIC_QUERY_PRODUCER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a HqlTranslator to use for HQL query translation.
SEMANTIC_QUERY_TRANSLATOR - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a SqmTranslatorFactory to use for HQL query translation.
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
SemanticsResolver - Interface in org.hibernate.mapping
 
SEMICOLON - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SEMICOLON - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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_INCREMENT_SIZE_MISMATCH_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
This setting defines the SequenceMismatchStrategy used when Hibernate detects a mismatch between a sequence configuration in an entity mapping and its database sequence object counterpart.
SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the name of the sequence (or table) to use.
Sequence.Name - Class in org.hibernate.boot.model.relational
 
sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
 
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
 
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
 
SEQUENTIAL - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
A sequential array/list index
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.
SerializableJavaType<T extends Serializable> - Class in org.hibernate.type.descriptor.java
Descriptor for general Serializable handling.
SerializableJavaType(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableJavaType
 
SerializableJavaType(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableJavaType
 
SerializableJavaType.SerializableMutabilityPlan<S extends Serializable> - Class in org.hibernate.type.descriptor.java
 
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<?>[], 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(JavaType<T>) - Constructor for class org.hibernate.type.SerializableType
 
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
 
ServiceContributor - Interface in org.hibernate.service.spi
Contract for contributing services.
ServiceException - Exception in org.hibernate.service.spi
Indicates a problem with a service.
ServiceException(String) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Base contract for an initiator of a service.
ServiceRegistry - Interface in org.hibernate.service
A registry of services.
ServiceRegistryAwareService - Interface in org.hibernate.service.spi
Allows services to be injected with the ServiceRegistry during configuration phase.
ServiceRegistryImplementor - Interface in org.hibernate.service.spi
Additional integration contracts for a service registry.
serviceRole - Variable in exception org.hibernate.service.NullServiceException
 
serviceRole - Variable in exception org.hibernate.service.UnknownServiceException
 
serviceRole() - Method in annotation type org.hibernate.service.spi.InjectService
The service role to inject, the default is to use the type of the parameter to which this method is attached.
Session - Interface in org.hibernate
The main runtime interface between a Java application and Hibernate.
SESSION_FACTORY_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting used to name the Hibernate SessionFactory.
SESSION_FACTORY_NAME_IS_JNDI - Static variable in interface org.hibernate.cfg.AvailableSettings
Does the value defined by AvailableSettings.SESSION_FACTORY_NAME represent a JNDI namespace into which the SessionFactory should be bound and made accessible?
SESSION_FACTORY_OBSERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a class which implements SessionFactoryObserver and has a constructor with no parameters.
SESSION_ID_COLUMN_NAME - Static variable in class org.hibernate.dialect.temptable.TemporaryTableHelper
 
SESSION_SCOPED_INTERCEPTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies an Interceptor implementation associated with the SessionFactory and propagated to each Session created from the SessionFactory.
Session.LockRequest - Interface in org.hibernate
Contains locking details (LockMode, Timeout and Scope).
SessionAssociableInterceptor - Interface in org.hibernate.bytecode.enhance.spi.interceptor
 
SessionBuilder<T extends SessionBuilder> - Interface in org.hibernate
Allows creation of a new Session with specific options.
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 session is closed or disconnected).
SessionException(String) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
SessionException(String, Throwable) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
sessionFactory - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
sessionFactory() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
SessionFactory - Interface in org.hibernate
A SessionFactory represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties.
SessionFactory.TransactionManagementException - Exception in org.hibernate
 
SessionFactoryBasedWrapperOptions - Class in org.hibernate.persister.entity
 
SessionFactoryBasedWrapperOptions(SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
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 the internal implementation of Hibernate.
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 lifecycle events.
SessionFactoryOptions - Interface in org.hibernate.boot.spi
Aggregator of special options used to build the SessionFactory.
SessionFactoryServiceContributor - Interface in org.hibernate.service.spi
 
SessionFactoryServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Contract for an initiator of services that target the specialized service registry SessionFactoryServiceRegistry
SessionFactoryServiceInitiatorContext - Interface in org.hibernate.service.spi
 
SessionFactoryServiceRegistry - Interface in org.hibernate.service.spi
Specialized ServiceRegistry implementation that holds services which need access to the SessionFactory during initialization.
SessionFactoryServiceRegistryBuilder - Interface in org.hibernate.service.spi
 
SessionFactoryServiceRegistryFactory - Interface in org.hibernate.service.spi
Contract for builder of SessionFactoryServiceRegistry instances.
SessionImplementor - Interface in org.hibernate.engine.spi
Defines the "internal contract" for Session and other parts of Hibernate such as Type, EntityPersister and CollectionPersister implementations.
SessionLazyDelegator - Class in org.hibernate.engine.spi
This helper class allows decorating a Session instance, while the instance itself is lazily provided via a Supplier.
SessionLazyDelegator(Supplier<Session>) - Constructor for class org.hibernate.engine.spi.SessionLazyDelegator
 
SessionStatistics - Interface in org.hibernate.stat
Information about the first-level (session) cache for a particular instance of Session.
sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
sessionWithOptions() - Method in interface org.hibernate.Session
Obtain a Session builder with the ability to copy certain information from this session.
set - Variable in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
set - Variable in class org.hibernate.collection.spi.PersistentSet
 
set() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent sets of a given element type.
set(int, E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
set(int, E) - Method in class org.hibernate.collection.spi.PersistentBag
 
set(int, E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
set(int, E) - Method in class org.hibernate.collection.spi.PersistentList
 
set(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
set(Path<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(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(SingularAttribute<? super T, Y>, X) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(Object, Object) - Method in class org.hibernate.property.access.spi.EnhancedSetterImpl
 
set(Object, Object) - Method in interface org.hibernate.property.access.spi.Setter
 
set(Object, Object) - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
set(Object, Object) - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
set(String, Object) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
Set - Class in org.hibernate.mapping
A set with no nullable element columns.
Set(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Set
Used by annotation binding
Set(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Set
Used by hbm.xml binding
SET - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
SET - org.hibernate.metamodel.CollectionClassification
A unique, unordered collection following the requirements of Set
SET - org.hibernate.sql.ast.Clause
The update set clause
SET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SET() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
SET() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
SET_OPERATIONS - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
setAbstract(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setAbstract(boolean) - Method in class org.hibernate.mapping.Table
 
setAbstract(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setAccess(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
 
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.
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.
setAliasSpecificLockMode(String, LockMode) - Method in interface org.hibernate.query.SelectionQuery
Specify a LockMode to apply to a specific alias defined in the query
setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Specify a LockMode to apply to a specific alias defined in the query
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
 
setArgumentTypeResolver(FunctionArgumentTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentTypeResolver(FunctionArgumentTypeResolver) - 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(JaxbAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the attributes property.
setAttributes(JaxbAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the attributes property.
setAttributes(JaxbEmbeddableAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Sets the value of the attributes property.
setAutoAliasInjection(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the autoAliasInjection property.
setAutoApply(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
Sets the value of the autoApply property.
setAutoClear(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setAutoClear(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Enable/disable automatic cache clearing from after transaction completion (for EJB3)
setAutoImport(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the autoImport property.
setAutoQuoteInitialUnderscore(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setAutoQuoteKeywords(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setBase(int) - Method in class org.hibernate.cfg.IndexColumn
 
setBase(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the base property.
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(int) - Method in class org.hibernate.mapping.Collection
 
setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
 
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the batchSize property.
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
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(Supplier<ManagedBean<? extends UserCollectionType>>, boolean, MetadataBuildingContext) - 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, boolean) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value.
setBindValue(T, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit TemporalType.
setBindValue(T, BindableType<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit Type.
setBindValues(Collection<? extends T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding values.
setBindValues(Collection<? extends 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<? extends T>, BindableType<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>) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding values.
setBindValues(Collection<T>, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
setBindValues(Collection<T>, BindableType) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding values using the explicit Type in regards to the individual values.
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.AnnotatedColumn
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setBytes(long, byte[]) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
setBytes(long, byte[], int, int) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
setCache(Cache) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the cache property.
setCacheable(boolean) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setCacheable(boolean) - Method in interface org.hibernate.query.NativeQuery
 
setCacheable(boolean) - Method in interface org.hibernate.query.Query
 
setCacheable(boolean) - Method in interface org.hibernate.query.SelectionQuery
Enable/disable second level query (result) caching for this query.
setCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setCacheable(boolean) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setCacheable(boolean) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setCacheable(boolean) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
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.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
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 class org.hibernate.engine.spi.SessionLazyDelegator
 
setCacheMode(CacheMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
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 interface org.hibernate.query.SelectionQuery
Set the current CacheMode in effect for this query.
setCacheMode(CacheMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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.query.sqm.SqmSelectionQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Session
Set the current cache mode for this session.
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 interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
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 interface org.hibernate.query.SelectionQuery
Set the name of the cache region where query results should be cached (assuming SelectionQuery.isCacheable()).
setCacheRegion(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheRegion(String) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setCacheRegion(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setCacheRegion(String) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.Collection
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
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.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setCascade(String) - Method in class org.hibernate.mapping.Property
 
setCascade(JaxbCascadeType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
 
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the cascade property.
setCascadeAll(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeAll property.
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.ForeignKey
 
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setCascadeDetach(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeDetach property.
setCascadeMerge(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeMerge property.
setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadePersist property.
setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the cascadePersist property.
setCascadeRefresh(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeRefresh property.
setCascadeRemove(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
Sets the value of the cascadeRemove property.
setCascadeStrategy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setCascadeStyle(CascadeStyle) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
 
setCatalog(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setCatalog(String) - Method in class org.hibernate.mapping.Table
 
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the check property.
setCheck(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the check property.
setCheckConstraint(String) - Method in class org.hibernate.cfg.AnnotatedColumn
 
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
 
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.
setCollectionPersisterClass(Class<? extends CollectionPersister>) - 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(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.sql.InFragment
 
setColumn(String, String) - Method in class org.hibernate.sql.InFragment
 
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the column property.
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the column property.
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Sets the value of the column property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the columnAttribute property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnList(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Sets the value of the columnList property.
setColumns(String[]) - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
setColumns(AnnotatedColumn[]) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
setColumns(AnnotatedColumn[]) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
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.cfg.AnnotatedColumn
 
setComment(String) - Method in class org.hibernate.mapping.Column
 
setComment(String) - Method in class org.hibernate.mapping.Table
 
setComment(String) - Method in interface org.hibernate.query.CommonQueryContract
Set a comment for this query.
setComment(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
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.AbstractCommonQueryContract
 
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.SimpleSelect
 
setComment(String) - Method in class org.hibernate.sql.Update
 
setComparator(Comparator) - Method in class org.hibernate.mapping.Collection
 
setComparator(Comparator<? super E>) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
setComparator(Comparator<? super K>) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
setComparatorClassName(String) - Method in class org.hibernate.mapping.Collection
 
setComparatorSort(SortComparator) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
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.
setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
Sets the constrained.
setConstrained(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the constrained property.
setConstraintMode(ConstraintMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
Sets the value of the constraintMode property.
setConstraints(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setContext(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Sets the value of the context property.
setConvert(JaxbConvert) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the convert property.
setConverter(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
Sets the value of the converter property.
setCreate(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the create property.
setCriteriaCopyTreeEnabled(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setCriteriaCopyTreeEnabled(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
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 class org.hibernate.collection.spi.AbstractPersistentCollection
 
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.
setCustomIdGeneratorCreator(IdentifierGeneratorCreator) - Method in class org.hibernate.mapping.SimpleValue
 
setCustomInstantiator(Class<? extends EmbeddableInstantiator>) - Method in class org.hibernate.mapping.Component
 
setCustomRead(String) - Method in class org.hibernate.mapping.Column
 
setCustomSqlDelete(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLDeleteAll(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSqlInsert(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSqlUpdate(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomWrite(String) - Method in class org.hibernate.mapping.Column
 
setDatabaseSnapshot(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
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.
setDefaultLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultLazy property.
setDefaultName(String, String, String, String, String, String, String, String, String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Change the default for entities and proxies loaded into this persistence context from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.Session
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultValue(String) - Method in class org.hibernate.cfg.AnnotatedColumn
 
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.
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
 
setDirectlyAccessible(boolean) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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(BasicValue) - Method in class org.hibernate.mapping.Any
 
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.complete.CompleteResultBuilderEntityStandard
 
setDiscriminatorAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
setDiscriminatorAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
setDiscriminatorColumn(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
Sets the value of the discriminatorColumn property.
setDiscriminatorColumn(JaxbDiscriminatorColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the discriminatorColumn property.
setDiscriminatorInsertable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorType(DiscriminatorType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Sets the value of the discriminatorType property.
setDiscriminatorTypeName(String) - Method in class org.hibernate.cfg.AnnotatedDiscriminatorColumn
 
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
 
setDiscriminatorValueMappings(Map<Object, Class<?>>) - Method in class org.hibernate.mapping.Any
 
setDistinct(boolean) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setDistinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
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.
setDynamic(boolean) - Method in class org.hibernate.mapping.Component
 
setDynamicInsert(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setDynamicInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the dynamicInsert property.
setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setDynamicUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the dynamicUpdate property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the element property.
setElement(Value) - Method in class org.hibernate.mapping.Collection
 
setElementClass(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the elementClass property.
setElementClassName(String) - Method in class org.hibernate.mapping.Array
 
setElementColumns(AnnotatedColumn[]) - 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.
setEnabledCascadingFetchProfile(CascadingFetchProfile) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setEnforcingFetchGraph(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
setEntity(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the entity property.
setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the entity property.
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(RepresentationMode) - 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.PersistentClass
 
setEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.cfg.Configuration
Specify a user-supplied EntityNotFoundDelegate 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.
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.SqmCorrelatedRoot
 
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
 
setExplicitCustomType(Class<T>) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitJavaTypeAccess(Function<TypeConfiguration, BasicJavaType>) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitJdbcTypeAccess(Function<TypeConfiguration, JdbcType>) - 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
 
setExplicitTableName(String) - Method in class org.hibernate.cfg.AnnotatedColumn
 
setExplicitType(String) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
setExplicitTypeName(String) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitTypeParams(Map<Object, Object>) - Method in class org.hibernate.mapping.BasicValue
 
setExpressibleType(SqmExpressible<?>) - 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
 
setFetch(FetchType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.FetchableAttribute
 
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the fetch property.
setFetch(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setFetch(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setFetch(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setFetch(JpaExpression<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setFetch(JpaExpression<?>) - 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 interface org.hibernate.query.criteria.JpaQueryGroup
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setFetch(JpaExpression<?>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
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
 
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.Collection
 
setFetchMode(FetchMode) - Method in interface org.hibernate.mapping.Fetchable
 
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.ToOne
 
setFetchMode(FetchMode) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setFetchSize(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setFetchSize(int) - Method in interface org.hibernate.query.NativeQuery
 
setFetchSize(int) - Method in interface org.hibernate.query.Query
 
setFetchSize(int) - Method in interface org.hibernate.query.SelectionQuery
Sets a JDBC fetch size hint for the query.
setFetchSize(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setFetchSize(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setFetchSize(int) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setFetchSize(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setFetchSize(int) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
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.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setFile(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the file property.
setFirstResult(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setFirstResult(int) - Method in interface org.hibernate.query.NativeQuery
 
setFirstResult(int) - Method in interface org.hibernate.query.Query
 
setFirstResult(int) - Method in interface org.hibernate.query.SelectionQuery
Set the first row position to return from the query results.
setFirstResult(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setFirstResult(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setFirstResult(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setFirstResult(Integer) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
setFirstResult(Integer) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setFirstResult(Integer) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setFirstRow(Integer) - Method in class org.hibernate.query.spi.Limit
 
setFkJoinColumns(AnnotatedJoinColumn[]) - 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(FlushModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.CommonQueryContract
Set the FlushMode in to use for this query.
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.NativeQuery
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.Query
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.SelectionQuery
 
setFlushMode(FlushModeType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setFlushMode(FlushModeType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.Session
Set the current JPA flush mode for this session.
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(FlushMode) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setFlushRequired(boolean) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setFollowOnLocking(boolean) - Method in interface org.hibernate.query.SelectionQuery
Specifies whether follow-on locking should be applied?
setFollowOnLocking(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Specifies whether follow-on locking should be applied?
setFollowOnLocking(Boolean) - Method in class org.hibernate.LockOptions
Set 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.
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.AnnotatedColumn
 
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
 
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.
setGeneratedAs(String) - Method in class org.hibernate.mapping.Column
 
setGeneratedValue(JaxbGeneratedValue) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the generatedValue property.
setGenerator(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the generator property.
setGeneratorNameScopeCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setGloballyQuoteIdentifiers(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
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
 
setGroupingExpressions(List<? extends 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 interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupingExpressions(JpaExpression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupRestriction(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupRestriction(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupRestriction(Predicate...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupRestriction(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupRestriction(JpaPredicate) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupRestriction(JpaPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setHasDirtyCollection(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setHasParents(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHasSiblings(boolean) - Method in class org.hibernate.cfg.InheritanceState
 
setHavingClausePredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setHavingClauseRestrictions(Predicate) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Set the flush mode for this session.
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.CommonQueryContract
Set the current FlushMode in effect for this query.
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.MutationQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.NativeQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.Query
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.SelectionQuery
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.SqmQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.Session
Set the current flush mode for this session.
setHibernateLockMode(LockMode) - Method in interface org.hibernate.query.SelectionQuery
Specify the root LockMode for the query
setHibernateLockMode(LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Specify the root LockMode for the query
setHint(String, Object) - Method in interface org.hibernate.procedure.ProcedureCall
 
setHint(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setHint(String, Object) - Method in interface org.hibernate.query.CommonQueryContract
Apply hints to the query.
setHint(String, Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setHint(String, Object) - Method in interface org.hibernate.query.NativeQuery
 
setHint(String, Object) - Method in interface org.hibernate.query.Query
 
setHint(String, Object) - Method in interface org.hibernate.query.SelectionQuery
 
setHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setHint(String, Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setHint(String, Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
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(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setId(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setId(JaxbHbmSimpleIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the id property.
setIdClass(JaxbIdClass) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
 
setIdClass(JaxbIdClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the idClass property.
setIdClass(JaxbIdClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the idClass property.
setIdentifier(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, 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 interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
Extract the identifier out of the given entity, returning the mapper's representation
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(KeyValue) - Method in class org.hibernate.mapping.IdentifierCollection
 
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.OneToOne
Sets the identifier.
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.RootClass
 
setIdentifierGeneratorProperties(Map) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorProperties.
setIdentifierGeneratorProperties(Properties) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorProperties.
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.IdGenerator
 
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorStrategy.
setIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
 
setIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
setIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
 
setIdentifierType(String) - Method in class org.hibernate.mapping.Any
 
setIdentifierValue(KeyValue) - Method in class org.hibernate.mapping.Table
 
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Sets the value of the idType property.
setIgnoreIdAnnotations(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.ManyToOne
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.OneToMany
 
setImplementation(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setImplementation(Object) - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy manually by injecting its target.
setImplicit(boolean) - Method in class org.hibernate.cfg.AnnotatedColumn
 
setImplicitJavaTypeAccess(Function<TypeConfiguration, Type>) - Method in class org.hibernate.mapping.BasicValue
 
setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.cfg.Configuration
 
setInclude(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the include property.
setInclude(JaxbHbmCacheInclusionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the include property.
setIncludeAllAttributes(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
Sets the value of the includeAllAttributes property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the index property.
setIndex(Value) - Method in class org.hibernate.mapping.IndexedCollection
 
setIndexColumn(IndexColumn) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIndexManyToAny(JaxbHbmIndexManyToAnyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the indexManyToAny property.
setIndexManyToMany(JaxbHbmIndexManyToManyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the indexManyToMany property.
setInheritable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the inheritable property.
setInheritance(JaxbInheritance) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the inheritance property.
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setInIdClass(Boolean) - Method in class org.hibernate.cfg.AbstractPropertyHolder
 
setInIdClass(Boolean) - Method in interface org.hibernate.cfg.PropertyHolder
 
setInitialized() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
setInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
setInitialValue(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the initialValue property.
setInitialValue(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the initialValue property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the insert property.
setInsertable(boolean) - Method in class org.hibernate.cfg.AnnotatedColumn
 
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.mapping.Property
 
setInsertable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the insertable property.
setInsertableDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
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.mapping.Collection
 
setInverse(boolean) - Method in class org.hibernate.mapping.Join
 
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the inverse property.
setInverseForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Sets the value of the inverseForeignKey property.
setInverseJoinColumns(AnnotatedJoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setIsHibernateExtensionMapping(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJar(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the jar property.
setJavaTypeDescriptor(JavaType<T>) - Method in class org.hibernate.type.SerializableToBlobType
Deprecated.
setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setJdbcBatchSize(Integer) - Method in interface org.hibernate.SharedSessionContract
Set the session-level JDBC batch size.
setJoinAnnotation(JoinColumn, String) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
setJoinColumns(AnnotatedJoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setJoinPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
setJoinPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
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.AnnotatedColumn
 
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.
setJoinType(SqlAstJoinType) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
 
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(boolean) - Method in class org.hibernate.mapping.Component
 
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the key property.
setKey(BasicValue) - Method in class org.hibernate.mapping.Any
 
setKey(KeyValue) - Method in class org.hibernate.mapping.Collection
 
setKey(KeyValue) - Method in class org.hibernate.mapping.Join
 
setKey(KeyValue) - Method in class org.hibernate.mapping.JoinedSubclass
 
setKeyDefinition(String) - Method in class org.hibernate.mapping.ForeignKey
 
setKeySubgraph(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
Sets the value of the keySubgraph property.
setLazy(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setLazy(boolean) - Method in class org.hibernate.mapping.Any
 
setLazy(boolean) - Method in class org.hibernate.mapping.Collection
 
setLazy(boolean) - Method in interface org.hibernate.mapping.Fetchable
 
setLazy(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setLazy(boolean) - Method in class org.hibernate.mapping.Property
 
setLazy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setLazy(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setLazy(boolean) - Method in class org.hibernate.tuple.entity.EntityMetamodel
 
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the lazy property.
setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the lazy property.
setLazyGroup(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setLazyGroup(String) - Method in class org.hibernate.mapping.Property
 
setLazyPropertiesCacheable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setLength(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(Integer) - Method in class org.hibernate.mapping.Column
 
setLength(Long) - Method in class org.hibernate.cfg.AnnotatedColumn
 
setLength(Long) - Method in class org.hibernate.engine.jdbc.Size
 
setLength(Long) - 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
 
setLob(boolean) - Method in class org.hibernate.mapping.Property
 
setLob(JaxbLob) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the lob property.
setLob(JaxbLob) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the lob property.
setLobMultiplier(Size.LobMultiplier) - Method in class org.hibernate.engine.jdbc.Size
 
setLocalGenerators(Map<String, IdentifierGeneratorDefinition>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setLockMode(LockModeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Sets the value of the lockMode property.
setLockMode(LockModeType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.NativeQuery
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.Query
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.SelectionQuery
Specify the root LockModeType for the query
setLockMode(LockModeType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setLockMode(LockModeType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Specify the root LockModeType for the query
setLockMode(LockModeType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.NativeQuery
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.Query
Set the LockMode to use for particular alias defined in the FROM clause of the query.
setLockMode(String, LockMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in interface org.hibernate.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(LockMode) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
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(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.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 interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
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.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.AnnotatedColumn
 
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.AnnotatedJoinColumn
 
setManyToManyWhere(String) - Method in class org.hibernate.mapping.Collection
 
setMapKey(MapKey) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKey(JaxbHbmMapKeyBasicType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mapKey property.
setMapKeyClass(JaxbMapKeyClass) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the mapKeyClass property.
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mapKeyClass property.
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mapKeyClass property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
 
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the mapKeyColumn property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumns(AnnotatedColumn[]) - 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(AnnotatedJoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMapKeyPropertyName(String) - Method in class org.hibernate.mapping.Map
 
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.AnnotatedJoinColumn
 
setMappedBy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setMappedBy(String, String, String, String) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
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.AnnotatedColumn
 
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.
setMaxResults(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setMaxResults(int) - Method in interface org.hibernate.query.NativeQuery
 
setMaxResults(int) - Method in interface org.hibernate.query.Query
 
setMaxResults(int) - Method in interface org.hibernate.query.SelectionQuery
Set the max number of rows requested for the query results.
setMaxResults(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setMaxResults(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setMaxResults(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setMaxResults(Integer) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
setMaxResults(Integer) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setMaxResults(Integer) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setMaxRows(int) - Method in class org.hibernate.query.spi.Limit
 
setMaxRows(Integer) - Method in class org.hibernate.query.spi.Limit
 
setMaxRows(Limit, PreparedStatement) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
setMaxRows(Limit, PreparedStatement) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
setMaxRows(Limit, PreparedStatement) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.Component
 
setMetaAttributes(Map) - Method in interface org.hibernate.mapping.MetaAttributable
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.PersistentClass
 
setMetaAttributes(Map) - Method in class org.hibernate.mapping.Property
 
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
 
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.mapping.Any
 
setMetaValues(Map) - Method in class org.hibernate.mapping.Any
 
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
Sets the value of the methodName property.
setMinArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setMinArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setMode(ParameterMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Sets the value of the mode property.
setMultiTenancy(JaxbHbmMultiTenancyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the multiTenancy property.
setMutable(boolean) - Method in class org.hibernate.mapping.Collection
 
setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the mutable property.
setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
Sets the value of the name property.
setName(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
 
setName(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
setName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setName(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setName(String) - Method in class org.hibernate.cfg.UniqueConstraintHolder
 
setName(String) - Method in class org.hibernate.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
 
setNameQualifierSupport(NameQualifierSupport) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
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
 
setNaturalSort(SortNatural) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the node property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the notFound property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the notFound property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the notFound property.
setNotFoundAction(NotFoundAction) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setNotFoundAction(NotFoundAction) - Method in class org.hibernate.mapping.ManyToOne
 
setNotFoundAction(NotFoundAction) - Method in class org.hibernate.mapping.OneToMany
 
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the notNull property.
setNullable(boolean) - Method in class org.hibernate.cfg.AnnotatedColumn
 
setNullable(boolean) - Method in class org.hibernate.mapping.Column
 
setNullable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setNullable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the nullable property.
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(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the oneToMany property.
setOperatedOn(Object, boolean) - Method in class org.hibernate.event.spi.MergeContext
Set flag to indicate if the listener is performing the merge operation on the specified merge entity.
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.sqm
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(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the optimisticLock property.
setOptimisticLock(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the optimisticLock property.
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Collection
 
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Property
 
setOptimisticLockMode(int) - Method in class org.hibernate.mapping.PersistentClass
setOptimisticLockStyle(OptimisticLockStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setOptional(boolean) - Method in class org.hibernate.mapping.Join
 
setOptional(boolean) - Method in class org.hibernate.mapping.Property
 
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
Sets the value of the optional property.
setOptionalEntityName(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
setOptionalEntityName(String) - Method in interface org.hibernate.query.spi.QueryImplementor
 
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.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
 
setOrderByMappingCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
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.
setOwner(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
setOwner(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Set the reference to the owning entity
setOwner(PersistentClass) - Method in class org.hibernate.mapping.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(int, Object) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(int, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to an ordinal query parameter.
setParameter(int, Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, Object) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Object) - Method in interface org.hibernate.query.Query
Bind the given argument to an ordinal query parameter.
setParameter(int, Object) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, Object) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
Bind an Instant to an ordinal query parameter using just the portion indicated by the given TemporalType.
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.Query
Bind an Instant value to the ordinal query parameter using just the portion indicated by the given TemporalType.
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to an ordinal query parameter using the given Class reference to attempt to infer the BindableType.
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.Query
Bind the given argument to an ordinal query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to an ordinal query parameter using the given BindableType.
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind the given argument to an ordinal query parameter using the given BindableType.
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.Query
Query override
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, Object) - Method in interface org.hibernate.Filter
Set the named parameter's value for this filter.
setParameter(String, Object) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to a named query parameter.
setParameter(String, Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, Object) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Object) - Method in interface org.hibernate.query.Query
Bind the given argument to a named query parameter.
setParameter(String, Object) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, Object) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
Bind an Instant to the named query parameter using just the portion indicated by the given TemporalType.
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.Query
Bind an Instant value to the named query parameter using just the portion indicated by the given TemporalType.
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to a named query parameter using the given Class reference to attempt to infer the BindableType.
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.Query
Bind the given argument to a named query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to a named query parameter using the given BindableType.
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind the given argument to a named query parameter using the given BindableType.
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind an argument to the query parameter represented by the given QueryParameter, using the given Class reference to attempt to infer the BindableType to use.
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.Query
Bind an argument to the query parameter represented by the given QueryParameter using the given Class reference to attempt to determine the BindableType to use.
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind an argument to the query parameter represented by the given QueryParameter, using the given BindableType.
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind an argument to the query parameter represented by the given QueryParameter using the given BindableType.
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.CommonQueryContract
Bind an argument to the query parameter represented by the given QueryParameter.
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.Query
Bind an argument to the query parameter represented by the given QueryParameter.
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter.
setParameterList(int, Object[]) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter.
setParameterList(int, Object[]) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter.
setParameterList(int, Collection) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter.
setParameterList(int, Collection) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to infer the BindableType.
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter using the given BindableType.
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter using the given BindableType.
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to infer the BindableType.
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter using the given BindableType.
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter using the given BindableType.
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, Collection<?>) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter using the given Class reference to attempt to infer the BindableType If unable to infer an appropriate BindableType, fall back to CommonQueryContract.setParameterList(String, Collection).
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter using the given BindableType.
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter using the given BindableType.
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter using the given BindableType.
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter using the given BindableType.
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter.
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter.
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter using the given Class reference to attempt to infer the BindableType to use.
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter, using the given BindableType.
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter, inferring the BindableType.
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter.
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter using the given Class reference to attempt to infer the BindableType to use.
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter, using the given the BindableType.
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter, inferring the BindableType.
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Sets the value of the parameterName property.
setParameterTypes(FunctionParameterType...) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setParameterTypes(FunctionParameterType...) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
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.
setParameterValues(Properties) - Method in class org.hibernate.usertype.UserTypeLegacyBridge
 
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.
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
 
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) - Method in class org.hibernate.mapping.Join
 
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
 
setPersistentClass(PersistentClass, Map<String, Join>, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
Override persistent class on oneToMany Cases for late settings Must only be used on second level pass binding
setPersistentClassName(String) - Method in class org.hibernate.cfg.annotations.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
 
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.
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(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.AnnotatedColumn
 
setPrecision(Integer) - Method in class org.hibernate.engine.jdbc.Size
 
setPrecision(Integer) - Method in class org.hibernate.mapping.Column
 
setPrecision(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the precision property.
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(Object) - Method in interface org.hibernate.query.CommonQueryContract
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
setProperties(Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setProperties(Object) - Method in interface org.hibernate.query.MutationQuery
 
setProperties(Object) - 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(Object) - Method in interface org.hibernate.query.SelectionQuery
 
setProperties(Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setProperties(Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setProperties(Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setProperties(Object) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setProperties(Object) - Method in interface org.hibernate.query.spi.SqmQuery
 
setProperties(Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setProperties(Object) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setProperties(Map) - Method in interface org.hibernate.query.CommonQueryContract
Bind the values of the given Map to named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics.
setProperties(Map) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setProperties(Map) - Method in interface org.hibernate.query.MutationQuery
 
setProperties(Map) - Method in interface org.hibernate.query.NativeQuery
 
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(Map) - Method in interface org.hibernate.query.SelectionQuery
 
setProperties(Map) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setProperties(Map) - Method in class org.hibernate.query.spi.AbstractQuery
 
setProperties(Map) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setProperties(Map) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setProperties(Map) - Method in interface org.hibernate.query.spi.SqmQuery
 
setProperties(Map) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setProperties(Map) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Specify a completely new set of properties
setProperty(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the property property.
setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setProperty(String, String) - Method in class org.hibernate.cfg.Configuration
Set a property value by name
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setPropertyAccessorName(String) - Method in class org.hibernate.mapping.Property
 
setPropertyAccessStrategy(PropertyAccessStrategy) - Method in class org.hibernate.cfg.annotations.PropertyBinder
 
setPropertyAccessStrategy(PropertyAccessStrategy) - 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.AnnotatedColumn
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
 
setPropertyName(String) - Method in class org.hibernate.cfg.AnnotatedColumn
 
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.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, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Set the value of a particular (named) property
setPropertyValue(Object, String, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValues(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Set all property values into an entity instance.
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
setPropertyValues(Object, Object[]) - Method in class org.hibernate.type.AnyType
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.type.ComponentType
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.type.CompositeType
Inject property values onto the given component instance
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
 
SetProxy(Collection<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
setProxyCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setProxyInterfaceName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setPrunedTableExpression(String) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
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
 
setQueryCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
SetQueryGroupContext(HqlParser.QueryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
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) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setQuerySpaces(Set<String>) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setQuerySpaces(Set<String>) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
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.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.hql.spi.SqmQueryImplementor
 
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 interface org.hibernate.query.SelectionQuery
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
 
setReadOnly(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setReadOnly(boolean) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setReadOnly(boolean) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setReadOnly(boolean) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setReadOnly(boolean, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setReadOnly(Boolean) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setReadOnly(Boolean) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setReadOnly(Boolean) - Method in class org.hibernate.event.spi.LoadEvent
 
setReadOnly(Boolean) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.Session
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReferencedColumn(String) - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
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
 
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(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setRestriction(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setRestriction(Predicate...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setRestriction(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setRestriction(JpaPredicate) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setRestriction(JpaPredicate) - 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.hql.spi.SqmQueryImplementor
 
setResultListTransformer(ResultListTransformer) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.Query
setResultListTransformer(ResultListTransformer<R>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setResultListTransformer(ResultListTransformer<T>) - Method in interface org.hibernate.query.NativeQuery
 
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<S>) - Method in interface org.hibernate.query.NativeQuery
Deprecated.
setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
Deprecated.
setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.Query
setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setResultType(Class<T>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
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
 
setReturnedClassName(String) - Method in class org.hibernate.mapping.Property
 
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.
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.AnnotatedColumn
 
setScale(Integer) - Method in class org.hibernate.engine.jdbc.Size
 
setScale(Integer) - Method in class org.hibernate.mapping.Column
 
setScale(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the scale property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the schema property.
setSchema(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
 
setSchema(String) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setSchema(String) - Method in class org.hibernate.mapping.Table
 
setScope(boolean) - Method in class org.hibernate.LockOptions
Set the scope.
setScope(boolean) - Method in interface org.hibernate.Session.LockRequest
Specify whether the LockMode should be cascaded to owned collections and associated entities.
setSecurity(JaxbCfgHibernateConfiguration.JaxbCfgSecurity) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Sets the value of the security property.
setSelectable(boolean) - Method in class org.hibernate.mapping.Property
 
setSelectBeforeUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the selectBeforeUpdate property.
setSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
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(SqmSelectableNode<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
setSelection(SqmSelection<?>) - 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.
setSkipGlobalQuotingForColumnDefinitions(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setSnapshot(Object, String, Serializable) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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
 
setSorted(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setSorted(boolean) - Method in class org.hibernate.mapping.ToOne
 
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<? 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
 
setSortSpecifications(List<SqmSortSpecification>) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
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.AnnotatedColumn
 
setSqlType(String) - Method in class org.hibernate.mapping.Column
 
setSqlTypeCode(Integer) - Method in class org.hibernate.mapping.Column
 
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 or disable statistics collection.
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
 
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
 
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(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
Sets the value of the table property.
setTable(JaxbTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
Sets the value of the table property.
setTable(Table) - Method in class org.hibernate.cfg.AnnotatedColumn
 
setTable(Table) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
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
 
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.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
 
setTimeout(int) - Method in interface org.hibernate.query.CommonQueryContract
Set the query timeout in seconds.
setTimeout(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setTimeout(int) - Method in interface org.hibernate.query.NativeQuery
 
setTimeout(int) - Method in interface org.hibernate.query.Query
 
setTimeout(int) - Method in interface org.hibernate.query.SelectionQuery
 
setTimeout(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setTimeout(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setTimeout(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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.query.sqm.SqmSelectionQuery
 
setTimeout(int) - Method in interface org.hibernate.Transaction
Set the transaction timeout for any transaction started by any subsequent call to EntityTransaction.begin() on this instance.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the timeout property.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the timeout property.
setTimeout(Integer) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setTimeout(Integer) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setTimeout(Integer) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setTimeOut(int) - Method in class org.hibernate.LockOptions
Set the timeout setting.
setTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
setTimeOut(int) - Method in interface org.hibernate.Session.LockRequest
Specify the pessimistic lock timeout.
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
 
setTimeZoneStorageType(TimeZoneStorageType) - Method in class org.hibernate.mapping.BasicValue
 
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) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
setTupleTransformer(TupleTransformer<R>) - Method in interface org.hibernate.query.NativeQuery
 
setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.Query
setTupleTransformer(TupleTransformer<T>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setType(InheritanceType) - Method in class org.hibernate.cfg.InheritanceState
 
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the type property.
setType(XProperty, XClass, String, ConverterDescriptor) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Sets the value of the type property.
setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the type property.
setType(MappingModelExpressible<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the mapping model expressible for this parameter.
SetType - Class in org.hibernate.type
 
SetType(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
 
setTypeConfiguration(TypeConfiguration) - Method in class org.hibernate.usertype.UserTypeLegacyBridge
 
setTypeConfiguration(TypeConfiguration) - Method in class org.hibernate.usertype.UserTypeSupport
 
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(Map) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Map<String, String>) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Any
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.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.cfg.AnnotatedColumn
 
setUnique(boolean) - Method in class org.hibernate.mapping.Column
 
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the unique property.
setUniqueConstraints(UniqueConstraint[]) - Method in class org.hibernate.cfg.annotations.TableBinder
 
setUniqueInteger(int) - Method in class org.hibernate.mapping.Table
 
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the uniqueKey property.
setUnquotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setUnsavedValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueCompositeIdEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueVersionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the unsavedValue property.
setUnwrap(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setUnwrap(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
 
setUnwrapProxy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setUnwrapProxyImplicit(boolean) - Method in class org.hibernate.mapping.ToOne
Related to HHH-13658 - keep track of whether `unwrapProxy` is an implicit value for reference later
setUpdatable(boolean) - Method in class org.hibernate.cfg.AnnotatedColumn
 
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.boot.jaxb.mapping.spi.JaxbColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
Sets the value of the updatable property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the update property.
setUpdateable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setUpdateable(boolean) - Method in class org.hibernate.mapping.Property
 
setUpdateable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the usage property.
setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the usage property.
setUsage(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the usage property.
setUseParenthesesWhenNoArgs(boolean) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setValue(Object, int, Object) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
setValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
 
setValue(Object, Object) - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
Convenient access to setting the value for this attribute on the declarer
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
 
setValues(Object, Object[]) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
setValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
 
setValuesList(List<Values>) - Method in class org.hibernate.sql.ast.tree.insert.InsertStatement
 
setVersion(boolean) - Method in class org.hibernate.cfg.annotations.BasicValueBinder
 
setVersion(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
Sets the value of the version property.
setVersion(JaxbHbmVersionAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the version property.
setVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setVersionable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
 
setVersionColumnName(String) - Method in class org.hibernate.sql.Delete
 
setVersionColumnName(String) - Method in class org.hibernate.sql.Update
 
setWhere(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
setWhere(Predicate...) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.mapping.Collection
 
setWhere(String) - Method in class org.hibernate.mapping.RootClass
 
setWhere(String) - Method in class org.hibernate.sql.Delete
 
setWhere(String) - Method in class org.hibernate.sql.Update
 
setWhere(Where) - Method in class org.hibernate.cfg.annotations.EntityBinder
 
setWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
setWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sha1() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sha2() - 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
 
SharedSessionBuilder<T extends SharedSessionBuilder> - Interface in org.hibernate
Specialized SessionBuilder with access to stuff from another session.
SharedSessionContract - Interface in org.hibernate
Declares operations that are common 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.sqm.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.
SHORT_NAME - Static variable in class org.hibernate.type.JacksonJsonFormatMapper
 
SHORT_NAME - Static variable in class org.hibernate.type.JacksonXmlFormatMapper
 
SHORT_NAME - Static variable in class org.hibernate.type.JaxbXmlFormatMapper
 
SHORT_NAME - Static variable in class org.hibernate.type.JsonBJsonFormatMapper
 
ShortJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Short handling.
ShortJavaType() - Constructor for class org.hibernate.type.descriptor.java.ShortJavaType
 
shouldAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
shouldAutoClose() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
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.
shouldBeMappedToLatestJpaDescriptor(String) - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
shouldBeMappedToLatestJpaDescriptor(String) - Static method in class org.hibernate.boot.xsd.MappingXsdSupport
 
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
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
shouldGetAllProperties(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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.
shouldInnerJoinSubclassTable(int, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
shouldManageNamespaces() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
 
shouldOverwriteCurrentVersion(Object, Object, Object, BasicType<Object>) - 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_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
Enables logging of generated SQL to the console.
sign(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the sign of its argument, that is, 1 if its argument is positive, -1 if its argument is negative, or 0 if its argument is exactly zero.
signOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
signOperator() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
signOperator() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
SignOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
SIMPLE - org.hibernate.id.EntityIdentifierNature
A simple identifier.
SimpleAdd(E) - Constructor for class org.hibernate.collection.spi.PersistentList.SimpleAdd
 
SimpleAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front.
SimpleAuxiliaryDatabaseObject(Set<String>, String, String, String[], String[]) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleBasicValueConverter<D,​R> - Class in org.hibernate.metamodel.model.convert.spi
 
SimpleBasicValueConverter(JavaType<D>, JavaType<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() - Method in class org.hibernate.grammars.hql.HqlParser
 
simpleCaseWhen(int) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
SimpleCaseWhenContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
simpleContext() - Static method in interface org.hibernate.query.sqm.tree.SqmCopyContext
 
SimpleDatabaseVersion - Class in org.hibernate.dialect
Simple version of DatabaseVersion
SimpleDatabaseVersion(int, int) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
SimpleDatabaseVersion(int, int, int) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
SimpleDatabaseVersion(Integer, Integer) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
SimpleDatabaseVersion(DatabaseVersion) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
SimpleDatabaseVersion(DatabaseVersion, boolean) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
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
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
simplePath(int) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
SimplePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
simplePathElement() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
simplePathElement() - Method in class org.hibernate.grammars.hql.HqlParser
 
simplePathElement(int) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
SimplePathElementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
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).
SimpleToOneFkSecondPass - Class in org.hibernate.cfg
A simple second pass that just creates the foreign key
SimpleToOneFkSecondPass(ToOne) - Constructor for class org.hibernate.cfg.SimpleToOneFkSecondPass
 
SimpleValue - Class in org.hibernate.mapping
Any value that maps to columns.
SimpleValue(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValue(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValue(SimpleValue) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValueTypeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
 
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.
SingleNamingStrategy - Class in org.hibernate.id.enhanced
ImplicitDatabaseObjectNamingStrategy using a single structure for all implicit names: "hibernate_sequence" for sequences "hibernate_sequences" for tables
SingleNamingStrategy() - Constructor for class org.hibernate.id.enhanced.SingleNamingStrategy
 
SingleTableEntityPersister - Class in org.hibernate.persister.entity
The default implementation of the EntityPersister interface.
SingleTableEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
 
SingleTableEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
Deprecated.
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
Mapping for a singular (non-collection) attribute.
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
size() - Method in annotation type org.hibernate.annotations.BatchSize
Strictly positive integer.
size() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
size() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
size() - Method in class org.hibernate.collection.spi.PersistentBag
 
size() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
size() - Method in class org.hibernate.collection.spi.PersistentList
 
size() - Method in class org.hibernate.collection.spi.PersistentMap
 
size() - Method in class org.hibernate.collection.spi.PersistentSet
 
size() - Method in class org.hibernate.engine.spi.ExecutableList
 
size() - Method in class org.hibernate.event.spi.MergeContext
Returns the number of merge-to-managed entity cross-references in this MergeContext
size() - Method in class org.hibernate.proxy.map.MapProxy
 
size(C) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
size(C) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
size(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
size(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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, Integer, Size.LobMultiplier) - 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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SIZE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SIZE() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
SIZE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
Size.LobMultiplier - Enum in org.hibernate.engine.jdbc
 
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 - org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Do not attempt to create unique constraints on a schema update
SKIP_LOCKED - Static variable in class org.hibernate.LockOptions
Indicates that rows that are already locked should be skipped.
SLASH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SLASH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SLASH() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
SLASH() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
SMALLEST - org.hibernate.query.sqm.NullOrdering
Null is treated as the smallest value.
SMALLINT - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type SMALLINT.
SmallIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for SMALLINT handling.
SmallIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
snapshot(BasicCollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
snapshot(BasicCollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
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(Subquery<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
some(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
SOME - org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
SOME - org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
SOME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SOME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SOME() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
SOME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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?
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
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 ExecutableList.Sorter if it's not null.
sort(List<E>) - Method in interface org.hibernate.engine.spi.ExecutableList.Sorter
Sorts the list.
sort(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sort(JpaExpression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sort(JpaExpression<?>, SortOrder) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sort(JpaExpression<?>, SortOrder) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sort(JpaExpression<?>, SortOrder, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sort(JpaExpression<?>, SortOrder, NullPrecedence) - 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.
SortableValue - Interface in org.hibernate.mapping
 
sortActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
sortCollectionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
sortColumns(int[]) - Method in class org.hibernate.mapping.SimpleValue
 
SortComparator - Annotation Type in org.hibernate.annotations
Sort a Set or Map using the given Comparator.
sortDirection() - Method in class org.hibernate.grammars.hql.HqlParser
 
sortDirection() - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
SortDirectionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
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
 
SORTED_MAP - org.hibernate.metamodel.CollectionClassification
A sorted CollectionClassification.MAP using either natural sorting of the keys or a specified Comparator.
SORTED_SET - org.hibernate.metamodel.CollectionClassification
A sorted CollectionClassification.SET using either natural sorting of the elements or a specified Comparator.
sortedMap() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing sorted persistent maps of a given key and value types.
SortedMapType - Class in org.hibernate.type
 
SortedMapType(String, String, Comparator<?>) - Constructor for class org.hibernate.type.SortedMapType
 
sortedSet() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing sorted persistent sets of a given element type.
SortedSetType - Class in org.hibernate.type
 
SortedSetType(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
Sort a Set or Map in its natural order
SortOrder - Enum in org.hibernate.query.sqm
 
sortProperties() - Method in class org.hibernate.mapping.Component
 
sortProperties() - Method in class org.hibernate.mapping.DependantValue
 
sortProperties() - Method in interface org.hibernate.mapping.SortableValue
 
sortProperties() - Method in class org.hibernate.mapping.ToOne
 
sortSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
sortSpecification() - 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() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
sortSpecification(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
sortSpecification(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
sortSpecification(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
SortSpecification - Class in org.hibernate.sql.ast.tree.select
 
SortSpecification(Expression, SortOrder) - Constructor for class org.hibernate.sql.ast.tree.select.SortSpecification
 
SortSpecification(Expression, 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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
source - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
source() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
 
Source - Annotation Type in org.hibernate.annotations
Optional annotation in conjunction with Version and timestamp version properties indicating the source of the timestamp value.
SOURCE - org.hibernate.dialect.ResultColumnReferenceStrategy
This strategy says to reference the result columns by the qualified column name found in the result source.
SourceDescriptor - Interface in org.hibernate.tool.schema.spi
Describes a source for schema create, drop and migrate actions.
SourceType - Enum in org.hibernate.annotations
Where should Hibernate retrieve the value from? From the database, or from the current JVM?
SourceType - Enum in org.hibernate.boot.jaxb
From what type of source did we obtain the data
SourceType - Enum in org.hibernate.tool.schema
Enumeration of the various types of sources understood by various SchemaManagementTooling delegates.
space() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
SPACE - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
SPACE - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
SPACE() - 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.CommandContext
 
SPACE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
SPANNER - org.hibernate.dialect.Database
 
SpannerDialect - Class in org.hibernate.dialect
A SQL dialect for Cloud Spanner.
SpannerDialect() - Constructor for class org.hibernate.dialect.SpannerDialect
 
SpannerDialect(DialectResolutionInfo) - 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
Deprecated.
 
SpecHints - Interface in org.hibernate.jpa
The hints explicitly defined by the Jakarta Persistence specification which are available for both queries and loading
specialOneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean, MetadataBuildingContext) - Static method in class org.hibernate.mapping.MappingHelper
 
SpecialOneToOneType - Class in org.hibernate.type
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.
SpecialOneToOneType(SpecialOneToOneType, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
 
SpecialOneToOneType(TypeConfiguration, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - 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
 
sql() - Method in annotation type org.hibernate.annotations.SQLDelete
Procedure name or SQL DELETE statement.
sql() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
Procedure name or SQL DELETE statement.
sql() - Method in annotation type org.hibernate.annotations.SQLInsert
Procedure name or SQL INSERT statement.
sql() - Method in annotation type org.hibernate.annotations.SQLUpdate
Procedure name or SQL UPDATE statement.
SQL_EXEC_LOGGER - Static variable in interface org.hibernate.sql.exec.SqlExecLogger
 
sql2003() - Method in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
Retrieve all keywords defined by ANSI SQL:2003
SQL99 - org.hibernate.engine.jdbc.env.spi.SQLStateType
The reported codes follow the SQL spec
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
 
SqlAliasBaseManager(Set<String>) - 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, SqlStringGenerationContext) - 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
 
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.Index
 
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Index
 
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in interface org.hibernate.mapping.RelationalModel
Deprecated.
 
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Table
 
sqlCreateString(Mapping, SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlCreateStrings(SqlStringGenerationContext) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for creating the database object.
sqlCreateStrings(SqlStringGenerationContext) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
sqlDelete() - Method in annotation type org.hibernate.annotations.Table
Defines a custom SQL delete statement.
SQLDelete - Annotation Type in org.hibernate.annotations
Custom SQL statement for delete of an entity/collection.
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
SQLDeleteAll - Annotation Type in org.hibernate.annotations
Custom SQL statement for delete of all of a collection's elements.
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Constraint
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.ForeignKey
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Index
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in interface org.hibernate.mapping.RelationalModel
Deprecated.
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.Table
 
sqlDropString(SqlStringGenerationContext, String, String) - Method in class org.hibernate.mapping.UniqueKey
 
sqlDropStrings(SqlStringGenerationContext) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for dropping the database object.
sqlDropStrings(SqlStringGenerationContext) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SQLExceptionConversionDelegate - Interface in org.hibernate.exception.spi
Allow a SQLExceptionConverter to work by chaining together multiple delegates.
SQLExceptionConverter - Interface in org.hibernate.exception.spi
An object that interprets JDBC SQLExceptions and converts them to subtypes of Hibernate JDBCExceptions.
sqlExceptionHelper - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
SqlExceptionHelper - Class in org.hibernate.engine.jdbc.spi
Helper for handling SQLExceptions in various manners.
SqlExceptionHelper(boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a default exception converter.
SqlExceptionHelper(SQLExceptionConverter, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a specific exception converter.
SqlExceptionHelper.StandardWarningHandler - Class in org.hibernate.engine.jdbc.spi
Standard SQLWarning handler for logging warnings
SqlExceptionHelper.WarningHandler - Interface in org.hibernate.engine.jdbc.spi
Contract for handling warnings
SqlExceptionHelper.WarningHandlerLoggingSupport - Class in org.hibernate.engine.jdbc.spi
Basic support for SqlExceptionHelper.WarningHandler implementations which handle warnings
SqlExecLogger - Interface in org.hibernate.sql.exec
 
SqlExpressible - 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.
SqlFunction - Class in org.hibernate.dialect.function
A function to pass through a SQL fragment.
SqlFunction() - Constructor for class org.hibernate.dialect.function.SqlFunction
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
sqlInsert() - Method in annotation type org.hibernate.annotations.Table
Defines a custom SQL insert statement.
SQLInsert - Annotation Type in org.hibernate.annotations
Custom SQL statement for insertion of an entity/collection.
SQLLoadable - Interface in org.hibernate.persister.entity
An EntityPersister 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
 
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
 
SqlSelectionProducer - Interface in org.hibernate.sql.ast.spi
 
SQLSERVER - org.hibernate.dialect.Database
 
SQLServer16SequenceSupport - Class in org.hibernate.dialect.sequence
 
SQLServer16SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.SQLServer16SequenceSupport
 
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
 
SQLServer2016Dialect - Class in org.hibernate.dialect
Deprecated.
use SQLServerDialect(11)
SQLServer2016Dialect() - Constructor for class org.hibernate.dialect.SQLServer2016Dialect
Deprecated.
 
SQLServerDialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2000 and above
SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLServerDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLServerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLServerEveryAnyEmulation - Class in org.hibernate.dialect.function
SQL Server doesn't have a function like every() or any().
SQLServerEveryAnyEmulation(TypeConfiguration, 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, TypeConfiguration) - 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.
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.sqm.SetOperator
 
SqlStringGenerationContext - Interface in org.hibernate.boot.model.relational
A context provided to methods responsible for generating SQL strings on startup.
sqlText() - Method in enum org.hibernate.query.sqm.ComparisonOperator
 
sqlText() - Method in enum org.hibernate.sql.ast.tree.expression.Summarization.Kind
 
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>, MappingModelExpressible) - 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.AnnotatedColumn
 
SqlTypedMapping - Interface in org.hibernate.metamodel.mapping
Models the type of a thing that can be used as an expression in a SQL query
SqlTypes - Class in org.hibernate.type
The class that defines the constants that are used to identify generic SQL types.
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
sqlUpdate() - Method in annotation type org.hibernate.annotations.Table
Defines a custom SQL update statement.
SQLUpdate - Annotation Type in org.hibernate.annotations
Custom SQL statement for update of an entity/collection.
sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
SQLXML - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type XML.
SqmAggregateFunction<T> - Interface in org.hibernate.query.sqm.tree.expression
A SQM aggregate function.
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, List<? extends SqmAliasedNode<?>>) - 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, SqmExpressible<Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
SqmAliasedNodeRef(int, NavigablePath, SqmExpressible<? extends Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
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<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
SqmAnyValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
SqmAssignment<T> - Class in org.hibernate.query.sqm.tree.update
 
SqmAssignment(SqmPath<T>, SqmExpression<? extends T>) - 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
 
SqmBagJoin(SqmFrom<?, O>, NavigablePath, BagPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
SqmBasicValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmBasicValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
SqmBasicValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, 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<?>, SqmExpressible<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>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
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<?>, SqmExpressible, 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(SqmExpressible<R>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
SqmCaseSearched(SqmExpressible<R>, 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>, SqmExpressible<R>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
SqmCaseSimple(SqmExpression<T>, SqmExpressible<R>, 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(ReturnableType<T>, Integer, Integer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCastTarget(ReturnableType<T>, Long, Integer, Integer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCastTarget(ReturnableType<T>, Long, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCastTarget(ReturnableType<T>, 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(SqmExpressible<T>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
SqmCoalesce(SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
SqmCollation - Class in org.hibernate.query.sqm.tree.expression
 
SqmCollation(String, SqmExpressible<String>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollation
 
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<?>, SqmExpressible<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
 
SqmCopyContext - Interface in org.hibernate.query.sqm.tree
 
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(EntityDomainType<T>, String, SqmJoinType, SqmRoot<?>, SqmCorrelatedRootJoin<T>, SqmEntityJoin<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
SqmCorrelatedEntityJoin(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
 
SqmCorrelatedPluralPartJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedPluralPartJoin(SqmPluralPartJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
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
 
SqmCrossJoin(NavigablePath, 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, List<SqmCteTableColumn>) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
SqmCteTableColumn - Class in org.hibernate.query.sqm.tree.cte
 
SqmCteTableColumn(SqmCteTable, String, ValueMapping) - 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(Class<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
SqmDeleteStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, boolean, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
SqmDeleteStatement(SqmRoot<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, ReturnableType<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.
SqmElementAggregateFunction<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmElementAggregateFunction(SqmPath<?>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
SqmEmbeddedValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmEmbeddedValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
SqmEmbeddedValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, 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
 
SqmEntityJoin(NavigablePath, 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, EnumJavaType<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<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
SqmExistsPredicate(SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
SqmExpressible<J> - Interface in org.hibernate.query.sqm
Anything in the application domain model that can be used in an SQM query as an expression
SqmExpressibleAccessor<T> - Interface in org.hibernate.query.sqm.tree
Accessor for SqmExpressible.
SqmExpression<T> - Interface in org.hibernate.query.sqm.tree.expression
The base contract for any kind of expression node in the SQM tree.
SqmExpressionHelper - Class in org.hibernate.query.sqm.tree.expression
 
SqmExpressionHelper() - Constructor for class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
SqmExtractUnit<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmExtractUnit(TemporalUnit, ReturnableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
SqmFieldLiteral<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmFieldLiteral(Field, JavaType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
SqmFieldLiteral(T, JavaType<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
SqmFkExpression<T> - Class in org.hibernate.query.sqm.tree.domain
Reference to the key-side (as opposed to the target-side) of the foreign-key of a to-one association.
SqmFkExpression(SqmEntityValuedSimplePath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
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, SqmExpressible<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, SqmExpressible<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
 
SqmIndexAggregateFunction<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmIndexAggregateFunction(SqmPath<?>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
SqmIndexedCollectionAccessPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmIndexedCollectionAccessPath(NavigablePath, 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>, List<? extends SqmExpression<T>>, boolean, NodeBuilder) - 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>, 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
 
SqmInPredicate<T> - Interface in org.hibernate.query.sqm.tree.predicate
 
SqmInsertSelectStatement<T> - Class in org.hibernate.query.sqm.tree.insert
 
SqmInsertSelectStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
SqmInsertSelectStatement(SqmRoot<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>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
SqmInSubQueryPredicate(SqmExpression<T>, SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
SqmJoin<O,​T> - Interface in org.hibernate.query.sqm.tree.from
 
SqmJoinable<O,​E> - 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<?>>, JavaType<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(BindableType<T>, JpaCriteriaParameter<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
SqmJunctionPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmJunctionPredicate(Predicate.BooleanOperator, List<SqmPredicate>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
SqmJunctionPredicate(Predicate.BooleanOperator, SqmPredicate, SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
SqmLikePredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, boolean, 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<?>, SqmExpression<?>, boolean, boolean, 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<?>, SqmExpression<?>, 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
 
SqmListJoin(SqmFrom<?, O>, NavigablePath, 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(SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
SqmLiteral(T, SqmExpressible<? extends 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(SqmExpressible<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
 
SqmMapJoin(SqmFrom<?, O>, NavigablePath, MapPersistentAttribute<O, K, V>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
SqmMemberOfPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmMemberOfPredicate(SqmExpression<?>, SqmPath<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
SqmMemberOfPredicate(SqmExpression<?>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
SqmModifiedSubQueryExpression<T> - Class in org.hibernate.query.sqm.tree.expression
SqmModifiedSubQueryExpression(SqmSubQuery<T>, SqmModifiedSubQueryExpression.Modifier, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
SqmModifiedSubQueryExpression(SqmSubQuery<T>, SqmModifiedSubQueryExpression.Modifier, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
SqmModifiedSubQueryExpression.Modifier - Enum in org.hibernate.query.sqm.tree.expression
 
SqmMultiTableInsertStrategy - Interface in org.hibernate.query.sqm.mutation.spi
Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.
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, SqmExpressible<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, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
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<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
SqmNullnessPredicate(SqmExpression<?>, 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
 
SqmOrderedSetAggregateFunction<T> - Interface in org.hibernate.query.sqm.tree.expression
A SQM ordered set-aggregate function.
SqmOver<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmOver(SqmExpression<T>, List<SqmExpression<?>>, List<SqmSortSpecification>, FrameMode, FrameKind, SqmExpression<?>, FrameKind, SqmExpression<?>, FrameExclusion) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmOver
 
SqmOverflow<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmOverflow(SqmExpression<T>, SqmExpression<T>, boolean) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
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
SqmPluralPartJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmPluralPartJoin(SqmFrom<?, O>, SqmPathSource<T>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
SqmPluralPartJoin(SqmFrom<?, O>, NavigablePath, SqmPathSource<T>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
SqmPluralValuedSimplePath<E> - Class in org.hibernate.query.sqm.tree.domain
An SqmPath for plural attribute paths
SqmPluralValuedSimplePath(NavigablePath, PluralPersistentAttribute<?, ?, E>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
SqmPluralValuedSimplePath(NavigablePath, PluralPersistentAttribute<?, ?, E>, SqmPath<?>, 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(JavaType<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, SqmExpressible<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 - Interface in org.hibernate.query.spi
Query based on an SQM tree.
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(NodeBuilder, SetOperator, List<SqmQueryPart<T>>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
SqmQueryGroup(SqmQueryPart<T>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
SqmQueryImplementor<R> - Interface in org.hibernate.query.hql.spi
QueryImplementor specialization for SQM-based Query references
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
 
SqmQueryPart(SqmQueryPart<T>, SqmCopyContext) - 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
 
SqmQuerySpec(SqmQuerySpec<T>, SqmCopyContext) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
SqmRoot<E> - Class in org.hibernate.query.sqm.tree.from
 
SqmRoot(EntityDomainType<E>, String, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
 
SqmRoot(NavigablePath, EntityDomainType<E>, String, boolean, 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
 
SqmRoot(NavigablePath, SqmPathSource<E>, 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, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
SqmSelectClause(boolean, 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>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelection
 
SqmSelection(SqmSelectableNode<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelection
 
SqmSelectionQuery<R> - Interface in org.hibernate.query.sqm
 
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(Class<T>, 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(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(SqmQueryPart<T>, Class<T>, SqmQuerySource, 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>, SqmExpressible<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
 
SqmSetJoin(SqmFrom<?, O>, NavigablePath, 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
 
SqmSingularJoin(SqmFrom<?, O>, SqmJoinable, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
SqmSingularJoin(SqmFrom<?, O>, NavigablePath, 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) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
SqmSortSpecification(SqmExpression, SortOrder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
SqmSortSpecification(SqmExpression, SortOrder, NullPrecedence) - 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<?>, 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
 
SqmSubQuery(SqmQuery<?>, SqmQueryPart<T>, Class<T>, 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<?>, ReturnableType<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>, EntityDomainType<S>, String) - 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) - 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
 
SqmTreatedPluralPartJoin<O,​T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedPluralPartJoin(SqmPluralPartJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
SqmTreatedRoot<T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedRoot(SqmRoot<T>, EntityDomainType<S>) - 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(SqmPath<T>, EntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
SqmTreatedSimplePath(SqmPluralValuedSimplePath<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(List<SqmExpression<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTuple(List<SqmExpression<?>>, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTuple(NodeBuilder, SqmExpressible<T>, SqmExpression<?>...) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTuple(NodeBuilder, SqmExpression<?>...) - 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>, SqmExpressible<T>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
SqmUpdateStatement<T> - Class in org.hibernate.query.sqm.tree.update
 
SqmUpdateStatement(Class<T>, SqmCriteriaNodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
SqmUpdateStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, boolean, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
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
 
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.
SqmWindowFunction<T> - Interface in org.hibernate.query.sqm.tree.expression
A SQM window function.
sqrt(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sqrt(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
square() - 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<JavaType<J>, BasicType<J>>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
StandardBasicTypes - Class in org.hibernate.type
References to common BasicTypeReference instances
StandardBasicTypeTemplate<J> - Class in org.hibernate.type
A BasicType adapter targeting partial portability to 6.0's type system changes.
StandardBasicTypeTemplate(JdbcType, JavaType<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
 
StandardFunctionArgumentTypeResolvers - Class in org.hibernate.query.sqm.produce.function
 
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
 
StandardGenerator - Interface in org.hibernate.id.factory.spi
Marker interface for Hibernate-provided generator impls
StandardNamingStrategy - Class in org.hibernate.id.enhanced
Hibernate's standard implicit naming strategy for identifier sequences and tables.
StandardNamingStrategy() - Constructor for class org.hibernate.id.enhanced.StandardNamingStrategy
 
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<String, Object>, ConfigLoader, LoadedConfig, List<StandardServiceInitiator<?>>) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended for use exclusively from Quarkus bootstrapping, or extensions of this class which need to override the standard ServiceInitiator list.
StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map<String, Object>, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended for use exclusively from JPA bootstrapping, or extensions of this class.
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, boolean, BasicTypeReference<?>) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
 
StandardSQLFunction(String, BasicTypeReference<?>) - 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<?>, MappingModelExpressible<?>>, 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, boolean, 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, 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, String, TableReference, SqlAliasBase, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
StandardTemporaryTableExporter - Class in org.hibernate.dialect.temptable
 
StandardTemporaryTableExporter(Dialect) - Constructor for class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
StandardVirtualTableGroup - Class in org.hibernate.sql.ast.tree.from
 
StandardVirtualTableGroup(NavigablePath, ModelPartContainer, TableGroup, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
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() - Method in interface org.hibernate.service.spi.Startable
Start phase notification
start(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
start(SessionFactoryOptions, Map<String, Object>) - Method in interface org.hibernate.cache.spi.RegionFactory
Lifecycle callback to perform any necessary initialization of the underlying cache provider.
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
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
Specifies the 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
Specifies a StatementInspector implementation associated with the SessionFactory, either: an instance of StatementInspector, a Class representing an class that implements StatementInspector, or the name of a class that implements StatementInspector.
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(StatementInspector) - Method in interface org.hibernate.SessionBuilder
Applies the given StatementInspector to the session.
StatementInspector - Interface in org.hibernate.resource.jdbc.spi
Contract to allow inspection (and swapping) of SQL to be prepared.
StatementOptions - Class in org.hibernate.sql.exec.spi
Options for the creation of a JDBC statement
StatementOptions(Integer, Integer, Integer, Integer) - Constructor for class org.hibernate.sql.exec.spi.StatementOptions
 
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, either: enabled -Do the population disabled - Do not do the population skipUnsupported - Do the population, but ignore any non-JPA features that would otherwise result in the population failing.
staticFetchableList - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
StaticUserTypeSupport<T> - Class in org.hibernate.usertype
 
StaticUserTypeSupport(BasicJavaType<T>, JdbcType) - Constructor for class org.hibernate.usertype.StaticUserTypeSupport
 
StaticUserTypeSupport(BasicJavaType<T>, JdbcType, BasicValueConverter<T, Object>) - Constructor for class org.hibernate.usertype.StaticUserTypeSupport
 
StaticUserTypeSupport(BasicJavaType<T>, JdbcType, MutabilityPlan<T>) - Constructor for class org.hibernate.usertype.StaticUserTypeSupport
 
StaticUserTypeSupport(BasicJavaType<T>, JdbcType, MutabilityPlan<T>, BasicValueConverter<T, Object>) - Constructor for class org.hibernate.usertype.StaticUserTypeSupport
 
Statistics - Interface in org.hibernate.stat
Exposes statistics collected from all sessions belonging to 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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Warning: the semantics of this function are inconsistent between DBs.
stddevPopSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
stddevPopSamp_stdevp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SQL Server-style
stdevVarianceSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
DB2
STDOUT - org.hibernate.tool.schema.TargetType
Write to System.out
stop() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
stop() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
stop() - Method in class org.hibernate.event.spi.EventEngine
 
stop() - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
stop() - Method in interface org.hibernate.service.spi.Stoppable
Stop phase notification
Stoppable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to stop.
stopService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
STORAGE_ENGINE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the default storage engine for a relational databases that supports multiple storage engines.
StorageAccess - Interface in org.hibernate.cache.spi.support
A general read/write abstraction over the specific "cache" object from the caching provider.
StoredProcedureQueryParameterRegistration<T> - Interface in org.hibernate.jpa.spi
ParameterRegistration extension specifically for stored procedure parameters exposing some functionality of Hibernate's native ParameterRegistration contract
strategy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
 
strategy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
 
strategy() - Method in annotation type org.hibernate.annotations.AttributeAccessor
A class implementing PropertyAccessStrategy.
strategy() - Method in annotation type org.hibernate.annotations.GenericGenerator
Generator strategy either a predefined Hibernate strategy or a fully qualified class name.
STRATEGY_NAME - Static variable in class org.hibernate.id.enhanced.LegacyNamingStrategy
 
STRATEGY_NAME - Static variable in class org.hibernate.id.enhanced.SingleNamingStrategy
 
STRATEGY_NAME - Static variable in class org.hibernate.id.enhanced.StandardNamingStrategy
 
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
Execute the query and return the query results as a Stream.
stream() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the query results as a Stream.
stream() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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.BlobJdbcType
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
STREAM_BINDING_EXTRACTING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
STREAM_XFER_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
Merge strategy based on transferring contents based on streams.
streamCollectionDescriptors() - Method in interface org.hibernate.metamodel.MappingMetamodel
 
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
 
streamEntityDescriptors() - Method in interface org.hibernate.metamodel.MappingMetamodel
 
StrictJpaComplianceViolation - Exception in org.hibernate.query.sqm
Indicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.
StrictJpaComplianceViolation(String, StrictJpaComplianceViolation.Type) - Constructor for exception org.hibernate.query.sqm.StrictJpaComplianceViolation
 
StrictJpaComplianceViolation(StrictJpaComplianceViolation.Type) - Constructor for exception org.hibernate.query.sqm.StrictJpaComplianceViolation
 
StrictJpaComplianceViolation.Type - Enum in org.hibernate.query.sqm
 
STRING - org.hibernate.boot.jaxb.SourceType
 
STRING - org.hibernate.query.sqm.CastType
 
STRING - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
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.ClobJdbcType
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
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.LikeEscapeContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
STRING_OR_CLOB - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
StringJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for String handling.
StringJavaType() - Constructor for class org.hibernate.type.descriptor.java.StringJavaType
 
stripCollectionElementMarker() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
STRUCT - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
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
 
style() - Method in annotation type org.hibernate.annotations.UuidGenerator
Which style of generation should be used
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
subList(int, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
subList(int, int) - Method in class org.hibernate.collection.spi.PersistentBag
 
subList(int, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
subList(int, int) - Method in class org.hibernate.collection.spi.PersistentList
 
subLogger(String) - Static method in interface org.hibernate.query.hql.HqlLogging
 
subLogger(String) - 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
 
subLogger(String, Class<T>) - Static method in interface org.hibernate.query.hql.HqlLogging
 
subLogger(String, Class<T>) - Static method in interface org.hibernate.query.QueryLogging
 
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
 
subMap(K, K) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
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
 
SUBQUERY - org.hibernate.dialect.GroupByConstantRenderingStrategy
Renders a subquery e.g.
SUBQUERY_ORDER_BY - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Subselect - Annotation Type in org.hibernate.annotations
Maps an immutable and read-only entity to a given SQL select expression.
SUBSELECT - org.hibernate.annotations.FetchMode
Available for collections only.
SUBSELECT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
SUBSELECT - org.hibernate.engine.FetchStyle
Performs fetching of associated data (currently limited to only collections) based on the sql restriction used to load the owner.
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SubselectFetch - Class in org.hibernate.engine.spi
Encapsulates details related to entities which contain sub-select-fetchable collections and which were loaded in a Session so that those collections may be sub-select fetched later during initialization
SubselectFetch(EntityValuedModelPart, QuerySpec, TableGroup, List<JdbcParameter>, JdbcParameterBindings, Set<EntityKey>) - Constructor for class org.hibernate.engine.spi.SubselectFetch
 
SubselectFetch.RegistrationHandler - Interface in org.hibernate.engine.spi
 
SubselectFetch.StandardRegistrationHandler - Class in org.hibernate.engine.spi
 
subSet(E, E) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
substr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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(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.
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(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.
substring() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Not the same as ANSI-style substring!
substring(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring(Expression<String>, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, int, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
SUBSTRING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SUBSTRING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SUBSTRING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
SUBSTRING() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
substring_substr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle, and many others
substring_substringLen() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style (3 required args)
substringFromFor() - 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
SUBTRACT - org.hibernate.query.sqm.BinaryArithmeticOperator
 
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() - 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<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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.criteria.HibernateCriteriaBuilder
 
sum(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sum(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sum(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
SUM - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SUM - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SUM() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
SUM() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
SUM() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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
 
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 later re-acquisition of those connections if needed?
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 later re-acquisition of those connections if needed?
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
Deprecated.
 
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?
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
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
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.TiDBDialect
 
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.H2Dialect
 
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
Does this dialect support a way to retrieve the database's current timestamp value?
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.H2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.HSQLDialect
HSQLDB 1.8.x requires CALL CURRENT_TIMESTAMP but this should not be treated as a callable statement.
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.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?
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsDistinctFromPredicate() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this SQL dialect known to support some kind of distinct from predicate.
supportsDuplicateSelectItemsInQueryGroup() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsDuplicateSelectItemsInQueryGroup() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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?
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
For dropping a table, can the phrase "if exists" be applied after the table name?
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.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?
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.SQLServer2016Dialect
Deprecated.
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.SQLServerDialect
 
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?
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
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.SQLServer2016Dialect
Deprecated.
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.SQLServerDialect
 
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
 
supportsLateral() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsLateral() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsLateral() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLateral() - Method in class org.hibernate.dialect.DB2iDialect
 
supportsLateral() - Method in class org.hibernate.dialect.DB2zDialect
 
supportsLateral() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the SQL lateral keyword or a proprietary alternative?
supportsLateral() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
Deprecated.
 
supportsLateral() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLateral() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLateral() - Method in class org.hibernate.dialect.OracleDialect
 
supportsLateral() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsLateral() - Method in class org.hibernate.dialect.SQLServerDialect
 
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.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.pagination.AbstractLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
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() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Does the driver report supporting named parameters?
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
Override the DatabaseMetaData#supportsNamedParameters()
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.HSQLDialect
 
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.OracleDialect
 
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.SQLServerDialect
 
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
 
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
 
supportsNoWait() - Method in class org.hibernate.dialect.TiDBDialect
 
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
 
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 ... SELECT ... statements?
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.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.DerbyDialect
 
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.DB2SqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
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.DB2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
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.dialect.TiDBSqlAstTranslator
 
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?
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?
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.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.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.dialect.TiDBSqlAstTranslator
 
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.MariaDBSqlAstTranslator
 
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
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;
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?
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.MariaDB106Dialect
Deprecated.
 
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
 
supportsTemporaryTablePrimaryKey() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsTemporaryTablePrimaryKey() - Method in class org.hibernate.dialect.Dialect
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Dialect
 
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.CockroachDialect
 
supportsTupleCounts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support `count(a,b)`?
supportsTupleCounts() - Method in class org.hibernate.dialect.H2Dialect
 
supportsTupleCounts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsTupleCounts() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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
 
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?
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
 
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.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.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
 
supportsWait() - Method in class org.hibernate.dialect.TiDBDialect
 
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.DerbyDialect
 
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.H2Dialect
 
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
 
SYBASE - org.hibernate.dialect.Database
 
Sybase11Dialect - Class in org.hibernate.dialect
Deprecated.
use SybaseASEDialect instead
Sybase11Dialect() - Constructor for class org.hibernate.dialect.Sybase11Dialect
Deprecated.
 
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
A SQL dialect for Sybase Adaptive Server Enterprise 11.9 and above.
SybaseASEDialect() - Constructor for class org.hibernate.dialect.SybaseASEDialect
 
SybaseASEDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.SybaseASEDialect
 
SybaseASEDialect(DialectResolutionInfo) - 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(DatabaseVersion) - Constructor for class org.hibernate.dialect.SybaseDialect
 
SybaseDialect(DialectResolutionInfo) - 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, boolean) - 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 - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Synchronize - Annotation Type in org.hibernate.annotations
Ensures that auto-flush happens correctly and that queries against the derived entity do not return stale data.
SynchronizeableQuery - Interface in org.hibernate.query
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
 
syntacticDomainPath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
SyntacticDomainPathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
SyntacticPathExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
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
 
SyntheticVirtualTableGroup - Class in org.hibernate.sql.ast.tree.from
 
SyntheticVirtualTableGroup(NavigablePath, ModelPartContainer, TableGroup) - Constructor for class org.hibernate.sql.ast.tree.from.SyntheticVirtualTableGroup
 
sysdate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sysdateExplicitMicros() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL 5.7 precision defaults to seconds, but microseconds is better
sysdateParens() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL requires the parens in sysdate()
systimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 

T

TAB - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
TAB - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
TAB() - 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.CommandContext
 
TAB(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
 
table() - Method in annotation type org.hibernate.annotations.SqlFragmentAlias
The table corresponding to the alias.
table() - Method in annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) The name of the table that contains the column.
table() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
 
table() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
 
Table - Class in org.hibernate.mapping
A relational table
Table - Interface in org.hibernate.metamodel.relational
 
Table - Annotation Type in org.hibernate.annotations
Complementary information for a table declared using the Table, or SecondaryTable annotation.
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, String, boolean) - 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 - org.hibernate.dialect.RowLockStrategy
Use a table alias.
TABLE - org.hibernate.DuplicateMappingException.Type
A duplicate table definition was encountered.
TABLE - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table name for the generated id
TABLE_GENERATOR_STORE_LAST_USED - Static variable in interface org.hibernate.cfg.AvailableSettings
Determines if the identifier value stored in the database table backing a table generator is the last value returned by the identifier generator, or the next value to be returned.
TABLE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Configures the name of the table to use.
Table.ForeignKeyKey - Class in org.hibernate.mapping
 
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) - Constructor for class org.hibernate.query.results.TableGroupImpl
 
TableGroupJoin - Class in org.hibernate.sql.ast.tree.from
 
TableGroupJoin(NavigablePath, SqlAstJoinType, TableGroup) - Constructor for class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
TableGroupJoin(NavigablePath, SqlAstJoinType, TableGroup, Predicate) - 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.
tableName - Variable in class org.hibernate.sql.Delete
 
tableName - Variable in class org.hibernate.sql.Insert
 
tableName - Variable in class org.hibernate.sql.SimpleSelect
 
tableName - Variable in class org.hibernate.sql.Update
 
tableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Return the argument
tableName(String) - Method in class org.hibernate.cfg.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(String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
 
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 - Interface in org.hibernate.sql.ast.tree.from
Represents a reference to a table (derived or physical) in a query's from clause.
TableReferenceJoin - Class in org.hibernate.sql.ast.tree.from
Represents a join to a TableReference; roughly equivalent to a SQL join.
TableReferenceJoin(boolean, NamedTableReference, 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
 
tailMap(K) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
tailSet(E) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
takeWhile(Predicate<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
 
tanh() - 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 - org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
 
TARGET_PART_NAME - Static variable in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
targetClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
 
targetClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
 
TargetDescriptor - Interface in org.hibernate.tool.schema.spi
Describes the target(s) of schema create, drop and migrate actions.
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
 
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
 
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
 
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
 
targetEntity() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
targetEntity() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
targetEntity() - Method in class org.hibernate.grammars.hql.HqlParser
 
targetEntity() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
TargetEntityContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
targetFields() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
targetFields() - Method in class org.hibernate.grammars.hql.HqlParser
 
TargetFieldsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
TargetType - Enum in org.hibernate.tool.schema
Describes the allowable targets (SPI wise) for schema management actions.
TC_CLASSLOADER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies how the thread context class loader 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
Extracts a violated database constraint name from an error message by matching the error message against a template.
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
 
TEMPORAL - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
TEMPORAL_UNIT - org.hibernate.query.sqm.produce.function.FunctionParameterType
A temporal unit, used by the extract() function, and some native database functions
TemporalJavaType<T> - Interface in org.hibernate.type.descriptor.java
Specialized JavaType 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.sqm
A temporal field type which can occur as an argument to extract() or as the unit of a duration expression.
TemporaryTable - Class in org.hibernate.dialect.temptable
 
TemporaryTableColumn - Class in org.hibernate.dialect.temptable
A column in a IdTable.
TemporaryTableColumn(TemporaryTable, String, JdbcMapping, String, boolean) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableColumn
 
TemporaryTableColumn(TemporaryTable, String, JdbcMapping, String, boolean, boolean) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableColumn
 
TemporaryTableCreationWork(TemporaryTable, TemporaryTableExporter, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
 
TemporaryTableCreationWork(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
 
TemporaryTableDropWork(TemporaryTable, TemporaryTableExporter, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
 
TemporaryTableDropWork(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
 
TemporaryTableExporter - Interface in org.hibernate.dialect.temptable
 
TemporaryTableHelper - Class in org.hibernate.dialect.temptable
 
TemporaryTableHelper() - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper
 
TemporaryTableHelper.TemporaryTableCreationWork - Class in org.hibernate.dialect.temptable
 
TemporaryTableHelper.TemporaryTableDropWork - Class in org.hibernate.dialect.temptable
 
TemporaryTableKind - Enum in org.hibernate.dialect.temptable
 
TemporaryTableSessionUidColumn - Class in org.hibernate.dialect.temptable
 
TemporaryTableSessionUidColumn(TemporaryTable, JdbcMapping, String) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableSessionUidColumn
 
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
TenantId - Annotation Type in org.hibernate.annotations
Identifies a field of an entity that holds a tenant id in discriminator-based multitenancy.
TenantIdBinder - Class in org.hibernate.tuple
Sets up filters associated with a TenantId field
TenantIdBinder() - Constructor for class org.hibernate.tuple.TenantIdBinder
 
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.
TenantIdGeneration - Class in org.hibernate.tuple
Value generation implementation for TenantId.
TenantIdGeneration() - Constructor for class org.hibernate.tuple.TenantIdGeneration
 
TEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGVARCHAR.
TF_BOOLEAN - org.hibernate.query.sqm.CastType
 
THEN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
THEN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
THEN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
THEN() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
THEN() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
throwIfNull(Object, Object, String) - Static method in exception org.hibernate.UnresolvableObjectException
Factory method for building and throwing an UnresolvableObjectException if the entity is null.
TiDBDialect - Class in org.hibernate.dialect
A SQL dialect for TiDB.
TiDBDialect() - Constructor for class org.hibernate.dialect.TiDBDialect
 
TiDBDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.TiDBDialect
 
TiDBDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.TiDBDialect
 
TiDBSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for TiDBDialect.
TiDBSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
TiDBSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for TiDB.
TiDBSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.TiDBSqlAstTranslator
 
TIES - org.hibernate.query.sqm.FrameExclusion
 
TIES - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIES - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIES() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
TIES() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
TIES() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
time() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
time() - Method in class org.hibernate.grammars.hql.HqlParser
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
TIME - org.hibernate.annotations.UuidGenerator.Style
Applies a time-based generation strategy consistent with IETF RFC 4122.
TIME - org.hibernate.query.sqm.CastType
 
TIME - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
TIME - org.hibernate.query.sqm.TemporalUnit
The time part of a timestamp, datetime, or offset datetime, as a LocalTime.
TIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIME - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME.
TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Time) to JDBC TIMESTAMP.
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.LocalTimeFunctionContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
TIME_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIME_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIME_ESCAPE_START() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
TIME_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME WITH TIMEZONE.
TimeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TimeContext
 
TimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIME handling.
TimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
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.SqmExpressionHelper
 
TimeMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
 
timeout - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
timeout - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
timeout - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
timeout() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The query timeout (in seconds).
timeout() - Method in annotation type org.hibernate.annotations.NamedQuery
The query timeout (in seconds).
timeOut() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
 
TIMEOUT_HIBERNATE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
TIMEOUT_JAKARTA_JPA - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
TIMEOUT_JPA - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
timestamp - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
timestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
TIMESTAMP - org.hibernate.query.sqm.CastType
 
TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMESTAMP - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.
TIMESTAMP - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Timestamp) to JDBC TIMESTAMP.
TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TIMESTAMP_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMESTAMP_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMESTAMP_ESCAPE_START() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
TIMESTAMP_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
TIMESTAMP_UTC - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP_UTC.
TIMESTAMP_WITH_TIMEZONE - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP WITH TIMEZONE.
TimestampaddFunction - Class in org.hibernate.dialect.function
The timestampadd() or dateadd() function has a funny syntax which accepts a TemporalUnit as the first argument, and the actual set of accepted units varies widely.
TimestampaddFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TimestampaddFunction
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.AbstractHANADialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.CockroachDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.DB2Dialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.DB2zDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.DerbyDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a timestampadd() function call.
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.H2Dialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.HSQLDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.MySQLDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.OracleDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SpannerDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SQLServerDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SybaseASEDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SybaseDialect
 
TimestampdiffFunction - Class in org.hibernate.dialect.function
The timestampdiff() or datediff() function has a funny syntax which accepts a TemporalUnit as the first argument, and the actual set of accepted units varies widely.
TimestampdiffFunction(Dialect, TypeConfiguration) - 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
 
TimestampJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP handling.
TimestampJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
timestampLiteralFrom(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
TimestampMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
 
TIMESTAMPS - org.hibernate.cache.spi.support.AccessedDataClassification
 
TimestampsCache - Interface in org.hibernate.cache.spi
Wrapper for a TimestampsRegion adding handling of stale results
TimestampsCacheFactory - Interface in org.hibernate.cache.spi
Responsible for building the TimestampsCache to use for managing query results with respect 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
TimestampWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_WITH_TIMEZONE handling.
TimestampWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping TimeZone to JDBC VARCHAR.
TIMEZONE_DEFAULT_STORAGE - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the default strategy for storage of the timezone information for zoned datetime types: TimeZoneStorageType.NORMALIZE, or TimeZoneStorageType.NATIVE.
TIMEZONE_HOUR - org.hibernate.query.sqm.TemporalUnit
The hour field of the TemporalUnit.OFFSET in an offset datetime.
TIMEZONE_HOUR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMEZONE_HOUR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMEZONE_HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TIMEZONE_HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
TIMEZONE_MINUTE - org.hibernate.query.sqm.TemporalUnit
The minute field of the TemporalUnit.OFFSET in an offset datetime.
TIMEZONE_MINUTE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMEZONE_MINUTE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMEZONE_MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TIMEZONE_MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
TimeZoneColumn - Annotation Type in org.hibernate.annotations
Specifies the mapped column for storing the time zone information.
TimeZoneComparator() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneJavaType.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
 
TimeZoneJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for TimeZone handling.
TimeZoneJavaType() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
TimeZoneJavaType.TimeZoneComparator - Class in org.hibernate.type.descriptor.java
 
TimeZoneStorage - Annotation Type in org.hibernate.annotations
Specifies how the time zone information of a persistent property or field should be persisted.
TimeZoneStorageStrategy - Enum in org.hibernate
Describes the storage strategies understood by Hibernate.
TimeZoneStorageType - Enum in org.hibernate.annotations
Describes the storage of timezone information for zoned datetime types.
TimeZoneSupport - Enum in org.hibernate.dialect
Describes the support for "with time zone" types.
timing() - Method in annotation type org.hibernate.annotations.CurrentTimestamp
 
TINYINT - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TINYINT.
TinyIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TINYINT handling.
TinyIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
TO_LIST - Static variable in class org.hibernate.transform.Transformers
Each row of results is a List
TO_PARENT - org.hibernate.type.ForeignKeyDirection
A foreign key from child to parent
toAccessType() - Method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Get the AccessType corresponding to this concurrency strategy.
toAliasEntityMap(SqlFragmentAlias[]) - Static method in class org.hibernate.cfg.BinderHelper
 
toAliasString(String) - Method in class org.hibernate.sql.Alias
 
toAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toAliasTableMap(SqlFragmentAlias[]) - Static method in class org.hibernate.cfg.BinderHelper
 
toArray() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
toArray() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
toArray() - Method in class org.hibernate.collection.spi.PersistentBag
 
toArray() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
toArray() - Method in class org.hibernate.collection.spi.PersistentList
 
toArray() - Method in class org.hibernate.collection.spi.PersistentSet
 
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(A[]) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
toArray(A[]) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentBag
 
toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentList
 
toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentSet
 
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.Dialect
The SQL literal value to which this database maps boolean values.
toByte(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
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(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Convert a value of the enum type to its ordinal value
toBytes(T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
ToBytesTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
 
toCacheKeyDescriptor(SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
toCacheKeyDescriptor(SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
 
toCharNumberDateTimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
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 class org.hibernate.type.SerializableToBlobType
 
toColumnNullness(Object, Mapping) - Method in interface org.hibernate.type.Type
Given an instance of the type, return an array of boolean, indicating which mapped columns would be null.
toColumns(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toColumns(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Given a property path, return the corresponding column name(s).
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
 
toColumns(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Given a property path, return the corresponding column name(s).
toColumns(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toColumns(String, int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Given the number of a property of a subclass, and a table alias, return the aliased column names.
toConverterDescriptor(MetadataBuildingContext) - Method in interface org.hibernate.boot.AttributeConverterInfo
 
toDatabaseIdentifierText(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
toDomainValue(Character) - Method in class org.hibernate.type.TrueFalseConverter
 
toDomainValue(Character) - Method in class org.hibernate.type.YesNoConverter
 
toDomainValue(Integer) - Method in class org.hibernate.type.NumericBooleanConverter
 
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
 
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(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toDouble(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
ToDurationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
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.ForUpdateFragment
 
toFragmentString() - Method in class org.hibernate.sql.InFragment
 
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) - Method in class org.hibernate.boot.model.relational.Database
Wrap the raw name of a database object in it's Identifier form accounting for quoting from any of: explicit quoting in the name itself global request to quote all identifiers
toIdentifier(String) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String) - 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.boot.model.naming.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String, boolean) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String, boolean) - Static method in class org.hibernate.metamodel.relational.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String, boolean, 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.
toInt(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
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.BooleanJavaType
 
toInteger(Byte) - 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(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toInteger(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Convert a value of the enum type to its ordinal value
toIntegerBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toJdbcFunctionReturn(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.FunctionReturnImplementor
 
toJdbcLiteral(T, Dialect, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
Produces a string containing a SQL literal value representing the given Java value.
toJdbcParameterRegistration(int, ProcedureCallImplementor<?>) - Method in interface org.hibernate.procedure.spi.FunctionReturnImplementor
 
toJdbcParameterRegistration(int, ProcedureCallImplementor<?>) - Method in interface org.hibernate.procedure.spi.ProcedureParameterImplementor
 
toJpaClassification() - Method in enum org.hibernate.metamodel.CollectionClassification
 
toJpaFlushMode() - Method in enum org.hibernate.FlushMode
 
toJpaFlushMode(FlushMode) - Static method in enum org.hibernate.FlushMode
 
toJpaLockMode() - Method in enum org.hibernate.LockMode
 
toJpaLockMode(LockMode) - Static method in enum org.hibernate.LockMode
 
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 class org.hibernate.type.SerializableToBlobType
 
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.sqm.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.BooleanJavaType
 
toLong(Byte) - 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(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Convert a value of the enum type to its ordinal value
toMemento() - Method in interface org.hibernate.query.spi.QueryParameterImplementor
 
toMemento() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
toMemento(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
toMemento(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
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(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
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.EnumJavaType
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
 
ToOne(ToOne) - 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
 
ToOneFkExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ToOneFkExpressionContext
 
toOneFkReference() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkExpressionContext
 
toOneFkReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
ToOneFkReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
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, AnnotatedJoinColumn[], boolean, String, String, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.ToOneFkSecondPass
 
toOrdinal(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
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
Determine the appropriate physical catalog name to use for the given logical name
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
Determine the appropriate physical column name to use for the given logical name
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalName(Identifier, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
Handle converting a logical name to a physical name
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
Determine the appropriate physical schema name to use for the given logical name
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
Determine the appropriate physical sequence name to use for the given logical name
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
Determine the appropriate physical table name to use for the given logical name
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) - 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) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
Convert the memento into an untyped executable query
toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.named.NamedQueryMemento
 
toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
Convert the memento into a typed executable query
toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
toQuery(SharedSessionContractImplementor, String) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
Convert the memento into a typed executable query
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.NumericBooleanConverter
 
toRelationalValue(Boolean) - Method in class org.hibernate.type.TrueFalseConverter
 
toRelationalValue(Boolean) - Method in class org.hibernate.type.YesNoConverter
 
toResultSetType() - Method in enum org.hibernate.ScrollMode
Get the corresponding JDBC scroll type code constant value.
toSelectionQuery(Class<T>, SharedSessionContractImplementor) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
toSerializableSet(String[]) - Method in class org.hibernate.cache.spi.QuerySpacesHelper
 
toShort(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
toShort(Byte) - 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(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
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(J) - Method in interface org.hibernate.usertype.EnhancedUserType
Return an SQL literal representation of the value
toSqlLiteral(Object) - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
 
toSqlLiteral(T) - Method in class org.hibernate.type.EnumType
 
toSqlText() - Method in enum org.hibernate.query.sqm.TrimSpec
 
toSqmType(BindableType<T>, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
toSqmType(BindableType<T>, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
toSqmType(BindableType<T>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
toSqmType(BindableType<T>, TypeConfiguration) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
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.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.AnnotatedColumn
 
toString() - Method in class org.hibernate.cfg.AnnotatedDiscriminatorColumn
 
toString() - Method in class org.hibernate.cfg.AnnotatedJoinColumn
 
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 enum org.hibernate.cfg.MetadataSourceType
 
toString() - Method in class org.hibernate.cfg.PropertyInferredData
 
toString() - Method in class org.hibernate.collection.spi.PersistentBag
 
toString() - Method in class org.hibernate.collection.spi.PersistentList
 
toString() - Method in class org.hibernate.collection.spi.PersistentMap
 
toString() - Method in class org.hibernate.collection.spi.PersistentSet
 
toString() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
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 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 exception org.hibernate.PropertySetterAccessException
 
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.ImplicitFetchBuilderEntityPart
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
toString() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
toString() - Method in enum org.hibernate.query.sqm.TemporalUnit
 
toString() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
toString() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
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 class org.hibernate.spi.NavigablePath
 
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.NamedTableReference
 
toString() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
toString() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
 
toString() - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
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.EntityMetamodel
 
toString() - Method in class org.hibernate.tuple.IdentifierProperty
 
toString() - Method in class org.hibernate.type.CollectionType
 
toString() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterJdbcTypeAdapter
 
toString() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
 
toString() - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NumericJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
toString() - Method in class org.hibernate.type.EntityType
Generates a string representation of this type.
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
toString(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
toString(J) - Method in interface org.hibernate.usertype.EnhancedUserType
Render the value to the string representation.
toString(Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toString(Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toString(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
toString(Byte) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
toString(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
toString(Character) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
toString(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
toString(Class) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
 
toString(Double) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
toString(Float) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
toString(Integer) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
toString(Long) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
toString(Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
toString(Short) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
toString(String) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
toString(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
toString(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
toString(InetAddress) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
toString(URL) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
toString(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
toString(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
toString(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
toString(Duration) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
toString(Instant) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
toString(LocalDate) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
toString(LocalDateTime) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
toString(LocalTime) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
toString(OffsetDateTime) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
toString(OffsetTime) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
toString(Year) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
toString(ZonedDateTime) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
toString(ZoneId) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
toString(ZoneOffset) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
toString(Currency) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
toString(Locale) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
 
toString(TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
toString(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
toString(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toString(T) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
toString(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
toString(T) - Method in interface org.hibernate.type.descriptor.java.JavaType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
toString(T) - Method in class org.hibernate.type.EnumType
 
toString(T, JavaType<T>, WrapperOptions) - Method in interface org.hibernate.type.FormatMapper
Serializes the object to a string.
toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.JacksonJsonFormatMapper
 
toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.JacksonXmlFormatMapper
 
toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.JaxbXmlFormatMapper
 
toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.JsonBJsonFormatMapper
 
toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLJsonbJdbcType
 
toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLJsonJdbcType
 
toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLPGObjectJdbcType
 
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.UUIDJavaType.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.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
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
toYesNoBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
TRACE_ENABLED - Static variable in interface org.hibernate.boot.BootLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.boot.jaxb.JaxbLogger
 
TRACE_ENABLED - Static variable in interface 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.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.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.EntityLoadingLogging
 
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 interface org.hibernate.type.descriptor.JdbcBindingLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
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 - org.hibernate.query.sqm.TrimSpec
 
TRAILING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRAILING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRAILING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TRAILING() - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
TRAILING() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
Transaction - Interface in org.hibernate
Represents a resource-local transaction, where resource-local is interpreted by Hibernate to mean any transaction under the control of Hibernate.
TRANSACTION_COORDINATOR_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Specify the TransactionCoordinatorBuilder implementation to use for creating instances of TransactionCoordinator, either: an instance of TransactionCoordinatorBuilder, a Class representing a class that implements TransactionCoordinatorBuilder, or the name of a class that implements TransactionCoordinatorBuilder.
TRANSACTIONAL - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates that the transaction strategy should be applied.
TRANSACTIONAL - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
TRANSACTIONAL - org.hibernate.cache.spi.access.AccessType
A read and write strategy where isolation/locking is maintained in conjunction with a JTA transaction.
transactionCompleted(boolean) - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
transactionCompleted(boolean) - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Callback that the underling resource transaction to which the owning Session was joined is in the "completed" stage.
transactionCompleting() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
transactionCompleting() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Callback that the underling resource transaction to which the owning Session was joined is in the beginning stages of completing.
transactionCompletion(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
transactionCompletion(boolean) - Method in interface org.hibernate.SessionEventListener
 
TransactionCoordinator - Interface in org.hibernate.resource.transaction.spi
Models the coordination of all transaction related flows.
TransactionCoordinator.TransactionDriver - Interface in org.hibernate.resource.transaction.spi
Provides the means for "local transactions" (as transaction drivers) to control the underlying "physical transaction" currently associated with the TransactionCoordinator.
TransactionCoordinatorBuilder - Interface in org.hibernate.resource.transaction.spi
Builder for TransactionCoordinator instances.
TransactionCoordinatorBuilder.Options - Interface in org.hibernate.resource.transaction.spi
Access to options to are specific to each TransactionCoordinator instance
TransactionCoordinatorOwner - Interface in org.hibernate.resource.transaction.spi
Models an owner of a TransactionCoordinator.
TransactionException - Exception in org.hibernate
Indicates that a transaction could not be begun, committed or rolled back.
TransactionException(String) - Constructor for exception org.hibernate.TransactionException
Constructs a TransactionException using the specified information.
TransactionException(String, Throwable) - Constructor for exception org.hibernate.TransactionException
Constructs a TransactionException using the specified information.
TransactionImplementor - Interface in org.hibernate.engine.transaction.spi
 
transactionJoined() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
transactionJoined() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Callback that owning Session has become joined to a resource transaction.
TransactionObserver - Interface in org.hibernate.engine.transaction.spi
Observer of internal transaction events.
TransactionRequiredForJoinException - Exception in org.hibernate.resource.transaction
Indicates a call to TransactionCoordinator.explicitJoin() that requires an active transaction where there currently is none.
TransactionRequiredForJoinException(String) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
 
TransactionRequiredForJoinException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
 
transactionResumed() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Currently not used.
TransactionStatus - Enum in org.hibernate.resource.transaction.spi
Enumeration of statuses in which a transaction facade (Transaction) might be.
transactionSuspended() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Currently not used.
TransactSQLStrFunction - Class in org.hibernate.dialect.function
A special function that renders a T-SQL str() function if more than a single argument is given, or otherwise renders a cast() expression just like CastStrEmulation.
TransactSQLStrFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TransactSQLStrFunction
 
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.UUIDJavaType.NoDashesStringTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
 
transform(UUID) - Method in interface org.hibernate.type.descriptor.java.UUIDJavaType.ValueTransformer
 
transform(CteContainer, QuerySpec, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.AggregateWindowEmulationQueryTransformer
 
transform(CteContainer, QuerySpec, SqmToSqlAstConverter) - Method in interface org.hibernate.sql.ast.tree.expression.QueryTransformer
 
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<T>) - Method in interface org.hibernate.query.ResultListTransformer
Here we have an opportunity to perform transformation on the query result as a whole.
transformList(List<T>) - Method in interface org.hibernate.transform.ResultTransformer
Deprecated.
 
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.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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
translate() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
translate() - Method in interface org.hibernate.query.sqm.sql.SqmTranslator
 
translate(String, Class<R>) - Method in interface org.hibernate.query.hql.HqlTranslator
Performs the interpretation of a HQL/JPQL query string to SQM.
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(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
translate(JdbcParameterBindings, QueryOptions) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
 
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
Traverses to the next part of the Jakarta Persistence entity graph relating to the given fetchable.
treat(CollectionJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(CollectionJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(Join<X, T>, Class<V>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(Join<X, T>, Class<V>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(ListJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
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.criteria.HibernateCriteriaBuilder
 
treat(MapJoin<X, K, T>, Class<V>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(Path<X>, Class<T>) - 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.criteria.HibernateCriteriaBuilder
 
treat(Root<X>, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(SetJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(SetJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
TREAT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TREAT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TREAT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TREAT() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
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(Class<S>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
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(Class<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(Class<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(Class<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(Class<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(Class<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
treatAs(Class<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(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
treatAs(Class<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(Class<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
treatAs(Class<S1>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
treatAs(Class<X>) - Method in interface org.hibernate.metamodel.mapping.ValueMapping
return null; Treat operation.
treatAs(String) - Method in class org.hibernate.spi.NavigablePath
 
treatAs(String) - Method in class org.hibernate.spi.TreatedNavigablePath
 
treatAs(String, String) - Method in class org.hibernate.spi.NavigablePath
 
treatAs(String, String) - Method in class org.hibernate.spi.TreatedNavigablePath
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
treatAs(EntityDomainType<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.JpaPluralJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
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(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
treatAs(EntityDomainType<S>, String) - 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
 
TreatedNavigablePath - Class in org.hibernate.spi
NavigablePath implementation with special handling for treated paths
TreatedNavigablePath(NavigablePath, String) - Constructor for class org.hibernate.spi.TreatedNavigablePath
 
TreatedNavigablePath(NavigablePath, String, String) - Constructor for class org.hibernate.spi.TreatedNavigablePath
 
TreatedNavigablePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
trigonometry() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
trim(char, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(char, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(CriteriaBuilder.Trimspec, 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.sqm.NodeBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
TRIM - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRIM - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRIM() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TRIM() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
TRIM_SPEC - org.hibernate.query.sqm.produce.function.FunctionParameterType
A trim specification, for trimming and padding functions
trim1() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
trim2() - 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() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
trimFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
TrimFunction - Class in org.hibernate.dialect.function
ANSI SQL-standard trim() function, which has a funny syntax involving a TrimSpec, and portability is achieved using Dialect.trimPattern(TrimSpec, char).
TrimFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TrimFunction
 
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.sqm
 
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 - org.hibernate.annotations.LazyCollectionOption
Load it when the state is requested.
TRUE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
TRUE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
TRUE - org.hibernate.boot.model.TruthValue
 
TRUE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRUE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRUE() - Method in class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
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
 
trunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
truncate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
truncate(long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
TRUNCATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRUNCATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRUNCATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TRUNCATE() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
truncate_round() - 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(Selection<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(Class<R>, List<? extends SqmExpression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(Class<R>, SqmExpression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
tuple(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(SqmExpressible<R>, List<? extends SqmExpression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(SqmExpressible<R>, SqmExpression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
TupleExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
TupleResult<T> - Class in org.hibernate.sql.results.graph.tuple
 
TupleResult(int[], String, JavaType<T>) - Constructor for class org.hibernate.sql.results.graph.tuple.TupleResult
 
TupleResult(int[], String, JavaType<T>, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.tuple.TupleResult
 
TupleResultAssembler<J> - Class in org.hibernate.sql.results.graph.tuple
 
TupleResultAssembler(int[], JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
 
TUPLES - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
TupleTransformer<T> - Interface in org.hibernate.query
Defines some transformation applied to each result of a Query before the results are packaged as a List and returned to the caller.
TupleType<J> - Interface in org.hibernate.metamodel.model.domain
Describes any structural type without a direct java type representation.
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
type - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
type - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
type() - Method in annotation type org.hibernate.annotations.CollectionType
Specifies the UserCollectionType to use when mapping the attribute to which this annotation is attached.
type() - Method in annotation type org.hibernate.annotations.CollectionTypeRegistration
Specifies the UserCollectionType to use when we encounter a plural attribute classified as CollectionTypeRegistration.classification()
type() - Method in annotation type org.hibernate.annotations.GeneratorType
Deprecated.
The value generator type
type() - Method in annotation type org.hibernate.annotations.OptimisticLocking
Defines the style of optimistic locking for the entity.
type() - Method in annotation type org.hibernate.annotations.ParamDef
The type to use when binding the parameter value.
type() - Method in annotation type org.hibernate.annotations.Polymorphism
Specifies the polymorphism type.
type() - Method in interface org.hibernate.query.criteria.JpaPath
 
type() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
type() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
Type - Interface in org.hibernate.type
Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given java type (how do we check it for 'dirtiness', how do we copy values, etc).
Type - Annotation Type in org.hibernate.annotations
Applies a custom UserType for the column mapping Generally, mutually exclusive with the compositional approach of JavaType, JdbcType, etc.
TYPE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TYPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TYPE - Static variable in class org.hibernate.type.EnumType
 
TYPE() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
TYPE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TYPE_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
TYPE_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
TYPE_NAME() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
TYPE_NAME_PARAM_KEY - Static variable in class org.hibernate.usertype.UserTypeLegacyBridge
 
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
 
TypeBeanInstanceProducer - Class in org.hibernate.boot.model
 
TypeBeanInstanceProducer(TypeConfiguration) - Constructor for class org.hibernate.boot.model.TypeBeanInstanceProducer
 
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 - 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
 
TypedParameterValue<J> - Class in org.hibernate.query
Can be used to bind query parameter values.
TypedParameterValue(BindableType<J>, J) - Constructor for class org.hibernate.query.TypedParameterValue
 
TypedParameterValue(BasicTypeReference<J>, J) - Constructor for class org.hibernate.query.TypedParameterValue
 
TypedTupleTransformer<T> - Interface in org.hibernate.query
Extension to TupleTransformer exposing the transformation target type.
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
 
TypeHelper - Class in org.hibernate.type
Certain operations for working with arrays of property values.
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 BasicType name.
TypeNames - Class in org.hibernate.dialect
This class maintains a mapping of 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 intrinsic 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

unableToDetermineLockModeValue(String, Object) - Method in interface org.hibernate.query.QueryLogging
 
UNARY_MINUS - org.hibernate.query.sqm.UnaryArithmeticOperator
 
UNARY_PLUS - org.hibernate.query.sqm.UnaryArithmeticOperator
 
UnaryArithmeticOperator - Enum in org.hibernate.query.sqm
 
UnaryExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
UnaryNumericLiteralExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
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.
UNBOUNDED - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
UNBOUNDED - Static variable in class org.hibernate.grammars.hql.HqlParser
 
UNBOUNDED() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
UNBOUNDED() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
UNBOUNDED() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
UNBOUNDED_FOLLOWING - org.hibernate.query.sqm.FrameKind
 
UNBOUNDED_PRECEDING - org.hibernate.query.sqm.FrameKind
 
UNDEFINED - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
UNDEFINED - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
UNDEFINED - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
UNDEFINED - org.hibernate.sql.ast.tree.cte.CteMaterialization
It is undefined if the CTE should be materialized.
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.
UnfetchedBasicPartResultAssembler<J> - Class in org.hibernate.sql.results.graph
 
UnfetchedBasicPartResultAssembler(JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
 
UnfetchedResultAssembler<J> - Class in org.hibernate.sql.results.graph
 
UnfetchedResultAssembler(JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
union(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
union(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
UNION - org.hibernate.boot.model.source.spi.InheritanceType
 
UNION - org.hibernate.query.sqm.SetOperator
Union of sets that removes duplicate rows.
UNION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
UNION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
UNION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
UNION() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
UNION_ALL - org.hibernate.query.sqm.SetOperator
Union of bags that retains all elements.
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
An EntityPersister implementing the InheritanceType.TABLE_PER_CLASS mapping strategy for an entity and its inheritance hierarchy.
UnionSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
UnionSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
Deprecated.
UnionTableGroup - Class in org.hibernate.sql.ast.tree.from
 
UnionTableGroup(boolean, NavigablePath, UnionTableReference, 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.schema
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<T>) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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
An EntityPersister that can be loaded by a non-primary unique key.
uniqueKeyPropertyName - Variable in class org.hibernate.type.EntityType
 
uniqueResult() - Method in interface org.hibernate.query.Query
Execute the query and return the single result of the query, or null if the query returns no results.
uniqueResult() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the single result of the query, or null if the query returns no results.
uniqueResult() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
uniqueResultOptional() - Method in interface org.hibernate.query.Query
Execute the query and return the single result of the query as an instance of Optional.
uniqueResultOptional() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the single result of the query, as an Optional.
uniqueResultOptional() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
UNKNOWN - org.hibernate.boot.model.TruthValue
 
UNKNOWN - org.hibernate.engine.jdbc.env.spi.SQLStateType
It is unknown.
UNKNOWN - org.hibernate.engine.jdbc.spi.TypeNullability
It is unknown if the data type accepts nulls
UNKNOWN - org.hibernate.procedure.spi.ParameterStrategy
We do not (yet) know
UNKNOWN - Static variable in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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.
UnknownBasicJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
AbstractBasicTypeDescriptor adapter for cases where we do not know a proper JavaType for a given Java type.
UnknownBasicJavaType(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
UnknownBasicJavaType(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
UnknownBasicJavaType(Type, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
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) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
UnknownEntityTypeException(String, Throwable) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
UnknownNamedQueryException - Exception in org.hibernate.query
Indicates a request for a named-query when no query is registered under that name
UnknownNamedQueryException(String) - Constructor for exception org.hibernate.query.UnknownNamedQueryException
 
UnknownParameterException - Exception in org.hibernate.query
Indicates an attempt to find an unknown query parameter or an attempt to bind a value to an unknown query 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
Indicates a request for named ResultSet mapping which could not be found
UnknownSqlResultSetMappingException(String) - Constructor for exception org.hibernate.query.UnknownSqlResultSetMappingException
 
unknownSubPath(SqmPath, String) - Static method in exception org.hibernate.query.sqm.UnknownPathException
 
UnknownTableReferenceException - Exception in org.hibernate.sql.ast.tree.from
Thrown when a TableReference cannot be resolved for a table-name.
UnknownTableReferenceException(String, String) - Constructor for exception org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
 
unknownUnwrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
unknownUnwrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
unknownUnwrap(Class<?>, Class<?>, T) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
 
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.AbstractClassJavaType
 
unknownWrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
unknownWrap(Class<?>, Class<?>, T) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
 
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
 
UNMAPPED_POLYMORPHISM - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
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
If the given object is not a proxy, return it.
unproxy(T, Class<T>) - Static method in class org.hibernate.Hibernate
If the given object is not a proxy, cast it to the given type, and return it.
unproxyAndReassociate(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Possibly unproxy the given reference and reassociate it with the current session.
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() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
unsetSession() - Method in interface org.hibernate.proxy.LazyInitializer
Unset this initializer's reference to session.
unsetSession(SharedSessionContractImplementor) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
unsetSession(SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassociate this collection from the given session.
UnstructuredCacheEntry - Class in org.hibernate.cache.spi.entry
Unstructured CacheEntry format (used to store entities and collections).
UNSUPPORTED - org.hibernate.dialect.NationalizationSupport
The database does not even have support for nationalized character data.
UnsupportedLockAttemptException - Exception in org.hibernate
This exception is thrown when an invalid LockMode is selected for an entity.
UnsupportedLockAttemptException(String) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedLockAttemptException(String, Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedLockAttemptException(Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedMappingException - Exception in org.hibernate.metamodel
 
UnsupportedMappingException(String) - Constructor for exception org.hibernate.metamodel.UnsupportedMappingException
 
UnsupportedOrmXsdVersionException - Exception in org.hibernate.boot
 
UnsupportedOrmXsdVersionException(String, Origin) - Constructor for exception org.hibernate.boot.UnsupportedOrmXsdVersionException
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
unwrap(char[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
unwrap(C, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
unwrap(Boolean, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
unwrap(Byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
unwrap(Byte, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
unwrap(Character[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
unwrap(Character, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
unwrap(Class<T>) - Method in interface org.hibernate.service.spi.Wrapped
Unproxy the service proxy
unwrap(Class, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
 
unwrap(Double, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
unwrap(Float, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
unwrap(Integer, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
unwrap(Long, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
unwrap(Object[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
unwrap(Object, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectJavaType
 
unwrap(Object, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
 
unwrap(Short, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
unwrap(String, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
unwrap(BigDecimal, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
unwrap(BigInteger, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
unwrap(InetAddress, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
unwrap(URL, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
unwrap(Blob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
unwrap(Clob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
unwrap(NClob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
unwrap(Duration, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
unwrap(Instant, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
unwrap(LocalDate, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
unwrap(LocalDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
unwrap(LocalTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
unwrap(OffsetDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
unwrap(OffsetTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
unwrap(Year, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
unwrap(ZonedDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
unwrap(ZoneId, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
unwrap(ZoneOffset, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
unwrap(Currency, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
unwrap(Date, Class, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
unwrap(Date, Class, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
unwrap(Date, Class, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
unwrap(Locale, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
 
unwrap(Map.Entry, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
unwrap(Map<?, ?>, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
unwrap(TimeZone, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
unwrap(UUID, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaType
Unwrap an instance of our handled Java type into the requested type.
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
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 annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
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(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
update(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
update(Object) - Method in interface org.hibernate.Session
Deprecated.
update(Object) - Method in interface org.hibernate.StatelessSession
Update a row.
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, Object[], Object[], Object, boolean[], int, Object, Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
update(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
update(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
update(String, Object) - Method in interface org.hibernate.Session
update(String, Object) - Method in interface org.hibernate.StatelessSession
Update a row.
update(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been updated (beforeQuery the transaction completes), instead of calling evict().
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been updated (beforeQuery the transaction completes), instead of calling evict().
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
Update - Class in org.hibernate.sql
An SQL UPDATE statement
Update(Dialect) - Constructor for class org.hibernate.sql.Update
 
UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
UPDATE - org.hibernate.boot.SchemaAutoTooling
Update (alter) the schema on SessionFactory startup.
UPDATE - org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
 
UPDATE - org.hibernate.engine.spi.CachedNaturalIdValueSource
 
UPDATE - org.hibernate.sql.ast.Clause
The update clause
UPDATE - org.hibernate.tool.schema.Action
"update" (Hibernate only) - update (alter) the database schema
UPDATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / update
UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
UPDATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
UPDATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
UPDATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
UPDATE() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
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(boolean, Map<String, CteStatement>, NamedTableReference, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement(CteContainer, NamedTableReference, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement(NamedTableReference, List<Assignment>, Predicate) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement(NamedTableReference, 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(NamedTableReference) - 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).
UPGRADE_NOWAIT - org.hibernate.LockMode
Attempt to obtain an upgrade lock, using an Oracle-style select for update nowait.
UPGRADE_SKIPLOCKED - org.hibernate.LockMode
Attempt to obtain an upgrade lock, using an Oracle-style select for update skip locked.
upper(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
upper(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
UPPER - org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
The identifier is stored in upper case.
URL - org.hibernate.boot.jaxb.SourceType
 
URL - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies the JDBC connection URL.
URL - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping URL to JDBC VARCHAR.
UrlJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for URL handling.
UrlJavaType() - Constructor for class org.hibernate.type.descriptor.java.UrlJavaType
 
usage - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
usage - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
usage - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
usage() - Method in annotation type org.hibernate.annotations.Cache
The concurrency strategy chosen.
USE_DIRECT_REFERENCE_CACHE_ENTRIES - Static variable in interface org.hibernate.cfg.AvailableSettings
Enable direct storage of entity references into the second level cache when applicable.
USE_ENTITY_WHERE_CLAUSE_FOR_COLLECTIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
The Where annotation specifies a restriction on the table rows which are visible as entity class instances or collection elements.
USE_GET_GENERATED_KEYS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies that generated primary keys may be retrieved using the JDBC 3 Statement.getGeneratedKeys() operation.
USE_IDENTIFIER_ROLLBACK - Static variable in interface org.hibernate.cfg.AvailableSettings
 
USE_MINIMAL_PUTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Optimize interaction with the second-level cache to minimize writes, at the cost of more frequent database reads.
USE_NATIONALIZED_CHARACTER_DATA - Static variable in interface org.hibernate.cfg.AvailableSettings
By default, Hibernate maps character data represented by Strings and Clobs to the JDBC types Types.VARCHAR and Types.CLOB.
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
When enabled, specifies that property access should be optimized via the use of generated bytecode.
USE_SCROLLABLE_RESULTSET - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that JDBC scrollable ResultSets may be used.
USE_SECOND_LEVEL_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that the second-level cache may be used.
USE_SQL_COMMENTS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies that comments should be added to the generated SQL.
USE_STRUCTURED_CACHE - Static variable in interface org.hibernate.cfg.AvailableSettings
Enables the 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
 
useImpliedTypeIfPossible(BasicValuedMapping, BasicValuedMapping) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
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
 
useJpaCompliantCreation() - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer.LifecycleOptions
 
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.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.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
Specifies the database user to use when connecting via JDBC.
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() - Method in annotation type org.hibernate.annotations.CompositeTypeRegistration
 
UserType<J> - Interface in org.hibernate.usertype
This interface should be implemented by user-defined "types".
UserTypeLegacyBridge - Class in org.hibernate.usertype
Convenience UserType implementation to mimic the legacy `@Type` annotation which based on the hbm.xml mapping's String-based type support
UserTypeLegacyBridge() - Constructor for class org.hibernate.usertype.UserTypeLegacyBridge
 
UserTypeLegacyBridge(String) - Constructor for class org.hibernate.usertype.UserTypeLegacyBridge
 
UserTypeSupport<T> - Class in org.hibernate.usertype
 
UserTypeSupport(Class<?>, int) - Constructor for class org.hibernate.usertype.UserTypeSupport
 
UserVersionType<T> - 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 class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
useStreamForLobBinding() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Should streams be used for binding LOB values.
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.HANACloudColumnStoreDialect
Deprecated.
 
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(Object...) - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
using(Object...) - Method in interface org.hibernate.NaturalIdLoadAccess
Set multiple natural-id attribute values at once.
using(String, Object) - Method in class org.hibernate.loader.access.NaturalIdLoadAccessImpl
 
using(String, Object) - Method in interface org.hibernate.NaturalIdLoadAccess
Add a NaturalId attribute value.
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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
uuid() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
UUID - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type UUID.
UUID - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC UUID which maps to a native UUID SQL type if possible and falls back to BINARY.
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
Deprecated.
 
UUID_GEN_STRATEGY_CLASS - Static variable in class org.hibernate.id.UUIDGenerator
Deprecated.
 
UUIDGenerationStrategy - Interface in org.hibernate.id
Deprecated.
UuidGenerator - Class in org.hibernate.id.uuid
UUID-based IdentifierGenerator
UuidGenerator - Annotation Type in org.hibernate.annotations
Specifies that an entity identifier is generated as an RFC 4122 UUID.
UuidGenerator(UuidGenerator, Member, CustomIdGeneratorCreationContext) - Constructor for class org.hibernate.id.uuid.UuidGenerator
 
UUIDGenerator - Class in org.hibernate.id
Deprecated.
UUIDGenerator() - Constructor for class org.hibernate.id.UUIDGenerator
Deprecated.
 
UuidGenerator.Style - Enum in org.hibernate.annotations
 
UUIDHexGenerator - Class in org.hibernate.id
uuid
UUIDHexGenerator() - Constructor for class org.hibernate.id.UUIDHexGenerator
 
UUIDJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for UUID handling.
UUIDJavaType() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType
 
UUIDJavaType.NoDashesStringTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDJavaType.PassThroughTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDJavaType.ToBytesTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDJavaType.ToStringTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDJavaType.ValueTransformer - Interface in org.hibernate.type.descriptor.java
 
UUIDJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for UUID and the UUID SQL data type.
UUIDJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 

V

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() - Method in interface org.hibernate.query.spi.QueryParameterBindings
Validate the bindings.
validate(int, int) - Method in class org.hibernate.boot.model.relational.Sequence
 
validate(List<? extends SqmTypedNode<?>>, String, QueryEngine) - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
Perform validation that may be done using the SqmTypedNode tree and assigned Java types.
validate(List<? extends SqmTypedNode<?>>, String, QueryEngine) - Method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
We do an initial validation phase with just the SQM tree, even though we don't have all typing information available here (in particular, we don't have the final JDBC type codes for things with converters) because this is the phase that is run at startup for named queries, and can be done in an IDE.
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(BindableType<?>, Object, TemporalType, SessionFactoryImplementor) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
 
validate(BindableType<?>, Object, SessionFactoryImplementor) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
 
validate(QueryEngine) - Method in interface org.hibernate.query.named.NamedQueryMemento
 
VALIDATE - org.hibernate.boot.SchemaAutoTooling
Validate the schema on SessionFactory startup.
VALIDATE - org.hibernate.tool.schema.Action
"validate" (Hibernate only) - validate the database schema
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
validateFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
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
validateProxyability(PersistentClass) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
validateQueryStructureAndFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
validateQueryStructureAndFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
validateQueryStructureAndFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo, boolean) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
validateSqlTypes(List<? extends SqlAstNode>, String) - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
Perform validation that requires the SqlAstNode tree and assigned JDBC types.
validateSqlTypes(List<? extends SqlAstNode>, String) - Method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
This is the final validation phase with the fully-typed SQL nodes.
ValidationMode - Enum in org.hibernate.cfg.beanvalidation
Duplicates the jakarta.validation enum (because javax validation might not be on the runtime classpath)
value - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
value - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
 
value - Variable in class org.hibernate.cfg.FkSecondPass
 
value() - Method in annotation type org.hibernate.annotations.AnyDiscriminator
The simplified discriminator value mapping
value() - Method in annotation type org.hibernate.annotations.AnyDiscriminatorValues
The individual value mappings
value() - Method in annotation type org.hibernate.annotations.AnyKeyJavaClass
The Java Class
value() - Method in annotation type org.hibernate.annotations.AnyKeyJavaType
The type descriptor to use
value() - Method in annotation type org.hibernate.annotations.AnyKeyJdbcType
The descriptor to use for the key column
value() - Method in annotation type org.hibernate.annotations.AnyKeyJdbcTypeCode
The code for the descriptor to use for the key column
value() - Method in annotation type org.hibernate.annotations.AttributeAccessor
value() - Method in annotation type org.hibernate.annotations.Cascade
The cascade value.
value() - Method in annotation type org.hibernate.annotations.CollectionIdJavaType
The descriptor to use for the id column
value() - Method in annotation type org.hibernate.annotations.CollectionIdJdbcType
The descriptor to use for the mapped column
value() - Method in annotation type org.hibernate.annotations.CollectionIdJdbcTypeCode
The code for the descriptor to use for the collection-id column
value() - Method in annotation type org.hibernate.annotations.CollectionIdMutability
The MutabilityPlan implementation
value() - Method in annotation type org.hibernate.annotations.CollectionIdType
The custom type implementor class
value() - Method in annotation type org.hibernate.annotations.CollectionTypeRegistrations
The individual CollectionTypeRegistration
value() - Method in annotation type org.hibernate.annotations.ColumnDefault
The DEFAULT value to use in generated DDL.
value() - Method in annotation type org.hibernate.annotations.ColumnTransformers
The aggregated transformers.
value() - Method in annotation type org.hibernate.annotations.Comment
The comment string.
value() - Method in annotation type org.hibernate.annotations.CompositeType
The custom type implementor class
value() - Method in annotation type org.hibernate.annotations.CompositeTypeRegistrations
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.Checks
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefaults
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormulas
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefOverrides
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterOverrides
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.Formulas
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumns
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormulas
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBys
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.OverridesAnnotation
The class of the annotation that is overridden.
value() - Method in annotation type org.hibernate.annotations.DialectOverride.Wheres
 
value() - Method in annotation type org.hibernate.annotations.DiscriminatorFormula
The formula string.
value() - Method in annotation type org.hibernate.annotations.DynamicInsert
Deprecated.
When false, this annotation has no effect.
value() - Method in annotation type org.hibernate.annotations.DynamicUpdate
Deprecated.
When false, this annotation has no effect.
value() - Method in annotation type org.hibernate.annotations.EmbeddableInstantiator
 
value() - Method in annotation type org.hibernate.annotations.EmbeddableInstantiatorRegistrations
 
value() - Method in annotation type org.hibernate.annotations.Fetch
The method that should be used to fetch the association.
value() - Method in annotation type org.hibernate.annotations.FetchProfiles
The aggregated fetch profiles.
value() - Method in annotation type org.hibernate.annotations.FilterDefs
The aggregated filter definitions.
value() - Method in annotation type org.hibernate.annotations.FilterJoinTables
The aggregated filters.
value() - Method in annotation type org.hibernate.annotations.Filters
The aggregated filters.
value() - Method in annotation type org.hibernate.annotations.Formula
The formula, written in native SQL.
value() - Method in annotation type org.hibernate.annotations.Generated
Specifies the events that cause the value to be generated by the database.
value() - Method in annotation type org.hibernate.annotations.GeneratedColumn
The expression to include in the generated DDL.
value() - Method in annotation type org.hibernate.annotations.GenericGenerators
The aggregated generators.
value() - Method in annotation type org.hibernate.annotations.IdGeneratorType
The IdentifierGenerator being configured
value() - Method in annotation type org.hibernate.annotations.JavaType
The BasicJavaType to use for the mapped column
value() - Method in annotation type org.hibernate.annotations.JavaTypeRegistrations
 
value() - Method in annotation type org.hibernate.annotations.JdbcType
The JdbcType to use for the mapped column
value() - Method in annotation type org.hibernate.annotations.JdbcTypeCode
The standard JDBC Types code or a custom code.
value() - Method in annotation type org.hibernate.annotations.JdbcTypeRegistration
The descriptor to register
value() - Method in annotation type org.hibernate.annotations.JdbcTypeRegistrations
 
value() - Method in annotation type org.hibernate.annotations.JoinColumnsOrFormulas
A list of columns and formulas to use in the join condition.
value() - Method in annotation type org.hibernate.annotations.JoinFormula
The formula, in native SQL.
value() - Method in annotation type org.hibernate.annotations.LazyCollection
The laziness option for the collection.
value() - Method in annotation type org.hibernate.annotations.LazyGroup
 
value() - Method in annotation type org.hibernate.annotations.LazyToOne
Specify the laziness option.
value() - Method in annotation type org.hibernate.annotations.ListIndexBase
The list index base.
value() - Method in annotation type org.hibernate.annotations.ListIndexJavaType
The descriptor to use for the list-index
value() - Method in annotation type org.hibernate.annotations.ListIndexJdbcType
The descriptor to use for the list-index column
value() - Method in annotation type org.hibernate.annotations.ListIndexJdbcTypeCode
The code for the descriptor to use for the list-index column
value() - Method in annotation type org.hibernate.annotations.MapKeyCompositeType
The custom type implementor class
value() - Method in annotation type org.hibernate.annotations.MapKeyJavaType
The descriptor to use for the map-key column
value() - Method in annotation type org.hibernate.annotations.MapKeyJdbcType
The descriptor to use for the map-key column
value() - Method in annotation type org.hibernate.annotations.MapKeyJdbcTypeCode
The code for the descriptor to use for the map-key column
value() - Method in annotation type org.hibernate.annotations.MapKeyMutability
The MutabilityPlan implementation
value() - Method in annotation type org.hibernate.annotations.MapKeyType
The custom type implementor class
value() - Method in annotation type org.hibernate.annotations.Mutability
A class implementing MutabilityPlan.
value() - Method in annotation type org.hibernate.annotations.NamedNativeQueries
The grouping of Hibernate named native SQL queries.
value() - Method in annotation type org.hibernate.annotations.NamedQueries
The grouping of named queries.
value() - Method in annotation type org.hibernate.annotations.Parameter
The parameter value.
value() - Method in annotation type org.hibernate.annotations.RowId
Specifies the rowid identifier.
value() - Method in annotation type org.hibernate.annotations.SelectBeforeUpdate
Deprecated.
When false, this annotation has no effect.
value() - Method in annotation type org.hibernate.annotations.SortComparator
A class which implements Comparator<E> where E is the element type.
value() - Method in annotation type org.hibernate.annotations.Source
How is the timestamp generated? Default is a JVM generated value.
value() - Method in annotation type org.hibernate.annotations.Subselect
The query.
value() - Method in annotation type org.hibernate.annotations.Synchronize
Table names.
value() - Method in annotation type org.hibernate.annotations.Tables
The table grouping.
value() - Method in annotation type org.hibernate.annotations.Target
The target entity type.
value() - Method in annotation type org.hibernate.annotations.TimeZoneStorage
The storage strategy for the time zone information.
value() - Method in annotation type org.hibernate.annotations.Type
The custom type implementor class
value() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
value() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
value() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
value(Expression) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
value(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
value(Expression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(Expression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
value(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
value(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
value(JpaExpression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
value(JpaExpression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaInPredicate
Add to list of values to be tested against.
value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(JpaExpression<? 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.SqmInSubQueryPredicate
 
value(SqmExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
value(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(T) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(T, SqmExpression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
Value - Interface in org.hibernate.mapping
A value is anything that is persisted by value, instead of by reference.
VALUE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VALUE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
VALUE() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
VALUE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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.
VALUE_FUNCTION_ON_NON_MAP - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
ValueAccess - Interface in org.hibernate.metamodel.spi
Provides access to the values for a managed type (currently just embeddables).
ValueBinder<X> - Interface in org.hibernate.type.descriptor
Contract for binding values to a PreparedStatement.
ValueBindJpaCriteriaParameter<T> - Class in org.hibernate.query.sqm.tree.expression
It is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND
ValueBindJpaCriteriaParameter(BindableType<T>, T, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
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.annotations.TimeZoneStorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.UuidGenerator.Style
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.PostgreSQLDriverKind
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.dialect.SelectItemReferenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.temptable.TemporaryTableKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.TimeZoneSupport
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.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.procedure.spi.ParameterStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.criteria.ValueHandlingMode
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.sqm.BinaryArithmeticOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.CastType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.ConstructorEntityArgumentMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.DynamicInstantiationNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.FetchClauseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.FrameExclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.FrameKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.FrameMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.function.FunctionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.IntervalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.NullOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.NullPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.produce.function.FunctionParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.SetOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.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.TemporalUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.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.sqm.TrimSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.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.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.ModifiedSubQueryExpression.Modifier
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.results.spi.ListResultsConsumer.UniqueSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.TimeZoneStorageStrategy
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.tool.schema.UniqueConstraintSchemaUpdateStrategy
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.
valueOf(FetchTiming, FetchStyle) - Static method in interface org.hibernate.sql.results.graph.FetchOptions
 
values - Variable in class org.hibernate.collection.spi.PersistentIdentifierBag
 
values - Variable in class org.hibernate.sql.InFragment
 
values() - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CacheModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.GenerationTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyCollectionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyToOneOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.NotFoundAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.PolymorphismType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.TimeZoneStorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.UuidGenerator.Style
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() - Method in class org.hibernate.collection.spi.PersistentMap
 
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.PostgreSQLDriverKind
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.dialect.SelectItemReferenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.temptable.TemporaryTableKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.TimeZoneSupport
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.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() - Method in class org.hibernate.event.spi.MergeContext
Returns an unmodifiable Set view of managed entities contained in this MergeContext.
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() - Method in class org.hibernate.grammars.hql.HqlParser
 
values() - 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.procedure.spi.ParameterStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.proxy.map.MapProxy
 
values() - Static method in enum org.hibernate.query.criteria.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.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.sqm.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.sqm.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.sqm.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.sqm.ConstructorEntityArgumentMode
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.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.sqm.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.sqm.FrameExclusion
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.FrameKind
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.FrameMode
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.function.FunctionKind
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.IntervalType
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.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.sqm.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.sqm.produce.function.FunctionParameterType
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.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.sqm.SortOrder
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.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() - Static method in enum org.hibernate.query.sqm.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.sqm.tree.expression.SqmModifiedSubQueryExpression.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.sqm.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.sqm.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.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.ModifiedSubQueryExpression.Modifier
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() - 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() - 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.TimeZoneStorageStrategy
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.tool.schema.UniqueConstraintSchemaUpdateStrategy
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.
values(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
values(C) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
values(C) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
values(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
values(M) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
values(T...) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
values(T...) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
Values - Class in org.hibernate.sql.ast.tree.insert
 
Values() - Constructor for class org.hibernate.sql.ast.tree.insert.Values
 
Values(List<Expression>) - Constructor for class org.hibernate.sql.ast.tree.insert.Values
 
VALUES - org.hibernate.sql.ast.Clause
The values clause
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.NakedIdentifierContext
 
VALUES() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
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
 
ValuesTableGroup - Class in org.hibernate.sql.ast.tree.from
A special table group for a VALUES clause.
ValuesTableGroup(NavigablePath, TableGroupProducer, List<Values>, String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
ValuesTableReference - Class in org.hibernate.sql.ast.tree.from
 
ValuesTableReference(List<Values>, String, List<String>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.ValuesTableReference
 
ValueVisitor - Interface in org.hibernate.mapping
 
VARBINARY - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARBINARY.
VarbinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for VARBINARY handling.
VarbinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
VarbinaryJdbcType(boolean) - Constructor for class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
VARCHAR - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARCHAR.
VarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for VARCHAR handling.
VarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser
 
VariableContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.VariableContext
 
variance() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Warning: the semantics of this function are inconsistent between DBs.
varPopSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
varPopSamp_varp() - 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
 
verifyResultType(Class<T>, SqmExpressible<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
verifyStarted() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
version - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
version - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
 
version - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
 
Version - Class in org.hibernate
Information about the version of Hibernate.
VERSION - org.hibernate.annotations.OptimisticLockType
Perform optimistic locking using a dedicated version column.
VERSION - org.hibernate.engine.OptimisticLockStyle
use a dedicated version column
VERSION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VERSION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
VERSION() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
VERSION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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() - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
 
versioned() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
versioned(boolean) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
 
versioned(boolean) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
VERSIONED - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VERSIONED - Static variable in class org.hibernate.grammars.hql.HqlParser
 
VERSIONED() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
VERSIONED() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
VersionJavaType<T> - Interface in org.hibernate.type.descriptor.java
Additional contract for types which may be used to version (and optimistic lock) data.
VersionProperty - Class in org.hibernate.tuple.entity
Represents a version property within the Hibernate runtime-metamodel.
VersionProperty(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.VersionProperty
Constructs VersionProperty instances.
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
An object that can extract the name of a violated database constraint from a SQLException that results from the 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.
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().
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableReference
 
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().
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - 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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitAny(Any) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitAny(Any) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitAssignment(Assignment) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
visitAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Visit attributes defined on this class and any supers
visitAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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<? 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<? super PersistentAttribute<J, ?>>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
visitAttributes(Consumer<? super PersistentAttribute<J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
visitAttributes(Consumer<? super PersistentAttribute<T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
visitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
visitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
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(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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.dialect.DerbySqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.booleanLiteral().
visitBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.booleanLiteral().
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) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCaseSearchedExpression(CaseSearchedExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCaseSearchedExpression(CaseSearchedExpression, boolean) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitCaseSearchedExpression(CaseSearchedExpression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCaseSimpleExpression(CaseSimpleExpression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
visitCoalesce(SqmCoalesce<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCoalesce(SqmCoalesce<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCoalesce(SqmCoalesce<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCollateFunction(HqlParser.CollateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collateFunction().
visitCollateFunction(HqlParser.CollateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collateFunction().
visitCollation(HqlParser.CollationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collation().
visitCollation(HqlParser.CollationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collation().
visitCollation(SqmCollation) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCollation(SqmCollation) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCollation(SqmCollation) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCollation(Collation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCollation(Collation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCollation(Collation) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCollation(Collation) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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
 
visitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collectionFunctionMisuse().
visitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collectionFunctionMisuse().
visitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collectionSizeFunction().
visitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collectionSizeFunction().
visitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collectionValueNavigablePath().
visitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collectionValueNavigablePath().
visitColumnReference(ColumnReference) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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
 
visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
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().
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitConversion(Conversion) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitConvertedQueryLiteral(ConvertedQueryLiteral<?, ?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitConvertedQueryLiteral(ConvertedQueryLiteral<?, ?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitConvertedQueryLiteral(ConvertedQueryLiteral<?, ?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitConvertedQueryLiteral(ConvertedQueryLiteral<?, ?>) - 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
 
visitCorrelation(SqmCorrelation<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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(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.dialect.DerbySqlAstTranslator
 
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<? super PersistentAttribute<J, ?>>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
visitDeclaredAttributes(Consumer<? super PersistentAttribute<J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
visitDeclaredAttributes(Consumer<? super 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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitDistinct(Distinct) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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().
visitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
visitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
visitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitDurationUnit(DurationUnit) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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
 
visitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.elementAggregateFunction().
visitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.elementAggregateFunction().
visitElementAggregateFunction(SqmElementAggregateFunction<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitElementAggregateFunction(SqmElementAggregateFunction<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitElementAggregateFunction(SqmElementAggregateFunction<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitElements(CE, Consumer<? super E>) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Visit the elements of the collection
visitElements(Collection<E>, Consumer<? super E>) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
 
visitElements(MKV, Consumer<? super V>) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
visitElements(SE, Consumer<? super E>) - Method in class org.hibernate.collection.spi.AbstractSetSemantics
 
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
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
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().
visitEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityWithJoins().
visitEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityWithJoins().
visitEntries(MKV, BiConsumer<? super K, ? super V>) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
visitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
visitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitExistsPredicate(ExistsPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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().
visitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.expressionOrPredicate().
visitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.expressionOrPredicate().
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitExtractUnit(ExtractUnit) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in interface org.hibernate.query.results.FetchBuilder
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in interface org.hibernate.query.results.ResultBuilder
 
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().
visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitFilterPredicate(FilterPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFkExpression(SqmFkExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFkExpression(SqmFkExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFkExpression(SqmFkExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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
 
visitFrameClause(HqlParser.FrameClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.frameClause().
visitFrameClause(HqlParser.FrameClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.frameClause().
visitFrameEnd(HqlParser.FrameEndContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.frameEnd().
visitFrameEnd(HqlParser.FrameEndContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.frameEnd().
visitFrameExclusion(HqlParser.FrameExclusionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.frameExclusion().
visitFrameExclusion(HqlParser.FrameExclusionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.frameExclusion().
visitFrameStart(HqlParser.FrameStartContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.frameStart().
visitFrameStart(HqlParser.FrameStartContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.frameStart().
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitFromClause(FromClause) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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
 
visitFunction(SqmFunction<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.functionArgument().
visitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.functionArgument().
visitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
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().
visitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
visitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
visitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitFunctionTableReference(FunctionTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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().
visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
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().
visitGenericFunction(HqlParser.GenericFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.genericFunction().
visitGenericFunction(HqlParser.GenericFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.genericFunction().
visitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.genericFunctionArguments().
visitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.genericFunctionArguments().
visitGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.genericFunctionName().
visitGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.genericFunctionName().
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().
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(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(QuerySpec, SelectItemReferenceStrategy) - 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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitGroupedPredicate(GroupedPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
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
 
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().
visitIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
visitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
visitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.indexAggregateFunction().
visitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.indexAggregateFunction().
visitIndexAggregateFunction(SqmIndexAggregateFunction<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitIndexAggregateFunction(SqmIndexAggregateFunction<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitIndexAggregateFunction(SqmIndexAggregateFunction<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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
 
visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
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(SqmInListPredicate<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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(BiConsumer<Assignable, List<ColumnReference>>, SqmInsertStatement<?>, EntityPersister, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitInsertStatement(InsertStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitInsertStatement(InsertStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
visitInstantiation(HqlParser.InstantiationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiation().
visitInstantiation(HqlParser.InstantiationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiation().
visitInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiationArgument().
visitInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiationArgument().
visitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiationArgumentExpression().
visitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiationArgumentExpression().
visitInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiationArguments().
visitInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiationArguments().
visitInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiationTarget().
visitInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiationTarget().
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(SqmInSubQueryPredicate<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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
 
visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
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
 
visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
visitJoin(HqlParser.JoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.join().
visitJoin(HqlParser.JoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.join().
visitJoinPath(HqlParser.JoinPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.joinPath().
visitJoinPath(HqlParser.JoinPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.joinPath().
visitJoinRestriction(HqlParser.JoinRestrictionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.joinRestriction().
visitJoinRestriction(HqlParser.JoinRestrictionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.joinRestriction().
visitJoinType(HqlParser.JoinTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.joinType().
visitJoinType(HqlParser.JoinTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.joinType().
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitJunction(Junction) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitJunction(Junction) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitJunctionPredicate(SqmJunctionPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitJunctionPredicate(SqmJunctionPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitJunctionPredicate(SqmJunctionPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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 class org.hibernate.collection.spi.AbstractMapSemantics
 
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
 
visitLegacyFetchBuilders(Consumer<DynamicFetchBuilderLegacy>) - Method in interface org.hibernate.query.results.ResultSetMapping
 
visitLegacyFetchBuilders(Consumer<DynamicFetchBuilderLegacy>) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
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(SqmLikePredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
visitListaggFunction(HqlParser.ListaggFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.listaggFunction().
visitListaggFunction(HqlParser.ListaggFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.listaggFunction().
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(OrderingParser.LiteralContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.literal().
visitLiteral(OrderingParser.LiteralContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.literal().
visitLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
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().
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().
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().
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
 
visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
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().
visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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().
visitNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nakedIdentifier().
visitNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nakedIdentifier().
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
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitNamedTableReference(NamedTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitNegatedPredicate(NegatedPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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.orderedQuery().
visitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.orderedQuery().
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
visitNestedTopLevelPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitNestedTopLevelPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
visitNestedTopLevelPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
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
 
visitNthSideClause(HqlParser.NthSideClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nthSideClause().
visitNthSideClause(HqlParser.NthSideClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nthSideClause().
visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitNullnessPredicate(NullnessPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitNullsClause(HqlParser.NullsClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nullsClause().
visitNullsClause(HqlParser.NullsClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nullsClause().
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().
visitNumericLiteral(HqlParser.NumericLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.numericLiteral().
visitNumericLiteral(HqlParser.NumericLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.numericLiteral().
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().
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.dialect.TiDBSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitOffsetFetchClause(QueryPart) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.onOverflowClause().
visitOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.onOverflowClause().
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
 
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().
visitOver(SqmOver<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitOver(SqmOver<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitOver(SqmOver<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOver(Over<?>) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitOver(Over<?>) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitOverClause(List<Expression>, List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOverClause(List<Expression>, List<SortSpecification>, FrameMode, FrameKind, Expression, FrameKind, Expression, FrameExclusion, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOverClause(HqlParser.OverClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overClause().
visitOverClause(HqlParser.OverClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overClause().
visitOverflow(SqmOverflow<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitOverflow(SqmOverflow<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitOverflow(SqmOverflow<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitOverflow(Overflow) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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
 
visitPartitionClause(HqlParser.PartitionClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.partitionClause().
visitPartitionClause(HqlParser.PartitionClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.partitionClause().
visitPartitionExpressions(List<Expression>, Function<Expression, Expression>, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitPartitionExpressions(List<Expression>, SelectItemReferenceStrategy) - 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().
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
 
visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - 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().
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
 
visitQuery(HqlParser.QueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.query().
visitQuery(HqlParser.QueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.query().
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.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(QueryGroup) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitQueryPartTableReference(QueryPartTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitQueryReturnType(SqmQueryPart<R>, Class<R>, SessionFactoryImplementor) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Used during handling of Criteria queries
visitQuerySpaces(Consumer<String>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
visitQuerySpaces(Consumer<String>) - Method in interface org.hibernate.persister.entity.EntityPersister
 
visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.dialect.SybaseSqmToSqlAstConverter
 
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.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(QuerySpec) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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.orderedQuery().
visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
visitQuerySpecs(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
visitQuerySpecs(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
visitQuerySpecs(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitRelationalPredicate(ComparisonPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitRelationalPredicate(ComparisonPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitResultBuilders(BiConsumer<Integer, ResultBuilder>) - Method in interface org.hibernate.query.results.ResultSetMapping
 
visitResultBuilders(BiConsumer<Integer, ResultBuilder>) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
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
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().
visitRootEntity(HqlParser.RootEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.rootEntity().
visitRootEntity(HqlParser.RootEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.rootEntity().
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
 
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
 
visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
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.dialect.SpannerSqlAstTranslator
 
visitSelectClause(SelectClause) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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(int, SqmSelection<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSelectStatement(SelectStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSelfInterpretingSqmPath(SelfInterpretingSqmPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSelfInterpretingSqmPath(SelfInterpretingSqmPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSelfInterpretingSqmPath(SelfInterpretingSqmPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
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
 
visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
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().
visitSimplePath(HqlParser.SimplePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.simplePath().
visitSimplePath(HqlParser.SimplePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.simplePath().
visitSimplePathElement(HqlParser.SimplePathElementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.simplePathElement().
visitSimplePathElement(HqlParser.SimplePathElementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.simplePathElement().
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().
visitSortDirection(HqlParser.SortDirectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.sortDirection().
visitSortDirection(HqlParser.SortDirectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.sortDirection().
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(Expression, SortOrder, NullPrecedence) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSortSpecification(SortSpecification) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSortSpecifications(Consumer<SortSpecification>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSqlSelections(SelectClause) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
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
visitSqmQueryMementos(Consumer<NamedSqmQueryMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitStar(Star) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitStar(Star) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitStar(Star) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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
 
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 interface org.hibernate.metamodel.mapping.EntityMappingType
 
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 class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
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
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
visitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
visitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
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.DelegatingTableGroup
 
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.MappedByTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
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
 
visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitTableReferenceJoin(TableReferenceJoin) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTableReferences(Consumer<TableReference>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitTargetEntity(HqlParser.TargetEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.targetEntity().
visitTargetEntity(HqlParser.TargetEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.targetEntity().
visitTargetFields(HqlParser.TargetFieldsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.targetFields().
visitTargetFields(HqlParser.TargetFieldsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.targetFields().
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
visitTerminal(TerminalNode) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
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().
visitToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
visitToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
visitToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.toOneFkReference().
visitToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.toOneFkReference().
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
 
visitTreatedPath(SqmTreatedPath<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTuple(SqlTuple) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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().
visitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the UnaryNumericLiteralExpression labeled alternative in HqlParser.expression().
visitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the UnaryNumericLiteralExpression 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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitUnaryOperationExpression(UnaryOperation) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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 class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
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
 
visitValues(HqlParser.ValuesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQuerypredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameter.
visitValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQuerypredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparameter.
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(List<Values>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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().
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitValuesTableReference(ValuesTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitVariable(HqlParser.VariableContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.variable().
visitVariable(HqlParser.VariableContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.variable().
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(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitWithInferredType(SqmVisitableNode, Supplier<MappingModelExpressible<?>>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitWithInferredType(SqmVisitableNode, Supplier<MappingModelExpressible<?>>) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
visitWithInferredType(SqmVisitableNode, Supplier<MappingModelExpressible<?>>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
Visits the given node with the given inferred type access.
visitWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.withinGroupClause().
visitWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.withinGroupClause().
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().
VM - org.hibernate.annotations.SourceType
Get the timestamp from the current VM.
VM - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
VmValueGeneration - Class in org.hibernate.tuple
A AnnotationValueGeneration which allows to specify the ValueGenerator to be used to determine the value of the annotated property.
VmValueGeneration() - Constructor for class org.hibernate.tuple.VmValueGeneration
 
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.
walkWarnings(SQLWarning, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Generic algorithm to walk the hierarchy of SQLWarnings
WARNING - org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
 
WarningHandlerLoggingSupport() - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
 
wasDereferenced() - Method in class org.hibernate.engine.spi.CollectionEntry
 
wasInitialized() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
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 - org.hibernate.query.sqm.TemporalUnit
Week, defined to mean 7 days when it occurs as a unit of duration, or to mean the ISO ISO-8601 week number when passed to extract().
WEEK - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WEEK - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.NakedIdentifierContext
 
WEEK() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
WEEK_OF_MONTH - org.hibernate.query.sqm.TemporalUnit
The week of the month, where the first day of the month is in week 1, and a new week starts each Sunday.
WEEK_OF_YEAR - org.hibernate.query.sqm.TemporalUnit
The week of the year, where the first day of the year is in week 1, and a new week starts each Sunday.
week_weekofyear() - 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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
when() - Method in annotation type org.hibernate.annotations.GeneratorType
Deprecated.
When to generate the value, either only during insert or during insert and update of the hosting entity.
when(C, Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(C, R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(Expression<? extends C>, Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(Expression<? extends C>, R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(Expression<? extends T>, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(Expression<? extends T>, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(Expression<Boolean>, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
when(Expression<Boolean>, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
when(Expression<Boolean>, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
when(Expression<Boolean>, T) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
when(SqmExpression<T>, SqmExpression<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(SqmPredicate, SqmExpression<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
when(Expression, Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
when(Predicate, Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
when(T, Expression<? extends 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 - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WHEN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WHEN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WHEN() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
WHEN() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
WhenFragment(SqmExpression<T>, SqmExpression<R>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
 
WhenFragment(SqmPredicate, SqmExpression<R>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
 
WhenFragment(Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
 
WhenFragment(Predicate, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
where - Variable in class org.hibernate.sql.Delete
 
where - Variable in class org.hibernate.sql.Update
 
where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
where(Expression<Boolean>) - 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 interface org.hibernate.query.criteria.JpaCriteriaQuery
 
where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
Where - Annotation Type in org.hibernate.annotations
Specifies a restriction written in native SQL to add to the generated SQL when querying an entity or collection.
WHERE - org.hibernate.query.sqm.tree.from.DowncastLocation
 
WHERE - org.hibernate.sql.ast.Clause
 
WHERE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WHERE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WHERE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WHERE() - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
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.QueryContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
WhereClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
whereColumns - Variable in class org.hibernate.sql.Update
 
WhereJoinTable - Annotation Type in org.hibernate.annotations
Specifies a restriction written in native SQL to add to the generated SQL when querying the join table of a collection.
WhereRestrictable - Interface in org.hibernate.metamodel.mapping
Things which can have Where declarations - entities and collections
whereTokens - Variable in class org.hibernate.sql.SimpleSelect
 
WHITESPACE - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
WHITESPACE_CHANNEL - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
WINDOW - org.hibernate.query.sqm.function.FunctionKind
 
WindowFunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
Models a window function expression at the SQL AST level.
windowFunctions() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
with(CacheMode) - Method in interface org.hibernate.IdentifierLoadAccess
Specify the CacheMode to use when retrieving the entity.
with(CacheMode) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
with(CacheMode) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specify the CacheMode 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.IdentifierLoadAccess
 
with(RootGraph<T>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
 
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.IdentifierLoadAccess
 
with(RootGraph<T>, GraphSemantic) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.MultiIdentifierLoadAccess
 
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.IdentifierLoadAccess
Specify the LockOptions to use when retrieving the entity.
with(LockOptions) - Method in class org.hibernate.loader.access.BaseNaturalIdLoadAccessImpl
 
with(LockOptions) - 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(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(LockOptions) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Specify the LockOptions to use when retrieving the entity.
WITH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WITH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
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
 
WITHIN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WITHIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WITHIN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WITHIN() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
WITHIN_GROUP - org.hibernate.sql.ast.Clause
 
withinGroupClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
withinGroupClause() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
withinGroupClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
WithinGroupClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
withKeySelectionMapping(ManagedMappingType, TableGroupProducer, 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.
withName(String) - Method in class org.hibernate.sql.ast.tree.cte.CteTable
 
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 for creating new Sessions with certain customized options.
WITHOUT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WITHOUT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WITHOUT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WITHOUT() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
withReadOnly(boolean) - Method in interface org.hibernate.IdentifierLoadAccess
Specify whether the entity should be loaded in read-only mode.
withReadOnly(boolean) - Method in class org.hibernate.loader.access.IdentifierLoadAccessImpl
 
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.
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 a raw collection in wrapper
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.criteria.HibernateCriteriaBuilder
 
wrap(Expression<Boolean>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
wrap(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
wrap(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
wrap(Blob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Blob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given blob in a serializable wrapper.
wrap(Clob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Clob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given clob in a serializable wrapper.
wrap(NClob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(NClob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given nclob in a serializable wrapper.
wrap(Map<?, ?>) - Static method in class org.hibernate.jpa.HibernatePersistenceProvider
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ArrayType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.BagType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
Wrap the naked collection instance in a wrapper, or instantiate a holder.
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomCollectionType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.IdentifierBagType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ListType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.MapType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SetType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SortedMapType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SortedSetType
 
wrap(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Wrap an instance of a collection
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DbTimestampJavaType
Deprecated.
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
wrap(X, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaType
Wrap a value as our handled Java type.
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
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
 
WrappedNClob - Interface in org.hibernate.engine.jdbc
Contract for NClob wrappers.
WRAPPER_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
Deprecated, for removal: This API element is subject to removal in a future version.
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.
wrapWithQueryString(String) - Method in exception org.hibernate.QueryException
Wraps this exception with another, of same kind, with the specified queryString.
write - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
write() - Method in annotation type org.hibernate.annotations.ColumnTransformer
Custom SQL expression used to write to the column.
write() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Called by any writer method of the collection interface
WRITE - org.hibernate.LockMode
A WRITE lock is obtained when an object is updated or inserted.
writeBoolean(Object, String, boolean, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeBoolean(Object, String, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeByte(Object, String, byte, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeByte(Object, String, byte, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeChar(Object, String, char, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeChar(Object, String, char, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeDouble(Object, String, double, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeDouble(Object, String, double, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeElement(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the element to a JDBC PreparedStatement
writeElementToWhere(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the element to a JDBC PreparedStatement
writeExternal(ObjectOutput) - Method in class org.hibernate.engine.spi.ExecutableList
Write this list out to the given stream as part of serialization
writeFloat(Object, String, float, float) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeFloat(Object, String, float, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeIdentifier(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the identifier to a JDBC PreparedStatement
writeIndex(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the index to a JDBC PreparedStatement
writeIndexToWhere(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the index to a JDBC PreparedStatement
writeInt(Object, String, int, int) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeInt(Object, String, int, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeKey(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Write the key to a JDBC PreparedStatement
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 class org.hibernate.metamodel.model.domain.AbstractManagedType
 
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_FORMAT_MAPPER - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a FormatMapper used for XML serialization and deserialization, either: an instance of FormatMapper, a Class representing a class that implements FormatMapper, the name of a class that implements FormatMapper, or one of the shorthand constants jackson or jaxb.
XML_MAPPING_ENABLED - Static variable in interface org.hibernate.cfg.AvailableSettings
When disabled, specifies that processing of XML-based mappings should be skipped.
XmlAsStringJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for SQLXML and the XML SQL data type.
XmlAsStringJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
XmlJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for SQLXML and the XML SQL data type.
XmlJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
XmlJdbcType.XmlValueBinder<X> - Class in org.hibernate.type.descriptor.jdbc
 
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
An XML document containing O/R mapping metadata, either: a JPA orm.xml file, or a Hibernate .hbm.xml file.
XmlSource(Origin) - Constructor for class org.hibernate.boot.jaxb.spi.XmlSource
 
XmlValueBinder(JavaType<X>, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
 
XOpen - org.hibernate.engine.jdbc.env.spi.SQLStateType
The reported codes follow the X/Open spec
XPROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
XsdDescriptor - Class in org.hibernate.boot.xsd
Representation of a locally resolved XSD

Y

year() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
year() - Method in class org.hibernate.grammars.hql.HqlParser
 
YEAR - org.hibernate.query.sqm.TemporalUnit
Calendar year.
YEAR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
YEAR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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.NakedIdentifierContext
 
YEAR() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
YearContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.YearContext
 
YearJavaType - Class in org.hibernate.type.descriptor.java
Describes the Year Java type
YearJavaType() - Constructor for class org.hibernate.type.descriptor.java.YearJavaType
 
yearMonthDay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Note that we include these for completeness, but since their names collide with the HQL abbreviations for extract(), they can't actually be called from HQL.
yearsMonthsDaysHoursMinutesSecondsBetween() - 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
 
YN_BOOLEAN - org.hibernate.query.sqm.CastType
 

Z

ZERO - Static variable in class org.hibernate.type.descriptor.java.IntegerJavaType
 
ZERO_VERSION - Static variable in class org.hibernate.dialect.SimpleDatabaseVersion
 
ZONE_OFFSET - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZoneOffset to JDBC VARCHAR.
ZONE_TIMESTAMP - org.hibernate.query.sqm.CastType
 
ZONED_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZonedDateTime to JDBC TIMESTAMP_WITH_TIMEZONE or TIMESTAMP depending on the "hibernate.timezone.default_storage" setting.
ZONED_DATE_TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZonedDateTime to JDBC TIMESTAMP_WITH_TIMEZONE.
ZONED_DATE_TIME_WITHOUT_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZonedDateTime to JDBC TIMESTAMP.
ZonedDateTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the ZonedDateTime type.
ZonedDateTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
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
 
ZoneIdJavaType - Class in org.hibernate.type.descriptor.java
Describes the ZoneId Java type
ZoneIdJavaType() - Constructor for class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
ZoneOffsetComparator() - Constructor for class org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
 
ZoneOffsetJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for ZoneOffset handling.
ZoneOffsetJavaType() - Constructor for class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
ZoneOffsetJavaType.ZoneOffsetComparator - Class in org.hibernate.type.descriptor.java
 

_

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