Index

$ 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 and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$$_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_getInstanceId() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
$$_hibernate_getInstanceId() - Method in interface org.hibernate.engine.spi.InstanceIdentity
Retrieve the unique identifier of this 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_setInstanceId(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
$$_hibernate_setInstanceId(int) - Method in interface org.hibernate.engine.spi.InstanceIdentity
Set the value of the unique identifier for this 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_setPersistenceInfo(EntityEntry, ManagedEntity, ManagedEntity, int) - Method in interface org.hibernate.engine.spi.ManagedEntity
Utility method that allows injecting all persistence-related information on the managed entity at once.
$$_hibernate_setPreviousManagedEntity(ManagedEntity) - Method in interface org.hibernate.engine.spi.ManagedEntity
Part of entry linking; sets the previous entry.
$$_hibernate_setUseTracker(boolean) - Method in interface org.hibernate.engine.spi.ManagedEntity
Used to understand if the tracker can be used to detect dirty properties.
$$_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
$$_hibernate_useTracker() - Method in interface org.hibernate.engine.spi.ManagedEntity
Can the tracker be used to detect dirty attributes

A

abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Abort the currently managed batch (if any)
abortBatch(String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
abs(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
abs(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
abs(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ABSENT - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
null values are removed.
ABSENT - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonNullBehavior
 
ABSENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ABSENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ABSENT() - Method in class org.hibernate.grammars.hql.HqlParser.JsonNullClauseContext
 
ABSENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ABSTRACT - Static variable in interface org.hibernate.boot.models.XmlAnnotations
 
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
 
AbstractArrayContainsFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_contains function.
AbstractArrayContainsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayContainsFunction
 
AbstractArrayFillFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_contains function.
AbstractArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayFillFunction
 
AbstractArrayIncludesFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_includes function.
AbstractArrayIncludesFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayIncludesFunction
 
AbstractArrayIntersectsFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_intersects function.
AbstractArrayIntersectsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayIntersectsFunction
 
AbstractArrayJavaType<T,E> - Class in org.hibernate.type.descriptor.java
 
AbstractArrayJavaType(Class, JavaType, MutabilityPlan) - Constructor for class org.hibernate.type.descriptor.java.AbstractArrayJavaType
 
AbstractArrayPositionFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_position functions.
AbstractArrayPositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayPositionFunction
 
AbstractArrayPositionsFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_positions functions.
AbstractArrayPositionsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayPositionsFunction
 
AbstractArrayRemoveFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_remove functions.
AbstractArrayRemoveFunction() - Constructor for class org.hibernate.dialect.function.array.AbstractArrayRemoveFunction
 
AbstractArrayTrimFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_remove functions.
AbstractArrayTrimFunction() - Constructor for class org.hibernate.dialect.function.array.AbstractArrayTrimFunction
 
AbstractAttribute - Class in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement.
AbstractAttribute(String, Type) - Constructor for class org.hibernate.tuple.AbstractAttribute
Deprecated.
 
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) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(Set) - 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
 
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
 
AbstractCastingPostGISJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geometry type
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) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type.
AbstractClassJavaType(Class, MutabilityPlan) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type and mutability plan.
AbstractClassJavaType(Class, MutabilityPlan, Comparator) - 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(PersistentCollection, String, Object, Object) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
Constructs an instance for a stateless session.
AbstractCollectionEvent(CollectionPersister, PersistentCollection, EventSource, Object, Object) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
Constructs an instance for a stateful session.
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
 
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
Base implementation of CommonQueryContract.
AbstractCommonQueryContract(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
 
AbstractCommonQueryContract(AbstractCommonQueryContract) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
 
AbstractCompositionAttribute - Class in org.hibernate.tuple.component
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
AbstractCompositionAttribute(AttributeSource, SessionFactoryImplementor, int, String, CompositeType, int, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.component.AbstractCompositionAttribute
Deprecated.
 
AbstractCurrentSessionContext - Class in org.hibernate.context.spi
Base support for CurrentSessionContext implementors.
AbstractCurrentSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.spi.AbstractCurrentSessionContext
 
AbstractDatabaseOperationEvent - Class in org.hibernate.event.spi
Base for events which denote database operations.
AbstractDatabaseOperationEvent(SharedSessionContractImplementor, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractDataSourceBasedMultiTenantConnectionProviderImpl<T> - 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> - 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 - 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 - 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> - 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> - 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 implementations of SessionFactoryOptions using delegation.
AbstractDelegatingSessionFactoryOptions(SessionFactoryOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
AbstractDelegatingSharedSessionBuilder - 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
 
AbstractDeleteCoordinator - Class in org.hibernate.persister.entity.mutation
Template support for DeleteCoordinator implementations.
AbstractDeleteCoordinator(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
AbstractDiscriminatedEntityResultGraphNode - Class in org.hibernate.sql.results.graph.entity
 
AbstractDiscriminatedEntityResultGraphNode(NavigablePath, DiscriminatedAssociationModelPart, JavaType) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
 
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
AbstractEntityBasedAttribute - Class in org.hibernate.tuple.entity
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
AbstractEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
Deprecated.
 
AbstractEntityDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractEntityDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
AbstractEntityPersister - Class in org.hibernate.persister.entity
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.
AbstractEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.AbstractEntityPersister
 
AbstractEntityPersister.CacheEntryHelper - Interface in org.hibernate.persister.entity
Consolidated these onto a single helper because the 2 pieces work in tandem.
AbstractEntityPersister.MutabilityOrderedTableConsumer - Interface in org.hibernate.persister.entity
Consumer for processing table details.
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
Base class for events which are generated from a Session or StatelessSession.
AbstractEvent(SharedSessionContractImplementor) - Constructor for class org.hibernate.event.spi.AbstractEvent
 
AbstractFetchParent - Class in org.hibernate.sql.results.graph
 
AbstractFetchParent(NavigablePath) - Constructor for class org.hibernate.sql.results.graph.AbstractFetchParent
 
AbstractFetchParent(AbstractFetchParent) - Constructor for class org.hibernate.sql.results.graph.AbstractFetchParent
 
AbstractGeneratedValuesMutationDelegate - Class in org.hibernate.generator.values
 
AbstractGeneratedValuesMutationDelegate(EntityPersister, EventType) - Constructor for class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
 
AbstractGeneratedValuesMutationDelegate(EntityPersister, EventType, boolean, boolean) - Constructor for class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
 
AbstractIdentifier - Class in org.hibernate.envers.boot.model
Base abstract implementation of Identifier.
AbstractIdentifier(String) - Constructor for class org.hibernate.envers.boot.model.AbstractIdentifier
 
AbstractInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
AbstractInterceptor() - 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) - 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) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
 
AbstractJdbcMutation - Class in org.hibernate.sql.model.jdbc
 
AbstractJdbcMutation(TableMapping, MutationTarget, String, boolean, Expectation, List) - Constructor for class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
AbstractJpaSelection<T> - Class in org.hibernate.query.sqm.tree.jpa
Base support for JpaSelection impls.
AbstractJpaSelection(SqmBindableType, 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(SqmBindableType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
AbstractJsonArrayAppendFunction - Class in org.hibernate.dialect.function.json
Standard json_array_append function.
AbstractJsonArrayAppendFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonArrayAppendFunction
 
AbstractJsonArrayInsertFunction - Class in org.hibernate.dialect.function.json
Standard json_array_insert function.
AbstractJsonArrayInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonArrayInsertFunction
 
AbstractJsonFormatMapper - Class in org.hibernate.type.format
 
AbstractJsonFormatMapper() - Constructor for class org.hibernate.type.format.AbstractJsonFormatMapper
 
AbstractJsonInsertFunction - Class in org.hibernate.dialect.function.json
Standard json_insert function.
AbstractJsonInsertFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonInsertFunction
 
AbstractJsonMergepatchFunction - Class in org.hibernate.dialect.function.json
Standard json_mergepatch function.
AbstractJsonMergepatchFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonMergepatchFunction
 
AbstractJsonRemoveFunction - Class in org.hibernate.dialect.function.json
Standard json_remove function.
AbstractJsonRemoveFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonRemoveFunction
 
AbstractJsonReplaceFunction - Class in org.hibernate.dialect.function.json
Standard json_replace function.
AbstractJsonReplaceFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonReplaceFunction
 
AbstractJsonSetFunction - Class in org.hibernate.dialect.function.json
Standard json_set function.
AbstractJsonSetFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.AbstractJsonSetFunction
 
AbstractKeyMapping(List, ModelPart) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping.AbstractKeyMapping
 
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.
AbstractLimitHandler - Class in org.hibernate.dialect.pagination
Default implementation of LimitHandler interface.
AbstractLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractLimitHandler
 
AbstractMapSemantics<MKV,K,V> - Class in org.hibernate.collection.spi
 
AbstractMapSemantics() - Constructor for class org.hibernate.collection.spi.AbstractMapSemantics
 
AbstractMultiTenantConnectionProvider<T> - Class in org.hibernate.engine.jdbc.connections.spi
Basic support for MultiTenantConnectionProvider implementations using an individual ConnectionProvider instance per tenant behind the scenes.
AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
AbstractMutationCoordinator - Class in org.hibernate.persister.entity.mutation
Base support for coordinating mutations against an entity
AbstractMutationCoordinator(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
AbstractMutationStatement - Class in org.hibernate.sql.ast.tree
 
AbstractMutationStatement(CteContainer, NamedTableReference, List) - Constructor for class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
AbstractNamedQueryBuilder<R,T> - Class in org.hibernate.boot.query
 
AbstractNamedQueryBuilder(String, AnnotationTarget) - Constructor for class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
AbstractNamedQueryDefinition<R> - Class in org.hibernate.boot.spi
 
AbstractNamedQueryDefinition(String, Class, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map, String) - Constructor for class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
AbstractNamedQueryMemento<R> - Class in org.hibernate.query.named
 
AbstractNamedQueryMemento(String, Class, Boolean, String, CacheMode, FlushMode, Boolean, Integer, Integer, String, Map) - Constructor for class org.hibernate.query.named.AbstractNamedQueryMemento
 
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(SqmBindableType, 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
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement.
AbstractNonIdentifierAttribute(AttributeSource, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
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.
AbstractOverrider<O> - Class in org.hibernate.boot.models.annotations.spi
Base support for DialectOverrider annotations
AbstractOverrider() - Constructor for class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
AbstractOverrider(Map, AnnotationDescriptor, ModelsContext) - Constructor for class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
AbstractParameterDescriptor<T> - Class in org.hibernate.engine.query.spi
 
AbstractParameterDescriptor(int[], BindableType) - 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
 
AbstractPessimisticUpdateLockingStrategy - Class in org.hibernate.dialect.lock
AbstractPessimisticUpdateLockingStrategy(EntityPersister, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractPessimisticUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
AbstractPostDatabaseOperationEvent - Class in org.hibernate.event.spi
Represents an operation successfully executed by the database.
AbstractPostDatabaseOperationEvent(SharedSessionContractImplementor, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPostDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPostGISJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geometry type
AbstractPostgreSQLJsonPGObjectType - Class in org.hibernate.dialect.type
 
AbstractPostgreSQLJsonPGObjectType(EmbeddableMappingType, boolean) - Constructor for class org.hibernate.dialect.type.AbstractPostgreSQLJsonPGObjectType
 
AbstractPostgreSQLStructJdbcType - Class in org.hibernate.dialect.type
Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.
AbstractPostgreSQLStructJdbcType(EmbeddableMappingType, String, int[]) - Constructor for class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
 
AbstractPostInsertGenerator - Class in org.hibernate.id
Deprecated, for removal: This API element is subject to removal in a future version.
Subclasses should now directly inherit PostInsertIdentifierGenerator and BulkInsertionCapableIdentifierGenerator, or even better, simply implement OnExecutionGenerator directly.
AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
Deprecated.
 
AbstractPreDatabaseOperationEvent - Class in org.hibernate.event.spi
Represents an operation that is about to be executed by the database.
AbstractPreDatabaseOperationEvent(SharedSessionContractImplementor, 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
 
AbstractQuery<R> - Class in org.hibernate.query.spi
Base implementation of Query.
AbstractQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractQuery
 
AbstractQueryParameter<T> - Class in org.hibernate.query.spi
Base implementation of QueryParameter.
AbstractQueryParameter(boolean, BindableType) - 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.
AbstractRegexpLikeFunction - Class in org.hibernate.dialect.function
Base implementation for the regexp_like predicate.
AbstractRegexpLikeFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.AbstractRegexpLikeFunction
 
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
 
AbstractRestrictedTableMutation<O> - Class in org.hibernate.sql.model.ast
 
AbstractRestrictedTableMutation(MutatingTableReference, MutationTarget, String, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
 
AbstractRestrictedTableMutationBuilder<O,M> - Class in org.hibernate.sql.model.ast.builder
Specialization of TableMutationBuilder for mutations which contain a restriction.
AbstractRestrictedTableMutationBuilder(MutationType, MutationTarget, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
AbstractRestrictedTableMutationBuilder(MutationType, MutationTarget, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
AbstractReturningDelegate - Class in org.hibernate.id.insert
Abstract GeneratedValuesMutationDelegate implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.
AbstractReturningDelegate(EntityPersister, EventType, boolean, boolean) - 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
 
AbstractSelectingDelegate - Class in org.hibernate.id.insert
Abstract GeneratedValuesMutationDelegate implementation where the underlying strategy requires a subsequent select after the insert to determine the generated identifier.
AbstractSelectingDelegate(EntityPersister, EventType, boolean, boolean) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
 
AbstractSelectionQuery<R> - Class in org.hibernate.query.spi
Base implementation of SelectionQuery.
AbstractSelectionQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractSelectionQuery
 
AbstractSelectionQuery(AbstractSelectionQuery) - 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(EntityPersister, 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, String, boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
 
AbstractSessionEvent - Class in org.hibernate.event.spi
Base class for events which are generated from a Session (EventSource).
AbstractSessionEvent(EventSource) - Constructor for class org.hibernate.event.spi.AbstractSessionEvent
Constructs an event from the given event session.
AbstractSetSemantics<SE,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) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
AbstractSqlAstTranslator<T> - Class in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
AbstractSqlAstTranslator.LockStrategy - Enum Class in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer<X> - 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
 
AbstractSqlServerGISType - Class in org.hibernate.spatial.dialect.sqlserver
Type descriptor for the SQL Server 2008 Geometry type.
AbstractSqlServerGISType() - Constructor for class org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType
 
AbstractSqmAttributeJoin<L,R> - Class in org.hibernate.query.sqm.tree.domain
Models a join based on a mapped attribute reference.
AbstractSqmAttributeJoin(SqmFrom, NavigablePath, SqmPathSource, 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, Map, SqmRoot) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmDmlStatement(SqmRoot, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
 
AbstractSqmExpression(SqmBindableType, 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, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmTreatedRoot to SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmCorrelatedRootJoin through SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource, 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, Map, SqmRoot, List, SqmConflictClause) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmInsertStatement(SqmRoot, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmJoin<L,R> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmJoin(NavigablePath, SqmPathSource, SqmFrom, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
AbstractSqmJsonPathExpression<T> - Class in org.hibernate.query.sqm.tree.expression
Base class for expressions that contain a json path.
AbstractSqmJsonPathExpression(SqmFunctionDescriptor, FunctionRenderer, List, ReturnableType, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
AbstractSqmJsonPathExpression(SqmFunctionDescriptor, FunctionRenderer, List, ReturnableType, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String, Map) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
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, SqmBindableType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
AbstractSqmPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmPath(NavigablePath, SqmPathSource, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
AbstractSqmPluralJoin<L,C,E> - Class in org.hibernate.query.sqm.tree.domain
Base support for joins to plural attributes
AbstractSqmPluralJoin(SqmFrom, SqmPluralPersistentAttribute, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
AbstractSqmPluralJoin(SqmFrom, NavigablePath, PluralPersistentAttribute, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
AbstractSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
AbstractSqmPredicate(SqmBindableType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
AbstractSqmRestrictedDmlStatement<T> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmRestrictedDmlStatement(NodeBuilder, SqmQuerySource, Set, Map, SqmRoot) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
AbstractSqmRestrictedDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
Constructor for HQL statements.
AbstractSqmRestrictedDmlStatement(SqmRoot, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
Constructor for Criteria statements.
AbstractSqmSelectQuery<T> - Class in org.hibernate.query.sqm.tree.select
 
AbstractSqmSelectQuery(Class, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(NodeBuilder, Map, Class) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(SqmQueryPart, Class, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(SqmQueryPart, Map, Class, 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
 
AbstractSqmSelfRenderingSetReturningFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmSelfRenderingSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingSetReturningFunctionDescriptor
 
AbstractSqmSetReturningFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
 
AbstractSqmSetReturningFunctionDescriptor(String, ArgumentsValidator, SetReturningFunctionTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
 
AbstractSqmSetReturningFunctionDescriptor(String, SetReturningFunctionTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSetReturningFunctionDescriptor
 
AbstractSqmSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource, SqmPath, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource, SqmPath, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSpecificPluralPartPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSpecificPluralPartPath(NavigablePath, SqmPluralValuedSimplePath, PluralPersistentAttribute, SqmPathSource) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
AbstractSqmStatement<T> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmStatement(NodeBuilder, SqmQuerySource, Set) - 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) - Constructor for class org.hibernate.type.AbstractStandardBasicType
 
AbstractStatement - Class in org.hibernate.sql.ast.tree
 
AbstractStatement(CteContainer) - Constructor for class org.hibernate.sql.ast.tree.AbstractStatement
 
AbstractTableDelete - Class in org.hibernate.sql.model.ast
 
AbstractTableDelete(MutatingTableReference, MutationTarget, String, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableDelete
 
AbstractTableDelete(MutatingTableReference, MutationTarget, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableDelete
 
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
 
AbstractTableInsert - Class in org.hibernate.sql.model.ast
 
AbstractTableInsert(MutatingTableReference, MutationTarget, String, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableInsert
 
AbstractTableInsert(MutatingTableReference, MutationTarget, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableInsert
 
AbstractTableInsertBuilder - Class in org.hibernate.sql.model.ast.builder
Base support for TableInsertBuilder implementations
AbstractTableInsertBuilder(MutationTarget, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
AbstractTableInsertBuilder(MutationTarget, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
AbstractTableMutation<O> - Class in org.hibernate.sql.model.ast
Base TableMutation support
AbstractTableMutation(MutatingTableReference, MutationTarget, String, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableMutation
 
AbstractTableMutationBuilder<M> - Class in org.hibernate.sql.model.ast.builder
Base support for TableMutationBuilder implementations
AbstractTableMutationBuilder(MutationType, MutationTarget, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
AbstractTableMutationBuilder(MutationType, MutationTarget, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
AbstractTableReference - Class in org.hibernate.sql.ast.tree.from
 
AbstractTableReference(String, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
AbstractTableUpdate<O> - Class in org.hibernate.sql.model.ast
Base support for TableUpdate implementations
AbstractTableUpdate(MutatingTableReference, MutationTarget, String, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
 
AbstractTableUpdate(MutatingTableReference, MutationTarget, String, List, List, List, List) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
 
AbstractTableUpdateBuilder<O> - Class in org.hibernate.sql.model.ast.builder
Base support for TableUpdateBuilder implementations
AbstractTableUpdateBuilder(MutationTarget, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
AbstractTableUpdateBuilder(MutationTarget, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
AbstractTemporalJavaType<T> - Class in org.hibernate.type.descriptor.java
 
AbstractTemporalJavaType(Class) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTemporalJavaType(Class, MutabilityPlan) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTemporalJavaType(Class, MutabilityPlan, Comparator) - 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
 
AbstractUpdateOrDeleteStatement - Class in org.hibernate.sql.ast.tree
 
AbstractUpdateOrDeleteStatement(CteContainer, NamedTableReference, FromClause, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
AbstractUpdateOrDeleteStatement(NamedTableReference, FromClause, Predicate) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
AbstractUpdateOrDeleteStatement(NamedTableReference, FromClause, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
AbstractUpdateRowsCoordinator - Class in org.hibernate.persister.collection.mutation
 
AbstractUpdateRowsCoordinator(CollectionMutationTarget, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
AbstractUserDefinedType - Class in org.hibernate.mapping
 
AbstractUserDefinedType(String, Namespace, Identifier) - Constructor for class org.hibernate.mapping.AbstractUserDefinedType
 
AbstractUUIDGenerator - Class in org.hibernate.id
Deprecated.
since UUIDHexGenerator is deprecated
AbstractUUIDGenerator() - Constructor for class org.hibernate.id.AbstractUUIDGenerator
Deprecated.
 
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, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
accept(int, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.TableInsertBuilder
Allows using the insert builder as selectable consumer.
accept(int, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.TableUpdateBuilder
Allows using the update builder as selectable consumer.
accept(int, SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueParameterList
 
accept(String) - Method in interface org.hibernate.tool.schema.spi.GenerationTarget
Accept a command
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[], IntFunction) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
Simple form allowing visitation over a number of column names within a table.
accept(String, JdbcMappingContainer, String[]) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
Simple form of visitation over a number of columns by name, using a separate JdbcMappingContainer as a base for additional details.
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.TypeIndicatorContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ArrayInListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ArrayLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryExpressionPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictActionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EveryAllQuantifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.IndexKeyQuantifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JoinFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionNameContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonArrayAggFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonArrayFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsOnErrorClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonNullClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectAggFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryOnErrorOrEmptyClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryWrapperClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableErrorClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableExistsColumnContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableNestedColumnContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableOrdinalityColumnContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableQueryColumnContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableValueColumnContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonUniqueKeysClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueOnErrorOrEmptyClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueReturningClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LimitOffsetContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.RootFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SetReturningFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleSetReturningFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SlicedPathAccessFragmentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryInListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryIsPredicateContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlaggFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlelementFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlexistsFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlpiFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlqueryFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnsClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableDefaultClauseContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableOrdinalityColumnContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableQueryColumnContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableValueColumnContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
accept(ParseTreeVisitor) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
accept(WorkExecutor, 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, 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, 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.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 interface org.hibernate.mapping.Value
 
accept(SelectableMappings, String, String[]) - Method in interface org.hibernate.metamodel.mapping.SelectableConsumer
Simple form of visitation over a number of columns by name, using a separate SelectableMappings as a base for additional details.
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCteJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
Unsupported.
accept(SemanticQueryWalker) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
 
accept(SemanticQueryWalker) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
accept(SemanticQueryWalker) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
Accept the walker per visitation
accept(SemanticQueryWalker) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
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.AggregateColumnWriteExpression
 
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.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.EmbeddableTypeLiteral
 
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 enum class org.hibernate.sql.ast.tree.expression.JsonExistsErrorBehavior
 
accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonNullBehavior
 
accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonObjectAggUniqueKeysBehavior
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JsonPathPassingClause
 
accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
 
accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
 
accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonQueryWrapMode
 
accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.expression.JsonTableColumnDefinition
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JsonTableColumnsClause
 
accept(SqlAstWalker) - Method in enum class org.hibernate.sql.ast.tree.expression.JsonTableErrorBehavior
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JsonValueEmptyBehavior
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.NestedColumnReference
 
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.expression.UnparsedNumericLiteral
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.XmlAttributes
 
accept(SqlAstWalker) - Method in interface org.hibernate.sql.ast.tree.expression.XmlTableColumnDefinition
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.expression.XmlTableColumnsClause
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
 
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.InsertSelectStatement
 
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.InArrayPredicate
 
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.predicate.ThruthnessPredicate
 
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
Visitation
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.update.Assignment
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
 
accept(SqlAstWalker) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
accept(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
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.JaxbAnyMappingImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCachingImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedIdImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOneImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOneImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
access - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersionImpl
 
ACCESS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ACCESS_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
Deprecated.
 
AccessCallback - Interface in org.hibernate.id.enhanced
Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.
AccessedDataClassification - Enum Class 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
Retrieves the current Transaction, or creates a new transaction if there is no transaction active.
accessTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
AccessType - Enum Class in org.hibernate.boot.spi
Enumerates various access strategies for accessing entity values.
AccessType - Enum Class in org.hibernate.cache.spi.access
Enumerates the policies for managing concurrent access to the shared second-level cache.
AccessTypeDeterminationException - Exception Class in org.hibernate.boot.models
Indicates that AccessType could not be determined
AccessTypeDeterminationException(ClassDetails) - Constructor for exception class org.hibernate.boot.models.AccessTypeDeterminationException
 
AccessTypePlacementException - Exception Class in org.hibernate.boot.models
Indicates a problem with the placement of the Access annotation; either FIELD on a getter PROPERTY on a field PROPERTY on a setter
AccessTypePlacementException(ClassDetails, MemberDetails) - Constructor for exception class org.hibernate.boot.models.AccessTypePlacementException
 
acos(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the inverse cosine of its argument.
acos(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
acquireInitializerId() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
acquireUniqueAlias() - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
Deprecated.
This method returns a globally-unique alias which introduces a temporal dependence in the query interpretation process, leading to misses on the query interpretation cache. Aliases only need to be unique in the scope of a given query, and so alias generation should be contextual to the query.
action() - Element in annotation interface org.hibernate.annotations.NotFound
Specifies how to handle the case of an orphaned foreign key.
action() - Element in annotation interface org.hibernate.annotations.OnDelete
The action to taken by the database when deletion of a row would cause the constraint to be violated.
Action - Enum Class in org.hibernate.tool.schema
Enumerates the actions that may be performed by the schema management tooling.
ACTION_CREATE - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_CREATE_ONLY - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_CREATE_THEN_DROP - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_DROP - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_NONE - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_POPULATE - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_SYNCHRONIZE - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_UPDATE - Static variable in enum class org.hibernate.tool.schema.Action
 
ACTION_VALIDATE - Static variable in enum class org.hibernate.tool.schema.Action
 
ActionGrouping(String, Action, Action) - Constructor for record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Creates an instance of a ActionGrouping record class.
ActionQueue - Class in org.hibernate.engine.spi
Responsible for maintaining the queue of actions related to events.
ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.spi.ActionQueue
Constructs an action queue bound to the given session.
actions - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
ActivationContext - Interface in org.hibernate.boot.beanvalidation
Defines the context needed to call the TypeSafeActivator.
ACTIVE - Enum constant in enum class org.hibernate.annotations.SoftDeleteType
Tracks rows which are active.
ACTIVE - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been started, but not yet completed.
Adapter1 - Class in org.hibernate.boot.jaxb.configuration.spi
 
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.configuration.spi.Adapter1
 
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
 
Adapter11 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter11() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter11
 
Adapter12 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter12() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter12
 
Adapter13 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter13() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter13
 
Adapter14 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter14() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter14
 
Adapter15 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter15() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter15
 
Adapter16 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter16() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter16
 
Adapter17 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter17() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter17
 
Adapter18 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter18() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter18
 
Adapter19 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter19() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter19
 
Adapter2 - Class in org.hibernate.boot.jaxb.configuration.spi
 
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.configuration.spi.Adapter2
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter2
 
Adapter20 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter20() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter20
 
Adapter21 - Class in org.hibernate.boot.jaxb.mapping.spi
 
Adapter21() - Constructor for class org.hibernate.boot.jaxb.mapping.spi.Adapter21
 
Adapter3 - Class in org.hibernate.boot.jaxb.configuration.spi
 
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.configuration.spi.Adapter3
 
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(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditQuery
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.criteria.ExtendableCriterion
 
add(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(Expression, Expression, SqmToSqlAstConverter) - Static method in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction
 
add(JdbcParameter) - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.Builder
 
add(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
add(TableMapping) - Method in class org.hibernate.persister.entity.mutation.TableSet
 
add(T) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
 
ADD - Enum constant in enum class org.hibernate.envers.RevisionType
Indicates that the entity was added (persisted) at that revision.
ADD - Enum constant in enum class 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).
addAdditionalColumns(MappingContext) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Add additional columns to the audit mappings.
addAdditionalWherePredicate(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addAffectedTableName(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addAffectedTableName(String) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
 
addAffectedTableNames(Set, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
 
addAll(int, Collection) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
addAll(int, Collection) - Method in class org.hibernate.collection.spi.PersistentBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
addAll(int, Collection) - Method in class org.hibernate.collection.spi.PersistentList
 
addAll(Collection) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
addAll(Collection) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
addAll(Collection) - Method in class org.hibernate.collection.spi.PersistentBag
 
addAll(Collection) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
addAll(Collection) - Method in class org.hibernate.collection.spi.PersistentList
 
addAll(Collection) - Method in class org.hibernate.collection.spi.PersistentSet
 
addAnnotatedClass(Class) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnnotatedClass(Class) - Method in class org.hibernate.cfg.Configuration
Read metadata from the annotations associated with this class.
addAnnotatedClasses(Class...) - Method in class org.hibernate.boot.MetadataSources
addAnnotatedClasses(Class...) - Method in class org.hibernate.cfg.Configuration
Read metadata from the annotations associated with the given classes.
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(int, ColumnReference) - Method in class org.hibernate.query.sqm.sql.AggregateColumnAssignmentHandler
 
addAssignment(String) - Method in class org.hibernate.sql.Update
 
addAssignment(String, String) - Method in class org.hibernate.sql.Update
 
addAssignment(SqmPath, SqmExpression) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
addAssignment(SqmAssignment) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
addAssignment(SqmAssignment) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
addAssignments(String...) - Method in class org.hibernate.sql.Update
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.AbstractIdentifier
 
addAttribute(Attribute) - Method in interface org.hibernate.envers.boot.model.AttributeContainer
Add an attribute to the container.
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.IdentifierRelation
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.Join
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.UnionSubclassPersistentEntity
 
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) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
addAttributeConverter(Class) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addAttributeConverter(Class) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter to this configuration.
addAttributeConverter(Class, boolean) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter to this configuration.
addAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
Apply the descriptor for an AttributeConverter
addAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addAttributeConverter(ConverterDescriptor) - Method in class org.hibernate.cfg.Configuration
Adds an ConverterDescriptor instance to this configuration.
addAttributeNode(Attribute) - Method in interface org.hibernate.graph.Graph
Add an AttributeNode representing the given Attribute to this node of the graph without creating any associated SubGraph.
addAttributeNode(Attribute) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(PersistentAttribute) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
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
Adds an AuxiliaryDatabaseObject to this configuration.
addAuxiliaryDatabaseObjects(JavaType, BasicValueConverter, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
 
addAuxiliaryDatabaseObjects(JavaType, BasicValueConverter, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.type.OracleEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType, BasicValueConverter, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.type.PostgreSQLEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType, BasicValueConverter, Size, Database, JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Add auxiliary database objects for this JdbcType to the Database object.
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
 
addBasicTypeRegistrationContributions(List) - Method in class org.hibernate.type.spi.TypeConfiguration
 
addBatchForTable(String, int) - Method in interface org.hibernate.sql.model.ModelMutationLogging
 
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) - Method in class org.hibernate.mapping.PersistentClass
 
addCallbackDefinitions(List) - Method in class org.hibernate.mapping.Property
Deprecated.
See discussion in EmbeddableCallback.
addCheck(CheckConstraint) - Method in class org.hibernate.mapping.Table
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
Deprecated.
addCheckConstraint(CheckConstraint) - Method in class org.hibernate.mapping.Column
 
addCheckConstraint(CheckConstraint) - Method in class org.hibernate.mapping.PersistentClass
 
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(ClassDetails) - 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
Deprecated, for removal: This API element is subject to removal in a future version.
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
Adds a selection
addColumn(String, String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
Adds a selection, with an alias
addColumn(String, SelectableMapping, List) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
addColumn(Column) - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
addColumn(Column) - Method in interface org.hibernate.envers.boot.model.ColumnContainer
Add a column to the container.
addColumn(Column) - Method in class org.hibernate.envers.boot.model.Key
 
addColumn(Column) - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
addColumn(Column) - Method in class org.hibernate.envers.boot.model.SetAttribute
 
addColumn(Column) - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
 
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.PrimaryKey
 
addColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
addColumn(Column) - Method in class org.hibernate.mapping.UserDefinedObjectType
 
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.UniqueKey
 
addColumn(Selectable) - Method in class org.hibernate.mapping.Index
 
addColumn(Selectable, String) - Method in class org.hibernate.mapping.Index
 
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.
addColumnIsNotNullRestriction(String) - Method in class org.hibernate.sql.Delete
 
addColumnIsNotNullRestriction(String) - Method in class org.hibernate.sql.Update
 
addColumnIsNullRestriction(String) - Method in class org.hibernate.sql.Delete
 
addColumnIsNullRestriction(String) - Method in class org.hibernate.sql.Update
 
addColumnNameBinding(Table, String, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumnNameBinding(Table, Identifier, Column) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumnRestriction(String) - Method in class org.hibernate.sql.Delete
 
addColumnRestriction(String...) - Method in class org.hibernate.sql.Delete
 
addColumns(String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[]) - Method in class org.hibernate.sql.SimpleSelect
Adds selections
addColumns(String[], boolean[]) - Method in class org.hibernate.sql.Insert
 
addColumns(String[], boolean[], String[]) - Method in class org.hibernate.sql.Insert
 
addColumns(Value) - Method in class org.hibernate.mapping.Constraint
 
addColumnsFromValue(Value) - Method in interface org.hibernate.envers.boot.model.ColumnContainer
Takes a Value and injects its columns into the Envers container mapping.
addColumValueParameter(SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueParameterList
 
addConfigurationValues(Map) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addCteObject(CteObject) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
addCteObject(CteObject) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
addCteStatement(CteStatement) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
addCteStatement(CteStatement) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
addCustomAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.Configuration
 
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
 
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
Add a mapping from the given type code to the given DdlType.
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
Add a mapping from the type code of the given DdlType to the given DdlType.
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
Add a mapping from the given type code to the given DdlType, if there is no mapping already present for the given type code.
addDescriptorIfAbsent(JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptorIfAbsent(DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Add a mapping from the type code of the given DdlType to the given DdlType, if there is no mapping already present for that type code.
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.
addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
 
addDiscriminatorToInsertGroup(MutationGroupBuilder) - 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
 
addDuration(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
addDuration(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
addDuration(Expression, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
addDuration(Expression, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
addDuration(T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
addDuration(T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
addedGenerator(String, String) - Method in interface org.hibernate.boot.BootLogging
 
addedSequenceGenerator(String) - Method in interface org.hibernate.boot.BootLogging
 
addedTableGenerator(String) - Method in interface org.hibernate.boot.BootLogging
 
addElementSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
Create a value subgraph representing a plural element rooted at this attribute node.
addElementSubgraph(PluralAttribute) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the given collection, or return an existing such SubGraph if there is one.
addElementSubgraph(String) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the named PluralAttribute, or return an existing such SubGraph if there is one.
addElementSubgraph(String, Class) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the named PluralAttribute, and with the given type, which may be a subtype of the element type, or return an existing such SubGraph if there is one.
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(Class, LockMode) - 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
addEntityAtRevisionRestriction(Configuration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
addEntityBinding(PersistentClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add the PersistentClass for an entity mapping.
addEntityHolder(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
addEntityNameResolver(EntityNameResolver) - Method in class org.hibernate.cfg.Configuration
Add an EntityNameResolver to this configuration.
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) - 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 interface org.hibernate.query.NativeQuery
Declare a join fetch result.
addFetch(Fetch) - Method in class org.hibernate.engine.profile.FetchProfile
Add a fetch override to the profile.
addFetch(FetchProfile.Fetch) - Method in class org.hibernate.mapping.FetchProfile
Adds a fetch to this profile.
addFetchProfile(FetchProfile) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addFile(File) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a particular XML file.
addFile(File) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file.
addFile(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings from a particular XML file.
addFile(String) - Method in class org.hibernate.cfg.Configuration
Read mappings from a particular XML file
addFilter(String, String, boolean, Map, Map) - Method in class org.hibernate.mapping.Collection
 
addFilter(String, String, boolean, Map, Map) - Method in interface org.hibernate.mapping.Filterable
 
addFilter(String, String, boolean, Map, Map) - Method in class org.hibernate.mapping.PersistentClass
 
addFilterDefinition(FilterDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a filter definition to this repository.
addForeignKeyInformation(TableInformation, ForeignKeyInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceForeignKeysInformation
 
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
 
addGeneratedColumns(String[], OnExecutionGenerator) - Method in class org.hibernate.sql.Insert
 
addGeneratedValue(ModelPart, Object) - Method in interface org.hibernate.generator.values.GeneratedValues
Register a generated value for the corresponding ModelPart
addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
addHashCode(int) - Method in interface org.hibernate.cache.MutableCacheKeyBuilder
 
addHbmXmlBinding(Binding) - Method in class org.hibernate.boot.MetadataSources
Add a binding for hbm.xsd document
addHint(String, Object) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
addHints(Map) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
addIdColumnAliases(String...) - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
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 (for use in HQL).
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addIndexInformation(TableInformation, IndexInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceIndexesInformation
 
addingGlobalSequenceGenerator(String) - Method in interface org.hibernate.boot.BootLogging
 
addingGlobalTableGenerator(String) - Method in interface org.hibernate.boot.BootLogging
 
addingTableForFollowOnLocking(String, String) - Method in interface org.hibernate.sql.exec.SqlExecLogger
 
addInitCommand(Function) - 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) - Method in interface org.hibernate.query.NativeQuery
 
AdditionalInsertValues(Expression, Expression, Generator, BasicEntityIdentifierMapping) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
 
AdditionalMappingContributions - Interface in org.hibernate.boot.spi
Collector for contributions from contributors
AdditionalMappingContributor - Interface in org.hibernate.boot.spi
Contract allowing pluggable contributions of additional mapping objects.
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(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.envers.boot.model.DiscriminatorPersistentEntity
 
addJoin(Join) - Method in interface org.hibernate.envers.boot.model.JoinAwarePersistentEntity
Add a secondary table join to the entity mapping.
addJoin(Join) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addKey(EntityHolder) - Method in interface org.hibernate.engine.spi.SubselectFetch.RegistrationHandler
 
addKey(EntityHolder) - Method in class org.hibernate.engine.spi.SubselectFetch.StandardRegistrationHandler
 
addKeyColumn(int, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a key column
addKeyColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
addKeyColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
addKeyColumn(String, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a key column
addKeyColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addKeyColumn(Column) - Method in class org.hibernate.envers.boot.model.Join
 
addKeyColumnsFromValue(Value) - Method in class org.hibernate.envers.boot.model.Join
 
addKeyRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeyRestrictionBinding(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addKeyRestrictionBinding(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeyRestrictionBinding(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addKeyRestrictionBinding(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addKeyRestrictionLeniently(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula
addKeyRestrictions(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeyRestrictionsLeniently(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeySubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
Create a key subgraph rooted at this attribute node.
addKeySubgraph(Attribute) - Method in interface org.hibernate.graph.Graph
Deprecated, for removal: This API element is subject to removal in a future version.
addKeySubgraph(Attribute, Class) - Method in interface org.hibernate.graph.Graph
Deprecated, for removal: This API element is subject to removal in a future version.
addKeySubgraph(String) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map or return an existing such SubGraph if there is one.
addKeySubgraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubgraph(String, Class) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addKeySubgraph(String, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.Graph
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String, Class) - Method in interface org.hibernate.graph.Graph
addKeySubGraph(String, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(MapPersistentAttribute, Class) - Method in interface org.hibernate.graph.Graph
addKeySubGraph(MapPersistentAttribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addLazyFieldByGraph(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
addLegacyFetchBuilder(LegacyFetchBuilder) - Method in interface org.hibernate.query.results.ResultSetMapping
Add a legacy fetch builder
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
 
addLockItem(String) - Method in class org.hibernate.sql.ForUpdateFragment
 
addManyToManyFilter(String, String, boolean, Map, Map) - Method in class org.hibernate.mapping.Collection
 
addMapKeySubgraph(MapAttribute) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map, or return an existing such SubGraph if there is one.
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
 
addMappingXmlBinding(Binding) - Method in class org.hibernate.boot.MetadataSources
Add a binding for mapping.xsd document
addModifiedColumns(Configuration, Value, AttributeContainer, PropertyAuditingData) - Method in interface org.hibernate.envers.boot.spi.ModifiedColumnNamingStrategy
Adds modified columns to the audited entity metamodel.
addMonths() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
addNamedEntityGraph(String, EntityGraph) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedEntityGraph(String, RootGraphImplementor) - Method in interface org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
 
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(String, TypedQuery) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedQuery(String, TypedQuery) - Method in interface org.hibernate.SessionFactory
Add or override the definition of a named query, returning a reference to the query.
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.
addNonKeyRestriction(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addNonKeyRestriction(ColumnValueBinding) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Adds a restriction, which is assumed to be based on a selectable that is NOT a table key, e.g.
addNonKeyRestriction(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addNonKeyRestriction(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
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
addNullOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addNullOptimisticLockRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
 
addNullOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addNullOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addNullProperty(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addNullRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
 
addNullRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
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
Register a SessionFactoryObserver of this factory.
addOperator(String, String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSqmFunctionDescriptors
 
addOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addOptimisticLockRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on non-version optimistically-locked column
addOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addOptimisticLockRestrictions(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on non-version optimistically-locked column
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addOrderedJoin(SqmJoin) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
addOverridableConverter(Class) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
Apply an AttributeConverter that may be overridden by competing converters
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.
addPackages(String...) - Method in class org.hibernate.cfg.Configuration
Read package-level metadata.
addParam(String, String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
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
 
addParameterBinder(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addParameterBinder(JdbcParameter, JdbcParameterBinder) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addParameters(Collection) - 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.NamedNativeQueryDefinition.Builder
 
addParams(Map) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.Dialect
Does this dialect require that the columns listed in partition by also occur in the primary key, when defining table partitioning?
addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.MySQLDialect
 
addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.SQLServerDialect
 
addPartitionKeyToPrimaryKey() - Method in class org.hibernate.dialect.SybaseDialect
 
addPassingExpression(String, SqmExpression) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
addPersister(EntityPersister, SessionFactoryImplementor) - Method in class org.hibernate.boot.beanvalidation.HibernateTraversableResolver
 
addPluralSubgraph(PluralAttribute) - Method in interface org.hibernate.graph.Graph
Deprecated, for removal: This API element is subject to removal in a future version.
Graph.addElementSubgraph(PluralAttribute) was added in JPA 3.2, and so this method is no longer needed
addPrimaryKeyInformation(TableInformation, PrimaryKeyInformation) - Method in class org.hibernate.tool.schema.extract.spi.NameSpacePrimaryKeysInformation
 
addPrimeEntry(BasicType, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
addPrimeEntry(BasicTypeReference, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder) - Method in class org.hibernate.envers.query.criteria.AuditFunction
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder) - Method in interface org.hibernate.envers.query.projection.AuditProjection
Adds an audit projection to the specified query.
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, 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(Property) - Method in interface org.hibernate.mapping.AttributeContainer
Add an attribute to this PersistentClass or Join.
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, ClassDetails) - Method in class org.hibernate.mapping.Component
 
addPropertyAnnotatedWithMapsId(ClassDetails, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
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
Deprecated.
 
addQueryHints(String, String) - Method in interface org.hibernate.dialect.hint.QueryHintHandler
Deprecated.
Add query hints to the given query.
addQueryImport(String, Class) - Method in class org.hibernate.boot.MetadataSources
 
addReferencedColumns(List) - Method in class org.hibernate.mapping.ForeignKey
 
addReferenceEntry(Object, Status) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
addRegisteredConversion(RegisteredConversion) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
 
addRegisteredConversion(RegisteredConversion) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addResetCommand(Function) - Method in class org.hibernate.mapping.Table
 
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(String) - Method in class org.hibernate.sql.SimpleSelect
Appends a restriction comparing the columnName for equality with a parameter
addRestriction(String) - Method in class org.hibernate.sql.Update
 
addRestriction(String...) - Method in class org.hibernate.sql.SimpleSelect
Appends a restriction comparing each name in columnNames for equality with a parameter
addRestriction(String...) - Method in class org.hibernate.sql.Update
 
addRestriction(String, String) - Method in class org.hibernate.sql.Update
 
addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.SimpleSelect
Appends a restriction based on the comparison between lhs and rhs.
addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.Update
 
addRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
addRestriction(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
addResultBuilder(ResultBuilder) - Method in interface org.hibernate.query.results.ResultSetMapping
Add a builder
addResultSetMapping(NamedResultSetMappingDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds the metadata for a named SQL result set mapping to this collector.
addResultTypeClass(Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addResyncCommand(BiFunction) - Method in class org.hibernate.mapping.Table
 
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, AttributeConverter) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion.
addScalar(String, Class, AttributeConverter) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class, Class) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion.
addScalar(String, Class, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class, Class, AttributeConverter) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class, Class, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addScalar(String, Class, Class, AttributeConverter) - Method in interface org.hibernate.query.NativeQuery
Declare a scalar query result with an explicit conversion.
addScalar(String, Class, Class, Class) - 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.
addSecondaryActionPair(PreAction, PostAction) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
 
addSecondaryActionPair(SecondaryAction) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
 
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
 
addSelectableMapping(List, String, JdbcMapping, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMapping(List, String, JdbcMapping, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, JsonTableColumnsClause, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, JsonTableExistsColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, JsonTableNestedColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, JsonTableOrdinalityColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, JsonTableQueryColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, JsonTableValueColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.json.JsonTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, XmlTableColumnsClause, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, XmlTableOrdinalityColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, XmlTableQueryColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelectableMappings(List, XmlTableValueColumnDefinition, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.xml.XmlTableSetReturningFunctionTypeResolver
 
addSelection(SqmSelection) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
addService(Class, R) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
 
addService(Class, 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
 
addSingularSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
Create a value subgraph representing a singular value rooted at this attribute node.
addSoftDeleteToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addSoftDeleteToInsertGroup(MutationGroupBuilder) - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
 
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
 
addSpaceToInvalidate(String) - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacksImplementor
Register a cache space to be invalidated after successful transaction completion.
addSqlFunction(String, SqmFunctionDescriptor) - Method in class org.hibernate.cfg.Configuration
Adds a function descriptor to this configuration.
addSqlHintOrComment(String, QueryOptions, boolean) - Method in class org.hibernate.dialect.Dialect
Modify the SQL, adding hints or comments, if necessary.
addSqlHintOrComment(String, QueryOptions, boolean) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
addSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
addSqmJoin(SqmJoin) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
addSqmJoin(SqmJoin) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
Add an associated join
addSqmJoin(SqmJoin) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
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) - Method in interface org.hibernate.graph.RootGraph
Deprecated, for removal: This API element is subject to removal in a future version.
Planned for removal in JPA 4
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) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the given Attribute of the represented type, or return an existing such SubGraph if there is one.
addSubgraph(Attribute) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubgraph(Attribute, Class) - Method in interface org.hibernate.graph.Graph
Deprecated, for removal: This API element is subject to removal in a future version.
addSubgraph(String) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the named Attribute, or return an existing such SubGraph if there is one.
addSubgraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubgraph(String, Class) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the named Attribute, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addSubgraph(String, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(String) - Method in interface org.hibernate.graph.Graph
Deprecated.
addSubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(String, Class) - Method in interface org.hibernate.graph.Graph
addSubGraph(String, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttribute, Class) - Method in interface org.hibernate.graph.Graph
addSubGraph(PersistentAttribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addSubGraph(PersistentAttribute) - Method in interface org.hibernate.graph.Graph
addSubGraph(PersistentAttribute) - 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 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
Add all query spaces associated with the entity with the given type.
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
Add all query spaces associated with the entity with the given names.
addSynchronizedQuerySpace(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
 
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
Add a query space.
addSynchronizedTable(String) - Method in class org.hibernate.mapping.Collection
 
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
 
addTableDetailsBuilder(TableMutationBuilder) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
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
 
addTargetColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
addTargetColumnReferences(List) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
addTargetColumnReferences(ColumnReference...) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
addToBatch(int, int, String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
addToBatch(JdbcValueBindings, TableInclusionChecker) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Apply the value bindings to the batch JDBC statements and indicates completion of the current part of the batch.
addToBatch(JdbcValueBindings, TableInclusionChecker, Batch.StaleStateMapper) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Apply the value bindings to the batch JDBC statements and indicates completion of the current part of the batch.
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
Add to the MutableCacheKey the values obtained disassembling the value and the hasCode generated from the disassembled value.
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
addToCacheKey(MutableCacheKeyBuilder, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.JavaTypedExpressible
 
addToOneAndIdProperty(ClassDetails, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
addToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
addToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder, Parameters) - Method in interface org.hibernate.envers.query.criteria.AuditCriterion
 
addToQuery(EnversService, AuditReaderImplementor, Map, Map, String, QueryBuilder, Parameters) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
addTreat(X) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
addTreatedElementSubgraph(PluralAttribute, ManagedType) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the given collection, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedElementSubgraph(PluralAttribute, ManagedType) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedElementSubgraph(PluralAttribute, Class) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the element of the given collection, and with the given type, which may be a subtype of the element type, or return an existing such SubGraph if there is one.
addTreatedElementSubgraph(PluralAttribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedMapKeySubgraph(MapAttribute, ManagedType) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedMapKeySubgraph(MapAttribute, ManagedType) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedMapKeySubgraph(MapAttribute, Class) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the key of the named map, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedMapKeySubgraph(MapAttribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedSubgraph(Graph, Class) - Method in class org.hibernate.graph.EntityGraphs
Allows a treated subgraph to ve created for a Subgraph, since the JPA-standard operation EntityGraph.addTreatedSubgraph(Class) is declared by EntityGraph.
addTreatedSubgraph(Attribute, ManagedType) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the given Attribute, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedSubgraph(Attribute, ManagedType) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedSubgraph(Attribute, Class) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph associated with the given Attribute, and with the given type, which may be a subtype of the attribute type, or return an existing such SubGraph if there is one.
addTreatedSubgraph(Attribute, Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedSubgraph(ManagedType) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph representing the given subtype of the type of this node, or return an existing such SubGraph if there is one.
addTreatedSubgraph(ManagedType) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTreatedSubgraph(Class) - Method in interface org.hibernate.graph.Graph
Create and return a new (mutable) SubGraph representing the given subtype of the type of this node, or return an existing such SubGraph if there is one.
addTreatedSubgraph(Class) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addTypeConstructor(int, JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addTypeConstructor(JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addTypeConstructorIfAbsent(int, JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addTypeConstructorIfAbsent(JdbcTypeConstructor) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addTypeDefinition(TypeDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addTypeReferenceRegistrationKey(String, String...) - Method in class org.hibernate.type.BasicTypeRegistry
 
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
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.
addUseIndexQueryHint(String, String) - Static method in class org.hibernate.dialect.Dialect
Adds an INDEX query hint as follows:
addValue(Object) - Method in interface org.hibernate.cache.MutableCacheKeyBuilder
 
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
 
addValueColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
addValueColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
addValueColumn(String, SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a column as part of the values list
addValueColumn(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addValueColumn(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a column as part of the values list
addValueColumn(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
addValueColumn(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
addValueColumn(ColumnValueBinding) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Adds a restriction, which is assumed to be based on a table key.
addValueColumn(ColumnValueBinding) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addValues(Object[]) - Method in class org.hibernate.sql.InFragment
 
addValueSubgraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
Create a value subgraph, without knowing whether it represents a singular value or plural element, rooted at this attribute node.
addVersionedAssignment(Consumer, SqmUpdateStatement) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
addWhereFragment(String) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addWhereFragment(String) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
 
addWhereFragment(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addWhereFragment(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
 
addWhereFragment(String) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addWhereToken(String) - Method in class org.hibernate.sql.SimpleSelect
Appends a complete where condition.
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 which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.
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
 
adjustFetchProfiles(Set, Set) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
adjustJarFileEntryUrl(URL, URL) - Method in interface org.hibernate.boot.archive.spi.JarFileEntryUrlAdjuster
Adjust the given URL, if needed.
adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.HSQLLocalTemporaryTableStrategy
 
adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.LegacyTemporaryTableStrategy
Deprecated.
 
adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.OracleLocalTemporaryTableStrategy
 
adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.PersistentTemporaryTableStrategy
 
adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.StandardGlobalTemporaryTableStrategy
 
adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.StandardLocalTemporaryTableStrategy
 
adjustTemporaryTableName(String) - Method in interface org.hibernate.dialect.temptable.TemporaryTableStrategy
Returns an adjusted table name that can be used for temporary tables.
adjustTemporaryTableName(String) - Method in class org.hibernate.dialect.temptable.TransactSQLLocalTemporaryTableStrategy
 
adjustToDefaultPrecision(T, Dialect) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
Do the same conversion that databases do when they encounter a timestamp with a higher precision than what is supported by a column, which is to round the excess fractions.
adjustToPrecision(T, int, Dialect) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
affectedQuerySpaces(Set) - Method in interface org.hibernate.sql.exec.SqlExecLogger
 
affectedQuerySpacesUnexpectedlyEmpty() - Method in interface org.hibernate.sql.exec.SqlExecLogger
 
AFTER_STATEMENT - Enum constant in enum class org.hibernate.ConnectionReleaseMode
Indicates that the JDBC connection should be aggressively released after each SQL statement is executed.
AFTER_TRANSACTION - Enum constant in enum class org.hibernate.ConnectionReleaseMode
Indicates that the JDBC connection should be released after each transaction ends.
afterAction(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after execution of an action
afterBegin() - Method in interface org.hibernate.resource.transaction.spi.TransactionObserver
Callback for processing the beginning of a transaction.
afterCompletion(boolean, boolean) - Method in interface org.hibernate.resource.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(EventSource) - Method in interface org.hibernate.action.spi.Executable
Reconnect to session after deserialization
afterDeserialize(EventSource) - Method in class org.hibernate.engine.spi.ExecutableList
Allow the Executables to reassociate themselves with the 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(DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
 
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.NaturalIdReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called after an item has been inserted (after the transaction completes), instead of calling
invalid reference
#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(Object, EntityMappingType, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.AfterLoadAction
The action trigger - the entity is being loaded
AfterLoadAction - Interface in org.hibernate.loader.ast.spi
An action to be performed after an entity has been loaded.
afterObtainConnection(Connection) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterObtainConnection(Connection) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
afterObtainConnection(Connection) - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Called after a managed JDBC connection is obtained.
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, making sure that the connection has been committed (if it is not in autocommit mode), and finally run the after completion processing.
afterOperation(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
afterQuery() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
afterQuery(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
afterQueryGroup(QueryGroup, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
afterQueryHandlingFetchProfiles(boolean, HashSet) - 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
Called after each operation on a ScrollableResults, providing an opportunity for a stateless session to clear its temporary persistence context.
afterScrollOperation() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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().
afterStatement(TableMapping) - Method in interface org.hibernate.engine.jdbc.mutation.JdbcValueBindings
Called after the execution of the operation for the specified table
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 just completed, to trigger ConnectionReleaseMode.AFTER_TRANSACTION releasing if needed.
afterTransactionBegin() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterTransactionBegin() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
afterTransactionBegin() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
An after-begin callback from the coordinator to its owner.
afterTransactionBegin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
An 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 JPA-standard EntityTransaction API, or via Transaction.
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) - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacksImplementor
Execute registered after-completion callbacks, if any.
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
afterTransactionCompletion(boolean, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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 after an item has been updated (after the transaction completes), instead of calling
invalid reference
#release
.
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been updated (afterQuery the transaction completes), instead of calling release().
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
AfterUseAction - Enum Class in org.hibernate.query.sqm.mutation.spi
Actions to perform in regard to a temporary table after each use.
AGGREGATE - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements are compositions.
AGGREGATE - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is an aggregated composite
AGGREGATE - Enum constant in enum class org.hibernate.query.sqm.function.FunctionKind
 
aggregateAssignments(ArrayList) - Method in class org.hibernate.query.sqm.sql.AggregateColumnAssignmentHandler
 
aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Allows to generate auxiliary database objects for an aggregate type.
aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateAuxiliaryDatabaseObjects(Namespace, String, AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
AggregateColumn - Class in org.hibernate.mapping
An aggregate column is a column of type SqlTypes.STRUCT, SqlTypes.JSON or SqlTypes.SQLXML that aggregates a component into a single column.
AggregateColumn(Column, Component) - Constructor for class org.hibernate.mapping.AggregateColumn
 
AggregateColumnAssignmentHandler - Class in org.hibernate.query.sqm.sql
Handler for assignments to sub-columns of an aggregate column, which require a special write expression.
AggregateColumnWriteExpression - Class in org.hibernate.sql.ast.tree.expression
 
AggregateColumnWriteExpression(ColumnReference, AggregateSupport.WriteExpressionRenderer, SelectableMapping[], Expression[]) - Constructor for class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the assignment expression to use for column, which is part of the aggregate type of aggregatePath.
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.H2AggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.SQLServerAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, int, Column) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, AggregateColumn, Column) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the assignment expression to use for column, which is part of the aggregate type of aggregatePath.
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the custom read expression to use for column.
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.H2AggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.SQLServerAggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, int, SqlTypedMapping, TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, AggregateColumn, Column) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the custom read expression to use for column.
aggregateComponentSqlTypeCode(int, int) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the SqlTypes type code to use for the given column type code, when aggregated within a column of the given aggregate column type code.
aggregateComponentSqlTypeCode(int, int) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateComponentSqlTypeCode(int, int) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateCustomWriteExpression(AggregateColumn, List) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the custom write expression to use for an aggregate column of the given column type, containing the given aggregated columns.
aggregateCustomWriteExpression(AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateCustomWriteExpression(AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateCustomWriteExpression(AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
 
aggregateCustomWriteExpression(AggregateColumn, List) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.H2AggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.HANAAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.MySQLAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.SQLServerAggregateSupport
 
aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) - Method in class org.hibernate.dialect.aggregate.SybaseASEAggregateSupport
 
AGGREGATED_COMPOSITE - Enum constant in enum class org.hibernate.id.EntityIdentifierNature
Composite identifier mapped to a single entity attribute by means of an actual component class used to aggregate the tuple values.
AggregatedAuditExpression - Class in org.hibernate.envers.query.criteria
 
AggregatedAuditExpression(String, PropertyNameGetter, AggregatedAuditExpression.AggregatedMode) - Constructor for class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
AggregatedAuditExpression.AggregatedMode - Enum Class in org.hibernate.envers.query.criteria
 
AggregatedIdentifierMapping - Interface in org.hibernate.metamodel.mapping
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.
AggregateEmbeddableResultGraphNode - Interface in org.hibernate.sql.results.graph.embeddable
Specialized EmbeddableResultGraphNode for cases where we have an actual embeddable class.
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.
AggregateJdbcType - Interface in org.hibernate.type.descriptor.jdbc
Descriptor for aggregate handling like STRUCT, JSON and SQLXML.
aggregates(Dialect, SqlAstNodeRenderingMode) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
AggregateSupport - Interface in org.hibernate.dialect.aggregate
A set of operations providing support for aggregate column types in a certain SQL dialect.
AggregateSupport.AggregateColumnWriteExpression - Interface in org.hibernate.dialect.aggregate
The actual write expression for an aggregate column which gives access to the value expressions for the respective selectable mapping.
AggregateSupport.WriteExpressionRenderer - Interface in org.hibernate.dialect.aggregate
Contract for rendering the custom write expression that updates a selected set of aggregated columns within an aggregate column to the value expressions as given by the aggregateColumnWriteExpression.
AggregateSupportImpl - Class in org.hibernate.dialect.aggregate
 
AggregateSupportImpl() - Constructor for class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
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, List, List) - Constructor for class org.hibernate.dialect.function.AggregateWindowEmulationQueryTransformer
 
AGROAL_ACQUISITION_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum amount of time a thread can wait for a connection, after which an exception is thrown instead.
AGROAL_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.AgroalSettings
A setting prefix used to indicate settings that target the hibernate-agroal integration.
AGROAL_FLUSH_ON_CLOSE - Static variable in interface org.hibernate.cfg.AgroalSettings
If true, connections will be flushed whenever they return to the pool.
AGROAL_IDLE_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum amount of time a connection can remain idle, after which it is evicted.
AGROAL_IDLE_VALIDATION_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
A foreground validation is executed if a connection has been idle in the pool for longer than this value.
AGROAL_INITIAL_SIZE - Static variable in interface org.hibernate.cfg.AgroalSettings
Initial size of the connection pool.
AGROAL_INITIAL_SQL - Static variable in interface org.hibernate.cfg.AgroalSettings
An SQL command to be executed when a connection is created.
AGROAL_LEAK_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum amount of time a connection can remain out of the pool, after which it is reported as a leak.
AGROAL_MAX_LIFETIME - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum amount of time a connection can live, after which it is evicted.
AGROAL_MAX_SIZE - Static variable in interface org.hibernate.cfg.AgroalSettings
The maximum size of the connection pool.
AGROAL_MIN_SIZE - Static variable in interface org.hibernate.cfg.AgroalSettings
The ninimum size of the connection pool.
AGROAL_VALIDATE_ON_BORROW - Static variable in interface org.hibernate.cfg.AgroalSettings
If true, connections will receive foreground validation on every acquisition regardless of AgroalSettings.AGROAL_IDLE_VALIDATION_TIMEOUT.
AGROAL_VALIDATION_TIMEOUT - Static variable in interface org.hibernate.cfg.AgroalSettings
Background validation is executed at intervals of this value.
AgroalSettings - Interface in org.hibernate.cfg
 
algorithm() - Element in annotation interface org.hibernate.annotations.UuidGenerator
Allows to provide a specific, generally custom, value generation implementation.
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 - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl.JaxbAliasesImpl
 
alias() - Element in annotation interface 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.AbstractSqmAttributeJoin
 
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.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 - Enum constant in enum class org.hibernate.dialect.SelectItemReferenceStrategy
Refer to the item via its alias.
ALIAS_TO_ENTITY_MAP - Static variable in class org.hibernate.transform.Transformers
Deprecated.
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 Class in org.hibernate.query.sqm
Occurs when the HQL query declares a duplicate identification variable in the from clause, or a duplicate result column alias in the select clause.
AliasCollisionException(String) - Constructor for exception class org.hibernate.query.sqm.AliasCollisionException
 
AliasCollisionException(String, Exception) - Constructor for exception class org.hibernate.query.sqm.AliasCollisionException
 
ALIASED_FETCH_JOIN - Enum constant in enum class 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.boot.jaxb.mapping.spi.JaxbFilterImpl
 
aliases - Variable in class org.hibernate.sql.SimpleSelect
 
aliases() - Element in annotation interface org.hibernate.annotations.Filter
Explicitly specifies how aliases are interpolated into the SQL expression.
aliases() - Element in annotation interface org.hibernate.annotations.FilterJoinTable
Explicitly specifies how aliases are interpolated into the FilterJoinTable.condition() SQL expression.
AliasResolver - Interface in org.hibernate.metamodel.mapping.ordering
 
aliasToBean(Class) - Static method in class org.hibernate.transform.Transformers
Deprecated.
Creates a ResultTransformer that will inject aliased values into instances of Class via property methods or fields.
AliasToBeanConstructorResultTransformer<T> - Class in org.hibernate.transform
Deprecated.
since ResultTransformer is deprecated
AliasToBeanConstructorResultTransformer(Constructor) - Constructor for class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Deprecated.
Instantiates a AliasToBeanConstructorResultTransformer.
AliasToBeanResultTransformer<T> - Class in org.hibernate.transform
Deprecated.
since ResultTransformer is deprecated
AliasToBeanResultTransformer(Class) - Constructor for class org.hibernate.transform.AliasToBeanResultTransformer
Deprecated.
 
AliasToEntityMapResultTransformer - Class in org.hibernate.transform
Deprecated.
since ResultTransformer is deprecated
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) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
all(Subquery) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
all(Subquery) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
all(List) - Static method in interface org.hibernate.query.restriction.Restriction
Combine the given restrictions using logical and.
all(Restriction...) - Static method in interface org.hibernate.query.restriction.Restriction
Combine the given restrictions using logical and.
ALL - Enum constant in enum class org.hibernate.annotations.CascadeType
Deprecated.
Includes all types listed here.
ALL - Enum constant in enum class org.hibernate.annotations.OptimisticLockType
Optimistic locking based on all fields of the entity.
ALL - Enum constant in enum class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
ALL - Enum constant in enum class org.hibernate.engine.OptimisticLockStyle
Optimistic locking via comparison of all columns.
ALL - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
ALL - Enum constant in enum class 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.generator.EventTypeSets
 
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.EveryAllQuantifierContext
 
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
allocationSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGeneratorImpl
 
allocationSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
 
ALLOW - Enum constant in enum class org.hibernate.engine.jdbc.env.JdbcMetadataOnBoot
Access to the JDBC metadata is allowed.
ALLOW - Enum constant in enum class org.hibernate.Locking.FollowOn
Allow follow-on locking when necessary.
ALLOW - Enum constant in enum class org.hibernate.query.spi.ImmutableEntityUpdateQueryHandlingMode
Deprecated.
Allow update or delete queries for immutable entities.
ALLOW - Enum constant in enum class org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
De-duplication is allowed if the query and result type allow
ALLOW - Enum constant in enum class org.hibernate.type.WrapperArrayHandling
Allows the use of the wrapper arrays.
ALLOW_EXTENSIONS_IN_CDI - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
Controls whether Hibernate can try to create beans other than converters and listeners using CDI.
ALLOW_IDENTIFIER_REUSE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Guarantees proper validity audit strategy behavior when application reuses identifiers of deleted entities.
ALLOW_JTA_TRANSACTION_ACCESS - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, allows access to the Transaction even when using a JTA for transaction management.
ALLOW_METADATA_ON_BOOT - Static variable in interface org.hibernate.cfg.JdbcSettings
Whether access to JDBC metadata is allowed during bootstrap.
ALLOW_UPDATE_OUTSIDE_TRANSACTION - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, allows update operations outside a transaction.
allowAssignedIdentifiers() - Method in class org.hibernate.generator.Assigned
 
allowAssignedIdentifiers() - Method in interface org.hibernate.generator.Generator
Determine if this generator allows identifier values to be manually assigned to the entity instance before persisting it.
allowAssignedIdentifiers() - Method in class org.hibernate.id.ForeignGenerator
Deprecated.
 
allowImmutableEntityUpdate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
allowImmutableEntityUpdate() - Method in interface org.hibernate.query.spi.QueryEngineOptions
 
allowImmutableEntityUpdate() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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?
allowMutation() - Method in class org.hibernate.generator.Assigned
 
allowMutation() - Method in interface org.hibernate.generator.Generator
Determine if this generator allows generated fields to be manually assigned a value on events which do not trigger value generation.
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
 
alphashape - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
ALT_SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
AlterTableUniqueDelegate - Class in org.hibernate.dialect.unique
A UniqueDelegate which uses alter table commands to create and drop the unique constraint.
AlterTableUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.AlterTableUniqueDelegate
 
AlterTableUniqueIndexDelegate - Class in org.hibernate.dialect.unique
A UniqueDelegate which uses create unique index commands when necessary.
AlterTableUniqueIndexDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.AlterTableUniqueIndexDelegate
 
ALWAYS - Enum constant in enum class org.hibernate.annotations.FlushModeType
Deprecated.
Corresponds to FlushMode.ALWAYS.
ALWAYS - Enum constant in enum class org.hibernate.boot.jaxb.mapping.GenerationTiming
Value generation that occurs when a row is inserted or updated in the database.
ALWAYS - Enum constant in enum class org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called and before every query.
ALWAYS - Enum constant in enum class org.hibernate.tuple.GenerationTiming
Deprecated.
Value generation that occurs when a row is inserted or updated in the database.
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
 
AMPERSAND - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
AMPERSAND - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
ANALYSIS - Enum constant in enum class org.hibernate.spatial.CommonSpatialFunction.Type
Geometry, Geometry -> Boolean (or String for st_relate)
analyzeUpdateValues(Object, Object[], Object, Object[], int[], UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.InclusionChecker, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.MergeCoordinator
 
analyzeUpdateValues(Object, Object[], Object, Object[], int[], UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.InclusionChecker, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
and(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
and(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
and(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
and(Predicate...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
and(Predicate...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
and(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
and(List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
and(List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
and(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the conjuction of two criterions.
and(Restriction) - Method in interface org.hibernate.query.restriction.Restriction
Combine this restriction with the given restriction using logical and.
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
 
ANNOTATION - Enum constant in enum class org.hibernate.boot.jaxb.SourceType
 
AnnotationBasedGenerator<A> - Interface in org.hibernate.generator
A Generator which receives parameters from a custom generator annotation or id generator annotation.
AnnotationException - Exception Class in org.hibernate
An exception that occurs while reading mapping annotations.
AnnotationException(String) - Constructor for exception class org.hibernate.AnnotationException
Constructs an AnnotationException using the given message.
AnnotationException(String, Throwable) - Constructor for exception class org.hibernate.AnnotationException
Constructs an AnnotationException using the given message and cause.
AnnotationPlacementException - Exception Class in org.hibernate.boot.models
 
AnnotationPlacementException(String) - Constructor for exception class org.hibernate.boot.models.AnnotationPlacementException
 
AnnotationPlacementException(String, Throwable) - Constructor for exception class org.hibernate.boot.models.AnnotationPlacementException
 
ANNOTATIONS - Enum constant in enum class org.hibernate.mapping.MetadataSource
 
Annotations driving compile-time tooling - Section in Overview
 
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
AnsiSqlKeywords() - Constructor for class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
 
any(Subquery) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
any(Subquery) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
any(Subquery) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
any(List) - Static method in interface org.hibernate.query.restriction.Restriction
Combine the given restrictions using logical or.
any(Restriction...) - Static method in interface org.hibernate.query.restriction.Restriction
Combine the given restrictions using logical or.
Any - Class in org.hibernate.mapping
A mapping model object representing a polymorphic association to one of several tables.
Any - Class in org.hibernate.sql.ast.tree.expression
 
Any - Annotation Interface in org.hibernate.annotations
Maps a to-one cardinality association taking values over several entity types which are not related by the usual entity inheritance, using a discriminator value stored on the referring side of the relationship.
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(SelectStatement, MappingModelExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.Any
 
ANY - Enum constant in enum class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
ANY - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
ANY - Enum constant in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
 
ANY - Enum constant in enum class org.hibernate.boot.models.AttributeNature
 
ANY - Enum constant in enum class org.hibernate.mapping.KeyValue.NullValueSemantic
 
ANY - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
 
ANY - Enum constant in enum class org.hibernate.metamodel.ValueClassification
ANY is a Hibernate-specific concept.
ANY - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates a parameter that accepts any type
ANY - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
ANY - Enum constant in enum class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
ANY - Enum constant in enum class org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
ANY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
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.AnySomeQuantifierContext
 
ANY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ANY_DISCRIMINATOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY_DISCRIMINATOR_IMPLICIT_VALUES - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY_DISCRIMINATOR_VALUE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY_DISCRIMINATOR_VALUES - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY_KEY_JAVA_CLASS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY_KEY_JAVA_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY_KEY_JDBC_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY_KEY_JDBC_TYPE_CODE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY_KEY_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ANY_KEY_TYPE - Static variable in interface org.hibernate.boot.models.XmlAnnotations
 
Any.KeyValue - Class in org.hibernate.mapping
 
Any.MetaValue - Class in org.hibernate.mapping
The discriminator Value
AnyDiscriminator - Annotation Interface in org.hibernate.annotations
A simplified way to specify the type of the discriminator in an Any mapping, using the JPA-defined DiscriminatorType.
AnyDiscriminatorImplicitValues - Annotation Interface in org.hibernate.annotations
Defines how to handle discriminator values which are not explicitly mapped with AnyDiscriminatorValue.
AnyDiscriminatorImplicitValues.Strategy - Enum Class in org.hibernate.annotations
 
AnyDiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Source information about the discriminator for an ANY mapping
AnyDiscriminatorValue - Annotation Interface in org.hibernate.annotations
Specifies the mapping of a single any-valued discriminator value to its corresponding entity type.
AnyDiscriminatorValues - Annotation Interface in org.hibernate.annotations
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 Interface in org.hibernate.annotations
Specifies the Java class to use for the foreign key handling related to an Any mapping.
AnyKeyJavaType - Annotation Interface in org.hibernate.annotations
Form of JavaType used to describe the foreign-key part of an ANY mapping.
AnyKeyJdbcType - Annotation Interface in org.hibernate.annotations
Form of JdbcType used to describe the foreign key part of an Any mapping.
AnyKeyJdbcTypeCode - Annotation Interface 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
 
anyMappingAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
 
anyMappingAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributesContainerImpl
 
anyMappingAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNaturalIdImpl
 
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.
anyRequiresAggregateColumnWriter() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
anyRequiresAggregateColumnWriter() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
anySomeQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
anySomeQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
AnySomeQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
 
anythingToCascade(EntityPersister) - Method in interface org.hibernate.engine.spi.CascadingAction
Does this action have any work to do for the entity type with the given persister?
anythingToCascade(EntityPersister) - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
AnyType - Class in org.hibernate.type
Handles "any" mappings
AnyType(TypeConfiguration, MetaType, Type, boolean) - Constructor for class org.hibernate.type.AnyType
 
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.
ANYWHERE - Enum constant in enum class org.hibernate.envers.query.criteria.MatchMode
Match the pattern anywhere in the string.
append(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
append(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
append(char) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
append(CharSequence) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
append(CharSequence) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
append(CharSequence) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
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(CharSequence, int, int) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
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.metamodel.mapping.SelectablePath
 
append(String) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
append(String) - Method in interface org.hibernate.spi.DotIdentifierSequence
Append 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
 
appendArrayLiteral(SqlAppender, Object[], JdbcLiteralFormatter, WrapperOptions) - Method in class org.hibernate.dialect.Dialect
Append an array literal with the given elements to the given SqlAppender.
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
 
appendAsLocalTime(SqlAppender, TemporalAccessor) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsLocalTime(SqlAppender, Calendar) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsLocalTime(SqlAppender, Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAssignmentColumn(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
 
appendAssignmentColumn(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
 
appendAssignmentColumn(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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, Calendar, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTime(SqlAppender, Date) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
appendAsTime(SqlAppender, Date, TimeZone) - 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, TemporalAccessor, boolean, TimeZone, boolean) - 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
 
appendAsTimestampWithNanos(SqlAppender, TemporalAccessor, boolean, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithNanos(SqlAppender, TemporalAccessor, boolean, TimeZone, boolean) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendAsTimestampWithNanos(SqlAppender, Date, TimeZone) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
appendBackslashEscapedLikeLiteral(SqlAppender, String, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
Append a binary literal to the given SqlAppender.
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.OracleDialect
 
appendBinaryLiteral(SqlAppender, byte[]) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
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.Dialect
Append the SQL literal expression representing the given boolean value to the given SqlAppender.
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.H2Dialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.HANADialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.HSQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.MySQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.OracleDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendBooleanValueString(SqlAppender, boolean) - Method in class org.hibernate.dialect.SpannerDialect
 
appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.Dialect
Append the options to the given DDL string declaring a SQL check constraint.
appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.MySQLDialect
 
appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.OracleDialect
 
appendCheckConstraintOptions(CheckConstraint, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendColumnForWrite(SqlAppender) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendColumnForWrite(SqlAppender, String) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendContainer(String) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
Uses # as the separator rather than a period, the intention being that the incoming name is a ModelPartContainer of some sort.
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.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.HANADialect
 
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.DB2Dialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
Append a datetime literal representing the given java.time value to the given SqlAppender.
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.H2Dialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.HANADialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.MySQLDialect
 
appendDateTimeLiteral(SqlAppender, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.OracleDialect
 
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, TemporalAccessor, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SybaseDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.DB2Dialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
Append a datetime literal representing the given Calendar value to the given SqlAppender.
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.H2Dialect
 
appendDateTimeLiteral(SqlAppender, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.MySQLDialect
 
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, Calendar, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SybaseDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.CockroachDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.DB2Dialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.Dialect
Append a datetime literal representing the given Date value to the given SqlAppender.
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.H2Dialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.HANADialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.MySQLDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendDateTimeLiteral(SqlAppender, Date, TemporalType, TimeZone) - Method in class org.hibernate.dialect.SybaseDialect
 
appendDoubleQuoteEscapedString(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendDoubleQuoteEscapedString(String) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendEncodedString(SqlAppender, Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
appendEncodedString(SqlAppender, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
appendEncodedString(SqlAppender, Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
appendEncodedString(SqlAppender, T) - Method in interface org.hibernate.type.descriptor.java.JavaType
Appends the value to the SqlAppender in an encoded format that can be decoded again by JavaType.fromEncodedString(CharSequence, int, int).
appendHqlCteString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in interface org.hibernate.query.sqm.DiscriminatorSqmPath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
appendHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
appendHqlString(StringBuilder, JavaType, 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
Deprecated, for removal: This API element is subject to removal in a future version.
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
appendIdentitySelectToInsert(String) - Method in class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
Use insert table(...) values(...) select SCOPE_IDENTITY()
appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
 
appendIdentitySelectToInsert(String, String) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Provided we IdentityColumnSupport.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.
appendIdentitySelectToInsert(String, String) - Method in class org.hibernate.dialect.identity.MariaDBIdentityColumnSupport
 
appendInlinedJsonPathIncludingPassingClause(SqlAppender, String, Expression, JsonPathPassingClause, SqlAstTranslator) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
 
appendIntervalLiteral(SqlAppender, Duration) - Method in class org.hibernate.dialect.Dialect
Append a literal SQL interval representing the given Java Duration.
appendIntervalLiteral(SqlAppender, TemporalAmount) - Method in class org.hibernate.dialect.Dialect
Append a literal SQL interval representing the given Java TemporalAmount.
appendJdbcLiteral(SqlAppender, T, Dialect, WrapperOptions) - Method in class org.hibernate.spatial.GeometryLiteralFormatter
 
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.
appendJoins(SqmFrom, StringBuilder, SqmRenderContext) - Static method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
appendJsonPathConcatPassingClause(SqlAppender, Expression, JsonPathPassingClause, SqlAstTranslator) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
 
appendJsonPathDoublePipePassingClause(SqlAppender, Expression, JsonPathPassingClause, SqlAstTranslator) - Static method in class org.hibernate.dialect.function.json.JsonPathHelper
 
appendListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Add a listener to the group.
appendListeners(EventType, Class...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(EventType, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
appendListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Add the given listeners to the group.
appendLiteral(SqlAppender, String) - Method in class org.hibernate.dialect.Dialect
Append a literal string to the given SqlAppender.
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
 
appendPassingExpressionHqlString(StringBuilder, SqmRenderContext) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
appendPostAction(PostAction...) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
 
appendPreAction(PreAction...) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
 
appendReadExpression(String, Consumer) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendReadExpression(SqlAppender) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendReadExpression(SqlAppender, String) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
appendSingleQuoteEscapedString(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSingleQuoteEscapedString(String) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(boolean) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(boolean) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendSql(char) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(char) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(char) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendSql(double) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(double) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(double) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendSql(float) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(float) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(float) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendSql(int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(int) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(int) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendSql(long) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
appendSql(long) - Method in interface org.hibernate.sql.ast.spi.SqlAppender
 
appendSql(long) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
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
appendSql(String) - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
appendString(StringBuilder, byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
appendString(SqlAppender, byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
appendTreatJoins(SqmFrom, StringBuilder, SqmRenderContext) - Static method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
appendUniqueConstraint(StringBuilder, UniqueKey) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
 
appendUniqueConstraint(StringBuilder, UniqueKey) - Method in class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
 
appendUUIDLiteral(SqlAppender, UUID) - Method in class org.hibernate.dialect.Dialect
Append a literal SQL uuid representing the given Java UUID.
appendUUIDLiteral(SqlAppender, UUID) - Method in class org.hibernate.dialect.SQLServerDialect
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonArrayJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MariaDBCastingJsonJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MySQLCastingJsonArrayJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.MySQLCastingJsonJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingInetJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingIntervalSecondJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonArrayJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLCastingJsonJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.PostgreSQLStructCastingJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlArrayJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.dialect.type.SQLServerCastingXmlJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
Deprecated.
 
appendWriteExpression(String, Size, SqlAppender, Dialect) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Append the write expression wrapped in a way to be able to write values with this JdbcType's ValueBinder.
appendWriteExpression(String, SqlAppender, Dialect) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Deprecated, for removal: This API element is subject to removal in a future version.
appendWriteExpression(SqlAstTranslator, SqlAppender) - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
appendWriteExpression(SqlAstTranslator, SqlAppender, String) - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
applicationContinuity - Variable in class org.hibernate.dialect.OracleDialect
 
AppliedGraph - Interface in org.hibernate.graph.spi
Contract for anything a fetch/load graph can be applied
appliesTo(Graph, ManagedDomainType) - Static method in class org.hibernate.graph.spi.GraphHelper
 
appliesTo(GraphImplementor, JpaMetamodel) - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
 
appliesTo(GraphImplementor, JpaMetamodel) - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
appliesTo(EntityDomainType) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
appliesTo(Type, CascadeStyle) - Method in interface org.hibernate.engine.spi.CascadingAction
Does this action have any work to do for fields of the given type with the given cascade style?
appliesTo(Type, CascadeStyle) - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
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() - Method in interface org.hibernate.boot.models.xml.spi.XmlProcessingResult
 
apply(CriteriaQuery, Root) - Method in interface org.hibernate.query.restriction.Restriction
Apply this restriction to the given root entity of the given criteria query.
apply(Object) - Method in class org.hibernate.sql.model.ast.ColumnValueParameterList
 
apply(Object[]) - Method in interface org.hibernate.query.specification.ProjectionSpecification.Element
 
apply(String) - Static method in class org.hibernate.spatial.FunctionKey
 
apply(String, String) - Static method in class org.hibernate.spatial.FunctionKey
 
apply(JaxbFilterImpl, XmlDocumentContext) - Method in interface org.hibernate.boot.models.annotations.spi.FilterDetails
 
apply(MetadataSources) - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
apply(PersistenceUnitMetadata) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
apply(PersistenceUnitMetadata) - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware
 
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(SqmUpdateStatement) - Method in interface org.hibernate.query.assignment.Assignment
 
apply(QuerySpec, TableGroup, String, String, SortDirection, Nulls, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
apply(QuerySpec, TableGroup, String, String, SortDirection, Nulls, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
apply(QuerySpec, TableGroup, String, String, SortDirection, Nulls, 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, SortDirection, Nulls, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
 
apply(QuerySpec, TableGroup, String, String, SortDirection, NullPrecedence, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
Deprecated, for removal: This API element is subject to removal in a future version.
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.boot.beanvalidation.BeanValidationIntegrator
 
applyAccessType(AccessType) - Method in interface org.hibernate.boot.MetadataBuilder
Specify the second-level access-type to be used by default for entities and collections that define second-level caching, but do not specify a granular access-type.
applyAccessType(AccessType) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
applyAffectedTableNames(Consumer) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
applyAffectedTableNames(Consumer) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
applyAffectedTableNames(Consumer) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
applyAnticipatedType(BindableType) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
applyAnticipatedType(BindableType) - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
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, SqmExpression) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
applyAssignment(SqmAssignment) - 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 it.
applyAttributeConverter(AttributeConverter) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter instance.
applyAttributeConverter(AttributeConverter, boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by its Class.
applyAttributeConverter(Class) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyAttributeConverter(Class, boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Adds an AttributeConverter by Class, explicitly indicating whether to auto-apply it.
applyAttributeConverter(Class, 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 bidirectional 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 bidirectional 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, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyBaseManyToManyRestrictions(Consumer, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyBaseManyToManyRestrictions(Consumer, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Restrictable
Applies the base set of restrictions.
applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyBaseRestrictions(Consumer, TableGroup, boolean, Map, boolean, Set, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyBaseRestrictions(Consumer, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Restrictable
Deprecated, for removal: This API element is subject to removal in a future version.
applyBaseRestrictions(Consumer, TableGroup, boolean, Map, Set, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
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
 
applyBeanManager(Object) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a CDI BeanManager.
applyBeanManager(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyCacheRegionDefinition(CacheRegionDefinition) - Method in interface org.hibernate.boot.MetadataBuilder
Apply a CacheRegionDefinition to be applied to an entity, collection, or query while building the Metadata object.
applyCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyCacheRegionPrefix(String) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specify a prefix to prepended to all cache region names.
applyCacheRegionPrefix(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyClassLoader(ClassLoader) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoader for use in classloading and resource lookup.
applyClassLoaderService(ClassLoaderService) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Adds a provided ClassLoaderService for use in classloading and resource lookup.
applyCollation(Expression, String, SqlAstCreationState) - Static method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
 
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
 
applyColumnOrderingStrategy(ColumnOrderingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
applyColumnOrderingStrategy(ColumnOrderingStrategy) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyCommentHint(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyConfiguration(SequenceGenerator, BiConsumer) - Static method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
applyConfiguration(TableGenerator, BiConsumer) - Static method in class org.hibernate.id.enhanced.TableGenerator
 
applyConfiguredGraph(Map) - 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.
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
 
applyDatabaseHint(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
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(Nulls) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Apply a null precedence, NULLS FIRST or NULLS LAST, to order by clauses rendered in SQL queries.
applyDefaultNullPrecedence(Nulls) - 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, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.Discriminable
Apply the discriminator as a predicate via the predicateConsumer
applyDiscriminator(Consumer, String, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyDiscriminator(Consumer, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyDynamicDeleteTableDetails(Object, Object, Object[], MutationExecutor, MutationOperationGroup, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
applyEntityGraph(RootGraphImplementor, GraphSemantic) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
applyEntityGraphHint(GraphSemantic, Object, String) - 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
Deprecated.
applyFetchGraph(RootGraph) - Method in interface org.hibernate.query.Query
Deprecated.
applyFetchJoins(Supplier, String, List) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.FilterRestrictable
Applies just the Filter values enabled for the associated entity
applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyFilterRestrictions(Consumer, TableGroup, boolean, Map, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyFilterRestrictions(Consumer, TableGroup, boolean, Map, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.FilterRestrictable
Deprecated, for removal: This API element is subject to removal in a future version.
applyFlushModeHint(FlushMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFollowOnLockingHint(Boolean) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFollowOnStrategyHint(Locking.FollowOn) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyFragment(String, Filter, List) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
applyFragment(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
applyFunctions(FunctionContributor) - Method in interface org.hibernate.boot.MetadataBuilder
Apply an explicit FunctionContributor (implicit application via ServiceLoader will still happen too)
applyFunctions(FunctionContributor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
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
Deprecated.
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
 
applyId(Object, Object, MutationExecutor, MutationOperationGroup, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
applyIdentifierCasing(DatabaseMetaData) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyIdentifierRollbackSupport(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should the generated identifier be "unset" when an entity is deleted?
applyIdentifierRollbackSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
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
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(Object) - Method in interface org.hibernate.boot.MetadataBuilder
Deprecated.
Set the hibernate-models setting hibernate.models.jandex.index instead. This method has no effect.
applyIndexView(Object) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applyInferableType(SqmBindableType) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
applyInferableType(SqmBindableType) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
applyInferableType(SqmBindableType) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
applyInferableType(SqmBindableType) - 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(SqmBindableType) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
applyInferableType(SqmBindableType) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
applyingFilterDefinitionCondition(String) - Method in interface org.hibernate.boot.BootLogging
 
applyIntegrator(Integrator) - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Add an Integrator to be applied to the bootstrap registry.
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(Interceptor).
applyInterceptor(Interceptor) - 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
 
applyJsonFormatMapper(FormatMapper) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a format mapper to use for serialization/deserialization of JSON properties.
applyJsonFormatMapper(FormatMapper) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
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
 
applyKeyRestriction(Object, EntityPersister, RestrictedTableMutationBuilder, EntityTableMapping) - Static method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
applyKeyRestrictions(ColumnValueParameterList, List) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
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
Deprecated.
applyLoadGraph(RootGraph) - Method in interface org.hibernate.query.Query
Deprecated.
applyLocking(Object, Object[], MutationExecutor, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
applyLockModeHint(Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyLockModeType(LockModeType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.Dialect
Modifies the given SQL, applying the appropriate updates for the specified lock modes and key columns.
applyLocksToSql(String, LockOptions, Map) - Method in class org.hibernate.dialect.SpannerDialect
 
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
 
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 multitenancy is enabled via use of a MultiTenantConnectionProvider.
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
 
applyNonVersionOptLocking(OptimisticLockStyle, MutationGroupBuilder, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
applyNonVersionOptLocking(OptimisticLockStyle, TableUpdateBuilderStandard, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
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
 
applyOnlyLoadByKeyFilters() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
applyOnlyLoadByKeyFilters() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
applyOnlyLoadByKeyFilters() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
applyOptimisticLocking(MutationGroupBuilder, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
applyOptimisticLocking(TableUpdateBuilderStandard, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
applyOptions(NamedQueryMemento) - Method in class org.hibernate.query.spi.AbstractQuery
 
applyOptions(NamedQueryMemento) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
applyOrdering(TableGroup, OrderByFragment) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
applyOrdering(TableGroup, OrderByFragment) - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
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
 
applyPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in interface org.hibernate.boot.MetadataBuilder
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 interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
 
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 interface org.hibernate.metamodel.mapping.PluralAttributeMapping.PredicateConsumer
 
applyPredicate(Predicate) - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryNodeProcessingState
Apply the predicate to be used for the final statement.
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) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
 
applyPredicates(Collection) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
applyPredicates(SqmPredicate...) - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicateCollection
 
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
 
applyProperty(Property) - Method in interface org.hibernate.mapping.IdentifiableTypeClass
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
applyProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
Deprecated, for removal: This API element is subject to removal in a future version.
applyProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
Deprecated, for removal: This API element is subject to removal in a future version.
applyQueryCacheLayout(CacheLayout) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies the default CacheLayout to use for query cache entries.
applyQueryCacheLayout(CacheLayout) - 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) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyReservedWords(Set) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
applyRestriction(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
applyRestrictions(PersistentCollection, Object, Object, int, SharedSessionContractImplementor, JdbcValueBindings) - Method in interface org.hibernate.persister.collection.mutation.RowMutationOperations.Restrictions
 
applyRootPathForLocking(NavigablePath) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
Applies a NavigablePath to be considered a root for the purpose of potential locking.
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) - 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.
applySharedCacheMode(SharedCacheMode) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
applySoftDeleteRestrictions(TableGroup, PluralAttributeMapping.PredicateConsumer) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
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
Contribute a SqmFunctionDescriptor to HQL.
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.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) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
applySqlSelections(NavigablePath, TableGroup, DomainResultCreationState, BiConsumer) - 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) - 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.Duration
 
applySqlSelections(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
 
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.expression.UnparsedNumericLiteral
 
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.SelectStatement
 
applyStatelessInterceptor(Class) - 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(Interceptor).
applyStatelessInterceptor(Class) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStatelessInterceptor(Supplier) - 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(Interceptor).
applyStatelessInterceptor(Supplier) - 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(UnaryOperator)
applyStatementInspector(StatementInspector) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
applyStaticDeleteTableDetails(Object, Object, Object[], Object, boolean, MutationExecutor, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
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, String, Class) - 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
 
applySubselectFetchEnabled(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Enable the use of subselect fetching.
applySubselectFetchEnabled(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
Deprecated, for removal: This API element is subject to removal in a future version.
This has no effect and will be removed.
applyTempTableDdlTransactionHandling(TempTableDdlTransactionHandling) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
Deprecated.
applyTenantSchemaMapper(TenantSchemaMapper) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a TenantSchemaMapper that is responsible for mapping the current tenant identifier to the name of a database schema.
applyTenantSchemaMapper(TenantSchemaMapper) - 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
 
applyToLoadByKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterDefImpl
 
applyToLoadByKey() - Element in annotation interface org.hibernate.annotations.FilterDef
Specifies that the filter should be applied to operations which fetch an entity by its identifier.
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(PersistentCollection, Object, Object, int, SharedSessionContractImplementor, JdbcValueBindings) - Method in interface org.hibernate.persister.collection.mutation.RowMutationOperations.Values
 
applyValues(Values) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
 
applyVersionBasedOptLocking(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
applyVersionBasedOptLocking(TableUpdateBuilderStandard) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
applyWhereFragments(Consumer, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyWhereFragments(Consumer, String, TableGroup, SqlAstCreationState) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.WhereRestrictable
Apply the SQLRestriction restrictions
applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyWhereRestrictions(Consumer, TableGroup, boolean, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
applyXmlFormatMapper(FormatMapper) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Specifies a format mapper to use for serialization/deserialization of XML properties.
applyXmlFormatMapper(FormatMapper) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
ArchiveContext - Interface in org.hibernate.boot.archive.spi
Describes the context for visiting the entries within an archive
ArchiveDescriptor - Interface in org.hibernate.boot.archive.spi
Models a logical archive, which might be a jar file a zip file an exploded directory etc
ArchiveDescriptorFactory - Interface in org.hibernate.boot.archive.spi
Contract for building ArchiveDescriptor instances.
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 Class in org.hibernate.boot.archive.spi
Indicates a problem accessing or visiting the archive
ArchiveException(String) - Constructor for exception class org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
ArchiveException(String, Throwable) - Constructor for exception class org.hibernate.boot.archive.spi.ArchiveException
Constructs an ArchiveException
area - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
areAllResultsParameters(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
areAllResultsParameters(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
areAllResultsPlainParametersOrStringLiterals(CaseSearchedExpression) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
 
areAllResultsPlainParametersOrStringLiterals(CaseSimpleExpression) - Method in class org.hibernate.dialect.sql.ast.HSQLSqlAstTranslator
 
areAssignmentCompatible(Class, Class) - 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.
areCompatible(Collection, Collection) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
 
areCompatible(List, List) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
 
areCompatible(Map, Map) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
 
areCompatible(SqmCacheable, SqmCacheable) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
 
areDeepCompatible(List, List) - Static method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
areDeepEqual(List, List) - Static method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
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(boolean[], boolean[]) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
areEqual(byte[], byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
areEqual(char[], char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
areEqual(double[], double[]) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
areEqual(float[], float[]) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
areEqual(int[], int[]) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
areEqual(long[], long[]) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
areEqual(short[], short[]) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
areEqual(C, C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
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, EntityGraph) - 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(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
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.ArrayJavaType
 
areEqual(Object[], Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
areEqual(BigDecimal, BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
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, Map) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity subgraph maps and returns true if they are equal, ignoring order.
areEqual(Identifier, Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
areEqual(Geometry, Geometry) - Method in class org.hibernate.spatial.JTSGeometryJavaType
 
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 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
Should JPA entity lifecycle callbacks be processed by the EventEngine and CallbackRegistry?
areMatch(Object, Object) - Method in class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
 
areMatch(Object, Object) - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
areMatch(Object, Object) - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
Are the two listener instances considered a duplication?
areTablesToBeUpdated(Set) - Method in class org.hibernate.engine.spi.ActionQueue
Check whether the given tables/query-spaces are to be executed against given the currently queued actions.
areValuesIncludedInInsertByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
How should non-specification of value insertion by the individual value sources here be interpreted in terms of defaulting that value.
areValuesIncludedInUpdateByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
How should non-specification of value updating by the individual value sources here be interpreted in terms of defaulting that value.
areValuesNullableByDefault() - Method in interface org.hibernate.boot.model.source.spi.ColumnBindingDefaults
How should non-specification of value nullability by the individual value sources here be interpreted in terms of defaulting that value.
areXmlMappingsComplete() - Method in interface org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
Whether XML mappings are complete for the entire persistent unit.
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 an 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() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQL array() constructor function
array(Selection...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(Selection...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
array(Selection...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
array(Class, Selection...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(Class, Selection...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
array(Class, List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(Class, List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
array(List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
array(List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
array(List) - 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 - Annotation Interface in org.hibernate.annotations
Specifies the maximum length of a SQL array type mapped by the annotated attribute.
Array(Supplier, 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 - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
 
ARRAY - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
An Object or primitive array.
ARRAY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ARRAY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ARRAY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ARRAY - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type ARRAY.
ARRAY() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryOnErrorOrEmptyClauseContext
 
ARRAY() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryWrapperClauseContext
 
ARRAY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ARRAY_END - Enum constant in enum class org.hibernate.type.format.JsonDocumentItemType
End of a Json array ']'
ARRAY_END - Enum constant in enum class org.hibernate.type.format.StringJsonDocumentMarker
 
array_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQL array() constructor function
array_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array() constructor function
array_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array() constructor function
array_spanner() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Google Spanner array() constructor function
ARRAY_START - Enum constant in enum class org.hibernate.type.format.JsonDocumentItemType
Start of a Json array '['
ARRAY_START - Enum constant in enum class org.hibernate.type.format.StringJsonDocumentMarker
 
arrayAgg(JpaOrder, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
arrayAgg(JpaOrder, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAgg(JpaOrder, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAgg(JpaOrder, JpaPredicate, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
arrayAgg(JpaOrder, JpaPredicate, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAgg(JpaOrder, JpaPredicate, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a array_agg ordered set-aggregate function expression.
arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAgg(JpaOrder, JpaPredicate, JpaWindow, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAgg(JpaOrder, JpaWindow, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
arrayAgg(JpaOrder, JpaWindow, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAgg(JpaOrder, JpaWindow, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayAggFunction - Class in org.hibernate.dialect.function.array
 
ArrayAggFunction(String, boolean, boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayAggFunction
 
arrayAggregate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQL, CockroachDB and PostgreSQL array_agg() function
arrayAggregate_jsonArrayagg() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_agg() function
ArrayAndElementArgumentTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionArgumentTypeResolver that resolves the array argument type based on the element argument type or the element argument type based on the array argument type.
ArrayAndElementArgumentTypeResolver(int, int...) - Constructor for class org.hibernate.dialect.function.array.ArrayAndElementArgumentTypeResolver
 
ArrayAndElementArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates the array type is compatible with the element type.
ArrayAndElementArgumentValidator(int, int...) - Constructor for class org.hibernate.dialect.function.array.ArrayAndElementArgumentValidator
 
arrayAppend(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Appends element to array.
arrayAppend(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAppend(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAppend(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Appends element to array.
arrayAppend(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayAppend(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayAppend_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 and HSQLDB array_append() function
arrayAppend_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_append() function
arrayAppend_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_append() function
ArrayArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates the array type is compatible with the element type.
ArrayArgumentValidator(int) - Constructor for class org.hibernate.dialect.function.array.ArrayArgumentValidator
 
arrayConcat(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates arrays with each other in order.
arrayConcat(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayConcat(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayConcat(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates arrays with each other in order.
arrayConcat(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayConcat(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayConcat(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates arrays with each other in order.
arrayConcat(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayConcat(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayConcat_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 and HSQLDB array_concat() function
arrayConcat_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_concat() function
arrayConcat_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_concat() function
ArrayConcatElementFunction - Class in org.hibernate.dialect.function.array
Concatenation function for array and an element.
ArrayConcatElementFunction(String, String, String, boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayConcatElementFunction
 
ArrayConcatFunction - Class in org.hibernate.dialect.function.array
Concatenation function for arrays.
ArrayConcatFunction(String, String, String) - Constructor for class org.hibernate.dialect.function.array.ArrayConcatFunction
 
ArrayConstructorFunction - Class in org.hibernate.dialect.function.array
 
ArrayConstructorFunction(boolean, boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayConstructorFunction
 
arrayContains(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains an element.
arrayContains(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContains(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContains(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains an element.
arrayContains(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContains(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContains(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains an element.
arrayContains(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContains(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContains_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_contains() function
arrayContains_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_contains() function
arrayContains_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_contains() function
arrayContains_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array contains operator
arrayContainsAll(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAll(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAll(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAll(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAllNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAllNullable(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayContainsAllNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayContainsAllNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
ArrayContainsArgumentTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionArgumentTypeResolver that resolves the argument types for the array_contains function.
ArrayContainsArgumentTypeResolver() - Constructor for class org.hibernate.dialect.function.array.ArrayContainsArgumentTypeResolver
 
ArrayContainsArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates the arguments for the array_contains function.
ArrayContainsArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArrayContainsArgumentValidator
 
arrayContainsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains a nullable element.
arrayContainsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContainsNullable(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains a nullable element.
arrayContainsNullable(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsNullable(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContainsNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains a nullable element.
arrayContainsNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayContainsOperatorFunction - Class in org.hibernate.dialect.function.array
Special array contains function that also applies a cast to the element argument.
ArrayContainsOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayContainsOperatorFunction
 
ArrayContainsUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array contains function by using unnest.
ArrayContainsUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayContainsUnnestFunction
 
arrayFill(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array with the same element N times, as specified by the arguments.
arrayFill(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayFill(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayFill(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array with the same element N times, as specified by the arguments.
arrayFill(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayFill(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayFill(T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array with the same element N times, as specified by the arguments.
arrayFill(T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayFill(T, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayFill(T, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array with the same element N times, as specified by the arguments.
arrayFill(T, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayFill(T, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayFill_cockroachdb() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Cockroach array_fill() function
arrayFill_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_fill() function
arrayFill_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQLDB array_fill() function
arrayFill_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_fill() function
arrayFill_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
PostgreSQL array_fill() function
arrayFromString(JavaType, JdbcType, String, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
 
arrayFromString(JavaType, XmlArrayJdbcType, String, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
 
arrayGet(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Accesses the element of an array by 1-based index.
arrayGet(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayGet(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayGet(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Accesses the element of an array by 1-based index.
arrayGet(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayGet(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayGet_bracket() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_get() function via bracket syntax
arrayGet_h2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_get() function via bracket syntax
arrayGet_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_get() function
arrayGet_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_get() function
ArrayGetUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array get function by using unnest.
ArrayGetUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.ArrayGetUnnestFunction
 
ArrayHelper - Class in org.hibernate.dialect.function.array
 
ArrayHelper() - Constructor for class org.hibernate.dialect.function.array.ArrayHelper
 
arrayIncludes(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array.
arrayIncludes(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludes(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIncludes(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array.
arrayIncludes(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludes(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIncludes(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array.
arrayIncludes(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludes(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayIncludesArgumentTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionArgumentTypeResolver that resolves the argument types for the array_includes function.
ArrayIncludesArgumentTypeResolver() - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesArgumentTypeResolver
 
ArrayIncludesArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates the arguments for the array_includes function.
ArrayIncludesArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesArgumentValidator
 
arrayIncludesNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array with nullable elements.
arrayIncludesNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludesNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIncludesNullable(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array with nullable elements.
arrayIncludesNullable(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludesNullable(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIncludesNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array is a subset of another array with nullable elements.
arrayIncludesNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIncludesNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayIncludesOperatorFunction - Class in org.hibernate.dialect.function.array
Special array includes implementation that uses the PostgreSQL @> operator.
ArrayIncludesOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesOperatorFunction
 
ArrayIncludesUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array includes function by using unnest.
ArrayIncludesUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIncludesUnnestFunction
 
ArrayInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ArrayInListContext
 
arrayIntersects(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array.
arrayIntersects(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersects(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersects(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array.
arrayIntersects(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersects(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersects(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array.
arrayIntersects(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersects(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersects_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_intersects() function
arrayIntersects_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_intersects() function
arrayIntersects_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_intersects() function
arrayIntersects_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array intersects operator
arrayIntersectsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array, supporting null elements.
arrayIntersectsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersectsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersectsNullable(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array, supporting null elements.
arrayIntersectsNullable(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersectsNullable(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayIntersectsNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array, supporting null elements.
arrayIntersectsNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayIntersectsNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayIntersectsOperatorFunction - Class in org.hibernate.dialect.function.array
Array intersects function that uses the PostgreSQL && operator.
ArrayIntersectsOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIntersectsOperatorFunction
 
ArrayIntersectsUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the intersects function by using unnest.
ArrayIntersectsUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayIntersectsUnnestFunction
 
ArrayJavaType<T> - Class in org.hibernate.type.descriptor.java
Descriptor for T[] handling.
ArrayJavaType(BasicType) - Constructor for class org.hibernate.type.descriptor.java.ArrayJavaType
 
ArrayJavaType(JavaType) - Constructor for class org.hibernate.type.descriptor.java.ArrayJavaType
 
ArrayJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for ARRAY handling.
ArrayJdbcType(JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
ArrayJdbcTypeConstructor - Class in org.hibernate.type.descriptor.jdbc
Factory for ArrayJdbcType.
ArrayJdbcTypeConstructor() - Constructor for class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
 
arrayLength(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the length of an array.
arrayLength(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayLength(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayLength_cardinality() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQLDB, CockroachDB and PostgreSQL array_length() function
arrayLength_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_length() function
arrayLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
arrayLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
arrayLiteral(T...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates an array literal with the array constructor function.
arrayLiteral(T...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayLiteral(T...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ArrayLiteralContext
 
ArrayMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Deprecated, for removal: This API element is subject to removal in a future version.
Use ImmutableObjectArrayMutabilityPlan.get() for object arrays, or implement a dedicated mutability plan for primitive arrays (see for example ShortPrimitiveArrayJavaType's mutability plan).
ArrayMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
Deprecated.
 
arrayOverlaps(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlaps(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlaps(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlaps(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlapsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlapsNullable(Expression, T[]) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(Expression, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(Expression, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayOverlapsNullable(T[], Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(T[], Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
arrayOverlapsNullable(T[], Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
Deprecated.
arrayPosition(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the 1-based position of an element in an array.
arrayPosition(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPosition(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPosition(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the 1-based position of an element in an array.
arrayPosition(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPosition(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPosition_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_position() function
arrayPosition_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_position() function
arrayPosition_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_position() function
arrayPosition_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_position() function
arrayPositions(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in an array.
arrayPositions(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPositions(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPositions(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in an array.
arrayPositions(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPositions(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPositions_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_positions() function
arrayPositions_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_positions() function
arrayPositions_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_positions() function
arrayPositions_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_positions() function
arrayPositionsList(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in an array.
arrayPositionsList(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPositionsList(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPositionsList(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in an array.
arrayPositionsList(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPositionsList(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPrepend(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Prepends element to array.
arrayPrepend(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPrepend(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPrepend(T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Prepends element to array.
arrayPrepend(T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayPrepend(T, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayPrepend_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 and HSQLDB array_prepend() function
arrayPrepend_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_prepend() function
arrayPrepend_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_prepend() function
arrayRemove() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_remove() function
arrayRemove(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element removed.
arrayRemove(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayRemove(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayRemove(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element removed.
arrayRemove(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayRemove(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayRemove_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_remove() function
arrayRemove_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_remove() function
arrayRemove_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_remove() function
arrayRemoveIndex(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with the element at the given 1-based index removed.
arrayRemoveIndex(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayRemoveIndex(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayRemoveIndex(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with the element at the given 1-based index removed.
arrayRemoveIndex(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayRemoveIndex(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayRemoveIndex_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_remove_index() function
arrayRemoveIndex_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_remove_index() function
arrayRemoveIndex_unnest(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL, CockroachDB and PostgreSQL array_remove_index() function
ArrayRemoveIndexUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array remove index function by using unnest.
ArrayRemoveIndexUnnestFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.ArrayRemoveIndexUnnestFunction
 
arrayReplace() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_replace() function
arrayReplace(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy replacing a given element with another.
arrayReplace(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayReplace(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayReplace(Expression, Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy replacing a given element with another.
arrayReplace(Expression, Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayReplace(Expression, Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayReplace(Expression, T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy replacing a given element with another.
arrayReplace(Expression, T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayReplace(Expression, T, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayReplace(Expression, T, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy replacing a given element with another.
arrayReplace(Expression, T, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayReplace(Expression, T, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayReplace_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_replace() function
arrayReplace_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_replace() function
arrayReplace_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_replace() function
ArrayReplaceUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array replace function by using unnest.
ArrayReplaceUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.ArrayReplaceUnnestFunction
 
arraySet(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element at given 1-based index.
arraySet(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySet(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySet(Expression, Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element at given 1-based index.
arraySet(Expression, Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySet(Expression, Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySet(Expression, Integer, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element at given 1-based index.
arraySet(Expression, Integer, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySet(Expression, Integer, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySet(Expression, Integer, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy with given element at given 1-based index.
arraySet(Expression, Integer, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySet(Expression, Integer, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySet_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_set() function
arraySet_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_set() function
arraySet_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_set() function
arraySet_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_set() function
ArraySetUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array set function by using unnest.
ArraySetUnnestFunction() - Constructor for class org.hibernate.dialect.function.array.ArraySetUnnestFunction
 
arraySlice() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_slice() function
arraySlice(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-array of the based on 1-based lower and upper index.
arraySlice(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySlice(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySlice(Expression, Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-array of the based on 1-based lower and upper index.
arraySlice(Expression, Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySlice(Expression, Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySlice(Expression, Integer, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-array of the based on 1-based lower and upper index.
arraySlice(Expression, Integer, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySlice(Expression, Integer, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySlice(Expression, Integer, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-array of the based on 1-based lower and upper index.
arraySlice(Expression, Integer, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arraySlice(Expression, Integer, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arraySlice_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_slice() function
arraySlice_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_slice() function
arraySlice_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_slice() function
ArraySliceUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the array slice function by using unnest.
ArraySliceUnnestFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.ArraySliceUnnestFunction
 
ArraysOfSameTypeArgumentValidator - Class in org.hibernate.dialect.function.array
A ArgumentsValidator that validates all arguments are of the same array type.
ArraysOfSameTypeArgumentValidator() - Constructor for class org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
 
arrayToString(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the non-null array elements with a separator, as specified by the arguments.
arrayToString(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayToString(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayToString(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the array elements with a separator, as specified by the arguments.
arrayToString(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayToString(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayToString(Expression, Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the array elements with a separator, as specified by the arguments.
arrayToString(Expression, Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayToString(Expression, Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayToString(Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the non-null array elements with a separator, as specified by the arguments.
arrayToString(Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayToString(Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayToString(Expression, String, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the array elements with a separator, as specified by the arguments.
arrayToString(Expression, String, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayToString(Expression, String, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayToString(Expression, String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the array elements with a separator, as specified by the arguments.
arrayToString(Expression, String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayToString(Expression, String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayToString(EmbeddableMappingType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
 
arrayToString(JavaType, JdbcType, Object[], WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
 
arrayToString_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_to_string() function
arrayToString_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_to_string() function
arrayToString_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_to_string() function
arrayToString_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array_to_string() function
ArrayToStringFunction - Class in org.hibernate.dialect.function.array
 
ArrayToStringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayToStringFunction
 
arrayTrim(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy without the last N elements, specified by the second argument.
arrayTrim(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayTrim(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayTrim(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates array copy without the last N elements, specified by the second argument.
arrayTrim(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayTrim(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayTrim_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_trim() function
arrayTrim_trim_array() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, HSQLDB, CockroachDB and PostgreSQL array_trim() function
arrayTrim_unnest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
PostgreSQL array_trim() emulation for versions before 14
ArrayType - Class in org.hibernate.type
A type for persistent arrays.
ArrayType(String, String, Class) - Constructor for class org.hibernate.type.ArrayType
 
ArrayViaArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionReturnTypeResolver that resolves the array type based on an argument.
ArrayViaArgumentReturnTypeResolver(int) - Constructor for class org.hibernate.dialect.function.array.ArrayViaArgumentReturnTypeResolver
 
ArrayViaElementArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionReturnTypeResolver that resolves an array type based on the arguments, which are supposed to be of the element type.
ARROW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ARROW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ARROW - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
ARROW - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
as(Class) - Method in interface org.hibernate.boot.models.spi.GlobalRegistrations
 
as(Class) - Method in interface org.hibernate.query.criteria.JpaExpression
 
as(Class) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
as(Class) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
as(Class) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
as(Class) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
as(Class) - 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.ColumnFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
AS(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
AS(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
AS(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
AS_NEEDED - Enum constant in enum class org.hibernate.ConnectionAcquisitionMode
A Connection is acquired only when (and if) it's actually needed.
asAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
asAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
 
asAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
asAttributeMapping() - Method in interface org.hibernate.sql.results.graph.Fetchable
 
asBasicValuedModelPart() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
asBasicValuedModelPart() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
asBigDecimal() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asBigDecimal() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asBigDecimal() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asBigInteger() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asBigInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asBigInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asbinary - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The asBinary function, cfr.
asBlob(LobCreator) - Method in interface org.hibernate.engine.jdbc.BinaryStream
Use the given LobCreator to create a Blob with the same data as this binary stream.
asBoolean(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
 
asc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in ascending order
asc(int) - Static method in interface org.hibernate.query.Order
An order where the result set is sorted by the select item in the given position with smaller values first.
asc(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
asc(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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(Expression, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
asc(Expression, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
asc(SingularAttribute) - Static method in interface org.hibernate.query.Order
An order where an entity is sorted by the given attribute, with smaller values first.
asc(Class, String) - Static method in interface org.hibernate.query.Order
An order where an entity of the given class is sorted by the attribute with the given name, with smaller values first.
asc(JpaCteCriteriaAttribute) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering by the ascending value of the CTE attribute.
asc(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
asc(JpaCteCriteriaAttribute, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering by the ascending value of the CTE attribute.
asc(JpaCteCriteriaAttribute, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 - Enum constant in enum class org.hibernate.query.SortDirection
 
ascii() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Very widely supported, but we don't treat this as a "standard" function because it's hard to emulate on any database that doesn't have it (e.g.
asCollectionInitializer() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
asCollectionInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
A utility method to avoid casting explicitly to CollectionInitializer
asCompositeOwner() - Method in interface org.hibernate.engine.spi.CompositeOwner
 
asCompositeOwner() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asCompositeTracker() - Method in interface org.hibernate.engine.spi.CompositeTracker
 
asCompositeTracker() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asDouble() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asDouble() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asDouble() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asEmbeddableFunctionTableReference() - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
 
asEmbeddableFunctionTableReference() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
asEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
asEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
A utility method to avoid casting explicitly to EmbeddableInitializer
asEmbeddedAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
A utility method to avoid casting explicitly to EmbeddedAttributeMapping
asEntityInitializer() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
asEntityInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
A utility method to avoid casting explicitly to EntityInitializer
asEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
asEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
asEntityMutationOperationGroup() - Method in interface org.hibernate.sql.model.EntityMutationOperationGroup
 
asEntityMutationOperationGroup() - Method in interface org.hibernate.sql.model.MutationOperationGroup
Attempt to cast to the frequently uses subtype EntityMutationOperationGroup; returns null if this is not possible.
asEventSource() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
asEventSource() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Cast this session to EventSource if possible.
asewkb - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
asewkt - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
asFetchParent() - Method in interface org.hibernate.sql.results.graph.entity.EntityFetch
 
asFetchParent() - Method in interface org.hibernate.sql.results.graph.Fetch
Utility method to avoid instanceof checks.
asFloat() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asFloat() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asFloat() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asgeojson - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
asHibernateProxy() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asHibernateProxy() - Method in interface org.hibernate.proxy.HibernateProxy
Special internal contract to optimize type checking.
asImmutable() - Method in class org.hibernate.type.BasicTypeReference
 
asin(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the inverse sine of its argument.
asin(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
asInteger() - Method in interface org.hibernate.query.criteria.JpaExpression
 
asInteger() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
asInteger() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asInteger(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
 
asLegacyValue() - Method in enum class org.hibernate.Locking.FollowOn
Interprets the follow-on strategy into the legacy boolean values.
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
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.SqmHqlNumericLiteral
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
asLoggableText() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
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.SqmEnumLiteral
 
asLong() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asManaged() - Method in interface org.hibernate.engine.spi.Managed
Special internal contract to optimize type checking
asManaged() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asManagedComposite() - Method in interface org.hibernate.engine.spi.ManagedComposite
Special internal contract to optimize type checking
asManagedComposite() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asManagedEntity() - Method in interface org.hibernate.engine.spi.ManagedEntity
Special internal contract to optimize type checking
asManagedEntity() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asManagedMappedSuperclass() - Method in interface org.hibernate.engine.spi.ManagedMappedSuperclass
Special internal contract to optimize type checking
asManagedMappedSuperclass() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asMap() - Method in class org.hibernate.spatial.BaseSqmFunctionDescriptors
 
asMap() - Method in class org.hibernate.spatial.dialect.oracle.OracleSDOFunctionDescriptors
 
asMap() - Method in class org.hibernate.spatial.dialect.oracle.OracleSQLMMFunctionDescriptors
 
asMap() - Method in interface org.hibernate.spatial.KeyedSqmFunctionDescriptors
Return the SqmFunctionDescriptors as map of FunctionKey to SqmFunctionDescriptor
asMetaAttribute() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
asPersistentAttributeInterceptable() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptable
Special internal contract to optimize type checking
asPersistentAttributeInterceptable() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asPluralAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
A utility method to avoid casting explicitly to PluralAttributeMapping
asPluralAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
asProxyConfiguration() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asProxyConfiguration() - Method in interface org.hibernate.proxy.ProxyConfiguration
 
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
 
asSelfDirtinessTracker() - Method in interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
 
asSelfDirtinessTracker() - Method in interface org.hibernate.engine.spi.SelfDirtinessTracker
Special internal contract to optimize type checking
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Reconstruct the object from its disassembled state.
assemble(Serializable, SharedSessionContract) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Assemble a previously disassembled value.
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 interface org.hibernate.usertype.UserType
Reconstruct a value from its destructured representation, during the process of reading the properties of an entity from the second-level cache.
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.SpecialOneToOneType
 
assemble(Serializable, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.UserComponentType
 
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.Immutability
 
assemble(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
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(Serializable, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
assemble(Object, Object, EntityPersister, Interceptor, SharedSessionContractImplementor) - 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 class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
assemble(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
The main "assembly" contract.
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
 
assemble(RowProcessingState) - Method in class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
assembledJavaType - Variable in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
AssemblerCreationState - Interface in org.hibernate.sql.results.graph
 
ASSERT - Enum constant in enum class org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Apply in-memory duplication checks, throwing a HibernateException when duplicates are found
AssertionFailure - Exception Class in org.hibernate
Indicates failure of an assertion: a possible bug in Hibernate.
AssertionFailure(String) - Constructor for exception class org.hibernate.AssertionFailure
Creates an instance of AssertionFailure using the given message.
AssertionFailure(String, Throwable) - Constructor for exception class 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
 
asSessionImplementor() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated, for removal: This API element is subject to removal in a future version.
No longer useful, since Java made downcasting safer
assign(Assignment) - Method in interface org.hibernate.query.specification.UpdateSpecification
Add an assigment to a field or property of the target entity.
Assignable - Interface in org.hibernate.sql.ast.tree.update
 
assignCheckConstraintsToTable(Dialect, TypeConfiguration) - Method in class org.hibernate.mapping.PersistentClass
 
Assigned - Class in org.hibernate.generator
A Generator that doesn't generate.
Assigned - Class in org.hibernate.id
Deprecated, for removal: This API element is subject to removal in a future version.
replaced by Assigned
Assigned() - Constructor for class org.hibernate.generator.Assigned
 
Assigned() - Constructor for class org.hibernate.id.Assigned
Deprecated.
 
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<T> - Interface in org.hibernate.query.assignment
An assignment to a field or property of an entity or embeddable.
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 - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFetchProfileImpl.JaxbFetchImpl
 
association() - Element in annotation interface org.hibernate.annotations.FetchProfile.FetchOverride
The association whose default fetch strategy is being overridden.
Association - Class in org.hibernate.engine.profile
Identifies the association referenced by a 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.
ASSOCIATION_OVERRIDE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ASSOCIATION_OVERRIDES - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
AssociationKey - Record Class in org.hibernate.engine.spi
Identifies a named association belonging to a particular entity instance.
AssociationKey - Record Class in org.hibernate.metamodel.mapping
Used as part of circularity detection
AssociationKey(String, List) - Constructor for record class org.hibernate.metamodel.mapping.AssociationKey
Creates an instance of a AssociationKey record class.
AssociationKey(EntityKey, String) - Constructor for record class org.hibernate.engine.spi.AssociationKey
Creates an instance of a AssociationKey record class.
associationOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
associationOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
associationOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
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.
asStatelessSession() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated, for removal: This API element is subject to removal in a future version.
No longer useful, since Java made downcasting safer
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.SqmEnumLiteral
 
asString() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
asString(Object) - Static method in class org.hibernate.engine.config.spi.StandardConverters
 
asSubQuery() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
assvg - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
assvgaggr - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
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
 
astext - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The asText function, cfr.
aswkb - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
aswkt - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
AsWrapperSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
 
AT - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
AT - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
atan(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the inverse tangent of its argument.
atan(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
atan2(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the inverse tangent of y over x.
atan2(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
atan2(Expression, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
atan2(Expression, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
atan2(Number, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
atan2(Number, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
atan2_atn2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact-SQL atan2 is misspelled
attemptingToDetermineComponentClassByReflection(String) - Method in interface org.hibernate.boot.BootLogging
 
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() - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonAttribute
Returns the value of the attribute record component.
attribute() - Method in interface org.hibernate.query.Order
For an order based on an entity attribute, the metamodel object representing the attribute.
attribute(String, Expression) - Method in interface org.hibernate.query.criteria.JpaXmlElementExpression
Passes the given Expression as value for the XML attribute with the given name.
attribute(String, Expression) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
attribute(String, Expression) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
Attribute - Interface in org.hibernate.envers.boot.model
Contract for a mapping attribute.
Attribute - Interface in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by AttributeMapping
ATTRIBUTE_ACCESSOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ATTRIBUTE_BINDER_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ATTRIBUTE_OVERRIDE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ATTRIBUTE_OVERRIDES - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedIdImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOneImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOneImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
attributeAccessor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersionImpl
 
AttributeAccessor - Annotation Interface in org.hibernate.annotations
Specifies an attribute access strategy to use.
AttributeAnalysis - Interface in org.hibernate.persister.entity.mutation
Results of analyzing an attribute in terms of handling update operations
AttributeAnalysis.DirtynessStatus - Enum Class in org.hibernate.persister.entity.mutation
Dirty-ness status of each attribute: it's useful to differentiate when it's definitely dirty, when it's definitely not dirty, and when we need to treat it like dirty but there is no certainty - for example because we didn't actually load the value from the database.
AttributeBinder<A> - Interface in org.hibernate.binder
Allows a user-written annotation to drive some customized model binding.
AttributeBinderType - Annotation Interface in org.hibernate.annotations
Associates a user-defined annotation with an AttributeBinder, allowing the annotation to drive some custom model binding.
AttributeClassification - Enum Class in org.hibernate.metamodel
AttributeContainer - Interface in org.hibernate.envers.boot.model
Defines a contract for the Envers mapping model in terms of being able to contain attributes.
AttributeContainer - Interface in org.hibernate.mapping
Identifies a mapping model object which may have attributes (fields or properties).
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.
AttributeMappingsList - Interface in org.hibernate.metamodel.mapping
This is essentially a List of AttributeMapping(s), but exposing an interface which is more suitable to our needs; in particular it expresses the immutable nature of this structure, and allows us to extend it with additional convenience methods such as AttributeMappingsList.indexedForEach(IndexedConsumer).
AttributeMappingsMap - Interface in org.hibernate.metamodel.mapping
Similar to AttributeMappingsList, this is essentially an immutable Map of AttributeMapping(s), allowing iteration of all mappings but also retrieval by name (a String key).
AttributeMappingsMap.Builder - Class in org.hibernate.metamodel.mapping
 
AttributeMarker - Interface in org.hibernate.boot.models.annotations.spi
Commonality for annotations which identify attributes.
AttributeMarker.Cascadeable - Interface in org.hibernate.boot.models.annotations.spi
 
AttributeMarker.Fetchable - Interface in org.hibernate.boot.models.annotations.spi
 
AttributeMarker.Mappable - Interface in org.hibernate.boot.models.annotations.spi
 
AttributeMarker.Optionalable - Interface in org.hibernate.boot.models.annotations.spi
 
AttributeMetadata - Interface in org.hibernate.metamodel.mapping
 
attributeName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvertImpl
 
attributeName() - Method in interface org.hibernate.query.Order
For an order based on an entity attribute, the name of the attribute.
AttributeNature - Enum Class in org.hibernate.boot.models
An enum defining the nature (categorization) of a persistent attribute.
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
Represents a fetched attribute in an entity graph.
AttributeNodeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
AttributeNodeImplementor<J,E,K> - Interface in org.hibernate.graph.spi
Integration version of the AttributeNode contract.
attributeNumber() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
attributeOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
attributeOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedIdImpl
 
attributeOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
attributeOverrides - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
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
 
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.JaxbEmbeddableImpl
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
attributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
 
attributes() - Element in annotation interface org.hibernate.annotations.Struct
The ordered set of attributes of the UDT, as they appear physically in the DDL.
attributes() - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
Returns the value of the attributes record component.
AttributeSource - Interface in org.hibernate.boot.model.source.spi
Contract for sources of persistent attribute descriptions.
AttributeSource - Interface in org.hibernate.persister.walking.spi
 
AttributeSourceContainer - Interface in org.hibernate.boot.model.source.spi
Contract for a container of AttributeSource references.
attributeSources() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
Obtain this container's attribute sources.
AUDIT_STRATEGY - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit strategy.
AUDIT_STRATEGY_VALIDITY_END_REV_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name that will hold the end revision number in audit entities.
AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Column name of the timestamp of the end revision until which the data was valid.
AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_LEGACY_PLACEMENT - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Whether to use legacy validity audit strategy revision end timestamp behavior where the field is not included as part of the joined entity inheritance subclass audit tables.
AUDIT_STRATEGY_VALIDITY_REVEND_TIMESTAMP_NUMERIC - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Determines whether the timestamp of the end revision is stored as a numeric data type.
AUDIT_STRATEGY_VALIDITY_STORE_REVEND_TIMESTAMP - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Store the timestamp of the end revision, until which the data was valid, in addition to the end revision itself.
AUDIT_TABLE_PREFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table prefix.
AUDIT_TABLE_SUFFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Audit table suffix.
AuditAssociationQuery<Q> - Interface in org.hibernate.envers.query
 
AuditConjunction - Class in org.hibernate.envers.query.criteria
 
AuditConjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditConjunction
 
AuditCriterion - Interface in org.hibernate.envers.query.criteria
 
AuditDisjunction - Class in org.hibernate.envers.query.criteria
 
AuditDisjunction() - Constructor for class org.hibernate.envers.query.criteria.AuditDisjunction
 
Audited - Annotation Interface in org.hibernate.envers
When applied to a class, indicates that all of its properties should be audited.
AUDITED - Enum constant in enum class org.hibernate.envers.RelationTargetAuditMode
 
AuditEntity - Class in org.hibernate.envers.query
 
AuditException - Exception Class in org.hibernate.envers.exception
 
AuditException(String) - Constructor for exception class org.hibernate.envers.exception.AuditException
 
AuditException(String, Throwable) - Constructor for exception class org.hibernate.envers.exception.AuditException
 
AuditException(Throwable) - Constructor for exception class org.hibernate.envers.exception.AuditException
 
AuditFunction - Class in org.hibernate.envers.query.criteria
Create restrictions or projections using a function.
AuditFunction(String, List) - Constructor for class org.hibernate.envers.query.criteria.AuditFunction
 
AuditId<T> - Class in org.hibernate.envers.query.criteria
Create restrictions and projections for the id of an audited entity.
AuditId(String) - Constructor for class org.hibernate.envers.query.criteria.AuditId
 
auditJoinTable() - Element in annotation interface org.hibernate.envers.AuditOverride
New AuditJoinTable used for this field (or property).
AuditJoinTable - Annotation Interface in org.hibernate.envers
 
AuditMappedBy - Annotation Interface in org.hibernate.envers
Annotation to specify a "fake" bidirectional relation.
AuditOrder - Interface in org.hibernate.envers.query.order
 
AuditOrder.OrderData - Class in org.hibernate.envers.query.order
 
AuditOverride - Annotation Interface in org.hibernate.envers
The AuditingOverride annotation is used to override the auditing behavior of a superclass or single property inherited from MappedSuperclass type, or attribute inside an embedded component.
AuditOverrides - Annotation Interface in org.hibernate.envers
The AuditingOverrides annotation is used to override the auditing behavior for one ore more fields (or properties) inside an embedded component.
auditParents() - Element in annotation interface org.hibernate.envers.Audited
Deprecated.
Use @AuditOverride(forClass=SomeEntity.class) instead.
AuditProjection - Interface in org.hibernate.envers.query.projection
 
AuditProperty<T> - Class in org.hibernate.envers.query.criteria
Create restrictions, projections and specify order for a property of an audited entity.
AuditProperty(String, PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditProperty
 
AuditQuery - Interface in org.hibernate.envers.query
 
AuditQueryCreator - Class in org.hibernate.envers.query
 
AuditQueryCreator(EnversService, AuditReaderImplementor) - Constructor for class org.hibernate.envers.query.AuditQueryCreator
 
AuditReader - Interface in org.hibernate.envers
Provides access to past versions of audited entities based on a global revision.
AuditReaderFactory - Class in org.hibernate.envers
 
AuditRelatedId - Class in org.hibernate.envers.query.criteria
Create restrictions on an id of an entity related to an audited entity.
AuditRelatedId(String, PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.AuditRelatedId
 
AuditStrategy - Interface in org.hibernate.envers.strategy
Deprecated.
use AuditStrategy instead.
AuditStrategy - Interface in org.hibernate.envers.strategy.spi
A strategy abstraction for how to audit entity changes.
AuditStrategyContext - Interface in org.hibernate.envers.strategy.spi
A contract to initialize an AuditStrategy
AuditTable - Annotation Interface in org.hibernate.envers
 
augment(CriteriaBuilder, CommonAbstractCriteria, Root) - Method in interface org.hibernate.query.specification.MutationSpecification.Augmentation
 
augment(CriteriaBuilder, CriteriaQuery, Root) - Method in interface org.hibernate.query.specification.SelectionSpecification.Augmentation
 
augment(MutationSpecification.Augmentation) - Method in interface org.hibernate.query.specification.DeleteSpecification
 
augment(MutationSpecification.Augmentation) - Method in interface org.hibernate.query.specification.MutationSpecification
Add an augmentation to the specification.
augment(MutationSpecification.Augmentation) - Method in interface org.hibernate.query.specification.UpdateSpecification
 
augment(SelectionSpecification.Augmentation) - Method in interface org.hibernate.query.specification.SelectionSpecification
Add an augmentation to the specification.
augmentPhysicalTableTypes(List) - Method in class org.hibernate.dialect.Dialect
 
augmentPhysicalTableTypes(List) - Method in class org.hibernate.dialect.H2Dialect
 
augmentRecognizedTableTypes(List) - Method in class org.hibernate.dialect.Dialect
 
augmentRecognizedTableTypes(List) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
AuthException - Exception Class in org.hibernate.exception
A JDBCException indicating an authentication or authorization failure.
AuthException(String, SQLException) - Constructor for exception class org.hibernate.exception.AuthException
Constructor for AuthException.
AuthException(String, SQLException, String) - Constructor for exception class org.hibernate.exception.AuthException
Constructor for AuthException.
AUTO - Enum constant in enum class org.hibernate.annotations.CacheLayout
Uses either CacheLayout.SHALLOW or CacheLayout.FULL, depending on whether an entity or collection is second level cacheable.
AUTO - Enum constant in enum class org.hibernate.annotations.FlushModeType
Deprecated.
Corresponds to FlushMode.AUTO.
AUTO - Enum constant in enum class 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 - Enum constant in enum class org.hibernate.annotations.UuidGenerator.Style
AUTO - Enum constant in enum class org.hibernate.boot.beanvalidation.ValidationMode
 
AUTO - Enum constant in enum class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
AUTO - Enum constant in enum class org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called, and is sometimes flushed before query execution in order to ensure that queries never return stale state.
AUTO - Enum constant in enum class org.hibernate.jpa.CachingType
Implicit setting.
AUTO - Enum constant in enum class 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.TransactionSettings
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.CacheSettings
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 - Enum constant in enum class 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.SessionEventSettings
Defines a default SessionEventListener to be applied to newly-opened Sessions.
autoAliasInjection - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
autoAliasInjection - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl
 
AutoApplicableConverterDescriptor - Interface in org.hibernate.boot.model.convert.spi
Contract for handling auto-apply checks for JPA converters.
autoApply - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterImpl
 
autoApply - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
 
autoApply() - Element in annotation interface org.hibernate.annotations.ConverterRegistration
Should the registered converter be auto applied for converting values of its reported domain type?
autoApply() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
Returns the value of the autoApply record component.
autoApply() - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
Returns the value of the autoApply record component.
autoClear(boolean) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
 
autoClear(boolean) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
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?
autoClear(boolean) - Method in interface org.hibernate.SharedSessionBuilder
 
autoClose() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
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 interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
 
autoClose(boolean) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
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.JdbcSettings
Controls the autocommit mode of JDBC connections obtained from any ConnectionProvider implementation which respects this setting, including every built-in implementation except for DataSourceConnectionProvider.
autoEnabled - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterDefImpl
 
autoEnabled() - Element in annotation interface org.hibernate.annotations.FilterDef
Specifies that the filter is auto-enabled, so that it is not necessary to call SharedSessionContract.enableFilter(String).
autoEvictingCollectionCache(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
autoEvictingCollectionCacheByRole(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
AutoFlushEvent - Class in org.hibernate.event.spi
Event class for automatic stateful session flush.
AutoFlushEvent(Set, boolean, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
 
AutoFlushEvent(Set, EventSource) - Constructor for class org.hibernate.event.spi.AutoFlushEvent
 
AutoFlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session auto-flush events.
autoFlushIfRequired(Set) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
autoFlushIfRequired(Set) - 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
autoFlushIfRequired(Set) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
autoFlushIfRequired(Set, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
autoFlushIfRequired(Set, boolean) - 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
autoFlushIfRequired(Set, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
autoImport - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
autoImport - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
autoImport - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
autoJoinTransactions() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
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 interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
 
autoJoinTransactions(boolean) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
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
 
autonomous - Variable in class org.hibernate.dialect.OracleDialect
 
autoPreFlushIfRequired(QueryParameterBindings) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
autoPreFlushIfRequired(QueryParameterBindings) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
autoPreFlushIfRequired(QueryParameterBindings) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
AuxiliaryDatabaseObject - Interface in org.hibernate.boot.model.relational
An auxiliary database object is a trigger, function, stored procedure, or anything similar which is defined using explicit handwritten DDL create and drop statements in the mapping metadata.
AuxiliaryDatabaseObject.Expandable - Interface in org.hibernate.boot.model.relational
Additional, optional interface for AuxiliaryDatabaseObjects 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.
avg(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
avg(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
avg(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
avg(Expression, JpaPredicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
avg(Expression, JpaPredicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
avg(Expression, JpaPredicate, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an avg aggregate function expression.
avg(Expression, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
avg(Expression, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
avg(Expression, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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
 
AvgFunction.ReturnTypeResolver - Class in org.hibernate.dialect.function
 
AvgFunction.Validator - Class in org.hibernate.dialect.function
 
AzureSQLServerDialect - Class in org.hibernate.dialect
Deprecated, for removal: This API element is subject to removal in a future version.
Use SQLServerDialect instead.
AzureSQLServerDialect() - Constructor for class org.hibernate.dialect.AzureSQLServerDialect
Deprecated.
 
AzureSQLServerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.AzureSQLServerDialect
Deprecated.
 

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.
badServiceRegistry() - Method in interface org.hibernate.boot.BootLogging
 
bag - Variable in class org.hibernate.collection.spi.PersistentBag
Deprecated, for removal: This API element is subject to removal in a future version.
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 mapping model object representing a collection of type Collection which may contain duplicates.
Bag - Annotation Interface in org.hibernate.annotations
Specifies that an attribute of type List is semantically a bag - that the order of the list elements is not significant, and should not be persistent.
Bag(Supplier, 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 - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeNature
 
BAG - Enum constant in enum class org.hibernate.metamodel.CollectionClassification
A non-unique, unordered collection.
BAG - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
bagAsList() - Method in class org.hibernate.collection.spi.PersistentBag
 
bagAsList() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
BagPersistentAttribute<D,E> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA CollectionAttribute descriptor
BagSemantics<BE,E> - Interface in org.hibernate.collection.spi
 
BagType - Class in org.hibernate.type
 
BagType(String, String) - Constructor for class org.hibernate.type.BagType
 
BANG - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
BANG - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
BarePrimaryExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
 
base - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
BASE_TREAT - Static variable in class org.hibernate.persister.entity.EntityNameUse
 
BaseCascadeStyle() - Constructor for class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
BaseCascadingAction() - Constructor for class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
BaseEnversCollectionEventListener - Class in org.hibernate.envers.event.spi
Base class for Envers' collection event related listeners
BaseEnversCollectionEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
BaseEnversEventListener - Class in org.hibernate.envers.event.spi
Base class for all Envers event listeners
BaseEnversEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversEventListener
 
BaseEnversUpdateEventListener - Class in org.hibernate.envers.event.spi
 
BaseEnversUpdateEventListener(EnversService) - Constructor for class org.hibernate.envers.event.spi.BaseEnversUpdateEventListener
 
baseline() - Static method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
BaselineAttributeInformation - Class in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement, though see AttributeMapping and AttributeMetadata
BaselineAttributeInformation(boolean, boolean, boolean, boolean, boolean, boolean, CascadeStyle, OnDeleteAction, FetchMode) - Constructor for class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
BaselineAttributeInformation.Builder - Class in org.hibernate.tuple
Deprecated.
 
baseListenerInterface() - Method in class org.hibernate.event.spi.EventType
 
BaseSemanticQueryWalker - Class in org.hibernate.query.sqm.spi
Base support for an SQM walker
BaseSemanticQueryWalker() - Constructor for class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
baseSessionBuilder() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
BaseSessionEventListener - Class in org.hibernate
Deprecated, for removal: This API element is subject to removal in a future version.
Just implement SessionEventListener directly.
BaseSessionEventListener() - Constructor for class org.hibernate.BaseSessionEventListener
Deprecated.
 
BaseSqmFunctionDescriptors - Class in org.hibernate.spatial
 
BaseSqmFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.BaseSqmFunctionDescriptors
 
BaseSqmToSqlAstConverter<T> - 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 - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements are basic, simple values.
BASIC - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The collection indexes are basic, simple values.
BASIC - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
BASIC - Enum constant in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
 
BASIC - Enum constant in enum class org.hibernate.boot.models.AttributeNature
 
BASIC - Enum constant in enum class org.hibernate.engine.jdbc.spi.TypeSearchability
Type is supported only in WHERE ... LIKE
BASIC - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
 
BASIC - Enum constant in enum class org.hibernate.metamodel.ValueClassification
The mapped value is a basic value (String, Date, etc).
BASIC - Enum constant in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
BASIC - Enum constant in enum class org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
BASIC - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
BASIC - Static variable in class org.hibernate.jdbc.Expectations
Deprecated.
BasicArrayType<T,E> - Class in org.hibernate.type
A type that maps between ARRAY and T[]
BasicArrayType(BasicType, JdbcType, JavaType) - Constructor for class org.hibernate.type.BasicArrayType
 
BasicAttribute - Class in org.hibernate.envers.boot.model
Contract for a basic, singular attribute.
BasicAttribute(String, String, boolean, boolean) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
Create a basic attribute
BasicAttribute(String, String, boolean, boolean, boolean) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
Create a basic attribute
BasicAttribute(String, String, boolean, boolean, boolean, String) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
Creates a basic attribute
BasicAttribute(String, String, boolean, boolean, String) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
Create a basic attribute
BasicAttribute(BasicAttribute) - Constructor for class org.hibernate.envers.boot.model.BasicAttribute
A copy constructor that performs a deep-copy.
basicAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
 
basicAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributesContainerImpl
 
basicAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNaturalIdImpl
 
BasicBinder<J> - Class in org.hibernate.type.descriptor.jdbc
Convenience base implementation of ValueBinder
BasicBinder(JavaType, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.BasicBinder
 
basicClass() - Element in annotation interface org.hibernate.annotations.TypeRegistration
The basic type described by the TypeRegistration.userType().
BasicCollectionJavaType<C,E> - Class in org.hibernate.type.descriptor.java.spi
Descriptor for handling persistent collections.
BasicCollectionJavaType(ParameterizedType, JavaType, CollectionSemantics) - Constructor for class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
BasicCollectionPersister - Class in org.hibernate.persister.collection
BasicCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.BasicCollectionPersister
 
BasicCollectionType<C,E> - Class in org.hibernate.type
A type that maps between ARRAY and Collection<T>
BasicCollectionType(BasicType, JdbcType, JavaType, String) - Constructor for class org.hibernate.type.BasicCollectionType
 
BasicCollectionType(BasicType, JdbcType, BasicCollectionJavaType) - Constructor for class org.hibernate.type.BasicCollectionType
 
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, single-column identifier
BasicExtractor<J> - Class in org.hibernate.type.descriptor.jdbc
Convenience base implementation of ValueExtractor
BasicExtractor(JavaType, 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, FetchTiming, DomainResultCreationState, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
 
BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, BasicValueConverter, FetchTiming, boolean, DomainResultCreationState, boolean, boolean) - 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
Specializes JavaType for "basic" values, in the sense of Type.PersistenceType.BASIC.
BasicJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
Support for JdbcLiteralFormatter implementations with a basic implementation of an BasicJdbcLiteralFormatter.unwrap(Object, Class, WrapperOptions) method
BasicJdbcLiteralFormatter(JavaType) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
 
BasicLazyInitializer - Class in org.hibernate.proxy.pojo
Lazy initializer for plain Java objects.
BasicLazyInitializer(String, Class, Object, Method, Method, CompositeType, SharedSessionContractImplementor, boolean) - Constructor for class org.hibernate.proxy.pojo.BasicLazyInitializer
 
BasicPluralJavaType<T> - Interface in org.hibernate.type.descriptor.java
Descriptor for a basic plural Java type.
BasicPluralType<C,E> - Interface in org.hibernate.type
A basic plural type.
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, JdbcMapping) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JdbcMapping, NavigablePath, boolean, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType, BasicValueConverter, NavigablePath, boolean, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResultAssembler<J> - Class in org.hibernate.sql.results.graph.basic
 
BasicResultAssembler(int, JavaType) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
BasicResultAssembler(int, JavaType, BasicValueConverter, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
BasicResultGraphNode<J> - Interface in org.hibernate.sql.results.graph.basic
DomainResult for basic values
BasicSelectingDelegate - Class in org.hibernate.id.insert
Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value
BasicSelectingDelegate(EntityPersister) - Constructor for class org.hibernate.id.insert.BasicSelectingDelegate
 
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, int) - Constructor for class org.hibernate.type.BasicTypeReference
 
BasicTypeReference(String, Class, int, BasicValueConverter) - 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
 
Basic types - Section in package org.hibernate.type
 
Basic types in JPA - Section in package org.hibernate.annotations
 
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
BasicValueConverter<D,R> - Interface in org.hibernate.type.descriptor.converter.spi
Support for basic-typed value conversions.
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
Basic value type mappings - Section in package org.hibernate.annotations
 
Batch - Interface in org.hibernate.engine.jdbc.batch.spi
Represents a batch of statements to be executed together.
BATCH - Enum constant in enum class 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_MESSAGE_LOGGER - Static variable in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
BATCH_SIZE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
BATCH_STRATEGY - Static variable in interface org.hibernate.cfg.BatchSettings
Deprecated.
Batch.StaleStateMapper - Interface in org.hibernate.engine.jdbc.batch.spi
 
BatchBuilder - Interface in org.hibernate.engine.jdbc.batch.spi
A builder for Batch instances.
batchContainedStatementsOnRelease() - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
BatchedTooManyRowsAffectedException - Exception Class 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 class 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 Class in org.hibernate.jdbc
Indicates a failed batch entry (-3 return).
BatchFailedException(String) - Constructor for exception class org.hibernate.jdbc.BatchFailedException
 
BatchFailedException(String, Throwable) - Constructor for exception class 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.
batchImplicitlyExecuted() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchObserver
Indicates an implicit execution of the batch.
batchingEnabled(int) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
BatchKey - Interface in org.hibernate.engine.jdbc.batch.spi
Unique key for batch identification.
BatchKeyAccess - Interface in org.hibernate.engine.jdbc.mutation.spi
Provides access to a BatchKey as part of creating an executor.
BatchLoader - Interface in org.hibernate.loader.ast.spi
Commonality for loading a loadable in "batch" (more than one key at a time)
BatchLoaderFactory - Interface in org.hibernate.loader.ast.spi
Factory for BatchLoader instances
BatchObserver - Interface in org.hibernate.engine.jdbc.batch.spi
An observer contract for batch events.
BatchSettings - Interface in org.hibernate.cfg
 
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.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
batchSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
batchSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
batchSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
batchSize - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
batchSize - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
batchSize - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
batchSize() - Method in record class org.hibernate.BatchSize
Returns the value of the batchSize record component.
BatchSize - Record Class in org.hibernate
Specify a batch size, that is, how many entities should be fetched in each request to the database, for an invocation of Session.findMultiple(Class, List, FindOption...).
BatchSize - Annotation Interface in org.hibernate.annotations
Specifies a maximum batch size for batch fetching of the annotated entity or collection.
BatchSize(int) - Constructor for record class org.hibernate.BatchSize
Creates an instance of a BatchSize record class.
batchSuccessUnknown(int) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
BEAN_CONTAINER - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
Identifies a BeanContainer to be used.
BEAN_VALIDATION_LOGGER - Static variable in interface org.hibernate.boot.beanvalidation.BeanValidationLogger
 
BeanContainer - Interface in org.hibernate.resource.beans.container.spi
Abstracts any kind of container for managed beans, for example, the CDI BeanManager.
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.boot.beanvalidation
Event listener used to enable Bean Validation for insert/update/delete events.
BeanValidationEventListener(ValidatorFactory, Map, ClassLoaderService) - Constructor for class org.hibernate.boot.beanvalidation.BeanValidationEventListener
 
BeanValidationIntegrator - Class in org.hibernate.boot.beanvalidation
In Integrator for Bean Validation.
BeanValidationIntegrator() - Constructor for class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
BeanValidationLogger - Interface in org.hibernate.boot.beanvalidation
Sub-system logging related to Bean Validation integration
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.Check
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.ColumnDefault
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.DiscriminatorFormula
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.FilterDefs
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.Filters
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.Formula
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.GeneratedColumn
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.JoinFormula
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDelete
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDeleteAll
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLInsert
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLOrder
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLRestriction
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLSelect
 
before() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLUpdate
 
before() - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
before() - Method in interface org.hibernate.boot.models.annotations.spi.DialectOverrider
 
before(DialectOverride.Version) - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
BEFORE_TRANSACTION_COMPLETION - Enum constant in enum class org.hibernate.ConnectionReleaseMode
Indicates that the JDBC connection should be released before each transaction commits or rolls back.
beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
 
beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
beforeAssemble(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Deprecated, for removal: This API element is subject to removal in a future version.
Is not called anymore
beforeBeanManagerDestroyed(BeanManager) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager.LifecycleListener
 
beforeCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionObserver
Callback for processing the initial phase of transaction completion.
BeforeExecutionGenerator - Interface in org.hibernate.generator
A generator that is called to produce a value just before a row is written to the database.
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
 
beforeQueryGroup(QueryGroup, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
beforeQueryHandlingFetchProfiles() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
beforeReleaseConnection(Connection) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
beforeReleaseConnection(Connection) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
beforeReleaseConnection(Connection) - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Called right before a managed JDBC connection is released.
beforeScript(ScriptSourceInput) - Method in interface org.hibernate.tool.schema.spi.GenerationTarget
Called just before a script is executed using one or more calls to GenerationTarget.accept(String).
beforeStatement(PreparedStatementDetails) - Method in interface org.hibernate.engine.jdbc.mutation.JdbcValueBindings
Called before the execution of the operation for the specified table
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
beforeTransactionCompletion() - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacksImplementor
Execute registered before-completion callbacks, if any.
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, to trigger release of the JDBC connection if needed, that is, if 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.
BeforeUseAction - Enum Class in org.hibernate.query.sqm.mutation.spi
Actions to perform in regards to a temporary table prior to each use.
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
beginCacheGetEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginCachePutEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginCollectionRecreateEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginCollectionRemoveEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginCollectionUpdateEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginDirtyCalculationEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityDeleteEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityInsertEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityLockEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityUpdateEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginEntityUpsertEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginFlushEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcBatchExecutionEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcConnectionAcquisitionEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcConnectionReleaseEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcPreparedStatementCreationEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginJdbcPreparedStatementExecutionEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginPartialFlushEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginPrePartialFlush() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
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.
beginRemoveOrphanBeforeUpdates() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
beginSessionClosedEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginSessionOpenEvent() - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
beginTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
beginTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
beginTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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
Obtain the best estimate of the entity name of the given entity instance, which is not involved in an association, by also considering information held in the proxy, and whether the object is already associated with this session.
bestGuessEntityName(Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
bestGuessEntityName(Object, EntityEntry) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain the best estimate of the entity name of the given entity instance, which is not involved in an association, by also considering information held in the proxy, and whether the object is already associated with this session.
between(int, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
between(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
between(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
between(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
between(Expression, Y, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
between(Expression, Y, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
between(Expression, Y, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
between(SingularAttribute, U, U) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to fall between the given values.
between(T, T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "between" constraint
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 - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
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 - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
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
A type code representing 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 - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
 
BINARY - Enum constant in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
BINARY - Static variable in class org.hibernate.type.SqlTypes
A type code representing 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 Class in org.hibernate.query.sqm
Enumeration of standard binary arithmetic operators
BinaryExpressionPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.BinaryExpressionPredicateContext
 
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(A, MetadataBuildingContext, Component) - Method in interface org.hibernate.binder.TypeBinder
Perform some custom configuration of the model relating to the given annotated embeddable class.
bind(A, MetadataBuildingContext, PersistentClass) - Method in interface org.hibernate.binder.TypeBinder
Perform some custom configuration of the model relating to the given annotated entity class.
bind(A, MetadataBuildingContext, PersistentClass, Property) - Method in interface org.hibernate.binder.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
Create a binding from a File reference
bind(InputStream) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
Create a binding from an input stream
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
Create a binding from a named URL resource
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
Create a binding from a URL
bind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
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 holder's internal value to the given result set.
bind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
bind(PreparedStatement, X, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueBinder
Bind a value to a prepared statement by index
bind(Source, Origin) - Method in interface org.hibernate.boot.jaxb.spi.Binder
Bind from an XML source.
bind(InputStreamAccess) - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
Create a binding from an input stream
BIND - Enum constant in enum class org.hibernate.query.criteria.ValueHandlingMode
 
Bindable<T> - Interface in org.hibernate.envers.boot.model
Defines a contract for objects that are bindable.
Bindable - Interface in org.hibernate.metamodel.mapping
Contract for things at the domain mapping level that can be bound into a JDBC PreparedStatement.
Bindable.JdbcValuesBiConsumer<X,Y> - Interface in org.hibernate.metamodel.mapping
Functional interface for consuming the JDBC values, along with two values of type X and Y.
Bindable.JdbcValuesConsumer - Interface in org.hibernate.metamodel.mapping
Functional interface for consuming the JDBC values.
BindableType<J> - Interface in org.hibernate.type
Represents a type of argument which can be bound to a positional or named query parameter.
bindAsParam - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
bindAsParam - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMultiTenancyImpl
 
bindAsParam - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTenantIdImpl
 
bindAsParameter() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
 
binder() - Element in annotation interface org.hibernate.annotations.AttributeBinderType
 
binder() - Element in annotation interface org.hibernate.annotations.TypeBinderType
 
Binder<T> - Interface in org.hibernate.boot.jaxb.spi
Contract for performing JAXB binding.
Binder - Interface in org.hibernate.id.insert
 
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 - Class in org.hibernate.engine.jdbc.mutation.spi
Binding of a value for a PreparedStatement parameter by position.
Binding(String, Object, JdbcValueDescriptor) - Constructor for class org.hibernate.engine.jdbc.mutation.spi.Binding
 
Binding(T, Origin) - Constructor for class org.hibernate.boot.jaxb.spi.Binding
 
bindingCollectionRole(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingColumn(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingComponent(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingComponentToExplicitClass(String, String) - Method in interface org.hibernate.boot.BootLogging
 
BindingContext - Interface in org.hibernate.type
A context within which a BindableType can be resolved to an instance of SqmExpressible.
bindingDynamicComponent(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingElementCollectionToCollectionTable(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingEmbeddable(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingEntityWithAnnotatedClass(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingFilterDefinition(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingFormula(String) - Method in interface org.hibernate.boot.BootLogging
 
BindingGroup - Class in org.hibernate.engine.jdbc.mutation.spi
Group of all parameter bindings for a table.
BindingGroup(String) - Constructor for class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
 
bindingManyToAny(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingManyToManyThroughAssociationTable(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingNamedNativeQuery(String, String) - Method in interface org.hibernate.boot.BootLogging
 
bindingNamedQuery(String, String) - Method in interface org.hibernate.boot.BootLogging
 
bindingNaturalIdUniqueKey(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingOneToManyThroughAssociationTable(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingOneToManyThroughForeignKey(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingSqlResultSetMapping(String, String) - Method in interface org.hibernate.boot.BootLogging
 
bindingVirtualComponentAsDynamic(String) - Method in interface org.hibernate.boot.BootLogging
 
bindingVirtualComponentToOwner(String, String) - Method in interface org.hibernate.boot.BootLogging
 
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
 
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
 
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.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.LimitOffsetLimitHandler
 
bindLimitParametersInReverseOrder() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
bindParameters(Object, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
 
bindParameters(Object, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.UniqueKeySelectingDelegate
 
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 class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
 
bindParameterValue(PreparedStatement, int, JdbcParameterBindings, ExecutionContext) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBinder
Bind the appropriate value in the JDBC statement
bindPartitionColumnValueBindings(Object[], SharedSessionContractImplementor, JdbcValueBindings) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
bindValue(Object, String, String, ParameterUsage) - Method in interface org.hibernate.engine.jdbc.mutation.JdbcValueBindings
Binds a value for a specific column+usage
bindValue(Object, SelectableMapping, ParameterUsage) - Method in interface org.hibernate.engine.jdbc.mutation.JdbcValueBindings
Binds a value for a specific column+usage
bindValue(String, Object, JdbcValueDescriptor) - Method in class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
Create a binding
bindValues(PreparedStatement) - Method in interface org.hibernate.id.insert.Binder
 
BIT - Static variable in class org.hibernate.type.SqlTypes
A type code representing 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
 
bitLength_pattern(String, SqlAstNodeRenderingMode) - 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
A type code representing 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
 
BLOB_INSTANCE - Static variable in class org.hibernate.dialect.type.OracleJsonArrayJdbcTypeConstructor
 
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.proxy
Manages aspects of representing Blob objects.
BOOLEAN - Enum constant in enum class org.hibernate.query.sqm.CastType
 
BOOLEAN - Enum constant in enum class 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
A type code representing the generic SQL type BOOLEAN.
BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC BOOLEAN.
BOOLEAN_VALUE - Enum constant in enum class org.hibernate.type.format.JsonDocumentItemType
boolean value within Json object or array
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
 
BooleanPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for boolean[] handling.
BooleanPrimitiveArrayJavaType(JavaType) - Constructor for class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
booleanValue(boolean) - Method in interface org.hibernate.type.format.JsonDocumentWriter
Adds a new JSON element boolean value.
booleanValue(boolean) - Method in class org.hibernate.type.format.OsonDocumentWriter
 
booleanValue(boolean) - Method in class org.hibernate.type.format.StringJsonDocumentWriter
 
BOOT_LOGGER - Static variable in interface org.hibernate.boot.BootLogging
 
BOOT_LOGGER - Static variable in interface org.hibernate.envers.boot.EnversBootLogger
 
BOOT_QUERY_LOGGER - Static variable in interface org.hibernate.boot.query.BootQueryLogging
 
BootLogging - Interface in org.hibernate.boot
Logging related to Hibernate bootstrapping
BootModelPreprocessor - Class in org.hibernate.boot.jaxb.hbm.transform
 
BootModelPreprocessor() - Constructor for class org.hibernate.boot.jaxb.hbm.transform.BootModelPreprocessor
 
bootModelProperty() - Method in record class org.hibernate.boot.jaxb.hbm.transform.PropertyInfo
Returns the value of the bootModelProperty record component.
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 available during the process of bootstrapping a SessionFactory which are expected to be cleaned up after the SessionFactory is built.
Bootstrapping Hibernate - Section in Overview
 
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 - Enum constant in enum class org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Both catalog and schema are supported.
BOTH - Enum constant in enum class org.hibernate.jpa.CachingType
Both CachingType.DATA and CachingType.QUERY are enabled.
BOTH - Enum constant in enum class 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
 
BottomType - Class in org.hibernate.type
A type that is assignable to every non-primitive type, that is, the type of null.
boundary - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The boundery function, cfr.
boundStoredProcedureQuery(String, String) - Method in interface org.hibernate.boot.BootLogging
 
BREADTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
BREADTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
BREADTH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
BREADTH() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
BREADTH_FIRST - Enum constant in enum class org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
Use breadth first for a recursive CTE.
breakDownJdbcValue(Object, SharedSessionContractImplementor, JdbcValueBindings, EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Breaks down the domain value to its constituent JDBC values.
breakDownJdbcValues(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
breakDownJdbcValues(Object, ModelPart.JdbcValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
A short hand form of ModelPart.breakDownJdbcValues(Object, int, Object, Object, JdbcValueBiConsumer, SharedSessionContractImplementor), that passes 0 as offset and null for the two values X and Y.
breakDownKeyJdbcValues(Object, Object, SharedSessionContractImplementor, JdbcValueBindings, EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
breakDownKeyJdbcValues(Object, TableDetails.KeyDetails.KeyValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
Break a key value down into its constituent parts, calling the consumer for each.
breakDownKeyJdbcValues(Object, TableDetails.KeyDetails.KeyValueConsumer, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.AbstractKeyMapping
 
broader() - Method in enum class org.hibernate.query.sqm.ComparisonOperator
 
buffer - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The buffer function, cfr.
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.NamedNativeQueryDefinition.Builder
 
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 interface org.hibernate.cache.MutableCacheKeyBuilder
creates an Object to be used as a key into the query results cache.
build() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
build() - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
build() - Method in interface org.hibernate.envers.boot.model.Bindable
Builds the specified binded class type.
build() - Method in class org.hibernate.envers.boot.model.Column
 
build() - Method in class org.hibernate.envers.boot.model.CompositeIdentifier
 
build() - Method in class org.hibernate.envers.boot.model.DiscriminatorType
 
build() - Method in class org.hibernate.envers.boot.model.Formula
 
build() - Method in class org.hibernate.envers.boot.model.Join
 
build() - Method in class org.hibernate.envers.boot.model.Key
 
build() - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
build() - Method in class org.hibernate.envers.boot.model.SetAttribute
 
build() - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
 
build() - Method in class org.hibernate.envers.boot.model.TypeSpecification
 
build() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Build EntityManagerFactory instance
build() - Method in class org.hibernate.metamodel.mapping.AttributeMappingsMap.Builder
 
build() - Method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver.Builder
Builds a type resolver.
build() - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.Builder
 
build() - Method in interface org.hibernate.sql.exec.spi.JdbcSelectWithActionsBuilder
Build the appropriate JdbcSelect.
build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
 
build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.PersistentEntity
 
build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
build(JaxbHbmHibernateMapping) - Method in class org.hibernate.envers.boot.model.UnionSubclassPersistentEntity
 
build(MetadataSources, BootstrapContext, MetadataBuildingOptions) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
Unified single phase for MetadataSources to Metadata process
build(HbmLocalMetadataBuildingContext) - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
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
buildBasicProxyFactory(Class) - Method in interface org.hibernate.bytecode.spi.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildBatch(BatchKey, Integer, Supplier, 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
 
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(SessionFactoryOptions) - 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
 
buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.ProjectionSpecification
 
buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.QuerySpecification
Build a criteria query satisfying this specification, using the given CriteriaBuilder.
buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.SelectionSpecification
Build a criteria query satisfying this specification, using the given CriteriaBuilder.
buildCriteria(CriteriaBuilder) - Method in interface org.hibernate.query.specification.SimpleProjectionSpecification
 
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.
buildDeleteAllOperation(MutatingTableReference) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
buildDeleteCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildDialect(Map, DialectResolutionInfoSource) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory
Builds an appropriate Dialect instance.
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
 
buildEmbeddedAttributeMapping(String, int, int, Property, DependantValue, int, ManagedMappingType, CompositeType, String, String[], PropertyAccess, CascadeStyle, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
For Hibernate Reactive
buildEntityBasedAttribute(EntityPersister, SessionFactoryImplementor, int, Property, boolean, RuntimeModelCreationContext) - Static method in class org.hibernate.tuple.PropertyFactory
Deprecated.
Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity
builder() - Static method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
 
builder() - Static method in interface org.hibernate.query.sqm.produce.function.SetReturningFunctionTypeResolver
Creates a builder for a type resolver.
Builder() - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
Builder() - Constructor for class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
Builder(String) - Constructor for class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
Builder(String) - Constructor for class org.hibernate.boot.query.NamedNativeQueryDefinition.Builder
 
Builder(String, AnnotationTarget) - Constructor for class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
Builder(String, AnnotationTarget) - Constructor for class org.hibernate.boot.query.NamedNativeQueryDefinition.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
 
BUILDER - Static variable in interface org.hibernate.cfg.BatchSettings
Names the BatchBuilder implementation to use.
buildExecutionOptions(Map, ExceptionHandler) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in interface org.hibernate.query.results.FetchBuilder
 
buildFetch(FetchParent, NavigablePath, JdbcValuesMetadata, DomainResultCreationState) - Method in interface org.hibernate.query.results.FetchBuilderBasicValued
 
buildGenerationTargets(TargetDescriptor, JdbcContext, Map, boolean) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
Resolves the targets to which to send the DDL commands based on configuration
buildGetGeneratedKeysDelegate(EntityPersister) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The delegate for dealing with IDENTITY columns using Statement.getGeneratedKeys().
buildGetGeneratedKeysDelegate(EntityPersister) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
buildGetGeneratedKeysDelegate(EntityPersister) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
buildGetGeneratedKeysDelegate(EntityPersister) - Method in class org.hibernate.dialect.identity.SybaseJconnIdentityColumnSupport
 
buildGroupsForOperation(GroupsPerOperation.Operation, Map, ClassLoaderAccess) - Static method in class org.hibernate.boot.beanvalidation.GroupsPerOperation
 
buildHandler(SqmInsertStatement, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
Builds a cacheable handler for the passed SqmInsertStatement.
buildHandler(SqmDeleteOrUpdateStatement, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Builds a cacheable handler for the passed SqmDeleteOrUpdateStatement.
buildIdentifierAttribute(PersistentClass, Generator) - Static method in class org.hibernate.tuple.PropertyFactory
Deprecated.
Generates the attribute representation of the identifier for a given entity mapping.
buildIdentifierHelper(IdentifierHelperBuilder, DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
The IdentifierHelper indicated by this dialect for handling identifier conversions.
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.HANADialect
 
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
 
buildInsertCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildInsertQuery(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildJaxbMapping() - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
buildJaxbMapping() - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
 
buildJaxbMapping() - Method in class org.hibernate.envers.boot.model.UnionSubclassPersistentEntity
 
buildLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.env.spi.LobCreatorBuilder
 
buildLockingClauseStrategy(PessimisticLockKind, RowLockStrategy, LockOptions, Set) - Method in class org.hibernate.dialect.Dialect
 
buildLockingSupport() - Method in class org.hibernate.dialect.DB2Dialect
 
buildLockingSupport() - Method in class org.hibernate.dialect.DB2iDialect
 
buildLockingSupport() - Method in class org.hibernate.dialect.DB2zDialect
 
buildMappingProducer(SelectStatement, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducerProvider
Provide the JdbcValuesMappingProducer to use for the given SQL AST
buildMergeCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
buildModelMutationTranslator(TableMutation, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildModelMutationTranslator(TableMutation, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Builds a single-use translator for dealing with model mutations
buildMultiIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Used by Hibernate Reactive
buildMutation() - Method in class org.hibernate.id.insert.TableInsertReturningBuilder
 
buildMutation() - Method in class org.hibernate.sql.model.ast.builder.CollectionRowDeleteBuilder
 
buildMutation() - Method in class org.hibernate.sql.model.ast.builder.CollectionRowDeleteByUpdateSetNullBuilder
 
buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
 
buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableInsertBuilderStandard
 
buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableMergeBuilder
 
buildMutation() - Method in interface org.hibernate.sql.model.ast.builder.TableMutationBuilder
Build the mutation descriptor
buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
buildMutation() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
 
buildMutationGroup() - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
buildMutationTranslator(SessionFactoryImplementor, MutationStatement) - Method in class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
buildMutationTranslator(SessionFactoryImplementor, MutationStatement) - Method in interface org.hibernate.sql.ast.SqlAstTranslatorFactory
Builds a single-use mutation translator
buildNamedQueryRepository() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
buildNamedQueryRepository() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
buildOptimisticForceIncrementStrategy(EntityPersister, LockMode) - Method in class org.hibernate.dialect.Dialect
 
buildOptimisticStrategy(EntityPersister, LockMode) - Method in class org.hibernate.dialect.Dialect
 
buildOptimizer(OptimizerDescriptor, Class, int, long) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Builds an optimizer
buildPessimisticForceIncrementStrategy(EntityPersister, LockMode, Locking.Scope) - Method in class org.hibernate.dialect.Dialect
 
buildPessimisticReadStrategy(EntityPersister, LockMode, Locking.Scope) - Method in class org.hibernate.dialect.Dialect
 
buildPessimisticWriteStrategy(EntityPersister, LockMode, Locking.Scope) - Method in class org.hibernate.dialect.Dialect
 
buildPluralAttributeMapping(String, int, int, Property, ManagedMappingType, PropertyAccess, CascadeStyle, FetchMode, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
For Hibernate Reactive
buildPropertyAccess(Class, String, boolean) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategy
Build a PropertyAccess for the indicated property
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
Create a named Region for holding query result sets.
buildQueryResultsRegion(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
buildReadStrategy(EntityPersister, LockMode, Locking.Scope) - Method in class org.hibernate.dialect.Dialect
 
buildResolution() - Method in class org.hibernate.mapping.BasicValue
 
buildResolution() - Method in class org.hibernate.mapping.DependantBasicValue
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in class org.hibernate.generator.values.GeneratedValueBasicResultBuilder
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilder
Build a result
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderBasicValued
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderEmbeddable
 
buildResult(JdbcValuesMetadata, int, DomainResultCreationState) - Method in interface org.hibernate.query.results.ResultBuilderEntityValued
 
buildResultSetMapping(String, boolean, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducerProvider
Provide a dynamically built JdbcValuesMappingProducer
buildRootNavigablePath(String, String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
buildRowMutationOperations() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
buildSelectQuery(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.envers.enhanced.OrderedSequenceStructure
 
buildSequence(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
buildSequenceStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.envers.enhanced.OrderedSequenceGenerator
 
buildSequenceStructure(Type, Properties, JdbcEnvironment, QualifiedName, int, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
buildServiceRegistry(SessionFactoryImplementor, SessionFactoryOptions) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryFactory
Create the registry.
buildSessionEventListeners() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Build an array of baseline SessionEventListeners.
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 interface org.hibernate.boot.spi.MetadataImplementor
 
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 the constructor of SessionFactoryImpl.
buildSingleIdEntityLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
For Hibernate Reactive
buildSingularAssociationAttributeMapping(String, NavigableRole, int, int, Property, ManagedMappingType, EntityPersister, EntityType, PropertyAccess, CascadeStyle, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
For Hibernate Reactive
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.CockroachDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.Dialect
An instance of SQLExceptionConversionDelegate for interpreting dialect-specific error or SQLState codes.
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.H2Dialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.HANADialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.HSQLDialect
 
buildSQLExceptionConversionDelegate() - Method in class org.hibernate.dialect.MariaDBDialect
 
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
 
buildStatistics(SessionFactoryImplementor) - Method in interface org.hibernate.stat.spi.StatisticsFactory
 
buildStringToBooleanCast(String, String) - Method in class org.hibernate.dialect.Dialect
 
buildStringToBooleanCastDecode(String, String) - Method in class org.hibernate.dialect.Dialect
 
buildStringToBooleanDecode(String, String) - Method in class org.hibernate.dialect.Dialect
 
buildStructuredCacheEntry(Object, Object, Object[], EntityPersister, SharedSessionContractImplementor) - Static method in class org.hibernate.cache.spi.entry.CacheEntryHelper
 
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
 
buildTableMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Builds the EntityTableMapping descriptors for the tables mapped by this entity.
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
Create a named Region for holding timestamps used to determine when a cached query result set is stale.
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
Consolidated building of a translator for all Query cases
buildTuple() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple.Builder
 
buildUnloadedProxy(Class, Class[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
buildUnloadedProxy(TypePool, TypeDefinition, Collection) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
Do not remove: used by Quarkus
buildUpdateCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
buildUpdateQuery(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
buildVersionProperty(EntityPersister, SessionFactoryImplementor, int, Property, boolean) - Static method in class org.hibernate.tuple.PropertyFactory
Deprecated.
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
buildWriteFragment(String, SelectableMapping, MutatingTableReference, ColumnReference, ParameterUsage, Consumer) - Static method in class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
 
buildXsdDescriptor(String, String, String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
Built-in converters for boolean mappings - Section in package org.hibernate.type
 
BuiltInPropertyAccessStrategies - Enum Class in org.hibernate.property.access.spi
Describes the built-in externally-nameable PropertyAccessStrategy implementations.
BULK_ID_STRATEGY_GLOBAL_TEMPORARY_CREATE_TABLES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Use GlobalTemporaryTableStrategy.CREATE_ID_TABLES.
BULK_ID_STRATEGY_GLOBAL_TEMPORARY_DROP_TABLES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Use GlobalTemporaryTableStrategy.DROP_ID_TABLES.
BULK_ID_STRATEGY_LOCAL_TEMPORARY_DROP_TABLES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Use LocalTemporaryTableStrategy.DROP_ID_TABLES.
BULK_ID_STRATEGY_PERSISTENT_TEMPORARY_CREATE_TABLES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Use PersistentTableStrategy.CREATE_ID_TABLES.
BULK_ID_STRATEGY_PERSISTENT_TEMPORARY_DROP_TABLES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Use PersistentTableStrategy.DROP_ID_TABLES.
BulkInsertionCapableIdentifierGenerator - Interface in org.hibernate.id
Specialized contract for IdentifierGenerator implementations capable of being used in conjunction with HQL insert statements.
by(int, SortDirection) - Static method in interface org.hibernate.query.Order
An order where the result set is sorted by the select item in the given position, in the given direction.
by(int, SortDirection, boolean) - Static method in interface org.hibernate.query.Order
An order where the result set is sorted by the select item in the given position in the given direction, with the specified case-sensitivity.
by(int, SortDirection, Nulls) - Static method in interface org.hibernate.query.Order
An order where the result set is sorted by the select item in the given position in the given direction, with the specified precedence for null values.
by(SingularAttribute, SortDirection) - Static method in interface org.hibernate.query.Order
An order where an entity is sorted by the given attribute, in the given direction.
by(SingularAttribute, SortDirection, boolean) - Static method in interface org.hibernate.query.Order
An order where an entity is sorted by the given attribute, in the given direction, with the specified case-sensitivity.
by(SingularAttribute, SortDirection, Nulls) - Static method in interface org.hibernate.query.Order
An order where an entity is sorted by the given attribute, in the given direction, with the specified precedence for null values.
by(Class, String, SortDirection) - Static method in interface org.hibernate.query.Order
An order where an entity of the given class is sorted by the attribute with the given name, in the given direction.
by(Class, String, SortDirection, boolean) - Static method in interface org.hibernate.query.Order
An order where an entity of the given class is sorted by the attribute with the given name, in the given direction, with the specified case-sensitivity.
by(Class, String, SortDirection, Nulls) - Static method in interface org.hibernate.query.Order
An order where an entity of the given class is sorted by the attribute with the given name, in the given direction.
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
 
BY() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
byArgument(FunctionArgumentTypeResolver...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
byId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byId(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byId(Class) - Method in interface org.hibernate.Session
Deprecated, for removal: This API element is subject to removal in a future version.
This method will be removed. Use EntityManager.find(Class, Object, FindOption...) instead. See FindOption.
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
Deprecated, for removal: This API element is subject to removal in a future version.
This method will be removed. Use Session.find(String, Object, FindOption...) instead. See FindOption.
byMultipleIds(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleIds(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byMultipleIds(Class) - Method in interface org.hibernate.Session
Deprecated, for removal: This API element is subject to removal in a future version.
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
Deprecated, for removal: This API element is subject to removal in a future version.
byMultipleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byMultipleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byMultipleNaturalId(Class) - Method in interface org.hibernate.Session
Create a MultiIdentifierLoadAccess instance to retrieve multiple instances of the given entity type by their by natural id values, using batching.
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
Create a MultiIdentifierLoadAccess instance to retrieve multiple instances of the named entity type by their by natural id values, using batching.
byName(String) - Static method in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
 
byNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
byNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
byNaturalId(Class) - Method in interface org.hibernate.Session
Create a NaturalIdLoadAccess instance to retrieve an instance of the given entity type by its natural id, which may be a composite 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 an instance of the named entity type by its natural id, which may be a composite natural id.
bySimpleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
bySimpleNaturalId(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
bySimpleNaturalId(Class) - Method in interface org.hibernate.Session
Create a SimpleNaturalIdLoadAccess instance to retrieve an instance of the given entity type by its natural id, which must be a simple (non-composite) value.
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 an instance of the named entity type by its natural id, which must be a simple (non-composite) value.
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, which disallows null elements.
ByteArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
ByteArraySerializer() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.ByteArraySerializer
 
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_INTERCEPTOR_LOGGER - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
BYTECODE_PROVIDER - Static variable in interface org.hibernate.cfg.BytecodeSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed, Hibernate ORM will use the BytecodeProvider implementation it finds on the classpath loading it via the standard ServiceLoader mechanism. Currently, there is only a single implementation which is included in Hibernate ORM, so it's not possible to override this. See HHH-17643
BYTECODE_PROVIDER_INSTANCE - Static variable in interface org.hibernate.cfg.BytecodeSettings
This is similar to the now deprecated legacy property hibernate.bytecode.provider except it's used specifically to pass an existing instance of a BytecodeProvider; this happens to also allow to override the implementation, but is primarily intended to allow reusing a specific instance; this could be useful when the implementation benefits from internal caches.
BytecodeEnhancementMetadata - Interface in org.hibernate.bytecode.spi
Encapsulates bytecode enhancement information about a particular entity.
BytecodeInterceptorLogging - Interface in org.hibernate.bytecode.enhance.spi.interceptor
Logging related to bytecode enhancement interceptors
BytecodeLazyAttributeInterceptor - Interface in org.hibernate.bytecode.enhance.spi.interceptor
 
BytecodeProvider - Interface in org.hibernate.bytecode.spi
Contract for providers of bytecode services to Hibernate.
BytecodeSettings - Interface in org.hibernate.cfg
Settings which control the BytecodeProvider used for bytecode enhancement and reflection optimization.
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.C3p0Settings
Number of connections acquired when pool is exhausted
C3P0_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.C3p0Settings
A setting prefix used to indicate settings that target the hibernate-c3p0 integration
C3P0_IDLE_TEST_PERIOD - Static variable in interface org.hibernate.cfg.C3p0Settings
Idle time before a C3P0 pooled connection is validated
C3P0_MAX_SIZE - Static variable in interface org.hibernate.cfg.C3p0Settings
Maximum size of C3P0 connection pool
C3P0_MAX_STATEMENTS - Static variable in interface org.hibernate.cfg.C3p0Settings
Maximum size of C3P0 statement cache
C3P0_MIN_SIZE - Static variable in interface org.hibernate.cfg.C3p0Settings
Minimum size of C3P0 connection pool
C3P0_TIMEOUT - Static variable in interface org.hibernate.cfg.C3p0Settings
Maximum idle time for C3P0 connection pool
C3p0Settings - Interface in org.hibernate.cfg
 
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 Interface in org.hibernate.annotations
Marks a root entity or collection for second-level caching, and specifies: a named cache region in which to store the state of instances of the entity or collection, and an appropriate cache concurrency policy, given the expected data access patterns affecting the entity or collection.
CACHE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CACHE_KEYS_FACTORY - Static variable in interface org.hibernate.cfg.CacheSettings
Deprecated.
this is only honored for hibernate-infinispan
CACHE_REGION_FACTORY - Static variable in interface org.hibernate.cfg.CacheSettings
The RegionFactory implementation, either: a short strategy name, for example, jcache or infinispan, an instance of RegionFactory, a Class object representing a class that implements RegionFactory, or the name of a class implementing RegionFactory.
CACHE_REGION_PREFIX - Static variable in interface org.hibernate.cfg.CacheSettings
The CacheProvider region name prefix
CacheabilityInfluencers - Interface in org.hibernate.query.sqm.spi
 
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.JaxbEntityImpl
 
cacheable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl
 
cacheable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
cacheable() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
Whether the query results are cacheable.
cacheable() - Element in annotation interface org.hibernate.annotations.NamedQuery
Whether the query results are cacheable.
CACHEABLE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
CacheableDataStatistics - Interface in org.hibernate.stat
 
CacheableJdbcOperation - Interface in org.hibernate.sql.exec.spi
Optional contract for JdbcOperation implementors allowing them to be used with Query caching.
CacheConcurrencyStrategy - Enum Class in org.hibernate.annotations
Identifies policies for managing concurrent access to the shared second-level cache.
CachedDomainDataAccess - Interface in org.hibernate.cache.spi.access
Base contract for accessing the cached data for a particular element of the domain model in a transactionally ACID manner.
cachedFileNotFound(String, FileNotFoundException) - Method in interface org.hibernate.boot.jaxb.JaxbLogger
 
cachedFileObsolete(File) - Method in interface org.hibernate.boot.jaxb.JaxbLogger
 
CachedNaturalIdValueSource - Enum Class in org.hibernate.engine.spi
The type of action from which the cache call is originating.
cachedQueryResultsStale() - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
CacheEntry - Interface in org.hibernate.cache.spi.entry
A cached instance of a persistent class
CacheEntryHelper - Class in org.hibernate.cache.spi.entry
Operations for assembly and disassembly of an array of property values.
CacheEntryHelper() - Constructor for class org.hibernate.cache.spi.entry.CacheEntryHelper
 
CacheEntryStructure - Interface in org.hibernate.cache.spi.entry
Strategy for how cache entries are "structured" for storing into the cache.
CacheException - Exception Class in org.hibernate.cache
Something went wrong in the cache.
CacheException(String) - Constructor for exception class org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(String, Throwable) - Constructor for exception class org.hibernate.cache.CacheException
Constructs a CacheException.
CacheException(Throwable) - Constructor for exception class org.hibernate.cache.CacheException
Constructs a CacheException.
cacheGetEnd(boolean) - Method in interface org.hibernate.SessionEventListener
 
cacheGetStart() - Method in interface org.hibernate.SessionEventListener
 
cacheHashCode() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
cacheHashCode() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
cacheHashCode() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
 
cacheHashCode() - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
 
cacheHashCode() - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
cacheHashCode() - Method in interface org.hibernate.query.sqm.tree.SqmCacheable
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
cacheHashCode() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
cacheHashCode(Collection) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
 
cacheHashCode(Map) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
 
cacheHashCode(SqmCacheable) - Static method in interface org.hibernate.query.sqm.tree.SqmCacheable
 
cacheHqlInterpretation(Object, HqlInterpretation) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
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.generator.values.GeneratedValueBasicResultBuilder
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.FetchBuilder
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.LegacyFetchBuilder
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.ResultBuilder
 
cacheKeyInstance() - Method in interface org.hibernate.query.results.ResultSetMapping
 
cacheKeyInstance() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
 
CacheKeysFactory - Interface in org.hibernate.cache.spi
A factory for keys into the second-level cache.
CacheLayout - Enum Class in org.hibernate.annotations
Describes the data layout used for storing an object into the query cache.
cacheLazy() - Method in record class org.hibernate.boot.CacheRegionDefinition
Returns the value of the cacheLazy record component.
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.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl
 
cacheMode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
cacheMode() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
The cache interaction mode for this query.
cacheMode() - Element in annotation interface org.hibernate.annotations.NamedQuery
The cache interaction mode for this query.
CacheMode - Enum Class in org.hibernate
Controls how the session interacts with the second-level cache or query cache.
cacheNonSelectQueryPlan(QueryInterpretationCache.Key, NonSelectQueryPlan) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
cachePutEnd() - Method in interface org.hibernate.SessionEventListener
 
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.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl
 
cacheRegion - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
cacheRegion() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
If the query results are cacheable, the name of the query cache region.
cacheRegion() - Element in annotation interface org.hibernate.annotations.NamedQuery
If the query results are cacheable, the name of the query cache region.
CacheRegionDefinition - Record Class in org.hibernate.boot
Models the definition of caching settings for a particular region.
CacheRegionDefinition(CacheRegionDefinition.CacheRegionType, String, String, String, boolean) - Constructor for record class org.hibernate.boot.CacheRegionDefinition
Creates an instance of a CacheRegionDefinition record class.
CacheRegionDefinition.CacheRegionType - Enum Class 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
 
cacheRetrieveMode() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
The cache retrieval mode for objects returned by this query.
cacheRetrieveMode() - Element in annotation interface org.hibernate.annotations.NamedQuery
The cache retrieval mode for objects returned by this query.
CacheSettings - Interface in org.hibernate.cfg
Settings for Hibernate's second-level caching
cacheStoreMode() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
The cache storage mode for objects returned by this query.
cacheStoreMode() - Element in annotation interface org.hibernate.annotations.NamedQuery
The cache storage mode for objects returned by this query.
CacheTransactionSynchronization - Interface in org.hibernate.cache.spi
Defines a context object that a RegionFactory is asked to create (RegionFactory.createTransactionContext(SharedSessionContractImplementor)}) when a Hibernate Session is created.
caching - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
caching - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNaturalIdImpl
 
caching(CachingType) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Enable or disable the second-level and query caches.
Caching - Class in org.hibernate.boot.model.source.spi
Models the caching options for an entity, natural id, or collection.
Caching() - Constructor for class org.hibernate.boot.model.source.spi.Caching
 
Caching(String, AccessType, boolean) - Constructor for class org.hibernate.boot.model.source.spi.Caching
 
Caching(String, AccessType, boolean, boolean) - Constructor for class org.hibernate.boot.model.source.spi.Caching
 
cachingAccessType(AccessType) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
If data caching is enabled, configure the type of concurrency access that should be applied if not explicitly specified on a cache region.
cachingCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for handling of proxies.
cachingQueryResults(String, long) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
CachingType - Enum Class in org.hibernate.jpa
 
calculateHashCode(Object) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Calculate the hash-code of a natural-id value
CALENDAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC TIMESTAMP.
CALENDAR_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC DATE.
CALENDAR_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Calendar to JDBC TIME.
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 - Enum constant in enum class 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 - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCustomSqlImpl
 
callable() - Element in annotation interface org.hibernate.annotations.SQLDelete
Is the statement callable (aka a CallableStatement)?
callable() - Element in annotation interface org.hibernate.annotations.SQLDeleteAll
Is the statement callable (aka a CallableStatement)?
callable() - Element in annotation interface org.hibernate.annotations.SQLInsert
Is the statement callable (aka a CallableStatement)?
callable() - Element in annotation interface org.hibernate.annotations.SQLUpdate
Is the statement callable (aka a CallableStatement)?
callable() - Method in record class org.hibernate.boot.model.CustomSql
Returns the value of the callable record component.
callable() - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
 
callable(boolean) - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
 
CALLABLE_NAMED_PARAMS_ENABLED - Static variable in interface org.hibernate.cfg.QuerySettings
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 entity lifecycle callback method.
Callback - Interface in org.hibernate.sql.exec.spi
Callback to allow SQM interpretation to trigger certain things within ORM.
CALLBACK - Enum constant in enum class org.hibernate.boot.beanvalidation.ValidationMode
 
CALLBACK - Enum constant in enum class org.hibernate.boot.models.JpaEventListenerStyle
The event method is declared on the entity class.
CallbackDefinition - Interface in org.hibernate.jpa.event.spi
 
CallbackException - Exception Class in org.hibernate
Deprecated.
Methods of Interceptor are no longer required to throw this exception type.
CallbackException(Exception) - Constructor for exception class org.hibernate.CallbackException
Deprecated.
Creates a CallbackException using the given underlying cause.
CallbackException(String) - Constructor for exception class org.hibernate.CallbackException
Deprecated.
Creates a CallbackException using the given message.
CallbackException(String, Exception) - Constructor for exception class org.hibernate.CallbackException
Deprecated.
Creates a CallbackException using the given message and underlying cause.
CallbackRegistry - Interface in org.hibernate.jpa.event.spi
Registry of JPA entity lifecycle 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 Class in org.hibernate.jpa.event.spi
Enumerates the entity lifecycle callback types defined by JPA.
callingJoinTransactionOnNonJtaEntityManager() - Method in interface org.hibernate.engine.jdbc.JdbcLogging
 
callInTransaction(Function) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
callWithConnection(ConnectionFunction) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
callWithConnection(ConnectionFunction) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
CamelCaseToUnderscoresNamingStrategy - Class in org.hibernate.boot.model.naming
Deprecated, for removal: This API element is subject to removal in a future version.
CamelCaseToUnderscoresNamingStrategy() - Constructor for class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
Deprecated.
 
canBatchTruncate() - Method in class org.hibernate.dialect.Dialect
Does the truncate table statement accept multiple tables?
canBatchTruncate() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
canBeBatched() - Method in interface org.hibernate.jdbc.Expectation
Is it acceptable to combine this expectation with JDBC statement batching? If this method returns false, the use of batch updates is disabled.
canBeBatched() - Method in class org.hibernate.jdbc.Expectation.OutParameter
 
canBeBatched(BatchKey, int) - Method in interface org.hibernate.sql.model.PreparableMutationOperation
Series of opt-out checks for whether the operation can be handled as part of a batch.
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 creating and dropping catalogs?
canCreateCatalog() - Method in class org.hibernate.dialect.MySQLDialect
Here we interpret "catalog" as a MySQL database.
canCreateSchema() - Method in class org.hibernate.dialect.Dialect
Does this dialect support creating and dropping schema?
canCreateSchema() - Method in class org.hibernate.dialect.MySQLDialect
MySQL does support the create schema command, but it's a synonym for create database.
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(Object, EntityPersister, Session) will be called next as the definitive means to determine whether the entity is dirty.
canDisableConstraints() - Method in class org.hibernate.dialect.DB2Dialect
 
canDisableConstraints() - Method in class org.hibernate.dialect.Dialect
Is there some way to disable foreign key constraint checking while truncating tables? (If there's no way to do it, and if we can't batch truncate, we must drop and recreate the constraints instead.)
canDisableConstraints() - Method in class org.hibernate.dialect.H2Dialect
 
canDisableConstraints() - Method in class org.hibernate.dialect.MySQLDialect
 
canDisableConstraints() - Method in class org.hibernate.dialect.OracleDialect
 
canDoExtraction() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
canDoExtraction() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoExtraction() - Method in class org.hibernate.type.ComponentType
 
canDoExtraction() - Method in class org.hibernate.type.CustomType
 
canDoExtraction() - Method in interface org.hibernate.type.OutputableType
Can the given instance of this type actually perform the parameter value extractions?
canDoSetting() - Method in class org.hibernate.type.AbstractStandardBasicType
 
canDoSetting() - Method in class org.hibernate.type.CustomType
 
canDoSetting() - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
Can the given instance of this type actually set the parameter value by name
canExtractIdOutOfEntity() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
This feature is no longer supported
CannotBecomeEntityGraphException - Exception Class 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 class org.hibernate.graph.CannotBecomeEntityGraphException
 
CannotContainSubGraphException - Exception Class in org.hibernate.graph
Indicates an attempt was made to add a (key)? subgraph to an attribute type that does not support (key)? subgraphs.
CannotContainSubGraphException(String) - Constructor for exception class org.hibernate.graph.CannotContainSubGraphException
 
cannotDefaultRegionFactory(int) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
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 class org.hibernate.sql.results.spi.ManagedResultConsumer
 
canResultsBeCached() - Method in interface org.hibernate.sql.results.spi.ResultsConsumer
 
canResultsBeCached() - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
canResultsBeCached() - Method in class org.hibernate.sql.results.spi.SingleResultConsumer
 
canRollback() - Method in enum class org.hibernate.resource.transaction.spi.TransactionStatus
 
canSkipTables() - Method in enum class org.hibernate.sql.model.MutationType
 
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 interface org.hibernate.sql.ast.tree.from.TableGroup
 
canUseParentTableGroup(TableGroupProducer, NavigablePath, ValuedModelPart) - Method in interface org.hibernate.sql.ast.tree.from.LazyTableGroup.ParentTableGroupUseChecker
 
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.JaxbAnyMappingImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOneImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOneImpl
 
cascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
cascade() - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Cascadeable
 
cascade(CascadeType[]) - Method in interface org.hibernate.boot.models.annotations.spi.AttributeMarker.Cascadeable
 
cascade(EventSource, Object, String, String, String, List, T, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
Cascade the action to the child object.
cascade(EventSource, Object, String, T, boolean) - Method in interface org.hibernate.engine.spi.CascadingAction
Deprecated, for removal: This API element is subject to removal in a future version.
No longer called. Will be removed.
Cascade - Annotation Interface in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
Use the JPA-defined CascadeType
CASCADE - Enum constant in enum class org.hibernate.annotations.OnDeleteAction
Cascade deletion of the parent to the child.
CASCADE - Enum constant in enum class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
CASCADE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CASCADE_DELETE_REVISION - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Deletion of a revision entity will cause a foreign key constraint database error when at least one audit record exists for that revision.
cascadeAll - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeDetach - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeLock - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeMerge - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeNow(CascadePoint) - Method in enum class org.hibernate.type.ForeignKeyDirection
Should we cascade at this cascade point?
cascadeNow(CascadePoint, AssociationType, SessionFactoryImplementor) - Method in interface org.hibernate.engine.spi.CascadingAction
Does this action cascade to the given association at the given CascadePoint?
cascadeNow(CascadePoint, AssociationType, SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
cascadePersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadePersist - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
cascadeRefresh - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeRemove - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
cascadeReplicate - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeTypeImpl
 
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 Class in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
Use the JPA-defined CascadeType. This enumeration will be removed to alleviate the duplication in naming.
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 Class 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, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
CaseSearchedExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
 
caseSensitive() - Method in interface org.hibernate.query.Order
For a lexicographic order based on textual values, whether case is significant.
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, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
CaseSimpleExpression.WhenFragment - Class in org.hibernate.sql.ast.tree.expression
 
cast(Class) - Method in interface org.hibernate.query.criteria.JpaExpression
 
cast(Class) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
cast(Class) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
cast(Class) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
cast(Class) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
cast(Object) - Method in interface org.hibernate.type.descriptor.java.JavaType
Apply a simple type cast to the given value, without attempting any sort of coercion or wrapping.
cast(Object) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ObjectJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
cast(Object) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
cast(JpaExpression, Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
cast(JpaExpression, Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
cast(JpaExpression, Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
cast(JpaExpression, JpaCastTarget) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
cast(JpaExpression, JpaCastTarget) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
cast(JpaExpression, JpaCastTarget) - 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) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
castFromPattern(JdbcMapping, Size) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Returns the cast pattern from the given source type to this type, or null if not possible.
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
 
castNumberToString(Expression, int, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Casts a number expression to a string with the given precision and scale.
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.DB2Dialect
 
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.H2Dialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.HANADialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.HSQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.MariaDBDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.MySQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.OracleDialect
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.PostgreSQLDialect
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableValueColumnContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueReturningClauseContext
 
castTarget() - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableValueColumnContext
 
castTarget(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
castTarget(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
castTarget(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
castTarget(Class, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
castTarget(Class, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
castTarget(Class, int, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
castTarget(Class, long) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
castTarget(Class, long) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
castTarget(Class, long) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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, Long, Integer, 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
 
CastTarget(JdbcMapping, String, Long, Integer, Integer, Integer) - Constructor for class org.hibernate.sql.ast.tree.expression.CastTarget
 
CastTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
CastTargetReturnTypeResolver - Class in org.hibernate.dialect.function.json
 
CastTargetReturnTypeResolver(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CastTargetReturnTypeResolver
 
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
 
castToPattern(JdbcMapping, Size) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Returns the cast pattern from this type to the given target type, or null if not possible.
castType(int) - Method in class org.hibernate.dialect.CockroachDialect
 
castType(int) - Method in class org.hibernate.dialect.Dialect
The SQL type to use in cast( ... as ... ) expressions when casting to the target type represented by the given JDBC type code.
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 Class 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.JaxbCollectionTableImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTableImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTableImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGeneratorImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
 
catalog - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableImpl
 
catalog() - Element in annotation interface org.hibernate.annotations.Struct
(Optional) The catalog of the UDT.
catalog() - Method in record class org.hibernate.boot.model.relational.Namespace.Name
Returns the value of the catalog record component.
catalog() - Method in interface org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
The catalog in which the object exists
catalog() - Element in annotation interface org.hibernate.envers.AuditJoinTable
The catalog of the join table.
catalog() - Element in annotation interface org.hibernate.envers.AuditTable
The catalog of the table.
catalog() - Element in annotation interface org.hibernate.envers.CollectionAuditTable
The catalog of the table.
catalog(String) - Method in interface org.hibernate.boot.models.annotations.spi.DatabaseObjectDetails
CATALOG - Enum constant in enum class 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
Interpret the incoming catalog, returning the incoming value if it is non-null.
cbrt() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CDI_BEAN_MANAGER - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
ceiling(Expression) - 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(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ceiling_ceil() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
centroid - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
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.
cfgXmlDocumentDidNotDefineNamespaces() - Method in interface org.hibernate.boot.BootLogging
 
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 - Enum constant in enum class 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
A type code representing 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 - Enum constant in enum class 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, which disallows null elements.
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.
CharBooleanConverter - Class in org.hibernate.type
Abstract supertype of converters which map Boolean to Character.
CharBooleanConverter() - Constructor for class org.hibernate.type.CharBooleanConverter
 
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() - Element in annotation interface org.hibernate.annotations.SQLDelete
Deprecated, for removal: This API element is subject to removal in a future version.
check() - Element in annotation interface org.hibernate.annotations.SQLDeleteAll
Deprecated, for removal: This API element is subject to removal in a future version.
check() - Element in annotation interface org.hibernate.annotations.SQLInsert
Deprecated, for removal: This API element is subject to removal in a future version.
check() - Element in annotation interface org.hibernate.annotations.SQLUpdate
Deprecated, for removal: This API element is subject to removal in a future version.
check() - Method in interface org.hibernate.boot.models.annotations.spi.CheckConstraintCollector
 
check() - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
 
check(CheckConstraint[]) - Method in interface org.hibernate.boot.models.annotations.spi.CheckConstraintCollector
 
check(String) - Static method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentTranslator
 
check(ResultCheckStyle) - Method in interface org.hibernate.boot.models.annotations.spi.CustomSqlDetails
 
Check - Annotation Interface in org.hibernate.annotations
Deprecated.
CHECK - Enum constant in enum class org.hibernate.exception.ConstraintViolationException.ConstraintKind
A check constraint violation.
CHECK - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CHECK_CONSTRAINT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
CHECK_NULLABILITY - Static variable in interface org.hibernate.cfg.ValidationSettings
Enable nullability checking, raises an exception if an attribute marked as not null is null at runtime.
CHECK_ON_FLUSH - Static variable in class org.hibernate.engine.spi.CascadingActions
 
checkArgumentType(int, String, FunctionParameterType, JdbcType, Type) - Static method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
 
checkColumnDuplication() - Method in class org.hibernate.mapping.PersistentClass
 
checkColumnDuplication(Set, String) - Method in class org.hibernate.mapping.Component
 
checkColumnDuplication(Set, String) - Method in interface org.hibernate.mapping.Value
Checks if this value contains any duplicate column.
CheckConstraint - Class in org.hibernate.mapping
Represents a table or column level check constraint.
CheckConstraint(String) - Constructor for class org.hibernate.mapping.CheckConstraint
 
CheckConstraint(String, String) - Constructor for class org.hibernate.mapping.CheckConstraint
 
CheckConstraint(String, String, String) - Constructor for class org.hibernate.mapping.CheckConstraint
 
CheckConstraintCollector - Interface in org.hibernate.boot.models.annotations.spi
Commonality for annotations which define check-constraints
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTableImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTableImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTableImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
 
checkConstraints - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableImpl
 
CheckHQL - Annotation Interface in org.hibernate.annotations.processing
Indicates that a package or top-level type contains HQL or JPQL queries encoded as static strings that should be validated at compile time by the Metamodel Generator or Query Validator.
checkIfTransactionInProgress(SharedSessionContractImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
checkingAutoApplyAttributeConverter(String, String, String, String, String, String) - Method in interface org.hibernate.boot.BootLogging
 
checkingCachedQueryResults(String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
checkingDtdReferences(String, String) - Method in interface org.hibernate.boot.jaxb.JaxbLogger
 
checkInstantiation(TypeConfiguration) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
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
Check whether the session is open, and if not: mark the current transaction, if any, for rollback only, and throw an IllegalStateException.
checkOpen(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
checkOpen(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Check whether the session is open, and if not: if markForRollbackIfClosed = true, mark the current transaction, if any, for rollback only, and throw an IllegalStateException.
checkOpen(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
checkPersister(PersistentCollection, CollectionPersister) - Static method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
checkPropertyColumnDuplication(Set, List, String) - Static method in class org.hibernate.mapping.MappingHelper
 
checkResult(PreparedStatementDetails, int, int) - Method in interface org.hibernate.engine.jdbc.mutation.OperationResultChecker
Check the result of a JDBC operation
Checks - Annotation Interface in org.hibernate.annotations
Deprecated.
since Check is deprecated.
CHECKS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
checkStyle() - Method in record class org.hibernate.boot.model.CustomSql
Returns the value of the checkStyle record component.
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 available before performing an update operation against the database.
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() - Method in class org.hibernate.dialect.Dialect
 
chr_char() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
ChrLiteralEmulation - Class in org.hibernate.dialect.function
A chr implementation that translates integer literals to string literals.
ChrLiteralEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ChrLiteralEmulation
 
claimEntityHolderIfPossible(EntityKey, Object, JdbcValuesSourceProcessingState, EntityInitializer) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return an existing entity holder for the entity key, possibly creating one if necessary.
CLASS - Enum constant in enum class org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
CLASS - Enum constant in enum class org.hibernate.query.sqm.DynamicInstantiationNature
The target names a Class to be instantiated.
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.CacheSettings
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
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 Class in org.hibernate.boot.archive.scan.spi
 
classes - Variable in class org.hibernate.boot.jaxb.configuration.spi.JaxbPersistenceImpl.JaxbPersistenceUnitImpl
Managed class to be included in the persistence unit and to scan for annotations.
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 interface org.hibernate.query.sqm.spi.SqmCreationContext
Obtain a Java class object with the given fully-qualified name.
classForTypeName(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionUserTypeRegistrationImpl
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
classification - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
classification() - Element in annotation interface org.hibernate.annotations.CollectionTypeRegistration
The collection classification for which the supplied type applies
classInstantiation(Class, List, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
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 the metamodel, access to the ClassLoader is strongly discouraged.
ClassLoaderAccessHelper - Class in org.hibernate.envers.boot.registry.classloading
Utility class that facilitates loading of a class.
CLASSLOADERS - Static variable in interface org.hibernate.cfg.EnvironmentSettings
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 Class in org.hibernate.boot.registry.classloading.spi
Indicates a problem performing class loading.
ClassLoadingException(String) - Constructor for exception class org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message.
ClassLoadingException(String, Throwable) - Constructor for exception class org.hibernate.boot.registry.classloading.spi.ClassLoadingException
Constructs a ClassLoadingException using the specified message and cause.
ClassmateContext - Class in org.hibernate.boot.spi
Exposes the Classmate TypeResolver and MemberResolver.
ClassmateContext() - Constructor for class org.hibernate.boot.spi.ClassmateContext
 
ClassTransformer - Interface in org.hibernate.bytecode.spi
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer(ClassTransformer) method.
Clause - Enum Class in org.hibernate.sql.ast
Used to indicate which query clause we are currently processing
CLAUSE - Enum constant in enum class org.hibernate.dialect.lock.PessimisticLockStyle
The dialect supports pessimistic locking through locking clause such as FOR UPDATE (OF) or FOR SHARE (OF).
CLAUSE - Enum constant in enum class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
 
ClauseLevelDocumentExpression(int) - Constructor for class org.hibernate.dialect.function.json.PostgreSQLJsonTableFunction.ClauseLevelDocumentExpression
 
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.JaxbColumnResultImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCompositeUserTypeRegistrationImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectImpl.JaxbDefinitionImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListenerImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbGenericIdGeneratorImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbHqlImportImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdClassImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJavaTypeRegistrationImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClassImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraphImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameterImpl
 
clazz - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbUserTypeRegistrationImpl
 
CLEAN - Enum constant in enum class org.hibernate.query.sqm.mutation.spi.AfterUseAction
 
Cleaner - Interface in org.hibernate.tool.schema.spi
An object that produces the SQL required to truncate the tables in a schema.
cleanTemporaryTableRows(TemporaryTable, TemporaryTableExporter, Function, 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 all items from this query result 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.jdbc.mutation.spi.BindingGroup
Clear the bindings
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.
Use EventListenerGroup.clearListeners() instead, which doesn't also reset the registered DuplicationStrategys.
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 persistence context.
clear() - Method in interface org.hibernate.sql.exec.spi.LoadedValuesCollector
Clears the state of the collector.
clear() - Method in interface org.hibernate.stat.Statistics
Reset all statistics.
CLEAR - Static variable in class org.hibernate.event.spi.EventType
 
clearAssignments() - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
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
Event class for Session.clear().
ClearEvent(EventSource) - Constructor for class org.hibernate.event.spi.ClearEvent
 
ClearEventListener - Interface in org.hibernate.event.spi
Listener for notification of Session.clear()
clearEventListeners() - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
 
clearEventListeners() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
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.
clearEventListeners() - Method in interface org.hibernate.SharedSessionBuilder
 
clearFetched() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
clearFetched() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
clearFromFlushNeededCheck(int) - Method in class org.hibernate.engine.spi.ActionQueue
 
clearInitializedLazyFields() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
clearListeners() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Removes all registered listeners
clearOperationQueue() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
clearProperties() - Method in class org.hibernate.mapping.Component
 
clearReservedWords() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
clearSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Discard all the settings applied so far.
clearStrategyImplementations(NamedStrategyContributions) - Method in interface org.hibernate.boot.registry.selector.spi.NamedStrategyContributor
Allows cleanup of (presumably previously registered) strategy implementations.
clearSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Clears all synchronizations from this registry.
CLOB - Enum constant in enum class org.hibernate.query.sqm.CastType
 
CLOB - Enum constant in enum class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
CLOB - Static variable in class org.hibernate.type.SqlTypes
A type code representing 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
 
CLOB_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
CLOB_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
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.proxy
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.proxy.ClobProxy
Constructor used to build Clob from a reader.
ClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.proxy.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.AggregateColumn
Shallow copy, the value is not copied
clone() - Method in class org.hibernate.mapping.Column
Shallow copy, the value is not copied
clone() - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
clone() - Method in class org.hibernate.sql.model.ast.ColumnValueParameterList
 
Cloneable<T> - Interface in org.hibernate.envers.boot.model
Contract for an object that is cloneable.
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
close() - Method in interface org.hibernate.procedure.ProcedureCall
Release the underlying JDBC CallableStatement
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 interface 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 class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
close() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Closes the logical connection, making it inactive and forcing release of any held resources.
close() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
 
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_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(U, U) - Static method in interface org.hibernate.query.range.Range
A closed range containing all values greater than or equal to the given lower bound, and less than or equal to the given upper bound.
CLOSED_QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as closing for quoting SQL identifiers
closedCompliance(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Specifies whether Hibernate will strictly adhere to compliance with Jakarta Persistence for handling around calls to EntityManager.close(), EntityManager.isOpen(), EntityManagerFactory.close() and EntityManagerFactory.isOpen()
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
 
closeReadOnlyConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Release a connection to a read-only replica from Hibernate use.
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.
closingJdbcCoordinator(int) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
 
closingUnreleasedBatch(int) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
 
coalesce() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
coalesce() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
coalesce() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
coalesce() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
coalesce(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
coalesce(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
coalesce(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
coalesce(Expression, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
coalesce(Expression, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
coalesce(Expression, 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
 
COCKROACH_VERSION_STRING - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
Specifies a custom CockroachDB version string.
CockroachArrayFillFunction - Class in org.hibernate.dialect.function.array
Implement the array fill function by using generate_series.
CockroachArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.CockroachArrayFillFunction
 
CockroachDB202SpatialDialect - Class in org.hibernate.spatial.dialect.cockroachdb
Deprecated.
Spatial Dialects are no longer needed. Use the standard CockroachDB dialects
CockroachDB202SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.cockroachdb.CockroachDB202SpatialDialect
Deprecated.
 
CockroachDBAggregateSupport - Class in org.hibernate.dialect.aggregate
 
CockroachDBAggregateSupport() - Constructor for class org.hibernate.dialect.aggregate.CockroachDBAggregateSupport
 
CockroachDbContributor - Class in org.hibernate.spatial.dialect.cockroachdb
 
CockroachDbContributor(ServiceRegistry) - Constructor for class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
 
CockroachDBIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
CockroachDBIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
 
CockroachDBJsonExistsFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_exists function.
CockroachDBJsonExistsFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonExistsFunction
 
CockroachDBJsonQueryFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_query function.
CockroachDBJsonQueryFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonQueryFunction
 
CockroachDBJsonRemoveFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_remove function.
CockroachDBJsonRemoveFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonRemoveFunction
 
CockroachDBJsonTableFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_table function.
CockroachDBJsonTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonTableFunction
 
CockroachDBJsonValueFunction - Class in org.hibernate.dialect.function.json
CockroachDB json_value function.
CockroachDBJsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.CockroachDBJsonValueFunction
 
CockroachDialect - Class in org.hibernate.dialect
A SQL dialect for CockroachDB 23.1 and above.
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
 
CockroachDialect(DialectResolutionInfo, String) - Constructor for class org.hibernate.dialect.CockroachDialect
 
CockroachSqlAstTranslator<T> - Class in org.hibernate.dialect.sql.ast
A SQL AST translator for Cockroach.
CockroachSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.CockroachSqlAstTranslator
 
code - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJdbcTypeRegistrationImpl
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
coerce(Object) - Method in interface org.hibernate.type.descriptor.java.JavaType
Coerce the given value to this type, if possible.
coerce(Object) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
coerce(Object) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
coerceToTimestamp - Variable in class org.hibernate.dialect.function.GenerateSeriesFunction
 
coerceToTimestamp - Variable in class org.hibernate.dialect.function.NumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer
 
coerceWrappingError(CoercionHelper.Coercer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
CoercingResultAssembler<J> - Class in org.hibernate.sql.results.graph.basic
A BasicResultAssembler which does type coercion to handle cases where the expression type and the expected result JavaType are different (e.g.
CoercingResultAssembler(int, JavaType, BasicValueConverter, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.CoercingResultAssembler
 
CoercionException - Exception Class in org.hibernate.type.descriptor.java
A problem converting between JDBC types and Java types.
CoercionException(String) - Constructor for exception class org.hibernate.type.descriptor.java.CoercionException
 
CoercionException(String, Throwable) - Constructor for exception class org.hibernate.type.descriptor.java.CoercionException
 
CoercionHelper - Class in org.hibernate.type.descriptor.java
Helper for type coercions.
CoercionHelper.Coercer<T> - Interface in org.hibernate.type.descriptor.java
 
collate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Use the 'collate' operator which exists on at least Postgres, MySQL, Oracle, and SQL Server
collate(Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
collate(Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
Collate - Annotation Interface in org.hibernate.annotations
Specifies a collation to use when generating DDL for the column mapped by the annotated field or property.
COLLATE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
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 - Enum constant in enum class 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 - Enum constant in enum class 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
 
collectAllParameters(Consumer) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
collectBatchLoadableCollectionKeys(int, IndexedConsumer, T, PluralAttributeMapping) - Method in class org.hibernate.engine.spi.BatchFetchQueue
collectBatchLoadableEntityIds(int, IndexedConsumer, T, EntityMappingType) - Method in class org.hibernate.engine.spi.BatchFetchQueue
collectColumnNames(String) - Static method in class org.hibernate.sql.Template
 
collectColumnNames(String, Dialect, TypeConfiguration) - Static method in class org.hibernate.sql.Template
 
collectHints(Map) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
collectHints(Map) - Method in class org.hibernate.query.spi.AbstractQuery
 
collectHints(Map) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
collectIdGenerators(MemberDetails) - Method in interface org.hibernate.boot.models.spi.GlobalRegistrar
 
collection - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
collection - Variable in class org.hibernate.collection.spi.PersistentBag
The actual bag.
collection - Variable in class org.hibernate.collection.spi.PersistentIdentifierBag
The actual bag.
collection(Class) - 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
A mapping model object representing a collection.
Collection(Supplier, 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 - Enum constant in enum class org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
COLLECTION - Enum constant in enum class org.hibernate.cache.spi.support.AccessedDataClassification
 
COLLECTION - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
A duplicate collection role was encountered
COLLECTION - Enum constant in enum class org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
COLLECTION_CACHE_PREFIX - Static variable in interface org.hibernate.cfg.CacheSettings
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_CLASSIFICATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_CLASSIFICATION - Static variable in interface org.hibernate.boot.models.XmlAnnotations
 
COLLECTION_ID - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_ID_JAVA_CLASS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_ID_JAVA_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_ID_JDBC_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_ID_JDBC_TYPE_CODE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_ID_MUTABILITY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_ID_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_INSERT - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
 
COLLECTION_TABLE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
COLLECTION_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_TYPE_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLLECTION_TYPE_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
collectionAggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionAggregateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
CollectionAggregateFunctionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionAggregateFunctionContext
 
CollectionAggregateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionAggregateFunctionContext
 
collectionAppend(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Appends element to basic collection.
collectionAppend(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionAppend(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionAppend(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Appends element to basic collection.
collectionAppend(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionAppend(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionAuditTable - Annotation Interface in org.hibernate.envers
Allows for the customization of an Envers audit collection table.
CollectionBatchLoader - Interface in org.hibernate.loader.ast.spi
BatchLoader specialization for collection fetching
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 Class in org.hibernate.metamodel
Classifications of the plurality.
collectionConcat(C, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates basic collections with each other in order.
collectionConcat(C, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionConcat(C, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionConcat(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates basic collections with each other in order.
collectionConcat(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionConcat(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionConcat(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates basic collections with each other in order.
collectionConcat(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionConcat(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContains(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains an element.
collectionContains(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContains(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContains(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains an element.
collectionContains(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContains(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContains(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains an element.
collectionContains(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContains(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAll(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAll(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAll(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAll(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAllNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAllNullable(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsAllNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionContainsAllNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsNullable(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains a nullable element.
collectionContainsNullable(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsNullable(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains a nullable element.
collectionContainsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionContainsNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection contains a nullable element.
collectionContainsNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
collectionDescriptor() - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedCollectionRegistration
Returns the value of the collectionDescriptor record component.
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
collectionFill(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection with the same element N times, as specified by the arguments.
collectionFill(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionFill(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionFill(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection with the same element N times, as specified by the arguments.
collectionFill(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionFill(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionFill(T, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection with the same element N times, as specified by the arguments.
collectionFill(T, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionFill(T, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionFill(T, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection with the same element N times, as specified by the arguments.
collectionFill(T, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionFill(T, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
collectionGet(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Accesses the element of the basic collection by 1-based index.
collectionGet(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionGet(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionGet(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Accesses the element of the basic collection by 1-based index.
collectionGet(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionGet(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
collectionId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
collectionId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
collectionId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
collectionId - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
CollectionId - Annotation Interface in org.hibernate.annotations
Describe the identifier for an id-bag.
CollectionIdentifierDescriptor - Interface in org.hibernate.metamodel.mapping
Descriptor for the collection identifier.
CollectionIdJavaClass - Annotation Interface in org.hibernate.annotations
Specifies the Java class to use for the id of an id-bag mapping.
CollectionIdJavaType - Annotation Interface in org.hibernate.annotations
Form of JavaType for describing the id of an id-bag mapping.
CollectionIdJdbcType - Annotation Interface in org.hibernate.annotations
Form of JdbcType for describing the id of an id-bag mapping.
CollectionIdJdbcTypeCode - Annotation Interface in org.hibernate.annotations
Form of JdbcTypeCode for describing the id of an id-bag mapping.
CollectionIdMutability - Annotation Interface 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 Interface in org.hibernate.annotations
Form of Type for describing the id of an id-bag mapping.
collectionIncludes(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection.
collectionIncludes(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludes(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludes(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection.
collectionIncludes(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludes(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludes(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection.
collectionIncludes(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludes(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludesNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection with nullable elements.
collectionIncludesNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludesNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludesNullable(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection with nullable elements.
collectionIncludesNullable(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludesNullable(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIncludesNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether a basic collection is a subset of another basic collection with nullable elements.
collectionIncludesNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIncludesNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionInfoString(String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular managed collection.
collectionInfoString(PluralAttributeMapping, Object) - Static method in class org.hibernate.pretty.MessageHelper
 
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, Object[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of managed collections.
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<Data> - 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.
collectionIntersects(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection.
collectionIntersects(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersects(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersects(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection.
collectionIntersects(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersects(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersects(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection.
collectionIntersects(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersects(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersectsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection, supporting null elements.
collectionIntersectsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersectsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersectsNullable(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection, supporting null elements.
collectionIntersectsNullable(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersectsNullable(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionIntersectsNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one basic collection has any elements common with another basic collection, supporting null elements.
collectionIntersectsNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionIntersectsNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionJavaType<C> - Class in org.hibernate.type.descriptor.java.spi
Extension of the general JavaType for "collection types"
CollectionJavaType(Class, CollectionSemantics) - Constructor for class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
collectionKey() - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedCollectionRegistration
Returns the value of the collectionKey record component.
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
 
collectionLength(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the length of a basic collection.
collectionLength(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionLength(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionLiteral(E...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a basic collection literal with the array constructor function.
collectionLiteral(E...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionLiteral(E...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionLoader - Interface in org.hibernate.loader.ast.spi
A loader (initialization) for collections
collectionLockingForCollectionTable(String, String) - Method in interface org.hibernate.sql.exec.SqlExecLogger
 
CollectionMappingType<C> - Interface in org.hibernate.metamodel.mapping
MappingType descriptor for the collection Java type (List, Set, etc)
CollectionMutationTarget - Interface in org.hibernate.persister.collection.mutation
 
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
 
collectionOneShotDelete(String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
 
CollectionOperationCoordinator - Interface in org.hibernate.persister.collection.mutation
Base contract for coordination of collection mutation operations
collectionOverlaps(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlaps(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlaps(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlaps(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlapsNullable(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlapsNullable(Expression, Collection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Expression, Collection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Expression, Collection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionOverlapsNullable(Collection, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Collection, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
collectionOverlapsNullable(Collection, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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 Maps 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 Class 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 - Interface in org.hibernate.persister.collection
A strategy for persisting a mapped collection role.
collectionPosition(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the 1-based position of an element in a basic collection.
collectionPosition(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPosition(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPosition(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines the 1-based position of an element in a basic collection.
collectionPosition(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPosition(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPositions(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in a basic collection.
collectionPositions(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPositions(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPositions(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in a basic collection.
collectionPositions(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPositions(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPositionsList(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in a basic collection.
collectionPositionsList(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPositionsList(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPositionsList(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Determines all 1-based positions of an element in a basic collection.
collectionPositionsList(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPositionsList(Expression, T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPrepend(E, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Prepends element to basic collection.
collectionPrepend(E, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPrepend(E, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionPrepend(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Prepends element to basic collection.
collectionPrepend(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionPrepend(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
collectionQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
CollectionQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
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
 
collectionRemove(Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element removed.
collectionRemove(Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionRemove(Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionRemove(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element removed.
collectionRemove(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionRemove(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionRemoveIndex(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with the element at the given 1-based index removed.
collectionRemoveIndex(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionRemoveIndex(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionRemoveIndex(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with the element at the given 1-based index removed.
collectionRemoveIndex(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionRemoveIndex(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionReplace(Expression, E, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy replacing a given element with another.
collectionReplace(Expression, E, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionReplace(Expression, E, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionReplace(Expression, E, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy replacing a given element with another.
collectionReplace(Expression, E, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionReplace(Expression, E, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionReplace(Expression, Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy replacing a given element with another.
collectionReplace(Expression, Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionReplace(Expression, Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionReplace(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy replacing a given element with another.
collectionReplace(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionReplace(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionResultDescriptor(JaxbHbmNativeQueryCollectionLoadReturnType, Supplier, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
 
CollectionResultGraphNode - Interface in org.hibernate.sql.results.graph.collection
 
collectionRowDelete(String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
 
CollectionRowDeleteBuilder - Class in org.hibernate.sql.model.ast.builder
Custom table delete builder for many-to-many collection join tables that handles row deletes
CollectionRowDeleteBuilder(MutationTarget, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.CollectionRowDeleteBuilder
 
CollectionRowDeleteByUpdateSetNullBuilder<O> - Class in org.hibernate.sql.model.ast.builder
Custom table update builder for one-to-many collections that handles row deletes
CollectionRowDeleteByUpdateSetNullBuilder(MutationTarget, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.CollectionRowDeleteByUpdateSetNullBuilder
 
collectionRowInsert(String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
 
collectionRowUpdate(String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
 
CollectionSemantics<CE,E> - Interface in org.hibernate.collection.spi
Each instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.
CollectionSemanticsResolver - Interface in org.hibernate.collection.spi
Resolve the collection semantics for the given mapped collection.
collectionSet(Expression, Expression, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element at given 1-based index.
collectionSet(Expression, Expression, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSet(Expression, Expression, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSet(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element at given 1-based index.
collectionSet(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSet(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSet(Expression, Integer, E) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element at given 1-based index.
collectionSet(Expression, Integer, E) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSet(Expression, Integer, E) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSet(Expression, Integer, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy with given element at given 1-based index.
collectionSet(Expression, Integer, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSet(Expression, Integer, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
collectionSlice(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-collection of the based on 1-based lower and upper index.
collectionSlice(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSlice(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSlice(Expression, Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-collection of the based on 1-based lower and upper index.
collectionSlice(Expression, Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSlice(Expression, Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSlice(Expression, Integer, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-collection of the based on 1-based lower and upper index.
collectionSlice(Expression, Integer, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSlice(Expression, Integer, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionSlice(Expression, Integer, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates a sub-collection of the based on 1-based lower and upper index.
collectionSlice(Expression, Integer, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionSlice(Expression, Integer, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CollectionStatistics - Interface in org.hibernate.stat
Collection-related statistics.
collectionTable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
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, BiFunction, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
CollectionTableMapping - Class in org.hibernate.persister.collection.mutation
 
CollectionTableMapping(String, String[], boolean, boolean, TableMapping.MutationDetails, TableMapping.MutationDetails, boolean, TableMapping.MutationDetails, TableMapping.MutationDetails) - Constructor for class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
CollectionTags(String, String) - Constructor for record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
Creates an instance of a CollectionTags record class.
collectionToString(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the non-null basic collection elements with a separator, as specified by the arguments.
collectionToString(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionToString(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionToString(Expression, Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the collection elements with a separator, as specified by the arguments.
collectionToString(Expression, Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionToString(Expression, Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionToString(Expression, Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the collection elements with a separator, as specified by the arguments.
collectionToString(Expression, Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionToString(Expression, Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionToString(Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the non-null basic collection elements with a separator, as specified by the arguments.
collectionToString(Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionToString(Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionToString(Expression, String, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the collection elements with a separator, as specified by the arguments.
collectionToString(Expression, String, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionToString(Expression, String, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionToString(Expression, String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenates the collection elements with a separator, as specified by the arguments.
collectionToString(Expression, String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionToString(Expression, String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
collectionTrim(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy without the last N elements, specified by the second argument.
collectionTrim(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionTrim(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
collectionTrim(Expression, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Creates basic collection copy without the last N elements, specified by the second argument.
collectionTrim(Expression, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionTrim(Expression, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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 - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
collectionType - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToManyImpl
 
collectionType - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToManyImpl
 
collectionType - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
CollectionType - Class in org.hibernate.type
A type that handles Hibernate PersistentCollections (including arrays).
CollectionType - Annotation Interface in org.hibernate.annotations
Names a custom collection type for a persistent collection.
CollectionType(String, String) - Constructor for class org.hibernate.type.CollectionType
 
CollectionTypeRegistration - Class in org.hibernate.boot.models.spi
Registration for a UserCollectionType
CollectionTypeRegistration - Annotation Interface in org.hibernate.annotations
Allows to register a UserCollectionType to use as the default for the specified classification of collection.
CollectionTypeRegistration(CollectionClassification, ClassDetails, Map) - Constructor for class org.hibernate.boot.models.spi.CollectionTypeRegistration
 
CollectionTypeRegistrationDescriptor(Class, Map) - Constructor for record class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
Creates an instance of a CollectionTypeRegistrationDescriptor record class.
CollectionTypeRegistrations - Annotation Interface in org.hibernate.annotations
Repeatable container for CollectionTypeRegistration
collectionUserTypeRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
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.format.jackson.JacksonXmlFormatMapper.CollectionWrapper
 
CollectionWrapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
 
CollectionWrapper(Collection) - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.CollectionWrapper
 
CollectionWrapper(Collection) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.CollectionWrapper
 
collectJoinFetch(JaxbHbmNativeQueryJoinReturnType, Map, Map, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
collectParameters(List, List, List) - Static method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
collectParameters(SqmStatement) - Static method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
collectParameters(SqmStatement, Consumer) - Static method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
collectPath(String) - Method in class org.hibernate.spi.NavigablePath.RelativePathCollector
 
collectStatistics(boolean) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Configures whether Hibernate should collect Statistics.
collectTableMappings() - Method in interface org.hibernate.boot.Metadata
 
collectTableMappings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
collectValueIndexesToCache(BitSet) - Method in interface org.hibernate.sql.results.graph.BiDirectionalFetch
 
collectValueIndexesToCache(BitSet) - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
Collect the JDBC value indexes used by this domain result that should be cached.
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
collectValueIndexesToCache(BitSet) - Method in interface org.hibernate.sql.results.graph.entity.EntityFetch
 
collectValueIndexesToCache(BitSet) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
collectValueIndexesToCache(BitSet) - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
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 - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
COLON - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
COLON() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.TypeIndicatorContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectAggFunctionContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
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.OffsetWithMinutesContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.SlicedPathAccessFragmentContext
 
COLON() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
COLON(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
COLON(int) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
colonSyntax - Variable in class org.hibernate.dialect.function.json.JsonObjectFunction
 
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.JaxbAnyMappingDiscriminatorImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverrideImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionIdImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResultImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMultiTenancyImpl
 
column - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersionImpl
 
column() - Element in annotation interface org.hibernate.annotations.CollectionId
The column containing the collection id.
column() - Element in annotation interface org.hibernate.annotations.JoinColumnOrFormula
The column to use in the join condition.
Column - Class in org.hibernate.envers.boot.model
An implementation of Selection that represents a logical column.
Column - Class in org.hibernate.mapping
A mapping model object representing a column of a relational database table.
Column() - Constructor for class org.hibernate.mapping.Column
 
Column(String) - Constructor for class org.hibernate.envers.boot.model.Column
Create a column with just a name.
Column(String) - Constructor for class org.hibernate.mapping.Column
 
Column(String, boolean) - Constructor for class org.hibernate.envers.boot.model.Column
Create a column with just a name.
Column(String, Long, Integer, Integer, String, String, String) - Constructor for class org.hibernate.envers.boot.model.Column
Creates a column without a non-quoted name.
Column(String, Long, Integer, Integer, String, String, String, boolean) - Constructor for class org.hibernate.envers.boot.model.Column
Creates a column
Column(Column) - Constructor for class org.hibernate.envers.boot.model.Column
Copy constructor that performs a deep-copy.
COLUMN - Enum constant in enum class org.hibernate.annotations.TimeZoneStorageType
Stores the time zone in a separate column; works in conjunction with TimeZoneColumn.
COLUMN - Enum constant in enum class org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
COLUMN - Enum constant in enum class org.hibernate.dialect.RowLockStrategy
Use the column reference (column name qualified by the table alias).
COLUMN - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
COLUMN - Enum constant in enum class org.hibernate.envers.boot.model.Selection.SelectionType
 
COLUMN - Enum constant in enum class org.hibernate.type.TimeZoneStorageStrategy
Stores the time zone in a separate column.
COLUMN - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
COLUMN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COLUMN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COLUMN - Static variable in class org.hibernate.id.IncrementGenerator
A parameter identifying the column holding the id.
COLUMN() - Method in class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
COLUMN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
COLUMN_BINDING - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
A duplicate column definition was encountered.
COLUMN_DEFAULT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
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_ORDERING_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
Used to specify the ColumnOrderingStrategy class to use.
COLUMN_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
COLUMN_TRANSFORMER - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLUMN_TRANSFORMERS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
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
 
ColumnComparator(Metadata) - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.ColumnComparator
 
ColumnContainer - Interface in org.hibernate.envers.boot.model
Contract for a container of columns.
ColumnDefault - Annotation Interface in org.hibernate.annotations
Specifies that a column has a default value specified in DDL.
ColumnDefaultsBasicImpl - Class in org.hibernate.boot.jaxb.hbm.transform
 
ColumnDefaultsBasicImpl() - Constructor for class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
ColumnDefaultsProperty - Class in org.hibernate.boot.jaxb.hbm.transform
 
ColumnDefaultsProperty(Property) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsProperty
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumnImpl
 
columnDefinition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumnImpl
 
columnDefinition() - Element in annotation interface org.hibernate.annotations.TimeZoneColumn
(Optional) The SQL fragment that is used when generating the DDL for the column.
columnDefinition() - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Definable
 
columnDefinition(String) - Method in interface org.hibernate.boot.models.annotations.spi.ColumnDetails.Definable
 
columnDefinitions - Variable in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
ColumnDetails - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.AlternateTableCapable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Definable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Mutable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Nullable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.SecondSizable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Sizable - Interface in org.hibernate.boot.models.annotations.spi
 
ColumnDetails.Uniqueable - Interface in org.hibernate.boot.models.annotations.spi
 
columnFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
columnFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
ColumnFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ColumnFunctionContext
 
ColumnInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing table columns
columnList - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndexImpl
 
columnMappingOverridden(String) - Method in interface org.hibernate.boot.BootLogging
 
columnName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraintImpl
 
columnName - Variable in class org.hibernate.sql.InFragment
 
columnName() - Element in annotation interface org.hibernate.annotations.SoftDelete
(Optional) The name of the column.
ColumnOrderingStrategy - Interface in org.hibernate.boot.model.relational
A pluggable contract that allows ordering of columns within Table, Constraint and UserDefinedObjectType.
ColumnOrderingStrategyLegacy - Class in org.hibernate.boot.model.relational
A no-op implementation.
ColumnOrderingStrategyLegacy() - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
 
ColumnOrderingStrategyStandard - Class in org.hibernate.boot.model.relational
Standard implementation that orders columns by size and name following roughly this ordering: order by max(physicalSizeBytes, 4), physicalSizeBytes > 2048, name
ColumnOrderingStrategyStandard() - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
ColumnOrderingStrategyStandard.ColumnComparator - Class in org.hibernate.boot.model.relational
 
ColumnOrderingStrategyStandard.TemporaryTableColumnComparator - Class in org.hibernate.boot.model.relational
 
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, String, boolean, String, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(String, String, SelectablePath, boolean, String, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(String, SelectableMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(String, SelectableMapping, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(String, boolean) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
ColumnReference(TableReference, String, boolean, String, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(TableReference, String, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReference(TableReference, SelectableMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ColumnReference
 
ColumnReferenceKey(String, SelectablePath, JdbcMapping) - Constructor for class org.hibernate.sql.ast.spi.SqlExpressionResolver.ColumnReferenceKey
 
ColumnReferenceQualifier - Interface in org.hibernate.sql.ast.tree.from
 
columnRenamed(Column) - Method in class org.hibernate.mapping.Table
 
columnResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
columnResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMappingImpl
 
columns - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingKeyImpl
 
columns - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResultImpl
 
columns - Variable in class org.hibernate.sql.Insert
 
columns - Variable in class org.hibernate.sql.SimpleSelect
 
columns() - Element in annotation interface org.hibernate.annotations.Columns
The aggregated columns.
columns() - Method in record class org.hibernate.metamodel.mapping.AssociationKey
Returns the value of the columns record component.
columns() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
Returns the value of the columns record component.
Columns - Annotation Interface in org.hibernate.annotations
Support an array of columns.
Columns(SqmJsonTableFunction) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
COLUMNS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COLUMNS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COLUMNS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
COLUMNS() - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsClauseContext
 
COLUMNS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
COLUMNS() - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnsClauseContext
 
ColumnsAndFormulasSourceContainer - Interface in org.hibernate.boot.model.source.spi
 
columnsClause() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
Returns the value of the columnsClause record component.
columnsClause() - Method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
Returns the value of the columnsClause record component.
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 Interface in org.hibernate.annotations
Specifies custom SQL expressions used to read and write to the column mapped by the annotated persistent attribute in all generated SQL involving the annotated persistent attribute.
ColumnTransformers - Annotation Interface in org.hibernate.annotations
Plural annotation for @ColumnTransformer.
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.Dialect
The database 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.HANADialect
 
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
 
ColumnTypeInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing table columns
ColumnValueBinding - Class in org.hibernate.sql.model.ast
Represents the binding of a value to a column.
ColumnValueBinding(ColumnReference, ColumnWriteFragment) - Constructor for class org.hibernate.sql.model.ast.ColumnValueBinding
 
ColumnValueBindingBuilder - Class in org.hibernate.sql.model.ast.builder
Builder for ColumnValueBinding instances
ColumnValueBindingBuilder() - Constructor for class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
 
ColumnValueBindingList - Class in org.hibernate.sql.model.ast
 
ColumnValueBindingList(MutatingTableReference, ColumnValueParameterList, ParameterUsage) - Constructor for class org.hibernate.sql.model.ast.ColumnValueBindingList
 
ColumnValueParameter - Class in org.hibernate.sql.model.ast
Parameter descriptor specific to mutations.
ColumnValueParameter(ColumnReference, ParameterUsage) - Constructor for class org.hibernate.sql.model.ast.ColumnValueParameter
 
ColumnValueParameterList - Class in org.hibernate.sql.model.ast
An array list for ColumnValueParameter that implements SelectableConsumer to add new parameters.
ColumnValueParameterList(TableReference, ParameterUsage, int) - Constructor for class org.hibernate.sql.model.ast.ColumnValueParameterList
 
ColumnValuesTableMutationBuilder<M> - Interface in org.hibernate.sql.model.ast.builder
Common operations of TableUpdateBuilder and TableInsertBuilder.
ColumnWriteFragment - Class in org.hibernate.sql.model.ast
Models a column's value expression within the SQL AST.
ColumnWriteFragment(String, List, SelectableMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
 
ColumnWriteFragment(String, SelectableMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
 
ColumnWriteFragment(String, ColumnValueParameter, SelectableMapping) - Constructor for class org.hibernate.sql.model.ast.ColumnWriteFragment
 
combine(List, List...) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
combinePredicates(SqmPredicate, Predicate...) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
combinePredicates(SqmPredicate, List) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
combinePredicates(SqmPredicate, JpaPredicate...) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
combinePredicates(SqmPredicate, SqmPredicate) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
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.ArrayLiteralContext
 
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.ConflictTargetContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
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.JsonArrayFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueFunctionContext
 
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.SearchSpecificationsContext
 
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.TruncFunctionContext
 
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.hql.HqlParser.WithClauseContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmlelementFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmlpiFunctionContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnsClauseContext
 
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.ArrayLiteralContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
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.JsonArrayFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsContext
 
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.SearchSpecificationsContext
 
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.hql.HqlParser.WithClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlelementFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
COMMA(int) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnsClauseContext
 
COMMA(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
COMMA(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
COMMA_SEPARATOR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
COMMA_SEPARATOR_CHAR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
command() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
command() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
CommandAcceptanceException - Exception Class in org.hibernate.tool.schema.spi
Indicates a problem accepting/executing a schema management command.
CommandAcceptanceException(String) - Constructor for exception class org.hibernate.tool.schema.spi.CommandAcceptanceException
 
CommandAcceptanceException(String, Throwable) - Constructor for exception class 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.boot.jaxb.mapping.spi.JaxbCollectionTableImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumnImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTableImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTableImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
 
comment - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableImpl
 
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() - Element in annotation interface org.hibernate.annotations.NamedNativeQuery
A comment added to the SQL query.
comment() - Element in annotation interface org.hibernate.annotations.NamedQuery
A comment added to the generated SQL query.
comment() - Element in annotation interface org.hibernate.annotations.SoftDelete
(Optional) A comment to be applied to the column.
comment() - Element in annotation interface org.hibernate.annotations.TimeZoneColumn
(Optional) A comment to be applied to the column.
comment() - Method in interface org.hibernate.boot.models.annotations.spi.Commentable
 
comment(String) - Method in interface org.hibernate.boot.models.annotations.spi.Commentable
 
Comment - Annotation Interface in org.hibernate.annotations
Deprecated.
COMMENT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COMMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
COMMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
Commentable - Interface in org.hibernate.boot.models.annotations.spi
Commonality for annotations which contain SQL comments
Comments - Annotation Interface in org.hibernate.annotations
Deprecated.
COMMENTS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
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 - Enum constant in enum class org.hibernate.annotations.FlushModeType
Deprecated.
Corresponds to FlushMode.COMMIT.
COMMIT - Enum constant in enum class org.hibernate.FlushMode
The Session is flushed when EntityTransaction.commit() is called.
COMMITTED - Enum constant in enum class org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been completed successfully.
COMMITTING - Enum constant in enum class 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.
CommonBuilder - Interface in org.hibernate.engine.creation
Common options for builders of stateful and stateless sessions.
CommonFunctionFactory - Class in org.hibernate.dialect.function
Enumeratoes common function template definitions.
CommonFunctionFactory(FunctionContributions) - 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: queries written in HQL or JPQL, queries written in the native SQL dialect of the database, criteria queries, and stored procedure calls.
CommonSharedBuilder - Interface in org.hibernate.engine.creation
Common options for builders of stateful and stateless sessions which share state from an underlying stateful/stateless session.
CommonSpatialFunction - Enum Class in org.hibernate.spatial
Functions commonly expected in databases, as defined by the SQL/MM specs
CommonSpatialFunction.Type - Enum Class in org.hibernate.spatial
 
CommonTableDetails - Interface in org.hibernate.boot.models.annotations.spi
Information which is common across all table annotations
COMPARABLE - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
Any type with an order (numeric, string, and temporal types)
ComparableExecutable - Interface in org.hibernate.engine.spi
We frequently need the union type of Executable, Comparable of ComparableExecutable, Serializable; this interface represents such union; this helps to simplify several generic signatures.
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
 
COMPARATOR - Static variable in interface org.hibernate.query.sqm.tree.expression.SqmParameter
 
compare(E[], E[]) - Method in class org.hibernate.type.descriptor.java.ComponentArrayComparator
 
compare(Object, Object) - Method in interface org.hibernate.type.Type
Perform a Comparator-style comparison of the given values.
compare(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
 
compare(Object, Object) - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
compare(Object, Object) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
compare(Object, Object) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Compare the 2 values
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, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
compare(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.BasicType
 
compare(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
compare(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
compare(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
compare(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
 
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(TemporaryTableColumn, TemporaryTableColumn) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.TemporaryTableColumnComparator
 
compare(Column, Column) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.ColumnComparator
 
compareTo(Identifier) - Method in class org.hibernate.boot.model.naming.Identifier
 
compareTo(Namespace.Name) - Method in record class org.hibernate.boot.model.relational.Namespace.Name
 
ComparisonOperator - Enum Class in org.hibernate.query.sqm
Enumerates the binary comparison operators.
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
 
ComparisonRestriction - Class in org.hibernate.sql
A binary-comparison restriction
ComparisonRestriction(String) - Constructor for class org.hibernate.sql.ComparisonRestriction
 
ComparisonRestriction(String, String) - Constructor for class org.hibernate.sql.ComparisonRestriction
 
ComparisonRestriction(String, ComparisonRestriction.Operator, String) - Constructor for class org.hibernate.sql.ComparisonRestriction
 
ComparisonRestriction.Operator - Enum Class in org.hibernate.sql
 
Compatibility - Class in org.hibernate.query.sqm.tree.expression
 
Compatibility - Annotation Interface in org.hibernate.cfg
Denotes that a setting is intended to allow applications to upgrade versions of Hibernate and maintain backwards compatibility with the older version in some specific behavior.
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 two-phase for MetadataSources to Metadata process
completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, CollectionPersister, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCacheGetEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, EntityPersister, boolean, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCachePutEvent(DiagnosticEvent, SharedSessionContractImplementor, CachedDomainDataAccess, CollectionPersister, boolean, EventMonitor.CacheActionDescription) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCachePutEvent(DiagnosticEvent, SharedSessionContractImplementor, CachedDomainDataAccess, EntityPersister, boolean, boolean, EventMonitor.CacheActionDescription) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCachePutEvent(DiagnosticEvent, SharedSessionContractImplementor, CachedDomainDataAccess, EntityPersister, boolean, EventMonitor.CacheActionDescription) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCachePutEvent(DiagnosticEvent, SharedSessionContractImplementor, Region, boolean, EventMonitor.CacheActionDescription) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCollectionRecreateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCollectionRemoveEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeCollectionUpdateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeDirtyCalculationEvent(DiagnosticEvent, SharedSessionContractImplementor, EntityPersister, EntityEntry, int[]) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityDeleteEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityInsertEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityLockEvent(DiagnosticEvent, Object, String, LockMode, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityUpdateEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeEntityUpsertEvent(DiagnosticEvent, Object, String, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeFlushEvent(DiagnosticEvent, FlushEvent) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeFlushEvent(DiagnosticEvent, FlushEvent, boolean) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
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.
completeJdbcBatchExecutionEvent(DiagnosticEvent, String) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeJdbcConnectionAcquisitionEvent(DiagnosticEvent, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeJdbcConnectionReleaseEvent(DiagnosticEvent, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeJdbcPreparedStatementCreationEvent(DiagnosticEvent, String) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeJdbcPreparedStatementExecutionEvent(DiagnosticEvent, String) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completePartialFlushEvent(DiagnosticEvent, AutoFlushEvent) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completePrePartialFlush(DiagnosticEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
CompleteRestriction - Class in org.hibernate.sql
For a complete predicate.
CompleteRestriction(String) - Constructor for class org.hibernate.sql.CompleteRestriction
 
completeSessionClosedEvent(DiagnosticEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
completeSessionOpenEvent(DiagnosticEvent, SharedSessionContractImplementor) - Method in interface org.hibernate.event.monitor.spi.EventMonitor
 
Component - Class in org.hibernate.mapping
A mapping model object that represents an embeddable class.
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<E> - Class in org.hibernate.type.descriptor.java
Comparator for component arrays.
ComponentArrayComparator(JavaType[]) - Constructor for class org.hibernate.type.descriptor.java.ComponentArrayComparator
 
componentCount() - Method in interface org.hibernate.query.sqm.tuple.TupleType
 
componentIdType - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
ComponentType - Class in org.hibernate.type
Handles embedded mappings.
ComponentType(Component, int[]) - Constructor for class org.hibernate.type.ComponentType
 
ComponentType(Component, int[], boolean) - Constructor for class org.hibernate.type.ComponentType
 
ComponentTypeInfo - Class in org.hibernate.boot.jaxb.hbm.transform
 
ComponentTypeInfo(Component) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.ComponentTypeInfo
 
composite(List) - 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 - Enum constant in enum class org.hibernate.boot.model.source.spi.SingularAttributeNature
 
COMPOSITE - Enum constant in enum class org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.
COMPOSITE - Enum constant in enum class org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
COMPOSITE_TYPE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COMPOSITE_TYPE_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
COMPOSITE_TYPE_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
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
 
compositeId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
CompositeIdentifier - Class in org.hibernate.envers.boot.model
Represents an identifier based on a composite-id mapping.
CompositeIdentifier(EnversMetadataBuildingContext) - Constructor for class org.hibernate.envers.boot.model.CompositeIdentifier
 
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
 
CompositeKeyMapping(List, EmbeddableValuedModelPart) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping.CompositeKeyMapping
 
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, CompositeType) - Constructor for class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
CompositeNestedGeneratedValueGenerator(CompositeNestedGeneratedValueGenerator.GenerationContextLocator, CompositeType, List) - 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
Represents a composite type, a type which itself has typed attributes.
CompositeType - Annotation Interface in org.hibernate.annotations
Specifies a custom CompositeUserType for the annotated attribute mapping.
CompositeTypeImplementor - Interface in org.hibernate.type.spi
 
CompositeTypeRegistration - Annotation Interface in org.hibernate.annotations
Registers a custom composite user type implementation to be used by default for all references to a particular embeddable class.
CompositeTypeRegistrations - Annotation Interface in org.hibernate.annotations
Composite types - Section in package org.hibernate.annotations
 
CompositeUserType<J> - Interface in org.hibernate.usertype
This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object.
CompositeUserTypeRegistration - Class in org.hibernate.boot.models.spi
Registration for a CompositeUserType
CompositeUserTypeRegistration(ClassDetails, ClassDetails) - Constructor for class org.hibernate.boot.models.spi.CompositeUserTypeRegistration
 
compositeUserTypeRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
CompositeValueGenerationException - Exception Class in org.hibernate.tuple.entity
 
CompositeValueGenerationException(String) - Constructor for exception class org.hibernate.tuple.entity.CompositeValueGenerationException
 
computeAggregationInInstanceContext() - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
Compute aggregated expression in the context of each entity instance separately.
concat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
concat(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
concat(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(Expression, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(Expression, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
concat(Expression, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(String, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(String, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
concat(String, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
concat(String, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
concat(List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
concat(List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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
 
CONCRETE_PROXY - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ConcreteProxy - Annotation Interface in org.hibernate.annotations
Annotating ConcreteProxy on the root entity class of an inheritance hierarchy will allow types of that hierarchy to always produce proxies that resolve to the concrete subtype class.
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
condition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
condition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl
 
condition() - Element in annotation interface org.hibernate.annotations.Filter
The filter condition, a SQL expression used for filtering the rows returned by a query when the filter is enabled.
condition() - Element in annotation interface org.hibernate.annotations.FilterJoinTable
The filter condition, a SQL expression used for filtering the rows returned by a query when the filter is enabled.
CONDITIONAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CONDITIONAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CONDITIONAL() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryWrapperClauseContext
 
CONDITIONAL() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
conditionallyExecuteBatch(String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
conditionallyExecuteBatch(BatchKey) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Conditionally execute the currently managed batch (if any), if the keys do not match
CONFIG_PREFER_SEGMENT_PER_ENTITY - Static variable in class org.hibernate.id.enhanced.TableGenerator
By default, in the absence of a "segment_value" 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
 
ConfigParameterContainer - Interface in org.hibernate.envers.boot.model
Contract for a model object that stores configuration parameters
configParameters - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
 
Configurable - Interface in org.hibernate.id
A Generator that supports "configuration".
Configurable - Interface in org.hibernate.service.spi
Allows the service to request access to the configuration properties for configuring itself.
configuration() - Method in record class org.hibernate.boot.models.spi.GenericGeneratorRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.SequenceGeneratorRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
Returns the value of the configuration record component.
configuration() - Method in record class org.hibernate.boot.models.spi.TableGeneratorRegistration
Returns the value of the configuration record component.
Configuration - Class in org.hibernate.cfg
A convenience API making it easier to bootstrap an instance of Hibernate.
Configuration - Class in org.hibernate.envers.configuration
Envers configuration.
Configuration() - Constructor for class org.hibernate.cfg.Configuration
Create a new instance, using a default BootstrapServiceRegistry and a newly instantiated MetadataSources.
Configuration(Properties, EnversService, InFlightMetadataCollector) - Constructor for class org.hibernate.envers.configuration.Configuration
 
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.
configurationXsd() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
configure() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the standard resource location.
configure() - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in an application resource named hibernate.cfg.xml.
configure(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(File) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application file.
configure(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read setting information from an XML file using the named resource location.
configure(String) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given application resource.
configure(URL) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(URL) - Method in class org.hibernate.cfg.Configuration
Use the mappings and properties specified in the given document.
configure(Map) - Method in interface org.hibernate.service.spi.Configurable
Configure the service.
configure(LoadedConfig) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
configure(GeneratorCreationContext, Properties) - Method in interface org.hibernate.id.Configurable
Configure this instance, given the value of parameters specified by the user as XML <param> elements and @Parameter annotations.
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.ForeignGenerator
Deprecated.
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.IncrementGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.NativeGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.SelectGenerator
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.UUIDGenerator
Deprecated.
 
configure(GeneratorCreationContext, Properties) - Method in class org.hibernate.id.UUIDHexGenerator
Deprecated.
 
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 interface org.hibernate.id.Configurable
Deprecated, for removal: This API element is subject to removal in a future version.
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.IdentifierGenerator
Deprecated, for removal: This API element is subject to removal in a future version.
since it overrides a deprecated method
configure(Type, Properties, ServiceRegistry) - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
Noop default implementation.
configureListeners(EventType, Consumer) - Method in interface org.hibernate.event.spi.EventEngineContributions
Perform an action against the listener group for the specified event-type
configureService(ServiceBinding) - 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
 
CONFLICT - Enum constant in enum class org.hibernate.sql.ast.Clause
 
CONFLICT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CONFLICT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CONFLICT() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
CONFLICT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
conflictAction() - Method in class org.hibernate.grammars.hql.HqlParser
 
conflictAction() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
ConflictActionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConflictActionContext
 
conflictClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
conflictClause() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
ConflictClause - Class in org.hibernate.sql.ast.tree.insert
 
ConflictClause(String, List, List, Predicate) - Constructor for class org.hibernate.sql.ast.tree.insert.ConflictClause
 
ConflictClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
conflictOnConstraint(String) - Method in interface org.hibernate.query.criteria.JpaConflictClause
Sets the unique constraint name for which a constraint violation is allowed.
conflictOnConstraint(String) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictOnConstraintAttributes(SingularAttribute...) - Method in interface org.hibernate.query.criteria.JpaConflictClause
Shorthand for calling JpaConflictClause.conflictOnConstraintPaths(List) with paths resolved for the given attributes against the insert target.
conflictOnConstraintAttributes(SingularAttribute...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictOnConstraintAttributes(String...) - Method in interface org.hibernate.query.criteria.JpaConflictClause
Shorthand for calling JpaConflictClause.conflictOnConstraintPaths(List) with paths resolved for the given attributes against the insert target.
conflictOnConstraintAttributes(String...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictOnConstraintPaths(Path...) - Method in interface org.hibernate.query.criteria.JpaConflictClause
conflictOnConstraintPaths(Path...) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictOnConstraintPaths(List) - Method in interface org.hibernate.query.criteria.JpaConflictClause
Sets the paths which are part of a unique constraint, for which a constraint violation is allowed.
conflictOnConstraintPaths(List) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
conflictTarget() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
conflictTarget() - Method in class org.hibernate.grammars.hql.HqlParser
 
ConflictTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
conjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single conjunction (A and B and C...).
conjunction() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
conjunction() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
conjunction() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CONJUNCTION - Enum constant in enum class 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 interface org.hibernate.engine.creation.CommonSharedBuilder
Signifies that the connection from the original session should be used to create the new session.
connection() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
connection() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connection() - Method in interface org.hibernate.SharedSessionBuilder
 
connection() - Method in interface org.hibernate.SharedStatelessSessionBuilder
 
connection(Connection) - Method in interface org.hibernate.engine.creation.CommonBuilder
Adds a specific connection to be used to the session options.
connection(Connection) - Method in interface org.hibernate.engine.creation.CommonSharedBuilder
 
connection(Connection) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
 
connection(Connection) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
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.SharedStatelessSessionBuilder
 
connection(Connection) - Method in interface org.hibernate.StatelessSessionBuilder
 
CONNECTION - Enum constant in enum class org.hibernate.dialect.lock.spi.LockTimeoutType
Lock timeouts are supported on the JDBC Connection, typically through an alter session command.
CONNECTION_FINDER - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
The canonical class name of the Oracle ConnectionFinder implementation that will be used by the Oracle spatial dialects
CONNECTION_HANDLING - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies how Hibernate should manage JDBC connections in terms of acquisition and release, either: an instance of the enumeration PhysicalConnectionHandlingMode, or the name of one of its instances.
CONNECTION_PREFIX - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
This setting is only supported by C3P0ConnectionProvider and DriverManagerConnectionProvider.
CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies a ConnectionProvider to use for obtaining JDBC connections, either: a short strategy name like agroal, hikaricp, c3p0, an instance of ConnectionProvider, a Class object 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.JdbcSettings
Indicates that connections obtained from the configured ConnectionProvider have auto-commit already disabled when they are acquired.
ConnectionAcquisitionMode - Enum Class in org.hibernate
Indicates the manner in which JDBC connections are acquired.
connectionFinder(String) - Method in interface org.hibernate.spatial.HSMessageLogger
 
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.engine.creation.CommonBuilder
Specifies the connection handling modes for the session.
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.engine.creation.CommonSharedBuilder
 
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
 
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.SessionBuilder
Specifies the connection handling modes for the session.
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.SharedSessionBuilder
 
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.SharedStatelessSessionBuilder
 
connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) - Method in interface org.hibernate.StatelessSessionBuilder
 
connectionHandlingMode() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
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 interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
 
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
Deprecated.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
Deprecated.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
Deprecated.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SessionBuilder
Deprecated.
This operation exposes the SPI type PhysicalConnectionHandlingMode and is therefore a layer-breaker. Use SessionBuilder.connectionHandling(ConnectionAcquisitionMode, ConnectionReleaseMode) instead.
connectionHandlingMode(PhysicalConnectionHandlingMode) - Method in interface org.hibernate.SharedSessionBuilder
Deprecated.
ConnectionLockTimeoutStrategy - Interface in org.hibernate.dialect.lock.spi
Contract for reading and setting lock timeouts using the JDBC connection, generally via execution of a command/statement.
ConnectionLockTimeoutStrategy.Level - Enum Class in org.hibernate.dialect.lock.spi
Indicates a Dialect's level of support for lock timeouts on the JDBC connection.
ConnectionProvider - Interface in org.hibernate.engine.jdbc.connections.spi
A contract for obtaining JDBC connections and, optionally, for pooling connections.
ConnectionProviderConfigurationException - Exception Class in org.hibernate.engine.jdbc.connections.spi
Occurs when there is a problem configuring a ConnectionProvider.
ConnectionProviderConfigurationException(String) - Constructor for exception class org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
 
ConnectionProviderConfigurationException(String, Throwable) - Constructor for exception class org.hibernate.engine.jdbc.connections.spi.ConnectionProviderConfigurationException
 
connectionReleaseMode() - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
Deprecated.
connectionReleaseMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
Deprecated.
connectionReleaseMode() - Method in interface org.hibernate.SharedSessionBuilder
ConnectionReleaseMode - Enum Class in org.hibernate
Enumerates various policies for releasing JDBC connections.
CONSIDER_LIKE_DIRTY - Enum constant in enum class org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
 
constrained - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
constraint - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCheckConstraintImpl
 
Constraint - Class in org.hibernate.mapping
A mapping model object representing a constraint on a relational database table.
CONSTRAINT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CONSTRAINT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CONSTRAINT() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
CONSTRAINT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
constraintCompositionTypeUnknown(Throwable) - Method in interface org.hibernate.boot.beanvalidation.BeanValidationLogger
 
constraintMode - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKeyImpl
 
constraintNamePrefix(ImplicitConstraintNameSource.Kind) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
The prefix for a generated constraint name of the given kind.
constraints() - Element in annotation interface org.hibernate.annotations.Check
Deprecated.
The check constraint, written in native SQL.
constraintString() - Method in class org.hibernate.mapping.CheckConstraint
constraintString(Dialect) - Method in class org.hibernate.mapping.CheckConstraint
 
ConstraintViolationException - Exception Class in org.hibernate.exception
A JDBCException indicating that the requested DML operation resulted in violation of a defined data integrity constraint.
ConstraintViolationException(String, SQLException, String) - Constructor for exception class org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, String) - Constructor for exception class org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, String, ConstraintViolationException.ConstraintKind, String) - Constructor for exception class org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException(String, SQLException, ConstraintViolationException.ConstraintKind, String) - Constructor for exception class org.hibernate.exception.ConstraintViolationException
 
ConstraintViolationException.ConstraintKind - Enum Class in org.hibernate.exception
Enumerates the kinds of integrity constraint violation recognized by Hibernate.
construct(Class, Selection...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
construct(Class, Selection...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
construct(Class, Selection...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
construct(Class, List) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
construct(Class, List) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
construct(Class, List) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CONSTRUCTION - Enum constant in enum class org.hibernate.spatial.CommonSpatialFunction.Type
Geometry [, OBJECT]* -> Geometry
CONSTRUCTOR_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
constructorResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
constructorResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMappingImpl
 
consume(int, Object, Object, Object, JdbcMapping) - Method in interface org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
 
consume(int, Object, Object, Object, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
 
consume(int, Object, JdbcMapping) - Method in interface org.hibernate.metamodel.mapping.Bindable.JdbcValuesConsumer
Consume a JDBC-level jdbcValue.
consume(int, Object, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.ModelPart.JdbcValueConsumer
Consume a JDBC-level jdbcValue.
consume(int, Object, SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
consume(int, TableDetails.KeyColumn) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyColumnConsumer
Callback a particular key column
consume(int, X, Y, Object, JdbcMapping) - Method in interface org.hibernate.metamodel.mapping.Bindable.JdbcValuesBiConsumer
Consume a JDBC-level jdbcValue.
consume(int, X, Y, Object, SelectableMapping) - Method in interface org.hibernate.metamodel.mapping.ModelPart.JdbcValueBiConsumer
Consume a JDBC-level jdbcValue.
consume(Object, TableDetails.KeyColumn) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails.KeyValueConsumer
 
consume(String, int, Supplier) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.MutabilityOrderedTableConsumer
 
consume(String, Supplier) - 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, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in class org.hibernate.sql.results.spi.ManagedResultConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in interface org.hibernate.sql.results.spi.ResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
consume(JdbcValues, SharedSessionContractImplementor, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingState, RowProcessingStateStandardImpl, RowReader) - Method in class org.hibernate.sql.results.spi.SingleResultConsumer
 
consumeAttributeJoin(SqmAttributeJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
consumeCrossJoin(SqmCrossJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
consumeCteJoin(SqmCteJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
consumeDerivedJoin(SqmDerivedJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
consumeEntityJoin(SqmEntityJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
consumeExplicitJoin(SqmJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
consumeExplicitJoin(SqmJoin, TableGroup, TableGroup, boolean) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeExplicitJoins(SqmFrom) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
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.spi.BaseSemanticQueryWalker
 
consumeFromClauseRoot(SqmRoot) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
consumeFunctionJoin(SqmFunctionJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
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
 
consumePluralPartJoin(SqmPluralPartJoin, boolean) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
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) - 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.
consumeTreat(SqmFrom) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
ContainedBean<B> - Interface in org.hibernate.resource.beans.container.spi
 
ContainedBeanImplementor<B> - Interface in org.hibernate.resource.beans.container.spi
Releasable extension to ContainedBean.
containing(String) - Static method in interface org.hibernate.query.range.Range
A range containing all strings which contain the given substring, with case-sensitivity.
containing(String, boolean) - Static method in interface org.hibernate.query.range.Range
A range containing all strings which contain the given substring, with case-sensitivity specified explicitly.
contains - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The contains function, cfr.
contains(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(Expression, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially contains" constraint.
contains(SingularAttribute, String) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to contain the given substring.
contains(SingularAttribute, String, boolean) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to contain the given substring, explicitly specifying case sensitivity.
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
Deprecated, for removal: This API element is subject to removal in a future version.
contains(Collection, T) - Static method in class org.hibernate.Hibernate
Determine if the given persistent collection contains the given element, without fetching its state from the database.
contains(Property) - Method in interface org.hibernate.mapping.AttributeContainer
Determine if the given attribute belongs to this container.
contains(Property) - Method in class org.hibernate.mapping.Component
 
contains(Property) - Method in class org.hibernate.mapping.Join
 
contains(Property) - Method in class org.hibernate.mapping.PersistentClass
 
contains(TableMapping) - Method in class org.hibernate.persister.entity.mutation.TableSet
 
CONTAINS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CONTAINS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CONTAINS - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The first geometry spatially contains the second
CONTAINS() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryExpressionPredicateContext
 
CONTAINS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
 
containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
 
containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
containsAffectedTableName(String) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
containsAffectedTableName(String) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
 
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 class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
 
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
 
containsAttributeColumns(int) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
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
 
containsCollectionFetches() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
containsCollectionFetches() - Method in class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
 
containsCollectionFetches() - Method in interface org.hibernate.sql.results.graph.FetchList
 
containsCollectionFetches() - Method in interface org.hibernate.sql.results.graph.FetchParent
 
containsColumn(String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
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.Table
 
containsColumn(Column) - Method in class org.hibernate.mapping.UserDefinedObjectType
 
containsDeletedUnloadedEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
containsDeletedUnloadedEntityKeys() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
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
containsEntityHolder(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
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.query.sql.spi.SqlTranslationEngine
 
containsFetchProfileDefinition(String) - Method in interface org.hibernate.SessionFactory
Determine if there is 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
 
containsMultipleCollectionFetches() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
containsNullifiableEntityKey(Supplier) - 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.domain.SqmCorrelatedDerivedRootJoin
 
containsOnlyInnerJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
containsOuterJoins() - Method in interface org.hibernate.sql.ast.spi.LockingClauseStrategy
Are any outer joins encountered during registration of roots and joins
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?
containsScript(URL) - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
 
containsTableName(String) - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
containsTableName(String) - Method in interface org.hibernate.sql.model.TableMapping
 
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
 
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
FILTER element; used to apply a filter.
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
The sql-query element declares a named SQL query string
content - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
content - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectScopeImpl
 
content() - Method in record class org.hibernate.boot.models.spi.DialectScopeRegistration
Returns the value of the content record component.
content() - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
Returns the value of the content record component.
content(Expression...) - Method in interface org.hibernate.query.criteria.JpaXmlElementExpression
Passes the given Expressions as value for the XML content of this element.
content(Expression...) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
content(List) - Method in interface org.hibernate.query.criteria.JpaXmlElementExpression
Passes the given Expressions as value for the XML content of this element.
content(List) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
context - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
Contributable - Interface in org.hibernate.mapping
Parts of the mapping model which are associated with a contributor (ORM, Envers, etc).
ContributableDatabaseObject - Interface in org.hibernate.boot.model.relational
Database objects (table, sequence, etc) which are associated with a contributor (ORM, Envers, etc) and can be selectively exported per contributor
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
Deprecated.
Perform the process of contributing to the MetadataBuilder.
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 the MetadataSources.
contribute(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.boot.model.TypeContributor
Contribute types
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
 
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.HANADialect
 
contribute(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.contributor.SpatialTypeContributor
 
contribute(StandardServiceRegistryBuilder) - Method in interface org.hibernate.service.spi.ServiceContributor
Contribute services to the indicated registry builder.
contribute(StandardServiceRegistryBuilder) - Method in class org.hibernate.spatial.integration.SpatialInitializer
 
contribute(AdditionalMappingContributions, InFlightMetadataCollector, ResourceStreamLocator, MetadataBuildingContext) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributor
Contribute the additional mappings
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.
contributeAttributeConverter(Class) - Method in interface org.hibernate.boot.model.TypeContributions
Register an AttributeConverter class.
contributeAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a materialized AuxiliaryDatabaseObject
contributeBinding(InputStream) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute mappings from the InputStream containing an XML mapping document.
contributeBinding(JaxbHbmHibernateMapping) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Deprecated.
hbm.xml mapping file support is deprecated. Use extended orm.xml bindings instead.
contributeBinding(JaxbEntityMappingsImpl) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute mappings in the form of (extended) orm.xml JAXB bindings
contributeCockroachTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.CockroachDialect
 
contributeEntity(Class) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a presumably annotated entity class.
contributeEventType(String, Class) - Method in interface org.hibernate.event.spi.EventEngineContributions
Register a custom event type.
contributeEventType(String, Class, 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
contributeFunctions(FunctionContributions) - Method in class org.hibernate.dialect.Dialect
 
contributeFunctions(FunctionContributions) - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.contributor.SpatialFunctionContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.h2gis.H2GisDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.oracle.OracleDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialectContributor
 
contributeFunctions(FunctionContributions) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerDialectContributor
 
contributeJavaType(JavaType) - Method in interface org.hibernate.boot.model.TypeContributions
Add the given JavaType to the JavaTypeRegistry of the eventual TypeConfiguration.
contributeJavaTypes(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
 
contributeJdbcType(JdbcType) - Method in interface org.hibernate.boot.model.TypeContributions
Add the given JdbcType to the JdbcTypeRegistry of the eventual TypeConfiguration.
contributeJdbcTypeConstructor(JdbcTypeConstructor) - Method in interface org.hibernate.boot.model.TypeContributions
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.h2gis.H2GisDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.oracle.OracleDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialectContributor
 
contributeJdbcTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerDialectContributor
 
contributeManagedClass(ClassDetails) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a ClassDetails representing a "managed class" (entity, embeddable, converter, etc)
contributePostgreSQLTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
Allow for extension points to override this only
contributeSequence(Sequence) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a materialized Sequence
contributeStrategyImplementations(NamedStrategyContributions) - Method in interface org.hibernate.boot.registry.selector.spi.NamedStrategyContributor
Allows registration of named strategy implementations.
contributeStrategyImplementor(Class, Class, String...) - Method in interface org.hibernate.boot.registry.selector.spi.NamedStrategyContributions
Registers a named implementor of a particular strategy contract.
contributeTable(Table) - Method in interface org.hibernate.boot.spi.AdditionalMappingContributions
Contribute a materialized Table
contributeType(BasicType) - Method in interface org.hibernate.boot.model.TypeContributions
Deprecated.
See discussion of TypeContributor in User Guide.
contributeType(BasicType, String...) - Method in interface org.hibernate.boot.model.TypeContributions
contributeType(CompositeUserType) - Method in interface org.hibernate.boot.model.TypeContributions
Register a CompositeUserType as the implicit (auto-applied) type for values of type CompositeUserType.returnedClass().
contributeType(UserType) - Method in interface org.hibernate.boot.model.TypeContributions
Register a UserType as the implicit (auto-applied) type for values of type UserType.returnedClass().
contributeType(UserType, String...) - Method in interface org.hibernate.boot.model.TypeContributions
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.Dialect
A callback which allows the Dialect to contribute types.
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.H2Dialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.HANADialect
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MariaDBDialect
 
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() - Method in record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Returns the value of the contributor record component.
CONTRIBUTOR_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The contributor that contributed this generator
ContributorImplementor - Interface in org.hibernate.spatial.contributor
Internal contract for Type and Function Contributors
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 Class in org.hibernate.query.sqm.sql
Indicates a problem converting an SQM tree to a SQL AST
ConversionException(String) - Constructor for exception class org.hibernate.query.sqm.sql.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception class org.hibernate.query.sqm.sql.ConversionException
 
conversionFactor(TemporalUnit, Dialect) - Method in enum class org.hibernate.query.common.TemporalUnit
 
conversionFactorFull(TemporalUnit, Dialect) - Method in enum class org.hibernate.query.common.TemporalUnit
 
ConversionRegistration - Class in org.hibernate.boot.models.spi
A registered conversion.
ConversionRegistration(Class, Class, boolean, AnnotationDescriptor) - Constructor for class org.hibernate.boot.models.spi.ConversionRegistration
 
convert - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
 
convert(Object) - Method in interface org.hibernate.engine.config.spi.ConfigurationService.Converter
Convert an untyped Object reference to the Converter's type.
convert(Object) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
Converts an oracle to a JTS Geometry
convert(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(RuntimeException, LockOptions) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(SQLException) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Perform a conversion.
convert(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String) - Method in interface org.hibernate.engine.spi.ExceptionConverter
 
convert(SQLException, String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
convert(SQLException, String, String) - Method in interface org.hibernate.exception.spi.SQLExceptionConversionDelegate
Convert the given SQLException 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(SQLException, Supplier, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Convert an SQLException using the current converter, doing some logging first.
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.
CONVERT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
convertCommitException(RuntimeException) - Method in interface org.hibernate.engine.spi.ExceptionConverter
Converts the exception thrown during the transaction commit phase
ConvertedBasicArrayType<T,S,E> - Class in org.hibernate.type
Given a BasicValueConverter for an array type,
ConvertedBasicArrayType(BasicType, JdbcType, JavaType, BasicValueConverter) - Constructor for class org.hibernate.type.ConvertedBasicArrayType
 
ConvertedBasicCollectionType<C,E> - Class in org.hibernate.type
A converted basic array type.
ConvertedBasicCollectionType(BasicType, JdbcType, BasicCollectionJavaType, BasicValueConverter) - Constructor for class org.hibernate.type.ConvertedBasicCollectionType
 
ConvertedBasicType<J> - Interface in org.hibernate.type
Extension for implementations of BasicType which have an implied conversion.
converter - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
 
converter - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvertImpl
 
converter() - Element in annotation interface org.hibernate.annotations.ConverterRegistration
The converter class to register
converter() - Element in annotation interface org.hibernate.annotations.SoftDelete
(Optional) Conversion to apply to determine the appropriate value to store in the database.
CONVERTER - Enum constant in enum class org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
CONVERTER - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
CONVERTER_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CONVERTER_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
ConverterAutoApplyHandler - Interface in org.hibernate.boot.model.convert.spi
Manages resolution of auto-applied AttributeConverter references for specific mappings
converterClass() - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
Returns the value of the converterClass record component.
converterDescriptor() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
Returns the value of the converterDescriptor record component.
ConverterDescriptor<X,Y> - Interface in org.hibernate.boot.model.convert.spi
Boot-time descriptor of a JPA converter.
ConverterRegistration - Record Class in org.hibernate.boot.models.spi
 
ConverterRegistration - Annotation Interface in org.hibernate.annotations
Registers an AttributeConverter.
ConverterRegistration(ClassDetails, Boolean) - Constructor for record class org.hibernate.boot.models.spi.ConverterRegistration
Creates an instance of a ConverterRegistration record class.
converterRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
ConverterRegistrations - Annotation Interface in org.hibernate.annotations
 
ConverterRegistry - Interface in org.hibernate.boot.model.convert.spi
A registry for JPA converters.
converters - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
converterType() - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
Returns the value of the converterType record component.
convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
convertException(Object, JDBCException) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
 
convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
convertQueryResult(EnversService, EntityInstantiator, String, Number, Object) - Method in interface org.hibernate.envers.query.projection.AuditProjection
 
converts - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
converts - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedImpl
 
converts - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
CONVERTS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
convertToDatabaseColumn(Boolean) - Method in class org.hibernate.type.CharBooleanConverter
 
convertToDatabaseColumn(Boolean) - Method in class org.hibernate.type.NumericBooleanConverter
 
convertToDomainValue(T) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
convertToEntityAttribute(Character) - Method in class org.hibernate.type.CharBooleanConverter
 
convertToEntityAttribute(Integer) - Method in class org.hibernate.type.NumericBooleanConverter
 
convertToFirstRowValue(int) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
The API method Query.setFirstResult(int) accepts a zero-based offset.
convertToRelationalValue(T) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
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
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
convertToSqlAst(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
convertToSqlAst(NavigablePath, String, boolean, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmSetReturningFunction
 
convertToSqlAst(NavigablePath, String, boolean, boolean, boolean, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
 
convexhull - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The convexHull function, cfr.
convexhullaggr - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
coorddim - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
coordinateInsert(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
Perform the insert(s).
coordinateProcessors(ManagedResources, MetadataBuildingOptions, MetadataBuildingContextRootImpl, DomainModelSource, InFlightMetadataCollectorImpl) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
 
coordinateWork(WorkExecutorVisitable) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Perform the requested work handling exceptions, coordinating and handling return processing.
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
copy() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
copy() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Make a copy of this holder.
copy() - Method in class org.hibernate.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
Deprecated, for removal: This API element is subject to removal in a future version.
LockOptions will be made into a record.
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.SelfRenderingSqmSetReturningFunction
 
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.SqmCorrelatedCteJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedRootJoin
 
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.SqmCteRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
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.SqmFunctionPath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
 
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.SqmTreatedEmbeddedValuedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityValuedSimplePath
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedFrom
 
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.AsWrapperSqmExpression
 
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.SqmAnyDiscriminatorValue
 
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.SqmHqlNumericLiteral
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
 
copy(SqmCopyContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonNullBehavior
 
copy(SqmCopyContext) - Method in enum class org.hibernate.query.sqm.tree.expression.SqmJsonObjectAggUniqueKeysBehavior
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
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.SqmNamedExpression
 
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.SqmSetReturningFunction
 
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.SqmWindow
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlElementExpression
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
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 class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
 
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 interface org.hibernate.query.sqm.tree.from.SqmTreatedAttributeJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
copy(SqmCopyContext) - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
 
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.SqmTruthnessPredicate
 
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 interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
 
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
 
copyFetchedFlag() - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
Returns whether the fetch flag for attribute joins should be copied over.
copyFrom(HqlParser.CollectionAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionAggregateFunctionContext
 
copyFrom(HqlParser.ExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
copyFrom(HqlParser.FromRootContext) - Method in class org.hibernate.grammars.hql.HqlParser.FromRootContext
 
copyFrom(HqlParser.InListContext) - Method in class org.hibernate.grammars.hql.HqlParser.InListContext
 
copyFrom(HqlParser.JoinTargetContext) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTargetContext
 
copyFrom(HqlParser.JsonTableColumnContext) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnContext
 
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.XmltableColumnContext) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnContext
 
copyFrom(OrderingParser.ExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
copyInsertionTargetPaths(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
copyParameters(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
copyPassingExpressions(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
copyRegistrationMap() - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
copyTo(AbstractSqmFrom, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
copyTo(AbstractSqmJoin, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
copyTo(AbstractSqmPath, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
copyTo(SqmRoot, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
copyTo(AbstractJpaTupleElement, SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
copyTo(SqmQueryPart, 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
 
copyWithoutValues(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
corr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
correlate(CollectionJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(CollectionJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(Join) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(Join) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(ListJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(ListJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(MapJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(MapJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(Root) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(Root) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(SetJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(SetJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(JpaCrossJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(JpaCrossJoin) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
correlate(JpaEntityJoin) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
correlate(JpaEntityJoin) - 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, 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, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
correspondingEntityName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyDiscriminatorValueMappingImpl
 
cos(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the cosine of its argument.
cos(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
cosh() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
cosh(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the hyperbolic cosine of its argument.
cosh(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
cosh_exp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
cot() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
couldLoadComponentClass(String, Throwable) - Method in interface org.hibernate.boot.BootLogging
 
couldNotClearWarnings(SQLException) - Method in interface org.hibernate.engine.jdbc.spi.SQLExceptionLogging
 
couldNotLogWarnings(SQLException) - Method in interface org.hibernate.engine.jdbc.spi.SQLExceptionLogging
 
couldNotPerformCheckLookup() - Method in interface org.hibernate.boot.BootLogging
 
couldNotPerformColumnDefaultLookup() - Method in interface org.hibernate.boot.BootLogging
 
couldNotPerformGeneratedColumnLookup() - Method in interface org.hibernate.boot.BootLogging
 
count() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting the values
count() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
count() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Equivalent to HQL count(*).
count() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
count() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
count(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
count(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
count(Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
count(Expression, JpaPredicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
count(Expression, JpaPredicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
count(Expression, JpaPredicate, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a count aggregate function expression.
count(Expression, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
count(Expression, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
count(Expression, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
COUNT - Enum constant in enum class org.hibernate.annotations.ResultCheckStyle
Deprecated.
Row count checking.
COUNT - Enum constant in enum class org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Deprecated.
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() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection counting distinct values
countDistinct(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
countDistinct(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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
 
CountFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode, String, String, String, boolean) - Constructor for class org.hibernate.dialect.function.CountFunction
 
CountFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode, String, String, String, boolean, String) - Constructor for class org.hibernate.dialect.function.CountFunction
 
countNestedColumnDefinitions(JsonTableColumnsClause) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
 
countSubclassProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
countSubclassProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
 
covarPopSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
coveredby - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
covers - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
crc32() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Deprecated.
create - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
create - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectImpl
 
create() - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
Returns the value of the create record component.
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() - Static method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
 
create(CriteriaDelete) - Static method in interface org.hibernate.query.specification.DeleteSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria delete, allowing the addition of restrictions.
create(CriteriaDelete) - Static method in interface org.hibernate.query.specification.MutationSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria delete, allowing the addition of restrictions.
create(CriteriaQuery) - Static method in interface org.hibernate.query.specification.SelectionSpecification
Returns a specification reference which can be used to programmatically, iteratively build a SelectionQuery for the given criteria query, allowing the addition of sorting and restrictions.
create(CriteriaUpdate) - Static method in interface org.hibernate.query.specification.MutationSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria update, allowing the addition of restrictions.
create(CriteriaUpdate) - Static method in interface org.hibernate.query.specification.UpdateSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria update, allowing the addition of restrictions and assignments.
create(Class) - Method in interface org.hibernate.boot.registry.selector.spi.StrategyCreator
 
create(Class) - Static method in interface org.hibernate.query.specification.DeleteSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery which deletes the given entity type.
create(Class) - Static method in interface org.hibernate.query.specification.SelectionSpecification
Returns a specification reference which can be used to programmatically, iteratively build a SelectionQuery for the given entity type, allowing the addition of sorting and restrictions.
create(Class) - Static method in interface org.hibernate.query.specification.UpdateSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery which updates the given entity type.
create(Class, String) - Static method in interface org.hibernate.query.specification.MutationSpecification
Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on a base HQL statement, allowing the addition of restrictions.
create(Class, String) - Static method in interface org.hibernate.query.specification.SelectionSpecification
Returns a specification reference which can be used to programmatically, iteratively build a SelectionQuery based on a base HQL statement, allowing the addition of sorting and restrictions.
create(String, Class, int) - Static method in class org.hibernate.event.spi.EventType
 
create(Map) - Static method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
 
create(Map, ClassLoader, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.PersistenceXmlParser
 
create(J, J) - Static method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedRootJoin
 
create(J, J) - Static method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
create(SelectionSpecification) - Static method in interface org.hibernate.query.specification.ProjectionSpecification
Create a new ProjectionSpecification which augments the given SelectionSpecification.
create(SelectionSpecification, SingularAttribute) - Static method in interface org.hibernate.query.specification.SimpleProjectionSpecification
Create a new ProjectionSpecification which augments the given SelectionSpecification.
create(SelectionSpecification, Path) - Static method in interface org.hibernate.query.specification.SimpleProjectionSpecification
Create a new ProjectionSpecification which augments the given SelectionSpecification.
CREATE - Enum constant in enum class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
Deprecated.
Drop the schema and recreate it on SessionFactory startup.
CREATE - Enum constant in enum class org.hibernate.query.sqm.mutation.spi.BeforeUseAction
 
CREATE - Enum constant in enum class org.hibernate.tool.schema.Action
Drop and then recreate the schema.
CREATE_DROP - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
Deprecated.
Drop the schema and recreate it on SessionFactory startup.
CREATE_DROP - Enum constant in enum class org.hibernate.tool.schema.Action
Drop the schema and then recreate it on SessionFactory startup.
CREATE_ONFLUSH - Enum constant in enum class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
CREATE_ONLY - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
Deprecated.
Create the schema on SessionFactory startup.
CREATE_ONLY - Enum constant in enum class org.hibernate.tool.schema.Action
Create the schema.
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(InitializerParent, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
createAssembler(InitializerParent, 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
 
createBatch(int, String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
createBean(Class, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
createBean(Class, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
 
createBean(String, Class, BeanLifecycleStrategy, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
createBean(String, Class, BeanInstanceProducer, BeanContainer) - Method in interface org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
 
createBindings(SessionFactoryImplementor) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
createBlob(byte[]) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a BLOB reference encapsulating the given byte array.
createBlob(byte[]) - Method in interface org.hibernate.LobHelper
Create a new Blob from bytes.
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 interface org.hibernate.LobHelper
Create a new Blob from stream data.
createCallback(ManagedBeanRegistry) - Method in interface org.hibernate.jpa.event.spi.CallbackDefinition
 
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 interface org.hibernate.LobHelper
Create a new Clob from character reader.
createClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a CLOB reference encapsulating the given String data.
createClob(String) - Method in interface org.hibernate.LobHelper
Create a new Clob from content.
createCollectionBatchLoader(int, LoadQueryInfluencers, PluralAttributeMapping, SessionFactoryImplementor) - Method in interface org.hibernate.loader.ast.spi.BatchLoaderFactory
Create a BatchLoader for batch-loadable collections.
createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Method in interface org.hibernate.persister.spi.PersisterFactory
Create a collection persister instance.
createCollectionTypeWrapperInitializerProducer(NavigablePath, PluralAttributeMapping, CollectionClassification, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createColumnReferenceKey(String) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
 
createColumnReferenceKey(String, String, JdbcMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Helper for generating an expression key for a column reference.
createColumnReferenceKey(String, SelectableMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Convenience form for creating a key from table expression and SelectableMapping
createColumnReferenceKey(String, SelectablePath, JdbcMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
 
createColumnReferenceKey(TableReference, String, JdbcMapping) - 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
createColumnReferenceKey(TableReference, SelectablePath, JdbcMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
 
createConflictClause() - Method in interface org.hibernate.query.criteria.JpaCriteriaInsert
Create a new conflict clause for this insert statement.
createConflictClause() - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
createConflictUpdateAction() - Method in interface org.hibernate.query.criteria.JpaConflictClause
Create a new conflict update action for this insert statement.
createConflictUpdateAction() - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
createConstraints(MetadataBuildingContext) - Method in class org.hibernate.mapping.PersistentClass
 
createConstraints(MetadataBuildingContext) - Method in class org.hibernate.mapping.SingleTableSubclass
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createCopy(SqmCopyContext, Class) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
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.SqmCorrelatedEntityJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
 
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 interface org.hibernate.query.sqm.tree.domain.SqmSingularValuedJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
 
createCorrelation() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
createCountQuery() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
createCountQuery() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
A query that returns the number of results of this query.
createCountQuery() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
createCriteriaDelete(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaDelete(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createCriteriaDelete(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCriteriaInsertSelect(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaInsertSelect(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createCriteriaInsertSelect(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCriteriaInsertValues(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaInsertValues(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createCriteriaInsertValues(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCriteriaUpdate(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createCriteriaUpdate(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createCriteriaUpdate(Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createCteColumn(String, JdbcMapping) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createdDatabaseNamespace(Namespace.Name, Namespace.Name) - Method in interface org.hibernate.boot.BootLogging
 
createDeletedValueBinding(ColumnReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
Create a ColumnValueBinding for deleted indicator.
createDenormalizedTable(Identifier, Function) - 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, 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 class org.hibernate.dialect.Database
Create a Dialect for the given metadata.
createDiscriminatorColumnReferenceKey(TableReference, EntityDiscriminatorMapping) - Static method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Convenience form for creating a key from TableReference and EntityDiscriminatorMapping
createdJdbcCoordinator(int) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
 
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.Duration
 
createDomainResult(String, DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
 
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.expression.UnparsedNumericLiteral
 
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.SelectStatement
 
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.EntityValuedModelPart
 
createDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.
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, TableReference, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
Create a DomainResult for selecting and retrieving the key.
createDomainResult(NavigablePath, TableReference, String, DomainResultCreationState) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.CompositeKeyMapping
 
createDomainResult(NavigablePath, TableReference, String, DomainResultCreationState) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.SimpleKeyMapping
 
createDomainResultSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
createEnhancedProxy(EntityKey, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
Create an "enhancement as proxy" instance for the given entity
createEntityBatchLoader(int, EntityMappingType, LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.BatchLoaderFactory
Create a BatchLoader for batch-loadable entities.
createEntityBatchLoader(int, EntityMappingType, SessionFactoryImplementor) - Method in interface org.hibernate.loader.ast.spi.BatchLoaderFactory
Deprecated, for removal: This API element is subject to removal in a future version.
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
Deprecated.
Creates EntityEntry.
createEntityGraph(Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(Class) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
createEntityGraph(Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(Class) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
createEntityGraph(Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createEntityGraph(Class) - Method in interface org.hibernate.Session
Create a new mutable instance of EntityGraph, with only a root node, allowing programmatic definition of the graph from scratch.
createEntityGraph(Class) - Method in interface org.hibernate.SessionFactory
Create an EntityGraph for the given entity type.
createEntityGraph(Class) - Method in interface org.hibernate.SharedSessionContract
Create a new mutable instance of EntityGraph, with only a root node, allowing programmatic definition of the graph from scratch.
createEntityGraph(Class, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(Class, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(Class, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createEntityGraph(Class, String) - Method in interface org.hibernate.SharedSessionContract
Create a new mutable instance of EntityGraph, based on a predefined named entity graph, allowing customization of the graph, or return null if there is no predefined graph with the given name.
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createEntityGraph(String) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
createEntityGraph(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createEntityGraph(String) - Method in interface org.hibernate.Session
Create a new mutable instance of EntityGraph, based on a predefined named entity graph, allowing customization of the graph, or return null if there is no predefined graph with the given name.
createEntityGraph(String) - Method in interface org.hibernate.SharedSessionContract
Create a new mutable instance of EntityGraph, based on a predefined named entity graph, allowing customization of the graph, or return null if there is no predefined graph with the given name.
createEntityGraph(GraphParserEntityClassResolver, GraphParserEntityNameResolver) - Method in interface org.hibernate.boot.model.NamedGraphCreator
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createEntityManager() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager() - Method in interface org.hibernate.SessionFactory
Create a new Session.
createEntityManager(SynchronizationType) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(SynchronizationType) - Method in interface org.hibernate.SessionFactory
Create a new Session, with the given synchronization type.
createEntityManager(SynchronizationType, Map) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(SynchronizationType, Map) - Method in interface org.hibernate.SessionFactory
Create a new Session, with the given synchronization type and properties.
createEntityManager(Map) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createEntityManager(Map) - Method in interface org.hibernate.SessionFactory
Create a new Session, with the given properties.
createEntityManagerFactory() - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Create a new SessionFactory based on this configuration.
createEntityManagerFactory(PersistenceConfiguration) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
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.
createEntityTable(String, PersistentClass) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
 
createEntityTable(String, EntityMappingType) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
Deprecated, for removal: This API element is subject to removal in a future version.
createEntityTable(PersistentClass, Function, TemporaryTableKind, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
 
createEntityTable(EntityMappingType, Function, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
Deprecated, for removal: This API element is subject to removal in a future version.
createExecutor(BatchKeyAccess, MutationOperationGroup, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.jdbc.mutation.spi.MutationExecutorService
Create an executor for the given operationGroup, potentially using batching
createExistsQuery() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
createExistsQuery() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
A query that returns true if this query has any results.
createExistsQuery() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
createExpectation(Supplier, boolean) - Static method in class org.hibernate.jdbc.Expectations
Create an instance of the given class implementing Expectation.
createExtractionContext(ServiceRegistry, JdbcEnvironment, SqlStringGenerationContext, DdlTransactionIsolator, ExtractionContext.DatabaseObjectAccess) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
 
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKey(String, List, String, String) - Method in class org.hibernate.mapping.Table
Deprecated, for removal: This API element is subject to removal in a future version.
createForeignKey(String, List, String, String, String) - Method in class org.hibernate.mapping.Table
 
createForeignKey(String, List, String, String, String, List) - Method in class org.hibernate.mapping.Table
 
createForeignKey(PersistentClass, AnnotatedJoinColumns) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey(PersistentClass, AnnotatedJoinColumns) - Method in class org.hibernate.mapping.ToOne
 
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
 
createForeignKeyOfEntity(String, List) - Method in interface org.hibernate.mapping.KeyValue
 
createForeignKeyOfEntity(String, List) - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKeys(MetadataBuildingContext) - Method in class org.hibernate.mapping.DenormalizedTable
 
createForeignKeys(MetadataBuildingContext) - Method in class org.hibernate.mapping.Table
 
createGeneratedValuesProcessor(EventType, List) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createGenerator(Dialect, RootClass) - Method in interface org.hibernate.mapping.KeyValue
Deprecated, for removal: This API element is subject to removal in a future version.
createGenerator(Dialect, RootClass) - Method in class org.hibernate.mapping.SimpleValue
Deprecated, for removal: This API element is subject to removal in a future version.
createGenerator(Dialect, RootClass, Property, GeneratorSettings) - Method in class org.hibernate.mapping.Component
 
createGenerator(Dialect, RootClass, Property, GeneratorSettings) - Method in interface org.hibernate.mapping.KeyValue
 
createGenerator(Dialect, RootClass, Property, GeneratorSettings) - Method in class org.hibernate.mapping.SimpleValue
 
createGenerator(GeneratorCreationContext) - Method in interface org.hibernate.mapping.GeneratorCreator
Create the generator.
createGenerator(RuntimeModelCreationContext) - Method in class org.hibernate.mapping.Property
 
createGraph(EntityType) - Static method in class org.hibernate.graph.EntityGraphs
Create a new entity graph rooted at the given entity, without needing a reference to the session or session factory.
createGraphForDynamicEntity(EntityType) - Static method in class org.hibernate.graph.EntityGraphs
Create a new entity graph rooted at the given dynamic entity, without needing a reference to the session or session factory.
createGraphForDynamicEntity(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
createGraphForDynamicEntity(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
createGraphForDynamicEntity(String) - Method in interface org.hibernate.SessionFactory
Create an EntityGraph which may be used from loading a dynamic entity with EntityManager.find(EntityGraph, Object, FindOption...).
createIdTable(String, PersistentClass) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
 
createIdTable(String, EntityMappingType) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
Deprecated, for removal: This API element is subject to removal in a future version.
createIdTable(PersistentClass, Function, TemporaryTableKind, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
 
createIdTable(EntityMappingType, Function, Dialect, RuntimeModelCreationContext) - Static method in class org.hibernate.dialect.temptable.TemporaryTable
Deprecated, for removal: This API element is subject to removal in a future version.
createImplicit(String, TypeDetails, String, GenerationType) - Static method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
createImplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
createImplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether we should do discrimination implicitly joined subclass style inheritance when no discriminator info is provided.
createInformation() - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
createInformationExtractor(ExtractionContext) - Method in interface org.hibernate.tool.schema.spi.ExtractionTool
 
createInitializer(InitializerParent, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
createInitializer(P, InitializerParent, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.InitializerProducer
 
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
createInsertDelegate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createInsertStrategy(EntityMappingType, MappingModelCreationProcess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategyProvider
Determine the SqmMultiTableInsertStrategy to use for the given entity
createInterpretationsKey(InterpretationsKeySource) - Static method in interface org.hibernate.query.spi.QueryInterpretationCache
 
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, TypeConfiguration) - 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, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
createJaxbAnyDiscriminatorValueMappingImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
createJaxbAnyMappingDiscriminatorImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbAnyMappingDiscriminatorImpl
createJaxbAnyMappingImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbAnyMappingImpl
createJaxbAnyMappingKeyImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbAnyMappingKeyImpl
createJaxbAssociationOverrideImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbAssociationOverrideImpl
createJaxbAttributeOverrideImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbAttributeOverrideImpl
createJaxbAttributesContainerImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbAttributesContainerImpl
createJaxbBasicImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbBasicImpl
createJaxbCachingImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbCachingImpl
createJaxbCascadeTypeImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbCascadeTypeImpl
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
createJaxbCheckConstraintImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbCheckConstraintImpl
createJaxbCollectionIdImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbCollectionIdImpl
createJaxbCollectionTableImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbCollectionTableImpl
createJaxbCollectionUserTypeImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbCollectionUserTypeImpl
createJaxbCollectionUserTypeRegistrationImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
createJaxbColumnImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbColumnImpl
createJaxbColumnResultImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbColumnResultImpl
createJaxbCompositeUserTypeRegistrationImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
createJaxbConfigurationParameterImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbConfigurationParameterImpl
createJaxbConstructorResultImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbConstructorResultImpl
createJaxbConverterImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbConverterImpl
createJaxbConverterRegistrationImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbConverterRegistrationImpl
createJaxbConvertImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbConvertImpl
createJaxbCustomSqlImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbCustomSqlImpl
createJaxbDatabaseObjectImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbDatabaseObjectImpl
createJaxbDatabaseObjectImplJaxbDefinitionImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
createJaxbDatabaseObjectScopeImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbDatabaseObjectScopeImpl
createJaxbDiscriminatorColumnImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbDiscriminatorColumnImpl
createJaxbDiscriminatorFormulaImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbDiscriminatorFormulaImpl
createJaxbElementCollectionImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbElementCollectionImpl
createJaxbEmbeddableAttributesContainerImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
createJaxbEmbeddableImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEmbeddableImpl
createJaxbEmbeddableInstantiatorRegistrationImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
createJaxbEmbeddedIdImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEmbeddedIdImpl
createJaxbEmbeddedImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEmbeddedImpl
createJaxbEmptyTypeImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEmptyTypeImpl
createJaxbEntityImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntityImpl
createJaxbEntityListenerContainerImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntityListenerContainerImpl
createJaxbEntityListenerImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntityListenerImpl
createJaxbEntityMappingsImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntityMappingsImpl
createJaxbEntityResultImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbEntityResultImpl
createJaxbFetchProfileImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbFetchProfileImpl
createJaxbFetchProfileImplJaxbFetchImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
createJaxbFieldResultImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbFieldResultImpl
createJaxbFilterDefImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbFilterDefImpl
createJaxbFilterDefImplJaxbFilterParamImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
createJaxbFilterImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbFilterImpl
createJaxbFilterImplJaxbAliasesImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbFilterImpl.JaxbAliasesImpl
createJaxbForeignKeyImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbForeignKeyImpl
createJaxbGeneratedValueImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbGeneratedValueImpl
createJaxbGenericIdGeneratorImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbGenericIdGeneratorImpl
createJaxbHbmAnyAssociationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmAnyAssociationType
createJaxbHbmAnyValueMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmAnyValueMappingType
createJaxbHbmArrayType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmArrayType
createJaxbHbmAuxiliaryDatabaseObjectType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmAuxiliaryDatabaseObjectTypeJaxbHbmDefinition() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmBagCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBagCollectionType
createJaxbHbmBasicAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBasicAttributeType
createJaxbHbmBasicCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmBasicCollectionElementType
createJaxbHbmCacheType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCacheType
createJaxbHbmClassRenameType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmClassRenameType
createJaxbHbmCollectionIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCollectionIdType
createJaxbHbmColumnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmColumnType
createJaxbHbmCompositeAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeAttributeType
createJaxbHbmCompositeCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmCompositeIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeIdType
createJaxbHbmCompositeIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeIndexType
createJaxbHbmCompositeKeyBasicAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmCompositeKeyManyToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCompositeKeyManyToOneType
createJaxbHbmConfigParameterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmConfigParameterType
createJaxbHbmCustomSqlDmlType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmCustomSqlDmlType
createJaxbHbmDialectScopeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmDialectScopeType
createJaxbHbmDiscriminatorSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmDynamicComponentType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmDynamicComponentType
createJaxbHbmEntityDiscriminatorType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmEntityDiscriminatorType
createJaxbHbmFetchProfileType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFetchProfileType
createJaxbHbmFetchProfileTypeJaxbHbmFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmFilterAliasMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterAliasMappingType
createJaxbHbmFilterDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterDefinitionType
createJaxbHbmFilterDefinitionTypeFilterParam(JaxbHbmFilterParameterType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmFilterParameterType>
createJaxbHbmFilterParameterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterParameterType
createJaxbHbmFilterType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmFilterType
createJaxbHbmFilterTypeAliases(JaxbHbmFilterAliasMappingType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmFilterAliasMappingType>
createJaxbHbmGeneratorSpecificationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmGeneratorSpecificationType
createJaxbHbmHibernateMapping() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmHibernateMapping
createJaxbHbmIdBagCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIdBagCollectionType
createJaxbHbmIdentifierGeneratorDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmIndexManyToAnyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexManyToAnyType
createJaxbHbmIndexManyToManyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexManyToManyType
createJaxbHbmIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmIndexType
createJaxbHbmJoinedSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmJoinedSubclassEntityType
createJaxbHbmKeyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmKeyType
createJaxbHbmListIndexType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmListIndexType
createJaxbHbmListType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmListType
createJaxbHbmLoaderType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmLoaderType
createJaxbHbmManyToAnyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmManyToManyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmManyToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmManyToOneType
createJaxbHbmMapKeyBasicType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyBasicType
createJaxbHbmMapKeyCompositeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyCompositeType
createJaxbHbmMapKeyManyToManyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapKeyManyToManyType
createJaxbHbmMapType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMapType
createJaxbHbmMultiTenancyType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmMultiTenancyType
createJaxbHbmNamedNativeQueryType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNamedNativeQueryType
createJaxbHbmNamedNativeQueryTypeLoadCollection(JaxbHbmNativeQueryCollectionLoadReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmNativeQueryCollectionLoadReturnType>
createJaxbHbmNamedNativeQueryTypeQueryParam(JaxbHbmQueryParamType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmQueryParamType>
createJaxbHbmNamedNativeQueryTypeReturn(JaxbHbmNativeQueryReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmNativeQueryReturnType>
createJaxbHbmNamedNativeQueryTypeReturnJoin(JaxbHbmNativeQueryJoinReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmNativeQueryJoinReturnType>
createJaxbHbmNamedNativeQueryTypeReturnScalar(JaxbHbmNativeQueryScalarReturnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmNativeQueryScalarReturnType>
createJaxbHbmNamedNativeQueryTypeSynchronize(JaxbHbmSynchronizeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmSynchronizeType>
createJaxbHbmNamedQueryType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNamedQueryType
createJaxbHbmNamedQueryTypeQueryParam(JaxbHbmQueryParamType) - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JAXBElement<JaxbHbmQueryParamType>
createJaxbHbmNativeQueryCollectionLoadReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryJoinReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNativeQueryJoinReturnType
createJaxbHbmNativeQueryPropertyReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryPropertyReturnTypeJaxbHbmReturnColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNativeQueryReturnType
createJaxbHbmNativeQueryReturnTypeJaxbHbmReturnDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNativeQueryScalarReturnType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmNaturalIdCacheType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNaturalIdCacheType
createJaxbHbmNaturalIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNaturalIdType
createJaxbHbmNestedCompositeElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmNestedCompositeElementType
createJaxbHbmOneToManyCollectionElementType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
createJaxbHbmOneToOneType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmOneToOneType
createJaxbHbmParentType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmParentType
createJaxbHbmPrimitiveArrayType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmPrimitiveArrayType
createJaxbHbmPropertiesType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmPropertiesType
createJaxbHbmQueryParamType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmQueryParamType
createJaxbHbmResultSetMappingType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmResultSetMappingType
createJaxbHbmRootEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmRootEntityType
createJaxbHbmSecondaryTableType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSecondaryTableType
createJaxbHbmSetType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSetType
createJaxbHbmSimpleIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSimpleIdType
createJaxbHbmSynchronizeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmSynchronizeType
createJaxbHbmTimestampAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTimestampAttributeType
createJaxbHbmToolingHintType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmToolingHintType
createJaxbHbmTuplizerType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTuplizerType
createJaxbHbmTypeDefinitionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTypeDefinitionType
createJaxbHbmTypeSpecificationType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmTypeSpecificationType
createJaxbHbmUnionSubclassEntityType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmUnionSubclassEntityType
createJaxbHbmVersionAttributeType() - Method in class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create an instance of JaxbHbmVersionAttributeType
createJaxbHqlImportImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbHqlImportImpl
createJaxbIdClassImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbIdClassImpl
createJaxbIdImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbIdImpl
createJaxbIndexImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbIndexImpl
createJaxbInheritanceImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbInheritanceImpl
createJaxbJavaTypeRegistrationImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbJavaTypeRegistrationImpl
createJaxbJdbcTypeRegistrationImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbJdbcTypeRegistrationImpl
createJaxbJoinColumnImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbJoinColumnImpl
createJaxbJoinTableImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbJoinTableImpl
createJaxbLobImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbLobImpl
createJaxbManyToManyImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbManyToManyImpl
createJaxbManyToOneImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbManyToOneImpl
createJaxbMapKeyClassImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMapKeyClassImpl
createJaxbMapKeyColumnImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMapKeyColumnImpl
createJaxbMapKeyImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMapKeyImpl
createJaxbMapKeyJoinColumnImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMapKeyJoinColumnImpl
createJaxbMappedSuperclassImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMappedSuperclassImpl
createJaxbMultiTenancyImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbMultiTenancyImpl
createJaxbNamedAttributeNodeImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedAttributeNodeImpl
createJaxbNamedEntityGraphImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedEntityGraphImpl
createJaxbNamedHqlQueryImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedHqlQueryImpl
createJaxbNamedNativeQueryImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedNativeQueryImpl
createJaxbNamedStoredProcedureQueryImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedStoredProcedureQueryImpl
createJaxbNamedSubgraphImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNamedSubgraphImpl
createJaxbNationalizedImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNationalizedImpl
createJaxbNaturalIdImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbNaturalIdImpl
createJaxbOneToManyImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbOneToManyImpl
createJaxbOneToOneImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbOneToOneImpl
createJaxbOrderColumnImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbOrderColumnImpl
createJaxbPersistenceImpl() - Method in class org.hibernate.boot.jaxb.configuration.spi.ObjectFactory
Create an instance of JaxbPersistenceImpl
createJaxbPersistenceImplJaxbPersistenceUnitImpl() - Method in class org.hibernate.boot.jaxb.configuration.spi.ObjectFactory
createJaxbPersistenceImplJaxbPersistenceUnitImplJaxbPropertiesImpl() - Method in class org.hibernate.boot.jaxb.configuration.spi.ObjectFactory
createJaxbPersistenceImplJaxbPersistenceUnitImplJaxbPropertiesImplJaxbPropertyImpl() - Method in class org.hibernate.boot.jaxb.configuration.spi.ObjectFactory
createJaxbPersistenceUnitDefaultsImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPersistenceUnitDefaultsImpl
createJaxbPersistenceUnitMetadataImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPersistenceUnitMetadataImpl
createJaxbPluralAnyMappingImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPluralAnyMappingImpl
createJaxbPluralAnyMappingImplJaxbSortNaturalImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
createJaxbPostLoadImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPostLoadImpl
createJaxbPostPersistImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPostPersistImpl
createJaxbPostRemoveImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPostRemoveImpl
createJaxbPostUpdateImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPostUpdateImpl
createJaxbPrePersistImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPrePersistImpl
createJaxbPreRemoveImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPreRemoveImpl
createJaxbPreUpdateImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPreUpdateImpl
createJaxbPrimaryKeyJoinColumnImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPrimaryKeyJoinColumnImpl
createJaxbPropertyRefImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbPropertyRefImpl
createJaxbQueryHintImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbQueryHintImpl
createJaxbQueryParamTypeImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbQueryParamTypeImpl
createJaxbSecondaryTableImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbSecondaryTableImpl
createJaxbSequenceGeneratorImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbSequenceGeneratorImpl
createJaxbSqlResultSetMappingImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbSqlResultSetMappingImpl
createJaxbSqlSelectImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbSqlSelectImpl
createJaxbStoredProcedureParameterImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbStoredProcedureParameterImpl
createJaxbSynchronizedTableImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbSynchronizedTableImpl
createJaxbTableGeneratorImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbTableGeneratorImpl
createJaxbTableImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbTableImpl
createJaxbTenantIdImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbTenantIdImpl
createJaxbTransientImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbTransientImpl
createJaxbUniqueConstraintImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbUniqueConstraintImpl
createJaxbUserTypeImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbUserTypeImpl
createJaxbUserTypeRegistrationImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbUserTypeRegistrationImpl
createJaxbUuidGeneratorImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbUuidGeneratorImpl
createJaxbVersionImpl() - Method in class org.hibernate.boot.jaxb.mapping.spi.ObjectFactory
Create an instance of JaxbVersionImpl
createJdbcDelete(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
createJdbcInsert(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
createJdbcOptionalInsert(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
createJdbcOptionalInsert(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateWithUpsertOperation
 
createJdbcParameterBindings(DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.MultiTableHandler
Create the JdbcParameterBindings for this multi-table handler based on the execution context.
createJdbcType(ServiceRegistry, String) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
 
createJdbcTypeConstructor(ServiceRegistry, String) - Static method in class org.hibernate.dialect.type.PgJdbcHelper
 
createJdbcUpdate(SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.type.AbstractPostgreSQLStructJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.type.DB2StructJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.AggregateJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.StructJdbcType
 
createJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
createJpaAttributeConverter(JpaAttributeConverterCreationContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
Factory for the runtime representation of the converter
createJsonPathPassingClause(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
createJsonPathPassingClause(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
 
createKeyDomainResult(NavigablePath, TableGroup, ForeignKeyDescriptor.Nature, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.
createKeyDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.
createKeyMapping(List, ModelPart) - Static method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
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, Map, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.TypeDefinition
 
createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
createLowValueExpression(Expression, SessionFactoryImplementor) - Method in interface org.hibernate.id.enhanced.Optimizer
Creates an expression representing the low/base value for ID allocation in batch insert operations.
createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
createLowValueExpression(Expression, SessionFactoryImplementor) - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
createMapInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createMarker(int, JdbcType) - Method in class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
 
createMarker(int, JdbcType) - Method in interface org.hibernate.sql.ast.spi.ParameterMarkerStrategy
Create a parameter marker
createMergeOperation(OptionalTableUpdate) - Method in class org.hibernate.dialect.sql.ast.SqlAstTranslatorWithOnDuplicateKeyUpdate
 
createMergeOperation(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithMerge
Create the MutationOperation for performing a MERGE.
createMergeOperation(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.SqlAstTranslatorWithUpsert
Create the MutationOperation for performing the DELETE or UPSERT
createMinOrMaxIndexOrElement(AbstractSqmSpecificPluralPartPath, boolean, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
createMutabilityPlan(Class) - Method in class org.hibernate.type.spi.TypeConfiguration
 
createMutationOperation(String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
Intended for use from SqlAstTranslator
createMutationOperation(String, List) - Method in interface org.hibernate.sql.model.ast.TableMutation
A SqlAstTranslator callback to create an appropriate mutation using the translated sql and parameter binders.
createMutationOperation(TableMapping, String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableDelete
 
createMutationOperation(TableMapping, String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
 
createMutationOperation(TableMapping, String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
Intended for use from SqlAstTranslator
createMutationOperation(TableMapping, String, List) - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
createMutationOperation(ValuesAnalysis, SessionFactoryImplementor) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
createMutationOperation(ValuesAnalysis, SessionFactoryImplementor) - Method in interface org.hibernate.sql.model.ast.TableMutation
 
createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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
Deprecated.
 
createMutationQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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
Deprecated.
 
createMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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
Deprecated.
 
createMutationQuery(JpaCriteriaInsert) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createMutationQuery(JpaCriteriaInsert) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createMutationQuery(JpaCriteriaInsert) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createMutationQuery(JpaCriteriaInsert) - Method in interface org.hibernate.query.QueryProducer
Create a MutationQuery from the given insert criteria tree
createMutationStrategy(EntityMappingType, MappingModelCreationProcess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategyProvider
Determine the SqmMultiTableMutationStrategy to use for the given entity
createMutationTranslator(SqmDmlStatement, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
 
createMutationTranslator(SqmDmlStatement, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createNamedMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedMutationQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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
Deprecated.
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
Create a typed Query instance for the given named query.
createNamedQuery(String, Class) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
 
createNamedQuery(String, Class) - Method in interface org.hibernate.Session
 
createNamedQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNamedQueryCollectionLoader(CollectionPersister, NamedQueryMemento) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
For Hibernate Reactive
createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNamedSelectionQuery(String) - Method in interface org.hibernate.query.QueryProducer
createNamedSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNamedSelectionQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery instance for the named NamedQuery with the given 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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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
Deprecated.
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
createNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createNativeQuery(String) - Method in interface org.hibernate.Session
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) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNativeQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native SQL query using an implicit mapping to the specified Java type.
createNativeQuery(String, Class) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
 
createNativeQuery(String, Class, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeQuery(String, Class, String) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native SQL query using an implicit mapping to the specified Java entity type.
createNativeQuery(String, Class, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
 
createNativeQuery(String, Class, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, Class, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeQuery(String, String, Class) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native SQL query using an explicit mapping to the specified Java type.
createNativeQuery(String, String, Class) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
 
createNativeQuery(String, String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNaturalIdKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createNavigablePath(SqmPath, String) - Method in interface org.hibernate.query.sqm.SqmJoinable
 
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 interface org.hibernate.LobHelper
Create a new NClob from character reader.
createNClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given String data.
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.SqmNullnessPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
createNewInstance() - Method in class org.hibernate.Hibernate.CollectionInterface
Instantiate an empty collection of the type represented by this object.
createNonDeletedRestriction(TableReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
Create a SQL AST Predicate for restricting matches to non-deleted rows
createNonDeletedRestriction(TableReference, SqlExpressionResolver) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
Create a SQL AST Predicate for restricting matches to non-deleted rows
createNonDeletedValueBinding(ColumnReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
Create a ColumnValueBinding for non-deleted indicator.
createOperation(MutatingTableReference) - Method in interface org.hibernate.persister.collection.mutation.OperationProducer
 
createOperation(ValuesAnalysis, TableMutation) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
createOperationGroup(ValuesAnalysis, MutationGroup) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.CockroachDialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.DB2Dialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.Dialect
Create a MutationOperation for a updating an optional table
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.H2Dialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.HSQLDialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.MariaDBDialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.MySQLDialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.OracleDialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.SQLServerDialect
 
createOrReplaceConcatFunction(String) - Method in class org.hibernate.dialect.type.OracleUserDefinedTypeExporter
 
createOrReplaceConcatFunction(String, int) - Method in class org.hibernate.dialect.type.OracleUserDefinedTypeExporter
 
createParameterType() - 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, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createPrimaryTableReference(SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createPrimaryTableReference(SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
createProjection() - Method in interface org.hibernate.query.specification.SelectionSpecification
Create a ProjectionSpecification allowing selection of specific fields and compound paths.
createProjection(SingularAttribute) - Method in interface org.hibernate.query.specification.SelectionSpecification
Create a SimpleProjectionSpecification for the given field.
createProjection(Path) - Method in interface org.hibernate.query.specification.SelectionSpecification
createPropertyRefConstraints(Map) - Method in class org.hibernate.mapping.ManyToOne
Creates a foreign key constraint in the case that the foreign key of this association does not reference the primary key of the referenced table, but instead some other unique key.
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.envers.AuditReader
Creates an audit query
createQuery() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createQuery() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(CriteriaQuery) - Method in interface org.hibernate.query.QueryProducer
Create a Query for the given JPA CriteriaQuery.
createQuery(CriteriaQuery) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
 
createQuery(CriteriaQuery) - Method in interface org.hibernate.Session
 
createQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createQuery(CriteriaSelect) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaSelect) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
createQuery(CriteriaSelect) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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(EntityManager) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
createQuery(EntityManager) - Method in interface org.hibernate.query.specification.ProjectionSpecification
 
createQuery(EntityManager) - Method in interface org.hibernate.query.specification.QuerySpecification
Finalize the building and create executable query instance.
createQuery(EntityManager) - Method in interface org.hibernate.query.specification.SelectionSpecification
 
createQuery(EntityManager) - Method in interface org.hibernate.query.specification.SimpleProjectionSpecification
 
createQuery(TypedQueryReference) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(TypedQueryReference) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createQuery(TypedQueryReference) - Method in interface org.hibernate.query.QueryProducer
Create a typed Query instance for the given typed query reference.
createQuery(TypedQueryReference) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
 
createQuery(TypedQueryReference) - Method in interface org.hibernate.Session
 
createQuery(TypedQueryReference) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createQuery(Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createQuery(Class) - 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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createQuery(String) - Method in interface org.hibernate.query.QueryProducer
Deprecated.
The overloaded form QueryProducer.createQuery(String, Class) which takes a result type is strongly recommended in preference to this method, since it returns a typed Query object, and because it is able to use the given result type to infer the select list, and even sometimes the from clause. Alternatively, QueryProducer.createSelectionQuery(String, Class) is preferred for queries, and QueryProducer.createMutationQuery(String) for insert, update, and delete statements.
createQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createQuery(String) - Method in interface org.hibernate.Session
Deprecated.
createQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
Create a typed Query instance for the given HQL query string and given query result type.
createQuery(String, Class) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
 
createQuery(String, Class) - Method in interface org.hibernate.Session
 
createQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createQuery(String, Class) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Transform the given HQL select query to an equivalent criteria query.
createQuery(String, Class) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createQuery(String, Class) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createQuery(Session) - Method in interface org.hibernate.query.specification.MutationSpecification
Finalize the building and create the MutationQuery instance.
createQuery(Session) - Method in interface org.hibernate.query.specification.ProjectionSpecification
 
createQuery(Session) - Method in interface org.hibernate.query.specification.QuerySpecification
Finalize the building and create executable query instance.
createQuery(Session) - Method in interface org.hibernate.query.specification.SelectionSpecification
 
createQuery(Session) - Method in interface org.hibernate.query.specification.SimpleProjectionSpecification
 
createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.MutationSpecification
Finalize the building and create the MutationQuery instance.
createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.ProjectionSpecification
 
createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.QuerySpecification
Finalize the building and create executable query instance.
createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.SelectionSpecification
 
createQuery(StatelessSession) - Method in interface org.hibernate.query.specification.SimpleProjectionSpecification
 
createQueryPlan(NativeSelectQueryDefinition, 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
 
createReadSource(InputStream) - Static method in class org.hibernate.dialect.OracleOsonJacksonHelper
 
createRegistrationHandler(BatchFetchQueue, SelectStatement, TableGroup, JdbcParametersList, JdbcParameterBindings) - Static method in class org.hibernate.engine.spi.SubselectFetch
 
createRegistrationHandler(BatchFetchQueue, SelectStatement, JdbcParametersList, JdbcParameterBindings) - Static method in class org.hibernate.engine.spi.SubselectFetch
 
createResultAssembler(InitializerParent, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
createResultAssembler(InitializerParent, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
createResultAssembler(InitializerParent, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.DomainResult
Create an assembler (and any initializers) for this result.
createResultAssembler(InitializerParent, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
createRootGraph(SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier, SqlAstCreationState) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.RootTableGroupProducer
Create a root TableGroup as defined by this producer
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create the "join", but return a TableGroup.
createRowMatchingPredicate(TableGroup, String, String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
createSelectablePath(String) - Method in class org.hibernate.mapping.BasicValue
 
createSelectionQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(CriteriaQuery) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createSelectionQuery(CriteriaQuery) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery reference for the given CriteriaQuery.
createSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createSelectionQuery(String) - Method in interface org.hibernate.query.QueryProducer
Deprecated.
The overloaded form QueryProducer.createSelectionQuery(String, Class) which takes a result type is strongly recommended in preference to this method, since it returns a typed SelectionQuery object, and because it is able to use the given result type to infer the select list, and even sometimes the from clause.
createSelectionQuery(String, EntityGraph) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(String, EntityGraph) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(String, EntityGraph) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createSelectionQuery(String, EntityGraph) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery instance for the given HQL query string and given EntityGraph, which is interpreted as a load graph.
createSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createSelectionQuery(String, Class) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery instance for the given HQL query string and given query result type.
createSelectionQuery(QueryProducer) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
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) - Method in class org.hibernate.boot.model.relational.Namespace
 
createSeriesCte(int, SqmToSqlAstConverter) - Static method in class org.hibernate.dialect.function.CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer
 
createSeriesCte(SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer
 
createSeriesCte(SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.HANAGenerateSeriesFunction.HANAGenerateSeriesQueryTransformer
 
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
 
createSingleKeyCollectionLoader(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
For Hibernate Reactive
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.
createSoftDeleteAssignment(TableReference) - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
Create a SQL AST Assignment for setting the soft-delete column to its indicated "deleted" value
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, boolean, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlSelectionProducer
Create a SqlSelection for the given JDBC ResultSet position
createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
createSqmJoin(SqmFrom, 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.
createStatement(ExecutionContext, String) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor.StatementCreator
 
createStatementTable(String, SqmCteStatement, SqmSelectQuery) - Static method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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
 
createTable(Identifier, Function) - Method in class org.hibernate.boot.model.relational.Namespace
Creates a mapping Table instance.
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create a TableGroupJoin.
createTableMutationBuilder(Expectation, SessionFactoryImplementor) - Method in interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
Create a TableMutationBuilder instance used to build table mutations for this delegate.
createTableMutationBuilder(Expectation, SessionFactoryImplementor) - Method in class org.hibernate.id.insert.BasicSelectingDelegate
 
createTableMutationBuilder(Expectation, SessionFactoryImplementor) - Method in class org.hibernate.id.insert.GetGeneratedKeysDelegate
 
createTableMutationBuilder(Expectation, SessionFactoryImplementor) - Method in class org.hibernate.id.insert.InsertReturningDelegate
 
createTableMutationBuilder(Expectation, SessionFactoryImplementor) - Method in class org.hibernate.id.insert.UniqueKeySelectingDelegate
 
createTableReferenceJoin(String, SqlAliasBase, TableReference, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createTableReferenceJoin(String, SqlAliasBase, TableReference, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
CreateTableUniqueDelegate - Class in org.hibernate.dialect.unique
A UniqueDelegate which includes the unique constraint in the create table statement, except when called during schema migration.
CreateTableUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.CreateTableUniqueDelegate
 
createTargetDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Create a DomainResult for the target-side of the fk The table group must be the one containing the target
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 class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createTupleQuery() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createTupleType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
createTupleType() - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
 
createTypeDescriptor(Class, Supplier, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
 
createTypeDescriptor(Type, Supplier, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
 
createUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
createUniqueKey(List, MetadataBuildingContext) - Method in class org.hibernate.mapping.Table
If there is one given column, mark it unique, otherwise create a UniqueKey comprising the given columns.
createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.Collection
 
createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.ManyToOne
 
createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.OneToMany
 
createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.OneToOne
 
createUniqueKey(MetadataBuildingContext) - Method in class org.hibernate.mapping.SimpleValue
 
createUniqueKey(MetadataBuildingContext) - Method in interface org.hibernate.mapping.Value
 
createUniqueKey(Column, MetadataBuildingContext) - Method in class org.hibernate.mapping.Table
Mark the given column unique and assign a name to the unique key.
createUpdateDelegate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createUserDefinedArrayType(Identifier, Function) - Method in class org.hibernate.boot.model.relational.Namespace
Creates a mapping UDT instance.
createUserDefinedType(Identifier, Function) - Method in class org.hibernate.boot.model.relational.Namespace
Creates a mapping UDT instance.
createUserTypeBean(String, Class, Map, BootstrapContext, boolean) - Static method in class org.hibernate.mapping.MappingHelper
 
createValueBinding(String, SelectableMapping, MutatingTableReference, ParameterUsage, Consumer) - Static method in class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
 
createValueBinding(String, SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
createValueBinding(String, SelectableMapping, ParameterUsage) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
createValueBinding(SelectableMapping, String) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
createVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.MySQLDialect
Deprecated.
createVersion(DialectResolutionInfo, DatabaseVersion) - Static method in class org.hibernate.dialect.MySQLDialect
 
createWindow() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an empty JpaWindow to use with window and aggregate functions.
createWindow() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createWriteTarget(OutputStream) - Static method in class org.hibernate.dialect.OracleOsonJacksonHelper
 
creatingFetchProfile(String) - Method in interface org.hibernate.boot.BootLogging
 
creatingHiLoOptimizer(int, String) - Method in interface org.hibernate.id.enhanced.OptimizerLogger
 
creatingLegacyHiLoOptimizer(int, String) - Method in interface org.hibernate.id.enhanced.OptimizerLogger
 
creatingPooledLoOptimizer(int, String) - Method in interface org.hibernate.id.enhanced.OptimizerLogger
 
creatingPooledOptimizer(int, String) - Method in interface org.hibernate.id.enhanced.OptimizerLogger
 
CREATION_TIMESTAMP - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
CreationTimestamp - Annotation Interface in org.hibernate.annotations
Specifies that the annotated field of property is a generated creation timestamp.
CRITERIA - Enum constant in enum class org.hibernate.query.sqm.SqmQuerySource
The SQM tree was built via the criteria query API.
CRITERIA_COPY_TREE - Static variable in interface org.hibernate.cfg.QuerySettings
When enabled, specifies that queries created via EntityManager.createQuery(CriteriaQuery), EntityManager.createQuery(CriteriaUpdate) or EntityManager.createQuery(CriteriaDelete) must create a copy of the passed criteria query object such that the resulting Query object is not affected by mutation of 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_PLAN_CACHE_ENABLED - Static variable in interface org.hibernate.cfg.QuerySettings
When enabled, specifies that queries created via EntityManager.createQuery(CriteriaQuery), EntityManager.createQuery(CriteriaUpdate) or EntityManager.createQuery(CriteriaDelete) cache their interpretations in the query plan cache.
CRITERIA_VALUE_HANDLING_MODE - Static variable in interface org.hibernate.cfg.QuerySettings
By default, a criteria query produces SQL with a JDBC bind parameter for any value specified via the criteria query API, except when the value is passed via CriteriaBuilder.literal(Object), in which case the value is "inlined" as a SQL literal.
CriteriaBuilderExtension - Interface in org.hibernate.query.criteria.spi
Interface which allows extension of HibernateCriteriaBuilder with additional functionality by registering a Service.
CriteriaDefinition<R> - Class in org.hibernate.query.criteria
A utility class that makes it easier to build criteria queries.
CriteriaDefinition(CriteriaQuery) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManagerFactory, CriteriaQuery) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManagerFactory, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManagerFactory, Class, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManager, CriteriaQuery) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManager, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManager, Class, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(CriteriaDefinition, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
Construct a new CriteriaDefinition based on the given CriteriaDefinition.
CriteriaDefinition(CriteriaDefinition) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
Construct a new CriteriaDefinition based on the given CriteriaDefinition, with the same query return type.
CriteriaDefinition(SessionFactory, CriteriaQuery) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SessionFactory, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SessionFactory, Class, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SharedSessionContract, CriteriaQuery) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SharedSessionContract, Class) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SharedSessionContract, Class, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
Criteria queries - Section in package org.hibernate.query.sqm
 
CROSS - Enum constant in enum class org.hibernate.query.common.JoinType
 
CROSS - Enum constant in enum class org.hibernate.query.sqm.tree.SqmJoinType
Represents a cross join (aka a cartesian product).
CROSS - Enum constant in enum class org.hibernate.sql.ast.SqlAstJoinType
Represents a cross join (that is, 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
 
crosses - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The crosses function, cfr.
crosses(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially crosses" constraint.
crosses(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially crosses" constraint.
crosses(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially crosses" constraint.
crosses(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially crosses" constraint.
crosses(Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially crosses" constraint.
crosses(Expression, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially crosses" constraint.
CROSSES - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The geometries cross
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
 
crossJoin(Class) - Method in interface org.hibernate.query.criteria.JpaFrom
 
crossJoin(Class) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
crossJoin(Class) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
crossJoin(EntityDomainType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
crossJoin(EntityDomainType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
crossJoin(EntityDomainType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
CrossJoinContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
CrossTypeRevisionChangesReader - Interface in org.hibernate.envers
Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.
CRS_LOADING_INSTANCE - Static variable in class org.hibernate.spatial.dialect.hana.HANAGeometryType
 
cte() - Method in class org.hibernate.grammars.hql.HqlParser
 
cte() - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
cte(int) - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
cteAttributes() - Method in class org.hibernate.grammars.hql.HqlParser
 
cteAttributes() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
CteAttributesContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
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
CteContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CteContext
 
CteGenerateSeriesFunction - Class in org.hibernate.dialect.function
Recursive CTE based generate_series function.
CteGenerateSeriesFunction(int, boolean, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.CteGenerateSeriesFunction
 
CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer - Class in org.hibernate.dialect.function
 
CteGenerateSeriesQueryTransformer(FunctionTableGroup, TableGroup, int, String, boolean) - Constructor for class org.hibernate.dialect.function.CteGenerateSeriesFunction.CteGenerateSeriesQueryTransformer
 
CteMaterialization - Enum Class in org.hibernate.sql.ast.tree.cte
The kind of materialization that should be used for a CTE.
CteObject - Interface in org.hibernate.sql.ast.tree.cte
An object that is part of a WITH clause.
CTES - Enum constant in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
CteSearchClauseKind - Enum Class 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, CteColumn, List, CteColumn, CteColumn, Literal, Literal) - 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) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTable
 
CteTable(String, CteTupleTableGroupProducer) - 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, NavigablePath, SqlAliasBase, ModelPartContainer, NamedTableReference, Set) - 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 - Enum constant in enum class org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
 
CUBE - Enum constant in enum class 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
 
cumeDist(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a cume_dist window function expression.
cumeDist(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 - Enum constant in enum class org.hibernate.query.common.FrameExclusion
 
CURRENT_ROW - Enum constant in enum class org.hibernate.query.common.FrameKind
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a CurrentSessionContext for scoping the current session, either: jta, thread, or managed, or the name of a class implementing org.hibernate.context.spi.CurrentSessionContext.
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 interface org.hibernate.boot.models.HibernateAnnotations
 
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 Date, and of the HQL local_date function which maps to the Java type 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 class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 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 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 objects which are able to manage the lifecycle of a Session associated with a well-defined "context" or "scope", providing the concrete implementation behind the notion of the current session.
currentSqlSelectionCollector() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
CurrentTenantIdentifierResolver<T> - Interface in org.hibernate.context.spi
A callback registered with the SessionFactory that is responsible for resolving the current tenant identifier.
currentTime() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL/JPQL current_time function, which maps to the Java type 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 class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 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.PostgresPlusDialect
 
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 class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
currentTimestamp() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CurrentTimestamp - Annotation Interface in org.hibernate.annotations
Specifies that the annotated field of property is a generated timestamp, and also specifies the timing of the timestamp generation, and whether it is generated in Java or by the database: source = VM indicates that the virtual machine current instant is used, and source = DB indicates that the database current_timestamp function should be used.
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
 
currentTimestampRetrievedFromDatabase(Object, int, long) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL offset_datetime function, which maps to the Java type 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
 
CURSOR - Static variable in class org.hibernate.dialect.OracleTypes
 
CUSTOM - Enum constant in enum class org.hibernate.annotations.AnyDiscriminatorImplicitValues.Strategy
CUSTOM_ENTITY_DIRTINESS_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to identify a CustomEntityDirtinessStrategy to use.
CustomCollectionType - Class in org.hibernate.type
A custom type for mapping user-written classes that implement PersistentCollection
CustomCollectionType(ManagedBean, 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.
CustomOptimizerDescriptor - Class in org.hibernate.id.enhanced
 
CustomSql - Record Class in org.hibernate.boot.model
Models the information for custom SQL execution defined as part of the mapping for a primary or secondary table.
CustomSql(String, boolean, ExecuteUpdateResultCheckStyle) - Constructor for record class org.hibernate.boot.model.CustomSql
Creates an instance of a CustomSql record class.
customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
CustomSqlDetails - Interface in org.hibernate.boot.models.annotations.spi
Commonality for annotations which define custom insert, update and delete SQL
customSQLInsert - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
CustomSqlMutation<O> - Interface in org.hibernate.sql.model.ast
 
customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
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, String[], TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
 
CustomType(UserType, TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
 
Custom types - Section in package org.hibernate.type
 
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
 
cycle(String, List) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycle(String, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycle(String, X, X, List) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycle(String, X, X, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
CYCLE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CYCLE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CYCLE() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
CYCLE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
cycleClause() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
cycleClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
CycleClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
cycleUsing(String, String, List) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycleUsing(String, String, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycleUsing(String, String, X, X, List) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycleUsing(String, String, X, X, List) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
cycleUsing(String, String, X, X, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 

D

DATA - Enum constant in enum class org.hibernate.jpa.CachingType
Caching is done related to entity, collection and natural-id data
database() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
Database - Class in org.hibernate.boot.model.relational
 
Database - Enum Class 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 - Enum constant in enum class org.hibernate.tool.schema.TargetType
Export to the database.
databaseAction() - Method in record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Returns the value of the databaseAction record component.
DatabaseConnectionInfo - Interface in org.hibernate.engine.jdbc.connections.spi
Contract used for logging "database information" on bootstrap
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
 
DatabaseObjectDetails - Interface in org.hibernate.boot.models.annotations.spi
Commonality for annotations which represent database objects.
DatabaseObjectRegistration - Record Class in org.hibernate.boot.models.spi
Models an auxiliary database object in the boot mapping model
DatabaseObjectRegistration(String, String, String, List) - Constructor for record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
Creates an instance of a DatabaseObjectRegistration record class.
databaseObjects - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
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 Class in org.hibernate.exception
A 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 class org.hibernate.exception.DataException
Constructor for DataException.
DataException(String, SQLException, String) - Constructor for exception class org.hibernate.exception.DataException
Constructor for DataException.
DataHelper - Class in org.hibernate.type.descriptor.java
A helper for dealing with BLOB and CLOB data
DATALINK - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type DATALINK.
DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
DataSourceBasedMultiTenantConnectionProviderImpl<T> - 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.JdbcDateLiteralContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
DATE - Enum constant in enum class org.hibernate.query.common.TemporalUnit
The date part of a timestamp, datetime, or offset datetime, as a LocalDate.
DATE - Enum constant in enum class org.hibernate.query.sqm.CastType
 
DATE - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
 
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
A type code representing 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_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_MICROS_AND_OFFSET_NOZ - 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
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_NANOS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_NANOS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_NANOS_AND_OFFSET_NOZ - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TRUNC - Enum constant in enum class org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
 
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
 
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.JdbcTimestampLiteralContext
 
DATETIME - Enum constant in enum class 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.LocalDateTimeFunctionContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
DATETIME_VALIDATOR - Static variable in class org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
 
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
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
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
 
DateTimeFormatter - Class in org.hibernate.envers
Utility class that provides access to a DateFormat instance.
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
 
datetimeRenderingSupport - Variable in class org.hibernate.dialect.function.TruncFunction
 
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
H2, DB2 and PostgreSQL native date_trunc() function
DATETRUNC - Enum constant in enum class org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
 
dateTrunc_datetrunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SQLServer native datetrunc() function
DateTruncEmulation - Class in org.hibernate.dialect.function
Emulation of trunc(datetime, temporal_unit) function that leverages formatting the datetime to string and back to truncate it
DateTruncEmulation(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DateTruncEmulation
 
day() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
day() - Method in class org.hibernate.grammars.hql.HqlParser
 
day(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Extracts the TemporalUnit.DAY of a date, time, or datetime expression.
day(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
DAY - Enum constant in enum class org.hibernate.query.common.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 - Enum constant in enum class org.hibernate.query.common.TemporalUnit
The calendar day of the month, a synonym for TemporalUnit.DAY.
DAY_OF_WEEK - Enum constant in enum class org.hibernate.query.common.TemporalUnit
The day of the week, from 1 (Sunday) to 7 (Saturday).
DAY_OF_YEAR - Enum constant in enum class org.hibernate.query.common.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 - Enum constant in enum class org.hibernate.annotations.SourceType
Indicates that values are generated by the database.
DB - Enum constant in enum class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
DB2 - Enum constant in enum class org.hibernate.dialect.Database
 
DB2_DEFAULT_SRID - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
SRID to use for the DB2 Spatial Dialects.
DB2_LUW_VERSION - Static variable in class org.hibernate.dialect.DB2iDialect
 
DB2_LUW_VERSION - Static variable in class org.hibernate.dialect.DB2zDialect
 
DB2AggregateSupport - Class in org.hibernate.dialect.aggregate
 
DB2AggregateSupport(boolean) - Constructor for class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
DB2Dialect - Class in org.hibernate.dialect
A SQL dialect for Db2 for LUW (Linux, Unix, and Windows) version 11.1 and above.
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
 
DB2GeometryType - Class in org.hibernate.spatial.dialect.db2
Type Descriptor for the DB2 Geometry type (as Clob)
DB2GeometryType(Integer) - Constructor for class org.hibernate.spatial.dialect.db2.DB2GeometryType
 
DB2GetObjectExtractor<T> - Class in org.hibernate.dialect
Variant of the GetObjectExtractor that catches a NullPointerException, because the DB2 JDBC driver runs into that exception when trying to access a null value with the getObject(int, Class) and getObject(String, Class) methods.
DB2GetObjectExtractor(JavaType, JavaTimeJdbcType, Class) - Constructor for class org.hibernate.dialect.DB2GetObjectExtractor
 
DB2GlobalTemporaryTableStrategy - Class in org.hibernate.dialect.temptable
DB2 specific global temporary table strategy.
DB2GlobalTemporaryTableStrategy() - Constructor for class org.hibernate.dialect.temptable.DB2GlobalTemporaryTableStrategy
 
DB2IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
DB2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
DB2iDialect - Class in org.hibernate.dialect
A SQL dialect for DB2 for IBM i version 7.2 and above, 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> - Class in org.hibernate.dialect.sql.ast
A SQL AST translator for DB2i.
DB2iSqlAstTranslator(SessionFactoryImplementor, Statement, DatabaseVersion) - Constructor for class org.hibernate.dialect.sql.ast.DB2iSqlAstTranslator
 
DB2JsonArrayAggFunction - Class in org.hibernate.dialect.function.json
DB2 json_arrayagg function.
DB2JsonArrayAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonArrayAggFunction
 
DB2JsonArrayFunction - Class in org.hibernate.dialect.function.json
DB2 json_array function.
DB2JsonArrayFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonArrayFunction
 
DB2JsonObjectAggFunction - Class in org.hibernate.dialect.function.json
DB2 json_objectagg function.
DB2JsonObjectAggFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonObjectAggFunction
 
DB2JsonObjectFunction - Class in org.hibernate.dialect.function.json
DB2 json_object function.
DB2JsonObjectFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonObjectFunction
 
DB2JsonTableFunction - Class in org.hibernate.dialect.function.json
DB2 json_table function.
DB2JsonTableFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonTableFunction
 
DB2JsonTableFunction.SeriesQueryTransformer - Class in org.hibernate.dialect.function.json
 
DB2JsonValueFunction - Class in org.hibernate.dialect.function.json
DB2 json_value function.
DB2JsonValueFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.json.DB2JsonValueFunction
 
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
 
DB2PositionFunction - Class in org.hibernate.dialect.function
DB2's position() function always requires a code unit before version 11.
DB2PositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2PositionFunction
 
DB2SequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DB2Dialect.
DB2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2SequenceSupport
 
DB2SpatialDialect - Class in org.hibernate.spatial.dialect.db2
 
DB2SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
 
DB2SqlAstTranslator<T> - Class in org.hibernate.dialect.sql.ast
A SQL AST translator for DB2.
DB2SqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
 
DB2StructJdbcType - Class in org.hibernate.dialect.type
DB2 supports UDTs but not in JDBC, so there is a feature called "transforms", which allows to specify an automatic translation from one data type to another.
DB2StructJdbcType(EmbeddableMappingType, String) - Constructor for class org.hibernate.dialect.type.DB2StructJdbcType
 
DB2SubstringFunction - Class in org.hibernate.dialect.function
DB2's substring() function requires a code unit and substr() can't optionally take it, so we render substr() by default.
DB2SubstringFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2SubstringFunction
 
DB2SubstringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2SubstringFunction
 
DB2UnnestFunction - Class in org.hibernate.dialect.function.array
DB2 unnest function.
DB2UnnestFunction(int) - Constructor for class org.hibernate.dialect.function.array.DB2UnnestFunction
 
DB2XmlTableFunction - Class in org.hibernate.dialect.function.xml
DB2 xmltable function.
DB2XmlTableFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.xml.DB2XmlTableFunction
 
DB2zDialect - Class in org.hibernate.dialect
A SQL dialect for DB2 for z/OS version 12.1 and above, previously 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
 
DB2zIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
DB2zIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
 
DB2zSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DB2zDialect.
DB2zSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
DB2zSqlAstTranslator<T> - Class in org.hibernate.dialect.sql.ast
A SQL AST translator for DB2z.
DB2zSqlAstTranslator(SessionFactoryImplementor, Statement, DatabaseVersion) - Constructor for class org.hibernate.dialect.sql.ast.DB2zSqlAstTranslator
 
DDL - Enum constant in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
 
DDL - Enum constant in enum class org.hibernate.boot.beanvalidation.ValidationMode
 
DdlTransactionIsolator - Interface in org.hibernate.resource.transaction.spi
Provides access to a Connection that is isolated from any "current transaction" with the designated purpose of performing DDL commands.
DdlType - Interface in org.hibernate.type.descriptor.sql
Descriptor for a DDL column type.
DdlTypeHelper - Class in org.hibernate.dialect.function.array
 
DdlTypeHelper() - Constructor for class org.hibernate.dialect.function.array.DdlTypeHelper
 
DdlTypeRegistry - Class in org.hibernate.type.descriptor.sql.spi
A registry mapping JDBC type codes to instances of the DdlType interface.
DdlTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
 
deAssociatedCopy() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociationMarkers
 
DEBUG_ENABLED - Static variable in interface org.hibernate.envers.boot.EnversBootLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
 
DECIMAL - Static variable in class org.hibernate.type.SqlTypes
A type code representing 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
 
declaresAttribute(int) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType.ConcreteEmbeddableType
 
declaresAttribute(AttributeMapping) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType.ConcreteEmbeddableType
Returns true if the provided embeddable class contains the specified attribute mapping, false otherwise.
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Similar to ModelPart.breakDownJdbcValues(Object, int, Object, Object, JdbcValueBiConsumer, SharedSessionContractImplementor), but this method is supposed to be used for decomposing values for assignment expressions.
decompose(Object, ModelPart.JdbcValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
A short hand form of ModelPart.decompose(Object, int, Object, Object, JdbcValueBiConsumer, SharedSessionContractImplementor), that passes 0 as offset and null for the two values X and Y.
decomposeAttribute(Object, SharedSessionContractImplementor, JdbcValueBindings, AttributeMapping) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
 
decomposeForInsert(MutationExecutor, Object, Object[], MutationOperationGroup, boolean[], TableInclusionChecker, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
 
decomposeForUpdate(Object, Object, Object[], UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, MutationExecutor, MutationOperationGroup, UpdateCoordinatorStandard.DirtinessChecker, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
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
decrementLock(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.SoftLockImpl) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
deduceAliasInjectionPoints() - Element in annotation interface org.hibernate.annotations.Filter
Determines how tables aliases are interpolated into the Filter.condition() SQL expression.
deduceAliasInjectionPoints() - Element in annotation interface org.hibernate.annotations.FilterJoinTable
Determines how tables aliases are interpolated into the FilterJoinTable.condition() SQL expression.
deepCopy() - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
deepCopy() - Method in interface org.hibernate.envers.boot.model.Cloneable
Creates a new, deep-copied instance of this object
deepCopy() - Method in class org.hibernate.envers.boot.model.Column
 
deepCopy() - Method in class org.hibernate.envers.boot.model.Key
 
deepCopy() - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
deepCopy() - Method in class org.hibernate.envers.boot.model.SetAttribute
 
deepCopy() - Method in class org.hibernate.envers.boot.model.TypeSpecification
 
deepCopy(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a deep copy of the value.
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 clone of the given instance of the Java class mapped by this custom type.
deepCopy(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object) - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
 
deepCopy(Object) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
 
deepCopy(Object) - Method in class org.hibernate.type.descriptor.java.Immutability
 
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
Deprecated.
 
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.BasicArrayType
 
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.UserComponentType
 
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.descriptor.java.ImmutableMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
deepCopy(T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
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.java.ArrayMutabilityPlan
Deprecated.
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopyNotNull(T[]) - Method in class org.hibernate.type.descriptor.java.ImmutableObjectArrayMutabilityPlan
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCteJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedDerivedJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionRoot
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
deepEquals(SqmFrom) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.from.SqmFunctionJoin
 
deepEquals(SqmFrom) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default "segment_column_name" value
DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default "segment_value_length" value
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 "table_name" 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
The default "value_column_name" value
DEFAULT - Enum constant in enum class org.hibernate.annotations.TimeZoneStorageType
DEFAULT - Enum constant in enum class org.hibernate.boot.spi.AccessType
Default access strategy is property
DEFAULT - Enum constant in enum class org.hibernate.envers.RelationTargetNotFoundAction
Specifies that exception handling should be based on the global system property: EnversSettings.GLOBAL_RELATION_NOT_FOUND_LEGACY_FLAG.
DEFAULT - Enum constant in enum class org.hibernate.FetchMode
Use the default fetching strategy specified by the mapping annotations.
DEFAULT - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.EmptyBehavior
The JpaJsonValueNode.getEmptyDefault() value should be returned.
DEFAULT - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.ErrorBehavior
The JpaJsonValueNode.getErrorDefault() value should be returned.
DEFAULT - Enum constant in enum class org.hibernate.query.QueryFlushMode
Let the owning session decide whether to flush, depending on its current FlushMode.
DEFAULT - Enum constant in enum class org.hibernate.sql.ast.SqlAstNodeRenderingMode
Render node as is.
DEFAULT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DEFAULT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
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() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
DEFAULT() - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueOnErrorOrEmptyClauseContext
 
DEFAULT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DEFAULT() - Method in class org.hibernate.grammars.hql.HqlParser.XmltableDefaultClauseContext
 
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.InsertSelectStatement
 
DEFAULT_BATCH_FETCH_SIZE - Static variable in interface org.hibernate.cfg.FetchSettings
Specifies the default value for batch fetching.
DEFAULT_CACHE_CONCURRENCY_STRATEGY - Static variable in interface org.hibernate.cfg.CacheSettings
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.MappingSettings
A default database catalog name to use for unqualified database object (table, sequence, ...) names
DEFAULT_CATALOG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the catalog containing audit tables.
DEFAULT_CFG_RESOURCE_NAME - Static variable in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
The default resource name for a Hibernate configuration XML file.
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.EffectiveMappingDefaults
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_ID_GEN_STRATEGY - Static variable in class org.hibernate.mapping.SimpleValue
Deprecated, for removal: This API element is subject to removal in a future version.
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.EffectiveMappingDefaults
 
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_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_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayAndElementArgumentTypeResolver
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayAndElementArgumentValidator
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayArgumentValidator
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaArgumentReturnTypeResolver
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ElementViaArrayArgumentReturnTypeResolver
 
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_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
 
DEFAULT_LIST_SEMANTICS - Static variable in interface org.hibernate.cfg.MappingSettings
Specifies the CollectionClassification to use for a plural attribute typed as List with no explicit list index details (OrderColumn, ListIndexBase, etc.).
DEFAULT_LOB_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_NULL_ORDERING - Static variable in interface org.hibernate.cfg.QuerySettings
Specifies the default precedence of null values sorted via the HQL ORDER BY clause, either none, first, or last, or an instance of the enumeration Nulls.
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 interface 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_RESTRICTOR - Static variable in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
DEFAULT_SCALE - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_SCHEMA - Static variable in interface org.hibernate.cfg.MappingSettings
A default database schema (owner) name to use for unqualified database object (table, sequence, ...) names
DEFAULT_SCHEMA - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the schema containing audit tables.
DEFAULT_TENANT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.EffectiveMappingDefaults
 
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
 
DEFAULT_VALUE_SETTER - Static variable in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
defaultAccess - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
defaultAccess - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
DefaultAuditStrategy - Class in org.hibernate.envers.strategy
Deprecated.
use DefaultAuditStrategy instead.
DefaultAuditStrategy() - Constructor for class org.hibernate.envers.strategy.DefaultAuditStrategy
Deprecated.
 
defaultBasicArrayColumnName - Variable in class org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
 
defaultBatchFetchSize(int) - Method in interface org.hibernate.engine.creation.spi.SessionBuilderImplementor
 
defaultBatchFetchSize(int) - Method in interface org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
 
defaultBatchFetchSize(int) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
defaultBatchFetchSize(int) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
defaultBatchFetchSize(int) - Method in interface org.hibernate.SessionBuilder
Specify the default batch fetch size for the session.
defaultBatchFetchSize(int) - Method in interface org.hibernate.SharedSessionBuilder
 
defaultCascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
defaultCascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
defaultCascade - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
defaultCatalog(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Configure a default catalog name to be used for database objects (tables, sequences, etc) which do not explicitly specify one.
defaultCondition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterDefImpl
 
defaultCondition() - Element in annotation interface org.hibernate.annotations.FilterDef
The default filter condition, a SQL expression used for filtering the rows returned by a query when the filter is enabled.
DefaultEnhancementContext - Class in org.hibernate.bytecode.enhance.spi
default implementation of EnhancementContext.
DefaultEnhancementContext() - Constructor for class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
defaultExpression() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
Returns the value of the defaultExpression record component.
defaultExpression() - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
Returns the value of the defaultExpression record component.
defaultExpression(Expression) - Method in interface org.hibernate.query.criteria.JpaXmlTableColumnNode
Specifies the default value to use if resolving the XPath expression doesn't produce results.
DefaultFetchProfile - Class in org.hibernate.engine.profile
 
DefaultFetchProfile(MappingMetamodel) - Constructor for class org.hibernate.engine.profile.DefaultFetchProfile
 
defaultIndexSelectionExpression - Variable in class org.hibernate.dialect.function.GenerateSeriesSetReturningFunctionTypeResolver
 
defaultIndexSelectionExpression - Variable in class org.hibernate.dialect.function.UnnestSetReturningFunctionTypeResolver
 
defaultLazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
defaultLazy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
defaultLazy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
defaultOnEmpty(Expression) - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
 
defaultOnEmpty(Expression) - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
Sets the JpaJsonValueNode.EmptyBehavior.DEFAULT for this json value expression.
defaultOnEmpty(Expression) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
defaultOnEmpty(Expression) - Static method in class org.hibernate.sql.ast.tree.expression.JsonValueEmptyBehavior
 
defaultOnError(Expression) - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
 
defaultOnError(Expression) - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
Sets the JpaJsonValueNode.ErrorBehavior.DEFAULT for this json value expression.
defaultOnError(Expression) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
defaultOnError(Expression) - Static method in class org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
 
DefaultRevisionEntity - Class in org.hibernate.envers
 
DefaultRevisionEntity() - Constructor for class org.hibernate.envers.DefaultRevisionEntity
 
defaultSchema(String) - Method in class org.hibernate.jpa.HibernatePersistenceConfiguration
Configure a default schema name to be used for database objects (tables, sequences, etc) which do not explicitly specify one.
defaultScrollMode() - Method in class org.hibernate.dialect.Dialect
A default ScrollMode to be used by Query.scroll().
defaultScrollMode() - Method in class org.hibernate.dialect.HANADialect
 
DefaultTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers
Extension of standard DefaultRevisionEntity that allows tracking entity names changed in each revision.
DefaultTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
defaultValue(T) - Method in interface org.hibernate.query.criteria.JpaXmlTableColumnNode
Specifies the default value to use if resolving the XPath expression doesn't produce results.
defaultValueColumnName - Variable in class org.hibernate.dialect.function.GenerateSeriesSetReturningFunctionTypeResolver
 
definition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
definition - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectImpl
 
definition() - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
Returns the value of the definition record component.
degrees() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
degrees(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that converts an angle measured in radians to an approximately equivalent angle measured in degrees.
degrees(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
degrees_acos() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
For Oracle, HANA
DEL - Enum constant in enum class org.hibernate.envers.RevisionType
Indicates that the entity was deleted (removed) at that revision.
DELAY_CDI_ACCESS - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
Used in conjunction with "hibernate.resource.beans.container" when CDI is used.
DELAY_ENTITY_LOADER_CREATIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated, for removal: This API element is subject to removal in a future version.
This setting no longer has any effect.
DELAYED - Enum constant in enum class org.hibernate.engine.FetchTiming
Performing fetching later, when needed.
DELAYED_ACQUISITION_AND_HOLD - Enum constant in enum class 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 - Enum constant in enum class 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 - Enum constant in enum class 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 - Enum constant in enum class org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released before commit or rollback.
DelayedDropAction - Interface in org.hibernate.tool.schema.spi
Memento representing the dropping of a schema as part of create-drop hbm2ddl.auto handling.
DelayedDropRegistry - Interface in org.hibernate.tool.schema.spi
Callback to allow the built DelayedDropAction, if indicated, to be registered back with the SessionFactory (or the thing that will manage its later execution).
DelayedDropRegistryNotAvailableImpl - Class in org.hibernate.tool.schema.spi
Implementation of DelayedDropRegistry for cases when the delayed-drop portion of "create-drop" is not valid.
DelayedDropRegistryNotAvailableImpl() - Constructor for class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
 
delegate - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delegate - Variable in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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.AbstractDelegatingSharedSessionBuilder
 
delegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
Returns the delegate session.
delegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
delegate() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
Returns the delegate session.
delegateCallable(Callable, boolean) - Method in interface org.hibernate.resource.transaction.spi.IsolationDelegate
Invoke the given callable in isolation from current transaction.
delegateWork(WorkExecutorVisitable, boolean) - Method in interface org.hibernate.resource.transaction.spi.IsolationDelegate
Perform the given work in isolation from current transaction.
DelegatingJdbcTypeIndicators - Class in org.hibernate.type.descriptor.jdbc
 
DelegatingJdbcTypeIndicators(JdbcTypeIndicators) - Constructor for class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
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
 
DelegatingSqmSelectionQueryImplementor<R> - Class in org.hibernate.query.sqm.spi
 
DelegatingSqmSelectionQueryImplementor() - Constructor for class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
DelegatingTableGroup - Class in org.hibernate.sql.ast.tree.from
 
DelegatingTableGroup() - Constructor for class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
delete(Object) - Method in interface org.hibernate.StatelessSession
Delete a record.
delete(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
delete(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
delete(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.DeleteCoordinator
Delete a persistent instance.
delete(String, Object) - Method in interface org.hibernate.StatelessSession
Delete a record.
delete(String, Object, boolean, DeleteContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade delete an entity instance
Delete - Class in org.hibernate.sql
A SQL DELETE statement.
Delete(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.Delete
 
Delete(ParameterMarkerStrategy) - Constructor for class org.hibernate.sql.Delete
 
DELETE - Enum constant in enum class org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
 
DELETE - Enum constant in enum class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
DELETE - Enum constant in enum class org.hibernate.sql.ast.Clause
Used as indicator of processing predicates (where clause) that occur in a delete
DELETE - Enum constant in enum class org.hibernate.sql.model.MutationType
 
DELETE - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete
DELETE - Static variable in class org.hibernate.engine.spi.CascadingActions
Deprecated, for removal: This API element is subject to removal in a future version.
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 - Enum constant in enum class org.hibernate.annotations.CascadeType
Deprecated.
Ancient versions of Hibernate treated orphan removal as a specialized type of cascade.
DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete + delete orphans
deleteAllRows(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.mutation.RemoveCoordinator
Delete all rows based on the collection-key
deleteAllRows(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
 
deleteAllRows(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
 
deleteAllRows(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
 
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
DeleteContext - Interface in org.hibernate.event.spi
A DeleteEvent represents a delete operation applied to a single entity.
DeleteCoordinator - Interface in org.hibernate.persister.entity.mutation
Coordinates the deleting of an entity.
DeleteCoordinatorSoft - Class in org.hibernate.persister.entity.mutation
DeleteCoordinator for soft-deletes
DeleteCoordinatorSoft(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
DeleteCoordinatorStandard - Class in org.hibernate.persister.entity.mutation
Coordinates standard deleting of an entity.
DeleteCoordinatorStandard(EntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
DELETED - Enum constant in enum class org.hibernate.annotations.SoftDeleteType
Tracks rows which are deleted.
DELETED - Enum constant in enum class 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
Event class for Session.remove(Object).
DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
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.
deleteExpectations - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
deleteMultiple(List) - Method in interface org.hibernate.StatelessSession
Delete multiple records in the same order as the entity instances representing the records occur in the given list.
deleteOperationSql(int, String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
 
deleteOrphans() - Method in interface org.hibernate.engine.spi.CascadingAction
Does this action potentially extrapolate to orphan deletes?
DeleteOrUpsertOperation - Class in org.hibernate.sql.model.jdbc
 
DeleteOrUpsertOperation(EntityMutationTarget, EntityTableMapping, UpsertOperation, OptionalTableUpdate) - Constructor for class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
 
DeleteOrUpsertOperation(DeleteOrUpsertOperation) - Constructor for class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
 
deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
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
deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
Perform the deletions
deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
 
deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
 
deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
 
deleteRows(PersistentCollection, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
DeleteRowsCoordinator - Interface in org.hibernate.persister.collection.mutation
Coordinates the deletion of entries removed from the collection - For collections with a collection-table, deletes rows from the collection table.
DeleteRowsCoordinatorNoOp - Class in org.hibernate.persister.collection.mutation
DeleteRowsCoordinator implementation for cases where deletion is not enabled
DeleteRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
 
DeleteRowsCoordinatorStandard - Class in org.hibernate.persister.collection.mutation
 
DeleteRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations, boolean, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
 
DeleteRowsCoordinatorTablePerSubclass - Class in org.hibernate.persister.collection.mutation
OneToMany delete coordinator if the element is a UnionSubclassEntityPersister.
DeleteRowsCoordinatorTablePerSubclass(OneToManyPersister, RowMutationOperations, boolean, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
 
DeleteSpecification<T> - Interface in org.hibernate.query.specification
Specialization of MutationSpecification for programmatic customization of delete queries.
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(CteContainer, NamedTableReference, FromClause, Predicate, List) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(NamedTableReference, FromClause, Predicate) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(NamedTableReference, FromClause, Predicate, List) - 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) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
deletingRemovedCollectionRows(String, Object) - Method in interface org.hibernate.sql.model.ModelMutationLogging
 
delimitedIdentifiers - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
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
 
denseRank(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a dense_rank window function expression.
denseRank(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 mapping model object representing 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 interface org.hibernate.query.sqm.mutation.spi.MultiTableHandler
Signals that the SQL depends on the parameter bindings e.g.
dependsOnParameterBindings() - Method in interface org.hibernate.sql.exec.spi.CacheableJdbcOperation
Signals that the SQL depends on the parameter bindings - e.g., due to the need for inlining of parameter values or multiValued parameters.
DEPTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DEPTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DEPTH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DEPTH() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
DEPTH_FIRST - Enum constant in enum class org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
Use depth first for a recursive CTE.
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 - Enum constant in enum class org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
DerivedTableReference - Class in org.hibernate.sql.ast.tree.from
 
DerivedTableReference(String, List, 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() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in descending order
desc(int) - Static method in interface org.hibernate.query.Order
An order where the result set is sorted by the select item in the given position with larger values first.
desc(Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
desc(Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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(Expression, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
desc(Expression, Nulls) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
desc(SingularAttribute) - Static method in interface org.hibernate.query.Order
An order where an entity is sorted by the given attribute, with larger values first.
desc(Class, String) - Static method in interface org.hibernate.query.Order
An order where an entity of the given class is sorted by the attribute with the given name, with larger values first.
desc(JpaCteCriteriaAttribute) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering by the descending value of the CTE attribute.
desc(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
desc(JpaCteCriteriaAttribute, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering by the descending value of the CTE attribute.
desc(JpaCteCriteriaAttribute, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 - Enum constant in enum class org.hibernate.query.SortDirection
 
description - Variable in class org.hibernate.boot.jaxb.configuration.spi.JaxbPersistenceImpl.JaxbPersistenceUnitImpl
Description of this persistence unit.
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverrideImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverrideImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverterImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvertImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListenerImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKeyImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndexImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedHqlQueryImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQueryImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQueryImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadataImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoadImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersistImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemoveImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdateImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersistImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemoveImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdateImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHintImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGeneratorImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMappingImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameterImpl
 
description - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGeneratorImpl
 
description() - Method in enum class org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
DescriptiveJsonGeneratingVisitor - Class in org.hibernate.type.descriptor.jdbc.spi
Extension of JsonHelper that can be used to generate descriptive JSON output, that is more appropriate for representing complex data structures for displaying purposes.
DescriptiveJsonGeneratingVisitor() - Constructor for class org.hibernate.type.descriptor.jdbc.spi.DescriptiveJsonGeneratingVisitor
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionUserTypeRegistrationImpl
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCompositeUserTypeRegistrationImpl
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJavaTypeRegistrationImpl
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJdbcTypeRegistrationImpl
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbUserTypeRegistrationImpl
 
descriptor() - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
descriptor() - Method in class org.hibernate.query.sqm.produce.function.NamedSetReturningFunctionDescriptorBuilder
 
descriptor() - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
descriptorClass() - Element in annotation interface 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.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.
deserialize(ObjectInputStream, EventSource) - Static method in class org.hibernate.engine.spi.ActionQueue
Used by the owning session to explicitly control deserialization of the action queue.
deserialize(EmbeddableMappingType, JsonDocumentReader, boolean, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
Deserialize a JSON value to Java Object
deserializeArray(JavaType, JdbcType, JsonDocumentReader, WrapperOptions) - Static method in class org.hibernate.type.descriptor.jdbc.JsonHelper
 
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 - Enum constant in enum class org.hibernate.annotations.CascadeType
Deprecated.
Equivalent to CascadeType.DETACH.
detachEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove the EntityHolder and set its state to DETACHED.
determineAdjustedIncrementSize(OptimizerDescriptor, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
In certain cases we need to adjust the increment size based on the selected optimizer.
determineAggregateValuesArrayPositions(FetchParent, SqlSelection) - Static method in interface org.hibernate.sql.results.graph.embeddable.AggregateEmbeddableResultGraphNode
 
determineAlias(String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
Deprecated.
When the argument is null, this method returns a globally-unique alias which introduces a temporal dependence in the query interpretation process, leading to misses on the query interpretation cache.
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 using Column.name().
determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the join column name related to the key/id portion of an Any mapping when no explicit join column name is given using JoinColumn.name().
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name when it is not explicitly specified using Column.name().
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
JPA states we should use the following as default: The property or field name That is, the unqualified attribute path.
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
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
JPA states we should use the following as default: The concatenation of the name of the containing entity and the name of the collection attribute, separated by an underscore. That is, if owning entity has a JPA entity name:
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineCollectionTags(BasicPluralJavaType, SessionFactoryImplementor) - Static method in class org.hibernate.type.descriptor.jdbc.XmlHelper
 
determineColumnReferenceQualifier(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MariaDBSqlAstTranslator
 
determineColumnReferenceQualifier(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.MySQLSqlAstTranslator
 
determineColumnReferenceQualifier(ColumnReference) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
 
determineColumnReferenceQualifier(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.json.DB2JsonTableFunction
 
determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.json.HANAJsonTableFunction
 
determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.json.JsonTableFunction
 
determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.json.OracleJsonTableFunction
 
determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.DB2XmlTableFunction
 
determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.HANAXmlTableFunction
 
determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.OracleXmlTableFunction
 
determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.SybaseASEXmlTableFunction
 
determineColumnType(CastTarget, SqlAstTranslator) - Method in class org.hibernate.dialect.function.xml.XmlTableFunction
 
determineColumnType(CastTarget, TypeConfiguration) - Static method in class org.hibernate.dialect.function.json.JsonTableFunction
 
determineColumnType(CastTarget, TypeConfiguration) - Static method in class org.hibernate.dialect.function.xml.XmlTableFunction
 
determineCyclePathColumnName(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
determineDatabaseVersion(String) - Static method in class org.hibernate.dialect.HANAServerConfiguration
 
determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.CockroachDialect
 
determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.DB2Dialect
 
determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.Dialect
Determine the database version, as precise as possible and using Dialect-specific techniques, from a DialectResolutionInfo object.
determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.H2Dialect
 
determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.HANADialect
 
determineDatabaseVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.HANAServerConfiguration
 
determineDatabaseVersion(DialectResolutionInfo) - Method in class org.hibernate.dialect.SQLServerDialect
 
determineDefaultLockMode(String, LockMode) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
 
determineDefaultSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Used in the cases where TableGenerator.determineSegmentValue(Properties) is unable to determine the value to use.
determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the discriminator column name for the given entity when it is not explicitly specified using DiscriminatorColumn.name().
determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineEffectiveLockMode(String) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
 
determineEntityName(EntityInfo, JaxbHbmHibernateMapping) - Static method in class org.hibernate.boot.jaxb.hbm.transform.TransformationHelper
 
determineEntityTable(PersistentClass) - Static method in class org.hibernate.boot.jaxb.hbm.transform.TransformationHelper
 
determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the foreign key name when it is not explicitly specified using ForeignKey.name().
determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
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 name if the identifier column belonging to the given entity when it is not explicitly specified using Column.name().
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
Determine the index name when it is not explicitly specified using Index.name().
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 join column name when it is not explicitly specified using JoinColumn.name().
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
JPA states we should use the following as default: If there is a "referencing relationship property": The concatenation of the following: the name of the referencing relationship property or field of the referencing entity or embeddable class; _; the name of the referenced primary key column. If there is no such "referencing relationship property", or if the association is an element collection: The concatenation of the following: the name of the entity; _; the name of the referenced primary key column
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
JPA states we should use the following as default: The concatenated names of the two associated primary entity tables (owning side first), separated by an underscore. That is:
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 record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Exposed for tests
determineJpaScriptActionSetting(Map, String, Action) - Static method in record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Exposed for tests
determineKind(DialectResolutionInfo) - Static method in enum class org.hibernate.dialect.PostgreSQLDriverKind
 
determineKind(DialectResolutionInfo) - Static method in enum class org.hibernate.dialect.SybaseDriverKind
 
determineLateralEmulationPredicate(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the list index column name when it is not explicitly specified using OrderColumn.name().
determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineLoaderToUse(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
determineLoaderToUse(SharedSessionContractImplementor, LockOptions) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineLockHint(LockMode) - Static method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
 
determineLockHint(LockMode, int) - Static method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
 
determineLockHint(LockMode, int) - Static method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
 
determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.OracleSqlAstTranslator
 
determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.SpannerSqlAstTranslator
 
determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.SQLServerSqlAstTranslator
 
determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.SybaseASESqlAstTranslator
 
determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.dialect.sql.ast.SybaseSqlAstTranslator
 
determineLockingStrategy(QuerySpec, Locking.FollowOn) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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
Determine the map key column name when it is not explicitly specified using MapKeyColumn.name().
determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineMutabilityPlan(Class, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
 
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.ast.spi.MultiKeyLoadSizingStrategy
Determine the optimal batch size (number of key values) to load at a time.
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 primary key join column name when it is not explicitly specified using PrimaryKeyJoinColumn.name().
determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
JPA states we should use the following as default: the same name as the primary key column [of the referenced table]
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.
determineResultType(SqmToSqlAstConverter, TypeConfiguration) - Method in class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
 
determineResultType(SqmToSqlAstConverter, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
determineRootTableGroupLockMode(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
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, 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
 
determineSqlJoinType(TableGroup, SqlAstJoinType, boolean) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
 
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 of the tenant identifier column belonging to a given entity when it is not explicitly specified using Column.name().
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
Determine the unique key name when it is not explicitly specified using UniqueConstraint.name().
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 database.
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
 
determineWhereClauseRestrictionWithJoinEmulation(AbstractUpdateOrDeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
determineWhereClauseRestrictionWithJoinEmulation(AbstractUpdateOrDeleteStatement, String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
determinFullDatabaseVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.DB2Dialect
 
DiagnosticEvent - Interface in org.hibernate.event.monitor.spi
An event which may be collected by the EventMonitor.
dialect - Variable in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
 
dialect - Variable in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.Check
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.ColumnDefault
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.DiscriminatorFormula
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.FilterDefs
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.Filters
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.Formula
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.GeneratedColumn
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.JoinFormula
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDelete
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLDeleteAll
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLInsert
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLOrder
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLRestriction
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLSelect
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.DialectOverride.SQLUpdate
The Dialect in which this override applies.
dialect() - Element in annotation interface org.hibernate.annotations.processing.CheckHQL
A Hibernate dialect to use.
dialect() - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
dialect() - Method in interface org.hibernate.boot.models.annotations.spi.DialectOverrider
 
dialect() - Method in class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
 
dialect() - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
dialect(Class) - Method in class org.hibernate.boot.models.annotations.spi.AbstractOverrider
 
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.JdbcSettings
Specifies the Hibernate SQL dialect, either an instance of Dialect, a Class representing a class that extends Dialect, or the name of a class that extends Dialect.
DIALECT_DB_MAJOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
DIALECT_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
DIALECT_DB_NAME - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
DIALECT_DB_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
DIALECT_LOGGER - Static variable in interface org.hibernate.dialect.DialectLogging
 
DIALECT_MESSAGE_LOGGER - Static variable in interface org.hibernate.dialect.DialectLogging
 
DIALECT_NATIVE_PARAM_MARKERS - Static variable in interface org.hibernate.cfg.JdbcSettings
Controls whether to use JDBC markers (`?`) or dialect native markers for parameters within preparable SQL statements.
DIALECT_OVERRIDE_CHECK - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_CHECKS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_COLUMN_DEFAULT - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_COLUMN_DEFAULTS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_DISCRIMINATOR_FORMULA - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_DISCRIMINATOR_FORMULAS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_FILTER_DEF_OVERRIDES - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_FILTER_DEFS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_FILTER_OVERRIDES - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_FILTERS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_FORMULA - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_FORMULAS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_GENERATED_COLUMN - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_GENERATED_COLUMNS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_JOIN_FORMULA - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_JOIN_FORMULAS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_DELETE - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_DELETE_ALL - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_DELETE_ALLS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_DELETES - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_INSERT - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_INSERTS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_ORDER - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_ORDERS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_RESTRICTION - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_RESTRICTIONS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_SELECT - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_SELECTS - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_UPDATE - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_SQL_UPDATES - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_OVERRIDE_VERSION - Static variable in interface org.hibernate.boot.models.DialectOverrideAnnotations
 
DIALECT_RESOLVERS - Static variable in interface org.hibernate.cfg.JdbcSettings
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.
DialectLogging - Interface in org.hibernate.dialect
Logging related to Hibernate dialects
DialectOverride - Interface in org.hibernate.annotations
Allows certain annotations to be overridden in a given SQL Dialect.
DialectOverride.Check - Annotation Interface in org.hibernate.annotations
Specializes a Check in a certain dialect.
DialectOverride.Checks - Annotation Interface in org.hibernate.annotations
 
DialectOverride.ColumnDefault - Annotation Interface in org.hibernate.annotations
Specializes a ColumnDefault in a certain dialect.
DialectOverride.ColumnDefaults - Annotation Interface in org.hibernate.annotations
 
DialectOverride.DiscriminatorFormula - Annotation Interface in org.hibernate.annotations
Specializes a DiscriminatorFormula in a certain dialect.
DialectOverride.DiscriminatorFormulas - Annotation Interface in org.hibernate.annotations
 
DialectOverride.FilterDefOverrides - Annotation Interface in org.hibernate.annotations
 
DialectOverride.FilterDefs - Annotation Interface in org.hibernate.annotations
Specializes FilterDefs in a certain dialect.
DialectOverride.FilterOverrides - Annotation Interface in org.hibernate.annotations
 
DialectOverride.Filters - Annotation Interface in org.hibernate.annotations
Specializes Filters in a certain dialect.
DialectOverride.Formula - Annotation Interface in org.hibernate.annotations
Specializes a Formula in a certain dialect.
DialectOverride.Formulas - Annotation Interface in org.hibernate.annotations
 
DialectOverride.GeneratedColumn - Annotation Interface in org.hibernate.annotations
Specializes a GeneratedColumn in a certain dialect.
DialectOverride.GeneratedColumns - Annotation Interface in org.hibernate.annotations
 
DialectOverride.JoinFormula - Annotation Interface in org.hibernate.annotations
Specializes a JoinFormula in a certain dialect.
DialectOverride.JoinFormulas - Annotation Interface in org.hibernate.annotations
 
DialectOverride.OverridesAnnotation - Annotation Interface in org.hibernate.annotations
Marks an annotation type as a dialect-specific override for some other annotation type.
DialectOverride.SQLDelete - Annotation Interface in org.hibernate.annotations
Specializes a SQLDelete in a certain dialect.
DialectOverride.SQLDeleteAll - Annotation Interface in org.hibernate.annotations
Specializes a SQLDeleteAll in a certain dialect.
DialectOverride.SQLDeleteAlls - Annotation Interface in org.hibernate.annotations
 
DialectOverride.SQLDeletes - Annotation Interface in org.hibernate.annotations
 
DialectOverride.SQLInsert - Annotation Interface in org.hibernate.annotations
Specializes a SQLInsert in a certain dialect.
DialectOverride.SQLInserts - Annotation Interface in org.hibernate.annotations
 
DialectOverride.SQLOrder - Annotation Interface in org.hibernate.annotations
Specializes an SQLOrder in a certain dialect.
DialectOverride.SQLOrders - Annotation Interface in org.hibernate.annotations
 
DialectOverride.SQLRestriction - Annotation Interface in org.hibernate.annotations
Specializes a SQLRestriction in a certain dialect.
DialectOverride.SQLRestrictions - Annotation Interface in org.hibernate.annotations
 
DialectOverride.SQLSelect - Annotation Interface in org.hibernate.annotations
Specializes a SQLSelect in a certain dialect.
DialectOverride.SQLSelects - Annotation Interface in org.hibernate.annotations
 
DialectOverride.SQLUpdate - Annotation Interface in org.hibernate.annotations
Specializes a SQLUpdate in a certain dialect.
DialectOverride.SQLUpdates - Annotation Interface in org.hibernate.annotations
 
DialectOverride.Version - Annotation Interface in org.hibernate.annotations
Identifies a database version.
DialectOverrideAnnotations - Interface in org.hibernate.boot.models
 
DialectOverrider<O> - Interface in org.hibernate.boot.models.annotations.spi
Common contract for override annotations defined in DialectOverride
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
 
DialectScopeRegistration - Record Class in org.hibernate.boot.models.spi
 
DialectScopeRegistration(String, String, String, String) - Constructor for record class org.hibernate.boot.models.spi.DialectScopeRegistration
Creates an instance of a DialectScopeRegistration record class.
dialectScopes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectImpl
 
dialectScopes() - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
Returns the value of the dialectScopes record component.
DialectSelector - Interface in org.hibernate.boot.registry.selector.spi
 
Dialect-specific native SQL - Section in package org.hibernate.annotations
 
DialectSpecificSettings - Interface in org.hibernate.cfg
Settings used as fallback to configure aspects of specific Dialects when the boot process does not have access to a DatabaseMetaData object or its underlying JDBC Connection.
diff(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
diff(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
diff(Expression, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
diff(Expression, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
diff(Expression, N) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
diff(Expression, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
diff(N, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
diff(N, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
diff(N, Expression) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
difference - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The difference function, cfr.
dimension - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The dimension function, cfr.
DirectAccessRegion - Interface in org.hibernate.cache.spi
Specialized Region whose data is accessed directly, without the need for 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
 
direction() - Method in interface org.hibernate.query.Order
The direction, ascending or descending, in which results are sorted.
directionAffectedByCascadeDelete() - Method in interface org.hibernate.engine.spi.CascadingAction
The cascade direction in which we care whether the foreign key is declared with on delete cascade.
directionAffectedByCascadeDelete() - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
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 - Enum constant in enum class org.hibernate.annotations.OptimisticLockType
Optimistic locking based on dirty fields of the entity.
DIRTY - Enum constant in enum class org.hibernate.engine.OptimisticLockStyle
Optimistic locking via comparison of dirty columns.
DIRTY - Enum constant in enum class org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
 
DIRTY_CHECK - Enum constant in enum class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
DIRTY_CHECK - Static variable in class org.hibernate.event.spi.EventType
 
dirtyAttributeIndexes(int[], int[]) - Static method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
dirtyCalculationEnd(boolean) - Method in interface org.hibernate.SessionEventListener
 
dirtyCalculationStart() - Method in interface org.hibernate.SessionEventListener
 
DirtyCheckEvent - Class in org.hibernate.event.spi
Event class for Session.isDirty().
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.JaxbConvertImpl
 
disableCreation() - Method in class org.hibernate.mapping.ForeignKey
 
DISABLED - Enum constant in enum class org.hibernate.SessionCheckMode
The default.
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.IdentifierLoadAccess
Deprecated.
Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
disableFetchProfile(String) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Deprecated.
Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
disableFetchProfile(String) - Method in interface org.hibernate.NaturalIdLoadAccess
Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
disableFetchProfile(String) - Method in interface org.hibernate.query.Query
 
disableFetchProfile(String) - Method in interface org.hibernate.query.SelectionQuery
Disable the fetch profile with the given name in this session.
disableFetchProfile(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
disableFetchProfile(String) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
disableFetchProfile(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
disableFetchProfile(String) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
disableFetchProfile(String) - Method in interface org.hibernate.Session
Disable the fetch profile with the given name in this session.
disableFetchProfile(String) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
disableFilter(String) - Method in interface org.hibernate.SharedSessionContract
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
Deprecated, for removal: This API element is subject to removal in a future version.
with no replacement.
disableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Disable connection releases
DISALLOW - Enum constant in enum class org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
 
DISALLOW - Enum constant in enum class org.hibernate.engine.jdbc.env.JdbcMetadataOnBoot
Access to the JDBC metadata is disallowed.
DISALLOW - Enum constant in enum class org.hibernate.Locking.FollowOn
Disallow follow-on locking, throwing an exception instead.
DISALLOW - Enum constant in enum class org.hibernate.type.WrapperArrayHandling
Throw an informative and actionable error if the types are used explicitly in the domain model
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.AbstractSqmParameter
 
disallowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
disassemble(T, SharedSessionContract) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a disassembled representation of the value.
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 given value into a destructured representation, suitable for storage in the second-level cache.
disassemble(Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Return a disassembled representation of the object.
disassemble(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Return a disassembled representation of the object.
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ManyToOneType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.OneToOneType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.UserComponentType
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
Breaks down a value of J into its simple pieces.
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
 
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) - Method in class org.hibernate.type.CustomType
 
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.SpecialOneToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.UserComponentType
 
disassemble(Object, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.Immutability
 
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.usertype.BaseUserTypeSupport
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
DISCARD_PC_ON_CLOSE - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated, for removal: This API element is subject to removal in a future version.
This is no longer useful and will be removed.
discoverTypes(ClassLoader, String) - Method in interface org.hibernate.bytecode.spi.ClassTransformer
 
discoverTypes(String, byte[]) - Method in interface org.hibernate.bytecode.enhance.spi.Enhancer
Discovers types prior to enhancement.
Discriminable - Interface in org.hibernate.metamodel.mapping
Anything that has a discriminator associated with it.
Discriminatable - Interface in org.hibernate.boot.jaxb.hbm.spi
 
DISCRIMINATED - Enum constant in enum class org.hibernate.boot.model.source.spi.InheritanceType
 
Discriminated association mappings - Section in annotation interface org.hibernate.annotations.Mutability
 
DiscriminatedAssociationModelPart - Interface in org.hibernate.metamodel.mapping
A discriminated association.
discriminator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
discriminator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAnyMappingImpl
 
discriminator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
 
discriminator() - Element in annotation interface org.hibernate.annotations.AnyDiscriminatorValue
The discriminator value
DISCRIMINATOR_COLUMN - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
DISCRIMINATOR_FORMULA - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
DISCRIMINATOR_OPTIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
DISCRIMINATOR_ROLE_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
DISCRIMINATOR_VALUE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
discriminatorColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
discriminatorColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResultImpl
 
DiscriminatorConverter<O,R> - Class in org.hibernate.metamodel.mapping
 
DiscriminatorConverter(String, JavaType, JavaType) - Constructor for class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
discriminatorFormula - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
DiscriminatorFormula - Annotation Interface in org.hibernate.annotations
Specifies an expression written in native SQL as the discriminator for an entity inheritance hierarchy.
DiscriminatorHelper - Class in org.hibernate.persister.entity
Operations needed by persisters for working with discriminators.
DiscriminatorHelper() - Constructor for class org.hibernate.persister.entity.DiscriminatorHelper
 
DiscriminatorMapping - Interface in org.hibernate.metamodel.mapping
Mapping of a discriminator, for either entity or association (ANY) discrimination.
DiscriminatorMetadata - Interface in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
The functionality of DiscriminatorMetadata, DiscriminatorType and MetaType have been consolidated into EntityDiscriminatorMapping and DiscriminatorConverter
DiscriminatorOptions - Annotation Interface in org.hibernate.annotations
Optional annotation used in conjunction with the JPA-defined DiscriminatorColumn annotation to express Hibernate-specific discriminator properties.
DiscriminatorPersistentEntity - Class in org.hibernate.envers.boot.model
A persistent entity mapping that uses a single table to store entities based on a discriminator.
DiscriminatorPersistentEntity(AuditTableData, PersistentClass) - Constructor for class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
DiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Contract for sources of information about a mapped discriminator.
DiscriminatorSqmPath<T> - Interface in org.hibernate.query.sqm
Commonality between entity and any discriminators
discriminatorType - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumnImpl
 
discriminatorType - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorFormulaImpl
 
discriminatorType() - Element in annotation interface org.hibernate.annotations.DiscriminatorFormula
The type of value returned by the formula.
DiscriminatorType - Class in org.hibernate.envers.boot.model
Contract for a persistent entity discriminator type.
DiscriminatorType<T> - Class in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
The functionality of DiscriminatorType, DiscriminatorMetadata and MetaType have been consolidated into EntityDiscriminatorMapping and DiscriminatorConverter
DiscriminatorType<O> - Interface in org.hibernate.metamodel.mapping
Union of ConvertedBasicType and BasicDomainType capabilities.
DiscriminatorType(Value) - Constructor for class org.hibernate.envers.boot.model.DiscriminatorType
 
DiscriminatorType(BasicType, EntityPersister, DiscriminatorConverter) - Constructor for class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
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.JaxbAnyDiscriminatorValueMappingImpl
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
DiscriminatorValueDetails - Interface in org.hibernate.metamodel.mapping
Details for a particular discriminator value.
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Tongue-in-cheek name for a shutdown callback.
disjoint - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The disjoint function, cfr.
disjoint(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially disjoint" constraint.
disjoint(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially disjoint" constraint.
disjoint(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially disjoint" constraint.
disjoint(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially disjoint" constraint.
disjoint(Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially disjoint" constraint.
disjoint(Expression, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially disjoint" constraint.
DISJOINT - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The geometries are spatially dijoint
disjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single disjunction (A or B or C...).
disjunction() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
disjunction() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
disjunction() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
DISJUNCTION - Enum constant in enum class org.hibernate.sql.ast.tree.predicate.Junction.Nature
An OR
distance - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The distance function, cfr.
distanceWithin(CriteriaBuilder, Expression, Expression, double) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression, Geometry, double) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression, Geometry, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression, Expression, double) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression, Geometry, double) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression, Geometry, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(Expression, Expression, double) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(Expression, Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(Expression, T, double) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(Expression, T, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "distance within" constraint.
distinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on distinct values
distinct(boolean) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
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
A type code representing the generic SQL type DISTINCT.
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryExpressionPredicateContext
 
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 - Enum constant in enum class org.hibernate.query.sqm.ComparisonOperator
 
distinctFrom(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
distinctFrom(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
distinctFrom(Expression, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
DIVIDE - Enum constant in enum class 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
 
DIVIDE_PORTABLE - Enum constant in enum class org.hibernate.query.sqm.BinaryArithmeticOperator
"Portable" division, that is, true integer division when the operands are integers.
DmlTargetColumnQualifierSupport - Enum Class in org.hibernate.dialect
Indicates the level of qualifier support used by the dialect when referencing a column.
DO - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DO - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DO() - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
DO() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DO_NOT_AUDIT_OPTIMISTIC_LOCKING_FIELD - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Treats optimistic locking properties as unversioned.
doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacks.AfterCompletionCallback
Perform whatever processing is encapsulated here after completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in interface org.hibernate.action.spi.BeforeTransactionCompletionProcess
Deprecated, for removal: This API element is subject to removal in a future version.
doBeforeTransactionCompletion(SharedSessionContractImplementor) - Method in interface org.hibernate.engine.spi.TransactionCompletionCallbacks.BeforeCompletionCallback
Perform whatever processing is encapsulated here before completion of the transaction.
doBiDirectionalAssociationManagement() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement. See HHH-19660
doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doBiDirectionalAssociationManagement(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
Deprecated, for removal: This API element is subject to removal in a future version.
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.XmlArrayJdbcType.XmlArrayBinder
 
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.XmlArrayJdbcType.XmlArrayBinder
 
doBind(PreparedStatement, X, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
 
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() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
Whether to enable support for inline dirtiness checking.
doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doDirtyCheckingInline(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
Deprecated, for removal: This API element is subject to removal in a future version.
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).
doDynamicDelete(Object, Object, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
doDynamicInserts(Object, Object[], Object, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
 
doDynamicUpdate(Object, Object, Object, Object[], Object[], UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
doesConnectionProviderDisableAutoCommit() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
doesConnectionProviderDisableAutoCommit() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Do newly-obtained JDBC connections come with autocommit already disabled?
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.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
 
doesRoundTemporalOnOverflow() - Method in class org.hibernate.dialect.DB2Dialect
 
doesRoundTemporalOnOverflow() - Method in class org.hibernate.dialect.Dialect
Does this dialect round a temporal when converting from a precision higher to a lower one?
doesRoundTemporalOnOverflow() - Method in class org.hibernate.dialect.HANADialect
 
doesRoundTemporalOnOverflow() - Method in class org.hibernate.dialect.HSQLDialect
 
doesRoundTemporalOnOverflow() - Method in class org.hibernate.dialect.MariaDBDialect
 
doExecuteUpdate() - Method in class org.hibernate.query.spi.AbstractQuery
 
doExtendedEnhancement() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement. See HHH-19661
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doExtendedEnhancement(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementOptions
Deprecated, for removal: This API element is subject to removal in a future version.
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.dialect.DB2GetObjectExtractor
 
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
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.dialect.DB2GetObjectExtractor
 
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
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.dialect.DB2GetObjectExtractor
 
doExtract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
Perform the extraction.
doList() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
DOM - Enum constant in enum class 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 second-level cache region that holds cacheable domain data: the destructured state of entity instances and collections, and mappings from natural id to primary key.
DomainDataRegionBuildingContext - Interface in org.hibernate.cache.cfg.spi
A "parameter object" for RegionFactory.buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) calls, giving it access to information it needs.
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 Class in org.hibernate.sql.results
Base for problems creating DomainResult instances
DomainResultCreationException(String) - Constructor for exception class org.hibernate.sql.results.DomainResultCreationException
 
DomainResultCreationException(String, Throwable) - Constructor for exception class org.hibernate.sql.results.DomainResultCreationException
 
DomainResultCreationState - Interface in org.hibernate.sql.results.graph
Contains state related to building DomainResult and Fetch graphs
DomainResultGraphNode - Interface in org.hibernate.sql.results.graph
Marker for all object types that can be part of a result mapping
DomainResultGraphPrinter - Class in org.hibernate.sql.results.graph
Printer for DomainResult graphs
domainType() - Element in annotation interface org.hibernate.annotations.ConverterRegistration
The domain type to which this converter should be applied.
DomainType<J> - Interface in org.hibernate.metamodel.model.domain
Describes any type forming part of the application 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).
doneDeletingCollectionRows(int, String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
 
doneInsertingCollectionRows(int, String) - Method in interface org.hibernate.sql.model.ModelMutationLogging
 
doPopulation(ExecutionOptions, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaPopulator
Perform schema population to the indicated target(s).
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) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doReturningWork(ReturningWork) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
doReturningWork(ReturningWork) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
doReturningWork(ReturningWork) - 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) - Method in interface org.hibernate.boot.spi.SecondPass
Perform the operation
doStaticDelete(Object, Object, Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
doStaticInserts(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinatorStandard
 
doStaticUpdate(Object, Object, Object, Object[], Object[], UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
doSynchronize(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.GeneratorSynchronizer
Perform sequence resynchronization from the indicated source(s) to the indicated target(s).
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.ColumnFunctionContext
 
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
A compound name.
doTruncate(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaTruncator
Perform schema truncation from the indicated source(s) to the indicated target(s).
DOUBLE - Enum constant in enum class org.hibernate.query.sqm.CastType
 
DOUBLE - Enum constant in enum class org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
DOUBLE - Static variable in class org.hibernate.type.SqlTypes
A type code representing 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.hql.HqlParser.SecondContext
 
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 - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DOUBLE_PIPE - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
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
 
DoublePrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for double[] handling.
DoublePrimitiveArrayJavaType(JavaType) - Constructor for class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
doUpdate(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
doUpdate(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
 
doUpdate(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
 
doUpdate(Object, PersistentCollection, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorTablePerSubclass
 
doValidation(Metadata, ExecutionOptions, ContributableMatcher) - Method in interface org.hibernate.tool.schema.spi.SchemaValidator
Perform the validation of the schema described by Metadata
doVersionUpdate(Object, Object, Object, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
doVersionUpdate(Object, Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
DowncastLocation - Enum Class 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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
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.JdbcSettings
Deprecated.
The JPA-standard setting JdbcSettings.JAKARTA_JDBC_DRIVER is now preferred.
driverKind - Variable in class org.hibernate.dialect.CockroachDialect
 
driverKind - Variable in class org.hibernate.dialect.PostgreSQLDialect
 
driverMajorVersion - Variable in class org.hibernate.dialect.OracleDialect
 
driverMinorVersion - Variable in class org.hibernate.dialect.OracleDialect
 
drop - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
drop - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectImpl
 
drop() - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
Returns the value of the drop record component.
DROP - Enum constant in enum class org.hibernate.boot.SchemaAutoTooling
Deprecated.
Drop the schema and don't recreate it.
DROP - Enum constant in enum class org.hibernate.query.sqm.mutation.spi.AfterUseAction
 
DROP - Enum constant in enum class org.hibernate.tool.schema.Action
Drop the schema.
DROP_RECREATE_QUIETLY - Enum constant in enum class org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Attempt to drop, then (re-)create each unique constraint.
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.HANADialect
 
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
 
dropMappedObjects(boolean) - Method in interface org.hibernate.relational.SchemaManager
Drop database objects mapped by Hibernate entities, undoing the previous export.
duplicatedFetchProfile(String) - Method in interface org.hibernate.boot.BootLogging
 
duplicateGeneratorName(String) - Method in interface org.hibernate.boot.BootLogging
 
DuplicateMappingException - Exception Class in org.hibernate
Raised whenever a duplicate for a certain type occurs, such as a duplicate class, table, or property name.
DuplicateMappingException(String, DuplicateMappingException.Type, String) - Constructor for exception class org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given customMessage, type and name.
DuplicateMappingException(DuplicateMappingException.Type, String) - Constructor for exception class org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given type and name.
DuplicateMappingException.Type - Enum Class in org.hibernate
Enumeration of the types of things that can be duplicated.
DuplicateSecondaryTableException(Identifier) - Constructor for exception class org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
 
DuplicationStrategy - Interface in org.hibernate.event.service.spi
Defines listener duplication checking strategy, both in terms of when a duplication is detected (see DuplicationStrategy.areMatch(Object, Object)) as well as how to handle a duplication (see DuplicationStrategy.getAction()).
DuplicationStrategy.Action - Enum Class in org.hibernate.event.service.spi
The enumerated list of actions available on duplication match
DuplicationStrategyImpl - Class in org.hibernate.boot.beanvalidation
 
DuplicationStrategyImpl() - Constructor for class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
 
duration(long, TemporalUnit) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
A literal Duration, for example, "five days" or "30 minutes".
duration(long, TemporalUnit) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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.SqlTypes
A type code representing a "virtual mapping" of Duration.
DURATION - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Duration to JDBC DURATION.
durationBetween(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract two dates or two datetimes, returning the duration between the two dates or between two datetimes.
durationBetween(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationBetween(Expression, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract two dates or two datetimes, returning the duration between the two dates or between two datetimes.
durationBetween(Expression, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationByUnit(TemporalUnit, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Convert a Duration to a numeric magnitude in the given units.
durationByUnit(TemporalUnit, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationDiff(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract one duration from another.
durationDiff(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationDiff(Expression, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract one duration from another.
durationDiff(Expression, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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
 
DurationJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for Duration.
DurationJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DurationJdbcType
 
durationScaled(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Scale a duration by a number.
durationScaled(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationScaled(Expression, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Scale a duration by a number.
durationScaled(Expression, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationScaled(Number, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Scale a duration by a number.
durationScaled(Number, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationSum(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add two durations.
durationSum(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationSum(Expression, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add two durations.
durationSum(Expression, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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
 
dwithin - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
the distance within function
DYNAMIC_INSERT - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
DYNAMIC_UPDATE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
DynamicDispatchFunction - Class in org.hibernate.dialect.function
A function that dynamically dispatches to other functions, depending on which function validates successfully first.
DynamicDispatchFunction(SqmFunctionRegistry, String...) - Constructor for class org.hibernate.dialect.function.DynamicDispatchFunction
 
dynamicInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
dynamicInsert - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
DynamicInsert - Annotation Interface 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 Class 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
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
Deprecated, for removal: This API element is subject to removal in a future version.
This very old approach was never properly implemented in all contexts, and never actually achieved the type safety it aimed for. Just use ParameterizedType for now.
DynamicParameterizedType.ParameterType - Interface in org.hibernate.usertype
Deprecated.
 
dynamicUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
dynamicUpdate - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
DynamicUpdate - Annotation Interface 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

effectiveBatchSize(CollectionPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
effectiveBatchSize(EntityPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
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
 
effectivelyBatchLoadable(CollectionPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
effectivelyBatchLoadable(EntityPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
EffectiveMappingDefaults - Interface in org.hibernate.boot.spi
Defaults which are in effect for each mapping.
effectiveSubselectFetchEnabled(CollectionPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
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() - Method in interface org.hibernate.query.Order
For an order based on an indexed element of the select clause, the index of the element.
ELEMENT - Enum constant in enum class org.hibernate.metamodel.mapping.CollectionPart.Nature
The Collection element or Map element.
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.ElementValueQuantifierContext
 
ELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ELEMENT_COLLECTION - Enum constant in enum class org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ELEMENT_COLLECTION - Enum constant in enum class org.hibernate.boot.models.AttributeNature
 
ELEMENT_COLLECTION - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
 
ELEMENT_COLLECTION - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ElementAggregateFunctionContext(HqlParser.CollectionAggregateFunctionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
elementByIndex(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
elementByIndex(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Obtain the element os this collection associated with the given index without initializing it
elementClass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
elementCollectionAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
 
elementCollectionAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributesContainerImpl
 
elementColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
elementColumnIsGettable - 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) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
elementExists(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Determine if the given element belongs to this collection without initializing it
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
 
elementJavaType(JavaType) - Static method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
elementName() - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
Returns the value of the elementName record component.
elementName() - Method in record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
Returns the value of the elementName record component.
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.ElementsValuesQuantifierContext
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
elementsValuesQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
elementsValuesQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
elementsValuesQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
elementsValuesQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
ElementsValuesQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
 
elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
elementValueQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
elementValueQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
ElementValueQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
ElementViaArrayArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionReturnTypeResolver that resolves the array element type based on an argument.
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() - Method in interface org.hibernate.usertype.CompositeUserType
The class that represents the embeddable mapping of the type.
embeddable(Class) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
embeddable(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Access to an embeddable type from FQN
EMBEDDABLE - Enum constant in enum class org.hibernate.metamodel.ValueClassification
An Embeddable value
EMBEDDABLE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
EMBEDDABLE_INSTANTIATOR - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
EMBEDDABLE_INSTANTIATOR_REGISTRATION - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
EMBEDDABLE_INSTANTIATOR_REGISTRATIONS - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
EMBEDDABLE_SET_ORDINAL_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Name of column used for storing ordinal of the change in sets of embeddable elements.
EmbeddableAggregateJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
Java type for embeddable aggregates, which allows resolving a recommended JdbcType.
EmbeddableAggregateJavaType(Class, String) - Constructor for class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
 
embeddableClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableInstantiatorRegistrationImpl
 
embeddableClass() - Element in annotation interface org.hibernate.annotations.CompositeTypeRegistration
The embeddable type described by the CompositeTypeRegistration.userType().
embeddableClass() - Element in annotation interface org.hibernate.annotations.EmbeddableInstantiatorRegistration
 
EmbeddableDiscriminatorConverter<O,R> - Class in org.hibernate.metamodel.mapping
Handles conversion of discriminator values for embeddable subtype classes to their domain typed form.
EmbeddableDiscriminatorConverter(String, JavaType, JavaType, List) - Constructor for class org.hibernate.metamodel.mapping.EmbeddableDiscriminatorConverter
 
EmbeddableDiscriminatorMapping - Interface in org.hibernate.metamodel.mapping
Details about the discriminator for an embeddable hierarchy.
EmbeddableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA EmbeddableType contract.
EmbeddableFunctionTableGroup - Class in org.hibernate.sql.ast.tree.from
A table group for functions that produce embeddable typed results.
EmbeddableFunctionTableGroup(NavigablePath, EmbeddableMappingType, Expression) - Constructor for class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableGroup
 
EmbeddableFunctionTableReference - Class in org.hibernate.sql.ast.tree.from
A table reference for functions that produce embeddable typed results.
EmbeddableFunctionTableReference(NavigablePath, EmbeddableMappingType, Expression) - Constructor for class org.hibernate.sql.ast.tree.from.EmbeddableFunctionTableReference
 
EmbeddableInitializer<Data> - 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.
EmbeddableInstantiator - Annotation Interface in org.hibernate.annotations
Specifies a custom instantiator for a specific embedded
EmbeddableInstantiatorRegistration - Class in org.hibernate.boot.models.spi
EmbeddableInstantiatorRegistration - Annotation Interface in org.hibernate.annotations
Registers a custom instantiator implementation to be used for all references to a particular Embeddable.
EmbeddableInstantiatorRegistration(ClassDetails, ClassDetails) - Constructor for class org.hibernate.boot.models.spi.EmbeddableInstantiatorRegistration
 
embeddableInstantiatorRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
EmbeddableInstantiatorRegistrations - Annotation Interface 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
EmbeddableMappingType.ConcreteEmbeddableType - Interface in org.hibernate.metamodel.mapping
 
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
 
embeddables - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
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.
EmbeddableTypeLiteral - Class in org.hibernate.sql.ast.tree.expression
 
EmbeddableTypeLiteral(EmbeddableDomainType, BasicType) - Constructor for class org.hibernate.sql.ast.tree.expression.EmbeddableTypeLiteral
 
EmbeddableValuedFetchable - Interface in org.hibernate.sql.results.graph.embeddable
 
EmbeddableValuedModelPart - Interface in org.hibernate.metamodel.mapping
Describes the mapping of an embeddable (composite).
EMBEDDED - Enum constant in enum class org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
EMBEDDED - Enum constant in enum class org.hibernate.boot.models.AttributeNature
 
EMBEDDED - Enum constant in enum class org.hibernate.metamodel.AttributeClassification
 
EMBEDDED - Enum constant in enum class org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
EMBEDDED - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
EMBEDDED_COLUMN_NAMING - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
EMBEDDED_ID - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
EMBEDDED_LOAD_LOGGER - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
Static access to the logging instance
EMBEDDED_TABLE - Static variable in interface org.hibernate.boot.models.HibernateAnnotations
 
EmbeddedAttributeMapping - Interface in org.hibernate.boot.model.source.spi
Unifying contract for any JAXB types which describe an embedded (in JPA terms).
embeddedAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
 
embeddedAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributesContainerImpl
 
embeddedAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNaturalIdImpl
 
EmbeddedColumnNaming - Annotation Interface in org.hibernate.annotations
Allows specifying a pattern to be applied to the naming of columns for a particular embedded mapping.
EmbeddedComponentType - Class in org.hibernate.type
 
EmbeddedComponentType(Component, int[]) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
embeddedIdAttribute - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributesContainerImpl
 
EmbeddedTable - Annotation Interface in org.hibernate.annotations
An easier mechanism to declare the table to which an embedded value maps compared to the Jakarta Persistence compliant mechanism requiring multiple AttributeOverride and AssociationOverride annotations.
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.spi.QueryParameterBindings
 
empty() - Static method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
empty() - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
empty(Class) - Static method in interface org.hibernate.query.range.Range
An empty range containing no values.
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 - Static variable in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
EMPTY - Static variable in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryOnErrorOrEmptyClauseContext
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueOnErrorOrEmptyClauseContext
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryIsPredicateContext
 
EMPTY(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryOnErrorOrEmptyClauseContext
 
EMPTY_ARRAY - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.EmptyBehavior
An empty array should be returned.
EMPTY_ARRAY - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.ErrorBehavior
An empty array should be returned.
EMPTY_ARRAY - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
 
EMPTY_ARRAY - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
 
EMPTY_ARRAY - Static variable in interface org.hibernate.sql.results.graph.Initializer
 
EMPTY_OBJECT - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.EmptyBehavior
An empty object should be returned.
EMPTY_OBJECT - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.ErrorBehavior
An empty object should be returned.
EMPTY_OBJECT - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
 
EMPTY_OBJECT - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
 
emptyArrayOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
 
emptyArrayOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
Sets the JpaJsonQueryNode.EmptyBehavior.EMPTY_ARRAY for this json query expression.
emptyArrayOnEmpty() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
emptyArrayOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
 
emptyArrayOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
Sets the JpaJsonQueryNode.ErrorBehavior.EMPTY_ARRAY for this json query expression.
emptyArrayOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
emptyBatch(String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
emptyBehavior() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
Returns the value of the emptyBehavior record component.
emptyBehavior() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
Returns the value of the emptyBehavior record component.
emptyBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
Returns the value of the emptyBehavior record component.
emptyBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
Returns the value of the emptyBehavior record component.
EmptyExtractionContext() - Constructor for class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
emptyObjectOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
 
emptyObjectOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
Sets the JpaJsonQueryNode.EmptyBehavior.EMPTY_OBJECT for this json query expression.
emptyObjectOnEmpty() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
emptyObjectOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
 
emptyObjectOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
Sets the JpaJsonQueryNode.ErrorBehavior.EMPTY_OBJECT for this json query expression.
emptyObjectOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
emulateCycleClauseWithRowAndArray(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateFetchOffsetWithWindowFunctions(QueryPart, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateFetchOffsetWithWindowFunctions(QueryPart, Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateFetchOffsetWithWindowFunctionsVisitQueryPart(QueryPart) - Method in class org.hibernate.dialect.sql.ast.DB2SqlAstTranslator
 
emulateFetchOffsetWithWindowFunctionsVisitQueryPart(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateQuantifiedTupleSubQueryPredicate(Predicate, SelectStatement, 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
 
emulateSearchClauseOrderWithRowAndArray(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateSelectTupleComparison(List, List, ComparisonOperator, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateSortSpecificationNullPrecedence(Expression, Nulls) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateSubQueryRelationalRestrictionPredicate(Predicate, boolean, SelectStatement, X, AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateTupleComparison(List, List, 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(SelectionQuery) - Method in record class org.hibernate.EnabledFetchProfile
Enable the fetch profile represented by this object during execution of the given query.
enable(Session) - Method in record class org.hibernate.EnabledFetchProfile
Enable the fetch profile represented by this object in the given session.
ENABLE_LAZY_LOAD_NO_TRANS - Static variable in interface org.hibernate.cfg.TransactionSettings
Allows a detached proxy or lazy collection to be fetched even when not associated with an open persistence context, by creating a temporary persistence context when the proxy or collection is accessed.
ENABLE_SYNONYMS - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
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.
ENABLED - Enum constant in enum class org.hibernate.SessionCheckMode
The persistence context will be checked.
EnabledFetchProfile - Record Class in org.hibernate
A FindOption which represents a named fetch profile.
EnabledFetchProfile(String) - Constructor for record class org.hibernate.EnabledFetchProfile
Creates an instance of a EnabledFetchProfile record class.
enabledFetchProfiles() - Element in annotation interface org.hibernate.annotations.processing.Find
 
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should we process or ignore explicitly defined discriminators in the case of joined subclasses? The legacy behavior of Hibernate was to ignore the discriminator annotations because Hibernate (unlike some providers) does not need discriminators to determine the concrete type when it comes to joined inheritance.
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.IdentifierLoadAccess
Deprecated.
Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
enableFetchProfile(String) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Deprecated.
Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
enableFetchProfile(String) - Method in interface org.hibernate.NaturalIdLoadAccess
Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
enableFetchProfile(String) - Method in interface org.hibernate.query.Query
 
enableFetchProfile(String) - Method in interface org.hibernate.query.SelectionQuery
Enable the fetch profile with the given name during execution of this query.
enableFetchProfile(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
enableFetchProfile(String) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
enableFetchProfile(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
enableFetchProfile(String) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
enableFetchProfile(String) - Method in interface org.hibernate.Session
Enable the fetch profile with the given name in this session.
enableFetchProfile(String) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
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 class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
enableFilter(String) - Method in interface org.hibernate.SharedSessionContract
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
 
enableJpaCascadeCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
No longer has any effect.
enableJpaCascadeCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableJpaClosedCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaClosedCompliance(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
Deprecated.
Should the returned list of entity instances be ordered, with the position of an entity instance determined by the position of its identifier in the list if ids passed to MultiIdentifierLoadAccess.multiLoad(K...)?
enableOrderedReturn(boolean) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Should the returned list of entity instances be ordered, with the position of an entity instance determined by the position of its identifier in the list if ids passed to NaturalIdMultiLoadAccess.multiLoad(Object...)?
enableReleaseResourcesOnCloseEnabled(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
enableReleaseResourcesOnCloseEnabled(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
Deprecated.
enableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Enable connection releases
enableReturnOfDeletedEntities(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Deprecated.
Should MultiIdentifierLoadAccess.multiLoad(K...) return entity instances that have been marked for removal in the current session, but not yet deleted in the database?
enableReturnOfDeletedEntities(boolean) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Should NaturalIdMultiLoadAccess.multiLoad(Object...) return entity instances that have been marked for removal in the current session, but not yet deleted in the database?
enableSessionCheck(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Deprecated.
Specifies whether the ids of managed entity instances already cached in the current persistence context should be excluded from the list of ids sent to the database.
enableSoftDelete(Column, SoftDeleteType) - Method in class org.hibernate.mapping.Collection
 
enableSoftDelete(Column, SoftDeleteType) - Method in class org.hibernate.mapping.RootClass
 
enableSoftDelete(Column, SoftDeleteType) - Method in interface org.hibernate.mapping.SoftDeletable
Enable soft-delete for this part of the model.
encounteredFailureRollingBackFailedCommit(Throwable) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
 
end() - Method in interface org.hibernate.SessionEventListener
 
END - Enum constant in enum class org.hibernate.envers.query.criteria.MatchMode
Match the end of the string to the pattern.
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
 
endArray() - Method in interface org.hibernate.type.format.JsonDocumentWriter
Ends a new JSON array.
endArray() - Method in class org.hibernate.type.format.OsonDocumentWriter
 
endArray() - Method in class org.hibernate.type.format.StringJsonDocumentWriter
Callback to be called when the end of an array is encountered.
endLoading(Data) - Method in interface org.hibernate.sql.results.graph.Initializer
Lifecycle method called at the very end of the result values processing
endObject() - Method in interface org.hibernate.type.format.JsonDocumentWriter
Ends a new JSON Objects
endObject() - Method in class org.hibernate.type.format.OsonDocumentWriter
 
endObject() - Method in class org.hibernate.type.format.StringJsonDocumentWriter
Callback to be called when the end of an JSON object is encountered.
endpoint - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
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.
endRemoveOrphanBeforeUpdates() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
endsWith(SingularAttribute, String) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to end with the given string suffix.
endsWith(SingularAttribute, String, boolean) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to end with the given string suffix, explicitly specifying case sensitivity.
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.
EnhancedGetterFieldImpl - Class in org.hibernate.property.access.spi
A specialized Getter implementation for handling getting values from a bytecode-enhanced Class.
EnhancedGetterFieldImpl(Class, String, Field, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedGetterFieldImpl
 
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
 
EnhancedSetterMethodImpl - Class in org.hibernate.property.access.spi
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class using a setter method.
EnhancedSetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
 
EnhancedUserType<J> - Interface in org.hibernate.usertype
A custom type that may function as an identifier or discriminator type
enhancementAsProxyLazinessForceInitialize(String, Object, String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
EnhancementAsProxyLazinessInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
EnhancementAsProxyLazinessInterceptor(EnhancementAsProxyLazinessInterceptor.EntityRelatedState, EntityKey, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
EnhancementAsProxyLazinessInterceptor.EntityRelatedState - Class in org.hibernate.bytecode.enhance.spi.interceptor
This is an helper object to group all state which relates to a particular entity type, and which is needed for this interceptor.
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 Class in org.hibernate.bytecode.enhance.spi
An exception indicating some kind of problem performing bytecode enhancement.
EnhancementException(String) - Constructor for exception class org.hibernate.bytecode.enhance.spi.EnhancementException
 
EnhancementException(String, Throwable) - Constructor for exception class 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
 
enhancementHelperClosingTemporarySession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
enhancementHelperCommittingTransactionOnTemporarySession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
enhancementHelperStartedTemporarySession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
enhancementHelperStartingTransactionOnTemporarySession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
EnhancementInfo - Annotation Interface in org.hibernate.bytecode.enhance.spi
Provides basic information about the enhancement done to a class.
EnhancementOptions - Interface in org.hibernate.bytecode.enhance.spi
Options for the enhancement process.
Enhancer - Interface in org.hibernate.bytecode.enhance.spi
Class responsible for performing enhancement.
ENHANCER_ENABLE_ASSOCIATION_MANAGEMENT - Static variable in interface org.hibernate.cfg.BytecodeSettings
Enable association management feature in runtime bytecode enhancement
ENHANCER_ENABLE_DIRTY_TRACKING - Static variable in interface org.hibernate.cfg.BytecodeSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement. See HHH-15641
ENHANCER_ENABLE_LAZY_INITIALIZATION - Static variable in interface org.hibernate.cfg.BytecodeSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement. See HHH-15641
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().
enterAnySomeQuantifier(HqlParser.AnySomeQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.anySomeQuantifier().
enterAnySomeQuantifier(HqlParser.AnySomeQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.anySomeQuantifier().
enterArrayInList(HqlParser.ArrayInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ArrayInList labeled alternative in HqlParser.inList().
enterArrayInList(HqlParser.ArrayInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ArrayInList labeled alternative in HqlParser.inList().
enterArrayLiteral(HqlParser.ArrayLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.arrayLiteral().
enterArrayLiteral(HqlParser.ArrayLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.arrayLiteral().
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().
enterBinaryExpressionPredicate(HqlParser.BinaryExpressionPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the BinaryExpressionPredicate labeled alternative in HqlParser.predicate().
enterBinaryExpressionPredicate(HqlParser.BinaryExpressionPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the BinaryExpressionPredicate 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().
enterCollectionQuantifier(HqlParser.CollectionQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collectionQuantifier().
enterCollectionQuantifier(HqlParser.CollectionQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collectionQuantifier().
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().
enterColumnFunction(HqlParser.ColumnFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.columnFunction().
enterColumnFunction(HqlParser.ColumnFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.columnFunction().
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().
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().
enterConflictAction(HqlParser.ConflictActionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.conflictAction().
enterConflictAction(HqlParser.ConflictActionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.conflictAction().
enterConflictClause(HqlParser.ConflictClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.conflictClause().
enterConflictClause(HqlParser.ConflictClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.conflictClause().
enterConflictTarget(HqlParser.ConflictTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.conflictTarget().
enterConflictTarget(HqlParser.ConflictTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.conflictTarget().
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().
enterCte(HqlParser.CteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.cte().
enterCte(HqlParser.CteContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.cte().
enterCteAttributes(HqlParser.CteAttributesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.cteAttributes().
enterCteAttributes(HqlParser.CteAttributesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.cteAttributes().
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().
enterCycleClause(HqlParser.CycleClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.cycleClause().
enterCycleClause(HqlParser.CycleClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.cycleClause().
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 the ElementAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
enterElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ElementAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
enterElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.elementsValuesQuantifier().
enterElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.elementsValuesQuantifier().
enterElementValueQuantifier(HqlParser.ElementValueQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.elementValueQuantifier().
enterElementValueQuantifier(HqlParser.ElementValueQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.elementValueQuantifier().
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().
enterEveryAllQuantifier(HqlParser.EveryAllQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.everyAllQuantifier().
enterEveryAllQuantifier(HqlParser.EveryAllQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.everyAllQuantifier().
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().
enterFetchCountOrPercent(HqlParser.FetchCountOrPercentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.fetchCountOrPercent().
enterFetchCountOrPercent(HqlParser.FetchCountOrPercentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.fetchCountOrPercent().
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 the IndexAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
enterIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the IndexAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
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().
enterIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.indexKeyQuantifier().
enterIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.indexKeyQuantifier().
enterIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.indicesKeysQuantifier().
enterIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.indicesKeysQuantifier().
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().
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().
enterJoinFunction(HqlParser.JoinFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JoinFunction labeled alternative in HqlParser.joinTarget().
enterJoinFunction(HqlParser.JoinFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JoinFunction labeled alternative in HqlParser.joinTarget().
enterJoinPath(HqlParser.JoinPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JoinPath labeled alternative in HqlParser.joinTarget().
enterJoinPath(HqlParser.JoinPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JoinPath labeled alternative in HqlParser.joinTarget().
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().
enterJoinSubquery(HqlParser.JoinSubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JoinSubquery labeled alternative in HqlParser.joinTarget().
enterJoinSubquery(HqlParser.JoinSubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JoinSubquery labeled alternative in HqlParser.joinTarget().
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().
enterJsonArrayAggFunction(HqlParser.JsonArrayAggFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonArrayAggFunction().
enterJsonArrayAggFunction(HqlParser.JsonArrayAggFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonArrayAggFunction().
enterJsonArrayFunction(HqlParser.JsonArrayFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonArrayFunction().
enterJsonArrayFunction(HqlParser.JsonArrayFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonArrayFunction().
enterJsonExistsFunction(HqlParser.JsonExistsFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonExistsFunction().
enterJsonExistsFunction(HqlParser.JsonExistsFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonExistsFunction().
enterJsonExistsOnErrorClause(HqlParser.JsonExistsOnErrorClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonExistsOnErrorClause().
enterJsonExistsOnErrorClause(HqlParser.JsonExistsOnErrorClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonExistsOnErrorClause().
enterJsonFunction(HqlParser.JsonFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonFunction().
enterJsonFunction(HqlParser.JsonFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonFunction().
enterJsonNullClause(HqlParser.JsonNullClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonNullClause().
enterJsonNullClause(HqlParser.JsonNullClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonNullClause().
enterJsonObjectAggFunction(HqlParser.JsonObjectAggFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonObjectAggFunction().
enterJsonObjectAggFunction(HqlParser.JsonObjectAggFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonObjectAggFunction().
enterJsonObjectFunction(HqlParser.JsonObjectFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonObjectFunction().
enterJsonObjectFunction(HqlParser.JsonObjectFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonObjectFunction().
enterJsonObjectFunctionEntries(HqlParser.JsonObjectFunctionEntriesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonObjectFunctionEntries().
enterJsonObjectFunctionEntries(HqlParser.JsonObjectFunctionEntriesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonObjectFunctionEntries().
enterJsonPassingClause(HqlParser.JsonPassingClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonPassingClause().
enterJsonPassingClause(HqlParser.JsonPassingClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonPassingClause().
enterJsonQueryFunction(HqlParser.JsonQueryFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonQueryFunction().
enterJsonQueryFunction(HqlParser.JsonQueryFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonQueryFunction().
enterJsonQueryOnErrorOrEmptyClause(HqlParser.JsonQueryOnErrorOrEmptyClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonQueryOnErrorOrEmptyClause().
enterJsonQueryOnErrorOrEmptyClause(HqlParser.JsonQueryOnErrorOrEmptyClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonQueryOnErrorOrEmptyClause().
enterJsonQueryWrapperClause(HqlParser.JsonQueryWrapperClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonQueryWrapperClause().
enterJsonQueryWrapperClause(HqlParser.JsonQueryWrapperClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonQueryWrapperClause().
enterJsonTableColumns(HqlParser.JsonTableColumnsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonTableColumns().
enterJsonTableColumns(HqlParser.JsonTableColumnsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonTableColumns().
enterJsonTableColumnsClause(HqlParser.JsonTableColumnsClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonTableColumnsClause().
enterJsonTableColumnsClause(HqlParser.JsonTableColumnsClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonTableColumnsClause().
enterJsonTableErrorClause(HqlParser.JsonTableErrorClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonTableErrorClause().
enterJsonTableErrorClause(HqlParser.JsonTableErrorClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonTableErrorClause().
enterJsonTableExistsColumn(HqlParser.JsonTableExistsColumnContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JsonTableExistsColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonTableExistsColumn(HqlParser.JsonTableExistsColumnContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JsonTableExistsColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonTableFunction(HqlParser.JsonTableFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonTableFunction().
enterJsonTableFunction(HqlParser.JsonTableFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonTableFunction().
enterJsonTableNestedColumn(HqlParser.JsonTableNestedColumnContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JsonTableNestedColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonTableNestedColumn(HqlParser.JsonTableNestedColumnContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JsonTableNestedColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonTableOrdinalityColumn(HqlParser.JsonTableOrdinalityColumnContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JsonTableOrdinalityColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonTableOrdinalityColumn(HqlParser.JsonTableOrdinalityColumnContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JsonTableOrdinalityColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonTableQueryColumn(HqlParser.JsonTableQueryColumnContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JsonTableQueryColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonTableQueryColumn(HqlParser.JsonTableQueryColumnContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JsonTableQueryColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonTableValueColumn(HqlParser.JsonTableValueColumnContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JsonTableValueColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonTableValueColumn(HqlParser.JsonTableValueColumnContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JsonTableValueColumn labeled alternative in HqlParser.jsonTableColumn().
enterJsonUniqueKeysClause(HqlParser.JsonUniqueKeysClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonUniqueKeysClause().
enterJsonUniqueKeysClause(HqlParser.JsonUniqueKeysClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonUniqueKeysClause().
enterJsonValueFunction(HqlParser.JsonValueFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonValueFunction().
enterJsonValueFunction(HqlParser.JsonValueFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonValueFunction().
enterJsonValueOnErrorOrEmptyClause(HqlParser.JsonValueOnErrorOrEmptyClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonValueOnErrorOrEmptyClause().
enterJsonValueOnErrorOrEmptyClause(HqlParser.JsonValueOnErrorOrEmptyClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonValueOnErrorOrEmptyClause().
enterJsonValueReturningClause(HqlParser.JsonValueReturningClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jsonValueReturningClause().
enterJsonValueReturningClause(HqlParser.JsonValueReturningClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jsonValueReturningClause().
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().
enterLimitOffset(HqlParser.LimitOffsetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.limitOffset().
enterLimitOffset(HqlParser.LimitOffsetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.limitOffset().
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().
enterLocalDateTime(HqlParser.LocalDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localDateTime().
enterLocalDateTime(HqlParser.LocalDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localDateTime().
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().
enterLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localDateTimeLiteral().
enterLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localDateTimeLiteral().
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().
enterOffsetDateTime(HqlParser.OffsetDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetDateTime().
enterOffsetDateTime(HqlParser.OffsetDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetDateTime().
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().
enterOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetDateTimeLiteral().
enterOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetDateTimeLiteral().
enterOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetDateTimeWithMinutes().
enterOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetDateTimeWithMinutes().
enterOffsetWithMinutes(HqlParser.OffsetWithMinutesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetWithMinutes().
enterOffsetWithMinutes(HqlParser.OffsetWithMinutesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetWithMinutes().
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 - Enum constant in enum class 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().
enterQueryExpression(HqlParser.QueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.queryExpression().
enterQueryExpression(HqlParser.QueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.queryExpression().
enterQueryOrderExpression(HqlParser.QueryOrderExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the QueryOrderExpression labeled alternative in HqlParser.orderedQuery().
enterQueryOrderExpression(HqlParser.QueryOrderExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the QueryOrderExpression labeled alternative in HqlParser.orderedQuery().
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 the RootEntity labeled alternative in HqlParser.fromRoot().
enterRootEntity(HqlParser.RootEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the RootEntity labeled alternative in HqlParser.fromRoot().
enterRootFunction(HqlParser.RootFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the RootFunction labeled alternative in HqlParser.fromRoot().
enterRootFunction(HqlParser.RootFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the RootFunction labeled alternative in HqlParser.fromRoot().
enterRootSubquery(HqlParser.RootSubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the RootSubquery labeled alternative in HqlParser.fromRoot().
enterRootSubquery(HqlParser.RootSubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the RootSubquery labeled alternative in HqlParser.fromRoot().
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.TypeIndicatorContext
 
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.AnySomeQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ArrayInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ArrayLiteralContext
 
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.BinaryExpressionPredicateContext
 
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.CollectionQuantifierContext
 
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.ColumnFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictActionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
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.CycleClauseContext
 
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.ElementsValuesQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
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.EveryAllQuantifierContext
 
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.FetchCountOrPercentContext
 
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.IndexKeyQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
 
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.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.JoinFunctionContext
 
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.JoinSubqueryContext
 
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.JsonArrayAggFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonArrayFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsOnErrorClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonNullClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectAggFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonObjectFunctionEntriesContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonPassingClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryOnErrorOrEmptyClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryWrapperClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableColumnsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableErrorClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableExistsColumnContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableNestedColumnContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableOrdinalityColumnContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableQueryColumnContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableValueColumnContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonUniqueKeysClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueOnErrorOrEmptyClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueReturningClauseContext
 
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.LimitOffsetContext
 
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.LocalDateTimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
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.OffsetDateTimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
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.QueryExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderExpressionContext
 
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.RootFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
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.SearchSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
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.SetReturningFunctionContext
 
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.SimpleSetReturningFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SlicedPathAccessFragmentContext
 
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.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.TruncFunctionContext
 
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.UnaryIsPredicateContext
 
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.WithClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlaggFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlattributesFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlelementFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlexistsFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlforestFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlpiFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlqueryFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableColumnsClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableDefaultClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmltableFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableOrdinalityColumnContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableQueryColumnContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.XmlTableValueColumnContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
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().
enterSearchClause(HqlParser.SearchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchClause().
enterSearchClause(HqlParser.SearchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchClause().
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().
enterSearchSpecification(HqlParser.SearchSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchSpecification().
enterSearchSpecification(HqlParser.SearchSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchSpecification().
enterSearchSpecifications(HqlParser.SearchSpecificationsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchSpecifications().
enterSearchSpecifications(HqlParser.SearchSpecificationsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchSpecifications().
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().
enterSetReturningFunction(HqlParser.SetReturningFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.setReturningFunction().
enterSetReturningFunction(HqlParser.SetReturningFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.setReturningFunction().
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().
enterSimpleSetReturningFunction(HqlParser.SimpleSetReturningFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.simpleSetReturningFunction().
enterSimpleSetReturningFunction(HqlParser.SimpleSetReturningFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.simpleSetReturningFunction().
enterSlicedPathAccessFragment(HqlParser.SlicedPathAccessFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.slicedPathAccessFragment().
enterSlicedPathAccessFragment(HqlParser.SlicedPathAccessFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.slicedPathAccessFragment().
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().
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().
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().
enterTruncFunction(HqlParser.TruncFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.truncFunction().
enterTruncFunction(HqlParser.TruncFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.truncFunction().
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().
enterTypeIndicator(GraphLanguageParser.TypeIndicatorContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.typeIndicator().
enterTypeIndicator(GraphLanguageParser.TypeIndicatorContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.typeIndicator().
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().
enterUnaryIsPredicate(HqlParser.UnaryIsPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the UnaryIsPredicate labeled alternative in HqlParser.predicate().
enterUnaryIsPredicate(HqlParser.UnaryIsPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the UnaryIsPredicate labeled alternative in HqlParser.predicate().
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
invalid reference
HqlParser#orderedQueryorderedQueryorderedQueryfromRootfromRootfromRootjoinTargetjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunctionjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnxmltableColumnxmltableColumnxmltableColumn
.
enterValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the values labeled alternative in
invalid reference
HqlParser#orderedQueryorderedQueryorderedQueryfromRootfromRootfromRootjoinTargetjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunctionjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnjsonTableColumnxmltableColumnxmltableColumnxmltableColumn
.
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().
enterWithClause(HqlParser.WithClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.withClause().
enterWithClause(HqlParser.WithClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.withClause().
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().
enterXmlaggFunction(HqlParser.XmlaggFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmlaggFunction().
enterXmlaggFunction(HqlParser.XmlaggFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmlaggFunction().
enterXmlattributesFunction(HqlParser.XmlattributesFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmlattributesFunction().
enterXmlattributesFunction(HqlParser.XmlattributesFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmlattributesFunction().
enterXmlelementFunction(HqlParser.XmlelementFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmlelementFunction().
enterXmlelementFunction(HqlParser.XmlelementFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmlelementFunction().
enterXmlexistsFunction(HqlParser.XmlexistsFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmlexistsFunction().
enterXmlexistsFunction(HqlParser.XmlexistsFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmlexistsFunction().
enterXmlforestFunction(HqlParser.XmlforestFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmlforestFunction().
enterXmlforestFunction(HqlParser.XmlforestFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmlforestFunction().
enterXmlFunction(HqlParser.XmlFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmlFunction().
enterXmlFunction(HqlParser.XmlFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmlFunction().
enterXmlpiFunction(HqlParser.XmlpiFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmlpiFunction().
enterXmlpiFunction(HqlParser.XmlpiFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmlpiFunction().
enterXmlqueryFunction(HqlParser.XmlqueryFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmlqueryFunction().
enterXmlqueryFunction(HqlParser.XmlqueryFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmlqueryFunction().
enterXmltableColumnsClause(HqlParser.XmltableColumnsClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmltableColumnsClause().
enterXmltableColumnsClause(HqlParser.XmltableColumnsClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmltableColumnsClause().
enterXmltableDefaultClause(HqlParser.XmltableDefaultClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmltableDefaultClause().
enterXmltableDefaultClause(HqlParser.XmltableDefaultClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmltableDefaultClause().
enterXmltableFunction(HqlParser.XmltableFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.xmltableFunction().
enterXmltableFunction(HqlParser.XmltableFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.xmltableFunction().
enterXmlTableOrdinalityColumn(HqlParser.XmlTableOrdinalityColumnContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the XmlTableOrdinalityColumn labeled alternative in HqlParser.xmltableColumn().
enterXmlTableOrdinalityColumn(HqlParser.XmlTableOrdinalityColumnContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the XmlTableOrdinalityColumn labeled alternative in HqlParser.xmltableColumn().
enterXmlTableQueryColumn(HqlParser.XmlTableQueryColumnContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the XmlTableQueryColumn labeled alternative in HqlParser.xmltableColumn().
enterXmlTableQueryColumn(HqlParser.XmlTableQueryColumnContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the XmlTableQueryColumn labeled alternative in HqlParser.xmltableColumn().
enterXmlTableValueColumn(HqlParser.XmlTableValueColumnContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the XmlTableValueColumn labeled alternative in HqlParser.xmltableColumn().
enterXmlTableValueColumn(HqlParser.XmlTableValueColumnContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the XmlTableValueColumn labeled alternative in HqlParser.xmltableColumn().
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().
enterZonedDateTime(HqlParser.ZonedDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.zonedDateTime().
enterZonedDateTime(HqlParser.ZonedDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.zonedDateTime().
enterZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.zonedDateTimeLiteral().
enterZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.zonedDateTimeLiteral().
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().
entities - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
 
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.JaxbFetchProfileImpl.JaxbFetchImpl
 
entity - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl.JaxbAliasesImpl
 
entity() - Element in annotation interface org.hibernate.annotations.AnyDiscriminatorValue
The corresponding entity
entity() - Element in annotation interface org.hibernate.annotations.FetchProfile.FetchOverride
The entity containing the association whose default fetch strategy is being overridden.
entity() - Element in annotation interface org.hibernate.annotations.SqlFragmentAlias
The entity class associated with the alias.
entity(Class) - 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 - Enum constant in enum class org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
ENTITY - Enum constant in enum class org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ENTITY - Enum constant in enum class org.hibernate.cache.spi.support.AccessedDataClassification
 
ENTITY - Enum constant in enum class org.hibernate.DuplicateMappingException.Type
A duplicate entity definition was encountered.
ENTITY - Enum constant in enum class org.hibernate.metamodel.ValueClassification
Reference to an entity
ENTITY - Enum constant in enum class org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
ENTITY - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ENTITY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
Deprecated.
 
ENTITY_AFTER_INSERT - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
 
ENTITY_AFTER_UPDATE - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
 
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
ENTITY_COLLECTION - Enum constant in enum class 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 class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
this feature of HQL is now deprecated
ENTITY_INSERT - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
 
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_LISTENERS - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ENTITY_LOAD - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
 
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_RESULT - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ENTITY_ROW_NUMBER_COLUMN - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
 
ENTITY_ROW_NUMBER_COLUMN - Static variable in class org.hibernate.sql.ast.tree.cte.CteTable
 
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
 
ENTITY_UPDATE - Enum constant in enum class org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
EntityBasedAssociationAttribute(EntityPersister, SessionFactoryImplementor, int, String, AssociationType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
Deprecated.
 
EntityBasedBasicAttribute - Class in org.hibernate.tuple.entity
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
EntityBasedBasicAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedBasicAttribute
Deprecated.
 
EntityBasedCompositionAttribute - Class in org.hibernate.tuple.entity
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
EntityBasedCompositionAttribute(EntityPersister, SessionFactoryImplementor, int, String, CompositeType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedCompositionAttribute
Deprecated.
 
EntityBatchLoader<T> - Interface in org.hibernate.loader.ast.spi
BatchLoader specialization for entity fetching
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.
entityCacheRemove(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a removal from second level cache.
entityChanged(Class, String, Object, RevisionType, Object) - Method in interface org.hibernate.envers.EntityTrackingRevisionListener
Called after audited entity data has been persisted.
entityClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResultImpl
 
entityClass() - Method in interface org.hibernate.query.Order
For an order based on an entity attribute, the entity class which declares the attribute.
entityClassForEntityName(String) - Method in class org.hibernate.type.spi.TypeConfiguration
Workaround for an issue faced in EntityType.getReturnedClass().
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
A service which creates new instances of EntityCopyObserver.
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
entityDescriptor() - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedEntityRegistration
Returns the value of the entityDescriptor record component.
EntityDiscriminatorMapping - Interface in org.hibernate.metamodel.mapping
Details about the discriminator for an entity hierarchy.
EntityDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Extension to the JPA EntityType contract.
EntityEntry - Interface in org.hibernate.engine.spi
Information about the current state of a managed entity instance with respect to its persistent state.
EntityEntryExtraState - Interface in org.hibernate.engine.spi
Navigation methods for extra state objects attached to EntityEntry.
EntityEntryFactory - Interface in org.hibernate.engine.spi
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
EntityFetch - Interface in org.hibernate.sql.results.graph.entity
Specialization of Fetch for entity-valued fetches
EntityFilterException - Exception Class in org.hibernate
Thrown if an enabled filter would filter out the target of a @ManyToOne or @OneToOne association.
EntityFilterException(String, Object, String) - Constructor for exception class org.hibernate.EntityFilterException
 
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.FetchStrategy - Class in org.hibernate.sql.results.graph
 
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.
EntityHolder - Interface in org.hibernate.engine.spi
Holder for an entry in the PersistenceContext for an EntityKey.
EntityIdentifierMapping - Interface in org.hibernate.metamodel.mapping
Describes the mapping of an entity's identifier.
EntityIdentifierMapping.Nature - Enum Class in org.hibernate.metamodel.mapping
The style of identifier used.
EntityIdentifierNature - Enum Class in org.hibernate.id
Describes the possible natures of an entity-defined identifier.
EntityIdentifierNavigablePath - Class in org.hibernate.spi
Specialized implementation of NavigablePath for handling special cases pertaining to entity identifiers.
EntityIdentifierNavigablePath(NavigablePath, String) - Constructor for class org.hibernate.spi.EntityIdentifierNavigablePath
 
EntityIdentifierNavigablePath(NavigablePath, String, 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<Data> - 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
Uses object identity for equals/hashCode as we ensure that internally.
EntityJavaType(Class, MutabilityPlan) - Constructor for class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
entityKey() - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedEntityRegistration
Returns the value of the entityKey record component.
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.
entityListenerContainer - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityImpl
 
entityListenerContainer - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
 
entityListenerContainer - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaultsImpl
 
entityListeners - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListenerContainerImpl
 
EntityLoader - Interface in org.hibernate.loader.ast.spi
Specialization of Loader for loading entities of a type
EntityManagerFactoryBuilder - Interface in org.hibernate.jpa.boot.spi
Represents a two-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
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by EntityMappingType. EntityMetamodel was a first attempt at what has become EntityMappingType
EntityMetamodel(PersistentClass, RuntimeModelCreationContext) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
EntityMetamodel(PersistentClass, RuntimeModelCreationContext, Function) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
entityMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
EntityMultiLoader<T> - Interface in org.hibernate.loader.ast.spi
Commonality for multi-loading an entity
EntityMutationOperationGroup - Interface in org.hibernate.sql.model
 
EntityMutationTarget - Interface in org.hibernate.persister.entity.mutation
Anything that can be the target of mutations
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 record class org.hibernate.boot.model.NamedEntityGraphDefinition
Returns the value of the entityName record component.
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.
EntityNameUse - Class in org.hibernate.persister.entity
Describes the kind of entity name use.
EntityNameUse.UseKind - Enum Class in org.hibernate.persister.entity
 
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.
entityPersister - Variable in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
entityPersister() - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
EntityPersister - Interface in org.hibernate.persister.entity
A strategy for persisting a mapped entity class.
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
 
EntityRelatedState(String, Set) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor.EntityRelatedState
 
EntityRelatedState(EntityPersister, CompositeType, Set) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor.EntityRelatedState
 
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.JaxbNamedNativeQueryImpl
 
entityResult - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMappingImpl
 
EntityResult - Interface in org.hibernate.sql.results.graph.entity
Specialization of DomainResult for entity-valued results
EntityResultDescriptor(EntityResult) - Constructor for class org.hibernate.boot.query.SqlResultSetMappingDescriptor.EntityResultDescriptor
 
EntityResultDescriptor(JaxbHbmNativeQueryReturnType, Supplier, 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.
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.
entitySupertypeExtendsNotFound(String, Origin, String) - Method in interface org.hibernate.boot.BootLogging
 
EntityTableMapping - Class in org.hibernate.persister.entity.mutation
Descriptor for the mapping of a table relative to an entity
EntityTableMapping(String, int, EntityTableMapping.KeyMapping, boolean, boolean, boolean, int[], Expectation, String, boolean, Expectation, String, boolean, boolean, Expectation, String, boolean, boolean, boolean) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping
 
EntityTableMapping.AbstractKeyMapping - Class in org.hibernate.persister.entity.mutation
 
EntityTableMapping.CompositeKeyMapping - Class in org.hibernate.persister.entity.mutation
 
EntityTableMapping.KeyColumn - Class in org.hibernate.persister.entity.mutation
 
EntityTableMapping.KeyMapping - Interface in org.hibernate.persister.entity.mutation
 
EntityTableMapping.SimpleKeyMapping - Class in org.hibernate.persister.entity.mutation
 
EntityTrackingRevisionListener - Interface in org.hibernate.envers
Extension of standard RevisionListener that notifies whenever an entity instance has been added, modified or removed within current revision boundaries.
EntityTransactionalAccess - Class in org.hibernate.cache.spi.support
 
EntityTransactionalAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
entityType(Class) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a restriction for the type of the current entity.
entityType(String) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a restriction for the type of the current entity.
entityType(String, Class) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a restriction for the type of the entity of the specified alias.
entityType(String, String) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a restriction for the type of the entity of the specified alias.
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.
EntityTypeException - Exception Class in org.hibernate.query.sqm
Indicates that a reference to an entity, that is, a given entity name or Java class object, did not resolve to a known mapped entity type.
EntityTypeException(String, String) - Constructor for exception class org.hibernate.query.sqm.EntityTypeException
 
EntityTypeExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
EntityTypeInfo - Class in org.hibernate.boot.jaxb.hbm.transform
 
EntityTypeInfo(Table, PersistentClass) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.EntityTypeInfo
 
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.DeleteStatementContext
 
entityWithJoins() - Method in class org.hibernate.grammars.hql.HqlParser
 
entityWithJoins() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
entityWithJoins() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
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
 
EntryWrapper() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.EntryWrapper
 
EntryWrapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.EntryWrapper
 
EntryWrapper(String, String) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.EntryWrapper
 
EntryWrapper(K, V) - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper.EntryWrapper
 
ENUM - Enum constant in enum class org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates that the argument should be an ENUM type
ENUM - Static variable in class org.hibernate.type.SqlTypes
A type code representing a SQL ENUM type for databases like MySQL where ENUM types do not have names.
enumerated - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
 
enumerated - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollectionImpl
 
ENUMERATED - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
ENUMERATED_VALUE - Static variable in interface org.hibernate.boot.models.JpaAnnotations
 
EnumJavaType<T> - Class in org.hibernate.type.descriptor.java
Describes a Java enum type.
EnumJavaType(Class) - Constructor for class org.hibernate.type.descriptor.java.EnumJavaType
 
EnumJdbcType - Class in org.hibernate.type.descriptor.jdbc
Represents an enum type for databases like MySQL and H2.
EnumJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.EnumJdbcType
 
enumValue(EnumJavaType, String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
envelope - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The envelope function, cfr.
EnvelopeAdapter - Class in org.hibernate.spatial.jts
Converts an Envelope to a Polygon
envelopeaggr - Enum constant in enum class org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
EnversBootLogger - Interface in org.hibernate.envers.boot
 
EnversListener - Interface in org.hibernate.envers.event.spi
Marker interface for Envers listeners for duplication handling.
EnversListenerDuplicationStrategy - Class in org.hibernate.envers.event.spi
Event listener duplication strategy for envers
EnversListenerDuplicationStrategy() - Constructor for class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
EnversMappingException - Exception Class in org.hibernate.envers.boot
Indicates an error happened during the Envers mapping boot process.
EnversMappingException(String) - Constructor for exception class org.hibernate.envers.boot.EnversMappingException
 
EnversMappingException(String, Throwable) - Constructor for exception class org.hibernate.envers.boot.EnversMappingException
 
EnversMappingException(Throwable) - Constructor for exception class org.hibernate.envers.boot.EnversMappingException
 
EnversMetadataBuildingContext - Interface in org.hibernate.envers.boot.spi
Metadata building context for Hibernate Envers
EnversPostCollectionRecreateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection recreation event listener
EnversPostCollectionRecreateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
 
EnversPostDeleteEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) deletion event listener
EnversPostDeleteEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
EnversPostInsertEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) insertion event listener
EnversPostInsertEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
EnversPostUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) update event listener
EnversPostUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
EnversPreCollectionRemoveEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection removal event listener
EnversPreCollectionRemoveEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
 
EnversPreCollectionUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection update event listener
EnversPreCollectionUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
 
EnversPreUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (pre) update event listener.
EnversPreUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreUpdateEventListenerImpl
 
EnversSettings - Interface in org.hibernate.envers.configuration
Configuration property names.
Environment - Class in org.hibernate.cfg
Provides access to configuration properties passed in Properties objects.
EnvironmentSettings - Interface in org.hibernate.cfg
 
EOF() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
EOF() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
EOF() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
EPOCH - Enum constant in enum class org.hibernate.query.common.TemporalUnit
An internal value representing the Unix epoch, the elapsed seconds since January 1, 1970.
EPOCH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EPOCH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EPOCH() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
EPOCH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
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(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(CriteriaBuilder, Expression, Expression) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(CriteriaBuilder, Expression, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(Expression, Expression) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(Expression, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply an "equal" constraint
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply an "equal" constraint
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Applies an "equals" criteria predicate.
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint
EQ - Enum constant in enum class org.hibernate.sql.ComparisonRestriction.Operator
 
eqFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply an "equal" constraint to another function
eqFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to a function
eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply an "equal" constraint to a property
eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
eqProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply an "equal" constraint to a property
eqProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
equal(Expression, Expression) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
equal(Expression, Expression) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
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 class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
equal(Expression, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
equal(SingularAttribute, U) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to be exactly equal to the given value.
EQUAL - Enum constant in enum class 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 - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
EQUAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryExpressionPredicateContext
 
equalIgnoringCase(SingularAttribute, String) - Static method in interface org.hibernate.query.restriction.Restriction
Restrict the given attribute to be equal to the given string, ignoring case.
equals - Enum constant in enum class org.hibernate.spatial.SpatialFunction
Deprecated.
The equals function, cfr.
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.query.sqm.tree.AbstractSqmDmlStatement
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.domain.SqmFunctionPath
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmJsonPathExpression
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.AsWrapperSqmExpression
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction.Columns
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEmbeddableType
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedExpression
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmSetReturningFunction
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmStar
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlAttributesExpression
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.SqmXmlTableFunction.Columns
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictClause
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
equals(Object) - Method in class org.hibernate.spi.NavigablePath
 
equals(Object) - Method in record class org.hibernate.BatchSize
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.CacheRegionDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.boot.jaxb.hbm.transform.ManagedTypeInfo
 
equals(Object) - Method in record class org.hibernate.boot.jaxb.hbm.transform.PropertyInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.boot.jaxb.Origin
 
equals(Object) - Method in record class org.hibernate.boot.model.convert.spi.RegisteredConversion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.model.CustomSql
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
equals(Object) - Method in record class org.hibernate.boot.model.NamedEntityGraphDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.boot.model.naming.Identifier
 
equals(Object) - Method in record class org.hibernate.boot.model.relational.InitCommand
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.boot.model.relational.Namespace
 
equals(Object) - Method in record class org.hibernate.boot.model.relational.Namespace.Name
Indicates whether some other object is "equal to" this one.
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.boot.models.spi.ConversionRegistration
 
equals(Object) - Method in record class org.hibernate.boot.models.spi.ConverterRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.models.spi.DatabaseObjectRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.models.spi.DialectScopeRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.models.spi.GenericGeneratorRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.models.spi.NamedNativeQueryRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.models.spi.NamedQueryRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.models.spi.NamedStoredProcedureQueryRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.models.spi.SequenceGeneratorRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.models.spi.SqlResultSetMappingRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.models.spi.TableGeneratorRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
Indicates whether some other object is "equal to" this one.
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.collection.spi.AbstractPersistentCollection.ListProxy
 
equals(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
equals(Object) - Method in class org.hibernate.collection.spi.PersistentBag
For efficiency, bag does not respect the semantics of List.equals(Object) as specified by the supertype List.
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 record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.dialect.function.json.JsonObjectAggFunction.JsonObjectAggArguments
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonAttribute
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonIndexAccess
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.dialect.function.json.JsonPathHelper.JsonParameterIndexAccess
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.dialect.function.xml.XmlElementFunction.XmlElementArguments
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.dialect.function.xml.XmlTableFunction.XmlTableArguments
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
equals(Object) - Method in class org.hibernate.dialect.type.OracleArrayJdbcType
 
equals(Object) - Method in record class org.hibernate.EnabledFetchProfile
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
 
equals(Object) - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
equals(Object) - Method in record class org.hibernate.engine.spi.AssociationKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionMapping
 
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionMapping
 
equals(Object) - Method in class org.hibernate.envers.RevisionMapping
 
equals(Object) - Method in class org.hibernate.envers.tools.Pair
 
equals(Object) - Method in class org.hibernate.envers.TrackingModifiedEntitiesRevisionMapping
 
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 record class org.hibernate.id.uuid.UuidVersion7Strategy.State
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.jpa.spi.NativeQueryConstructorTransformer
 
equals(Object) - Method in class org.hibernate.LockOptions
Deprecated.
 
equals(Object) - Method in class org.hibernate.mapping.AbstractUserDefinedType
 
equals(Object) - Method in class org.hibernate.mapping.CheckConstraint
 
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.Formula
 
equals(Object) - Method in class org.hibernate.mapping.Table
 
equals(Object) - Method in class org.hibernate.mapping.Table.ForeignKeyKey
Deprecated.
 
equals(Object) - Method in record class org.hibernate.metamodel.mapping.AssociationKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
equals(Object) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
equals(Object) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
equals(Object) - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
equals(Object) - Method in record class org.hibernate.query.sql.spi.ParameterOccurrence
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
equals(Object) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
equals(Object) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
equals(Object) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
equals(Object) - Method in record class org.hibernate.query.sqm.mutation.spi.MultiTableHandlerBuildResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.query.TypedParameterValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.spatial.FunctionKey
 
equals(Object) - Method in class org.hibernate.sql.ast.spi.SqlExpressionResolver.ColumnReferenceKey
 
equals(Object) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableNestedColumnDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableOrdinalityColumnDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableOrdinalityColumnDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableQueryColumnDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.sql.ast.tree.expression.XmlTableValueColumnDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
equals(Object) - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedCollectionRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.hibernate.sql.exec.spi.LoadedValuesCollector.LoadedEntityRegistration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
 
equals(Object) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
equals(Object) - Method in record class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Deprecated.
2 AliasToBeanConstructorResultTransformer are considered equal if they have the same defined constructor.
equals(Object) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
Deprecated.
 
equals(Object) - Method in class org.hibernate.type.AnyType.ObjectTypeCacheEntry
 
equals(Object) - Method in class org.hibernate.type.BasicArrayType
 
equals(Object) - Method in class org.hibernate.type.BasicCollectionType
 
equals(Object) - Method in class org.hibernate.type.ConvertedBasicArrayType
 
equals(Object) - Method in class org.hibernate.type.ConvertedBasicCollectionType
 
equals(Object) - Method in class org.hibernate.type.CustomType
 
equals(Object) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
Check equality.
equals(Object) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringArrayJdbcType
 
equals(Object) - Method in record class org.hibernate.type.descriptor.jdbc.XmlHelper.CollectionTags
Indicates whether some other object is "equal to" this one.
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 Java class mapped by this custom type for persistence "equality", that is, equality of their persistent state.
equals(AbstractUserDefinedType) - Method in class org.hibernate.mapping.AbstractUserDefinedType
 
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.usertype.BaseUserTypeSupport
 
EQUALS - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The geometries are spatially equal to each other.
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
 
equalTo(Expression) - Method in interface org.hibernate.query.criteria.JpaExpression
 
equalTo(Expression) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
equalTo(Expression) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
equalTo(Expression) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
equalTo(Expression) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
equalTo(Object) - Method in interface org.hibernate.query.criteria.JpaExpression
 
equalTo(Object) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
equalTo(Object) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
equalTo(Object) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
equalTo(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
equalTo(U) - Method in interface org.hibernate.query.restriction.Path
 
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?
equivalentTypes(int, int) - Method in class org.hibernate.dialect.MariaDBDialect
 
ERROR - Enum constant in enum class org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
Throw an exception.
ERROR - Enum constant in enum class org.hibernate.envers.RelationTargetNotFoundAction
Specifies that exceptions should be thrown regardless of the global system property: EnversSettings.GLOBAL_RELATION_NOT_FOUND_LEGACY_FLAG.
ERROR - Enum constant in enum class org.hibernate.event.service.spi.DuplicationStrategy.Action
 
ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonExistsNode.ErrorBehavior
SQL/JDBC error should be raised.
ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.EmptyBehavior
SQL/JDBC error should be raised.
ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonQueryNode.ErrorBehavior
SQL/JDBC error should be raised.
ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonTableFunction.ErrorBehavior
SQL/JDBC error should be raised.
ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.EmptyBehavior
SQL/JDBC error should be raised.
ERROR - Enum constant in enum class org.hibernate.query.criteria.JpaJsonValueNode.ErrorBehavior
SQL/JDBC error should be raised.
ERROR - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonExistsErrorBehavior
 
ERROR - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryEmptyBehavior
 
ERROR - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonQueryErrorBehavior
 
ERROR - Enum constant in enum class org.hibernate.sql.ast.tree.expression.JsonTableErrorBehavior
 
ERROR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ERROR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ERROR - Static variable in class org.hibernate.sql.ast.tree.expression.JsonValueEmptyBehavior
 
ERROR - Static variable in class org.hibernate.sql.ast.tree.expression.JsonValueErrorBehavior
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsOnErrorClauseContext
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryOnErrorOrEmptyClauseContext
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableErrorClauseContext
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueOnErrorOrEmptyClauseContext
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
ERROR(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonExistsOnErrorClauseContext
 
ERROR(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonQueryOnErrorOrEmptyClauseContext
 
ERROR(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonTableErrorClauseContext
 
ERROR(int) - Method in class org.hibernate.grammars.hql.HqlParser.JsonValueOnErrorOrEmptyClauseContext
 
ERROR_LOG - Static variable in interface org.hibernate.engine.jdbc.spi.SQLExceptionLogging
 
ERROR_NAME - Static variable in interface org.hibernate.engine.jdbc.spi.SQLExceptionLogging
 
errorBehavior() - Method in record class org.hibernate.dialect.function.json.JsonExistsFunction.JsonExistsArguments
Returns the value of the errorBehavior record component.
errorBehavior() - Method in record class org.hibernate.dialect.function.json.JsonQueryFunction.JsonQueryArguments
Returns the value of the errorBehavior record component.
errorBehavior() - Method in record class org.hibernate.dialect.function.json.JsonTableFunction.JsonTableArguments
Returns the value of the errorBehavior record component.
errorBehavior() - Method in record class org.hibernate.dialect.function.json.JsonValueFunction.JsonValueArguments
Returns the value of the errorBehavior record component.
errorBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableExistsColumnDefinition
Returns the value of the errorBehavior record component.
errorBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableQueryColumnDefinition
Returns the value of the errorBehavior record component.
errorBehavior() - Method in record class org.hibernate.sql.ast.tree.expression.JsonTableValueColumnDefinition
Returns the value of the errorBehavior record component.
errorOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
 
errorOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
Sets the JpaJsonQueryNode.EmptyBehavior.ERROR for this json query expression.
errorOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
 
errorOnEmpty() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
Sets the JpaJsonValueNode.EmptyBehavior.ERROR for this json value expression.
errorOnEmpty() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
errorOnEmpty() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
errorOnError() - Method in interface org.hibernate.query.criteria.JpaJsonExistsExpression
 
errorOnError() - Method in interface org.hibernate.query.criteria.JpaJsonExistsNode
Sets the JpaJsonExistsNode.ErrorBehavior.ERROR for this json exists expression.
errorOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryExpression
 
errorOnError() - Method in interface org.hibernate.query.criteria.JpaJsonQueryNode
Sets the JpaJsonQueryNode.ErrorBehavior.ERROR for this json query expression.
errorOnError() - Method in interface org.hibernate.query.criteria.JpaJsonTableFunction
Sets the JpaJsonTableFunction.ErrorBehavior.ERROR for this json table expression.
errorOnError() - Method in interface org.hibernate.query.criteria.JpaJsonValueExpression
 
errorOnError() - Method in interface org.hibernate.query.criteria.JpaJsonValueNode
Sets the JpaJsonValueNode.ErrorBehavior.ERROR for this json value expression.
errorOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonExistsExpression
 
errorOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonQueryExpression
 
errorOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonTableFunction
 
errorOnError() - Method in class org.hibernate.query.sqm.tree.expression.SqmJsonValueExpression
 
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
Perform necessary character escaping on the text of the comment.
event - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
event() - Element in annotation interface org.hibernate.annotations.CurrentTimestamp
Determines when the timestamp is generated.
event() - Element in annotation interface org.hibernate.annotations.Generated
Specifies the events that cause the value to be generated by the database.
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.
eventListenerGroup_AUTO_FLUSH - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_CLEAR - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_DELETE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_DIRTY_CHECK - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_EVICT - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_FLUSH - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_FLUSH_ENTITY - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_INIT_COLLECTION - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_LOAD - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_LOCK - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_MERGE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PERSIST - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PERSIST_ONFLUSH - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_COLLECTION_RECREATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_COLLECTION_REMOVE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_COLLECTION_UPDATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_COMMIT_DELETE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_COMMIT_INSERT - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_COMMIT_UPDATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_DELETE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_INSERT - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_LOAD - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_UPDATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_POST_UPSERT - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PRE_COLLECTION_RECREATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PRE_COLLECTION_REMOVE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PRE_COLLECTION_UPDATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PRE_DELETE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PRE_FLUSH - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PRE_INSERT - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PRE_LOAD - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PRE_UPDATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_PRE_UPSERT - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_REFRESH - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
eventListenerGroup_REPLICATE - Variable in class org.hibernate.event.service.spi.EventListenerGroups
 
EventListenerGroups - Class in org.hibernate.even